Last updated: 2025-03-28

Checks: 7 0

Knit directory: 2_ontology_bias/analysis/

This reproducible R Markdown analysis was created with workflowr (version 1.7.1). The Checks tab describes the reproducibility checks that were applied when the results were created. The Past versions tab lists the development history.


Great! Since the R Markdown file has been committed to the Git repository, you know the exact version of the code that produced these results.

Great job! The global environment was empty. Objects defined in the global environment can affect the analysis in your R Markdown file in unknown ways. For reproduciblity it’s best to always run the code in an empty environment.

The command set.seed(20240905) was run prior to running the code in the R Markdown file. Setting a seed ensures that any results that rely on randomness, e.g. subsampling or permutations, are reproducible.

Great job! Recording the operating system, R version, and package versions is critical for reproducibility.

Nice! There were no cached chunks for this analysis, so you can be confident that you successfully produced the results during this run.

Great job! Using relative paths to the files within your workflowr project makes it easier to run your code on other machines.

Great! You are using Git for version control. Tracking code development and connecting the code version to the results is critical for reproducibility.

The results in this page were generated with repository version 9d2770f. See the Past versions tab to see a history of the changes made to the R Markdown and HTML files.

Note that you need to be careful to ensure that all relevant files for the analysis have been committed to Git prior to generating the results (you can use wflow_publish or wflow_git_commit). workflowr only checks the R Markdown file, but you know if there are other scripts or data files that it depends on. Below is the status of the Git repository when the results were generated:


Ignored files:
    Ignored:    .DS_Store
    Ignored:    .Rhistory
    Ignored:    .Rproj.user/
    Ignored:    analysis/.DS_Store
    Ignored:    analysis/myEnvironment.RData
    Ignored:    data/cell_line_wgbs/
    Ignored:    data/gene_sets/
    Ignored:    data/long_read/
    Ignored:    data/microarray/
    Ignored:    data/wgbs/
    Ignored:    output/figures/
    Ignored:    renv/library/
    Ignored:    renv/staging/

Untracked files:
    Untracked:  analysis/00_differentDataset.Rmd
    Untracked:  analysis/clusterlog.txt
    Untracked:  analysis/mc_h1/
    Untracked:  code/ChatGPT_translate.html
    Untracked:  code/ChatGPT_translate_files/

Unstaged changes:
    Modified:   .gitignore
    Modified:   2_ontology_bias.Rproj
    Modified:   _workflowr.yml
    Modified:   analysis/00_differentialMethylationArray.Rmd
    Modified:   analysis/00_differentialMethylationSequencing.Rmd
    Modified:   analysis/00_exploreCpGDistrib.Rmd
    Modified:   analysis/04_compareDM.Rmd
    Modified:   code/runSeqDmMethods.R
    Modified:   renv/.gitignore
    Modified:   renv/activate.R
    Modified:   renv/settings.json

Note that any generated files, e.g. HTML, png, CSS, etc., are not included in this status report because it is ok for generated content to have uncommitted changes.


These are the previous versions of the repository in which changes were made to the R Markdown (analysis/00_microarrayOntologyAnalysis.Rmd) and HTML (docs/00_microarrayOntologyAnalysis.html) files. If you’ve configured a remote Git repository (see ?wflow_git_remote), click on the hyperlinks in the table below to view the files as they were in that past version.

File Version Author Date Message
Rmd 9d2770f Caitlin Page 2025-03-28 wflow_publish(c("index.Rmd", "00_microarrayOntologyAnalysis.Rmd"))
Rmd 1a027af Caitlin Page 2025-02-21 commit
Rmd 8b7bb35 Caitlin Page 2024-12-24 checked fn run time
Rmd cd90f5b Caitlin Page 2024-11-22 update
Rmd 4bb2ae6 Caitlin Page 2024-11-15 update
Rmd fb80447 Caitlin Page 2024-11-12 run without bias and promoters only
Rmd 8cb5880 Caitlin Page 2024-10-23 init commit - analyse go with missmethl array - start exploring the steps under the hood

Conducting gene set testing of Microarray EPICv1 data using missMethyl. https://www.bioconductor.org/packages/release/bioc/vignettes/missMethyl/inst/doc/missMethyl.html

Packages used

library(missMethyl)
Loading required package: IlluminaHumanMethylation450kanno.ilmn12.hg19
Loading required package: minfi
Loading required package: BiocGenerics

Attaching package: 'BiocGenerics'
The following objects are masked from 'package:stats':

    IQR, mad, sd, var, xtabs
The following objects are masked from 'package:base':

    anyDuplicated, aperm, append, as.data.frame, basename, cbind,
    colnames, dirname, do.call, duplicated, eval, evalq, Filter, Find,
    get, grep, grepl, intersect, is.unsorted, lapply, Map, mapply,
    match, mget, order, paste, pmax, pmax.int, pmin, pmin.int,
    Position, rank, rbind, Reduce, rownames, sapply, setdiff, table,
    tapply, union, unique, unsplit, which.max, which.min
Loading required package: GenomicRanges
Loading required package: stats4
Loading required package: S4Vectors

Attaching package: 'S4Vectors'
The following object is masked from 'package:utils':

    findMatches
The following objects are masked from 'package:base':

    expand.grid, I, unname
Loading required package: IRanges
Loading required package: GenomeInfoDb
Loading required package: SummarizedExperiment
Loading required package: MatrixGenerics
Loading required package: matrixStats

Attaching package: 'MatrixGenerics'
The following objects are masked from 'package:matrixStats':

    colAlls, colAnyNAs, colAnys, colAvgsPerRowSet, colCollapse,
    colCounts, colCummaxs, colCummins, colCumprods, colCumsums,
    colDiffs, colIQRDiffs, colIQRs, colLogSumExps, colMadDiffs,
    colMads, colMaxs, colMeans2, colMedians, colMins, colOrderStats,
    colProds, colQuantiles, colRanges, colRanks, colSdDiffs, colSds,
    colSums2, colTabulates, colVarDiffs, colVars, colWeightedMads,
    colWeightedMeans, colWeightedMedians, colWeightedSds,
    colWeightedVars, rowAlls, rowAnyNAs, rowAnys, rowAvgsPerColSet,
    rowCollapse, rowCounts, rowCummaxs, rowCummins, rowCumprods,
    rowCumsums, rowDiffs, rowIQRDiffs, rowIQRs, rowLogSumExps,
    rowMadDiffs, rowMads, rowMaxs, rowMeans2, rowMedians, rowMins,
    rowOrderStats, rowProds, rowQuantiles, rowRanges, rowRanks,
    rowSdDiffs, rowSds, rowSums2, rowTabulates, rowVarDiffs, rowVars,
    rowWeightedMads, rowWeightedMeans, rowWeightedMedians,
    rowWeightedSds, rowWeightedVars
Loading required package: Biobase
Welcome to Bioconductor

    Vignettes contain introductory material; view with
    'browseVignettes()'. To cite Bioconductor, see
    'citation("Biobase")', and for packages 'citation("pkgname")'.

Attaching package: 'Biobase'
The following object is masked from 'package:MatrixGenerics':

    rowMedians
The following objects are masked from 'package:matrixStats':

    anyMissing, rowMedians
Loading required package: Biostrings
Loading required package: XVector

Attaching package: 'Biostrings'
The following object is masked from 'package:base':

    strsplit
Loading required package: bumphunter
Loading required package: foreach
Loading required package: iterators
Loading required package: parallel
Loading required package: locfit
locfit 1.5-9.11      2025-01-27
Setting options('download.file.method.GEOquery'='auto')
Setting options('GEOquery.inmemory.gpl'=FALSE)
Loading required package: IlluminaHumanMethylationEPICanno.ilm10b4.hg19

Attaching package: 'IlluminaHumanMethylationEPICanno.ilm10b4.hg19'
The following objects are masked from 'package:IlluminaHumanMethylation450kanno.ilmn12.hg19':

    Islands.UCSC, Locations, Manifest, Other, SNPs.132CommonSingle,
    SNPs.135CommonSingle, SNPs.137CommonSingle, SNPs.138CommonSingle,
    SNPs.141CommonSingle, SNPs.142CommonSingle, SNPs.144CommonSingle,
    SNPs.146CommonSingle, SNPs.147CommonSingle, SNPs.Illumina
library(limma)

Attaching package: 'limma'
The following object is masked from 'package:BiocGenerics':

    plotMA
library(minfi)
library(IlluminaHumanMethylationEPICanno.ilm10b4.hg19)

library(plyranges)

Attaching package: 'plyranges'
The following object is masked from 'package:XVector':

    slice
The following object is masked from 'package:IRanges':

    slice
The following object is masked from 'package:stats':

    filter
library(dplyr)

Attaching package: 'dplyr'
The following objects are masked from 'package:plyranges':

    between, n, n_distinct
The following object is masked from 'package:minfi':

    combine
The following objects are masked from 'package:Biostrings':

    collapse, intersect, setdiff, setequal, union
The following object is masked from 'package:XVector':

    slice
The following object is masked from 'package:Biobase':

    combine
The following object is masked from 'package:matrixStats':

    count
The following objects are masked from 'package:GenomicRanges':

    intersect, setdiff, union
The following object is masked from 'package:GenomeInfoDb':

    intersect
The following objects are masked from 'package:IRanges':

    collapse, desc, intersect, setdiff, slice, union
The following objects are masked from 'package:S4Vectors':

    first, intersect, rename, setdiff, setequal, union
The following objects are masked from 'package:BiocGenerics':

    combine, intersect, setdiff, union
The following objects are masked from 'package:stats':

    filter, lag
The following objects are masked from 'package:base':

    intersect, setdiff, setequal, union
library(ggplot2)

library(ggVennDiagram)

Pre-processing

  • this the minfi results - not dmrcate

dmrcate_array_anno <- readRDS(“../output/dmrcate_array_anno.rds”) nrow(dmrcate_array_anno) head(dmrcate_array_anno)

dmrcate_array_anno <- readRDS(“../output/dmrcate_array_dmr.rds”) nrow(dmrcate_array_anno) head(dmrcate_array_anno)

dmrcate_array_anno\(pos <- paste0(dmrcate_array_anno\)seqnames, “-”, dmrcate_array_anno$start) dmrcate_overlap <- find_overlaps(as_granges(dmrcate_array_dmr), as_granges(dmrcate_array_anno)) %>% data.frame()

dmrcate_array_anno <- dmrcate_array_anno %>% mutate(in_dmr = ifelse(pos %in% dmrcate_overlap$pos, TRUE, FALSE))

dmrcate_array_anno <- dmrcate_array_anno %>% mutate(rank_dmr = dmrcate_overlap[match(.\(pos.x, dmrcate_overlap\)pos), “rank”], rank_dmr = ifelse(is.na(rank_dmr), max(rank_dmr, na.rm = TRUE) + 1, rank_dmr))

dmrcate_array_anno <- find_overlaps(as_granges(dmrcate_array_anno), as_granges(mutate(anno_array, cg_id = rownames(anno_array)))) %>% data.frame()

DMPs <- readRDS("../output/array_dmps.rds")
head(DMPs)
           seqnames     start width AddressB     logFC    AveExpr         t
cg15949485     chr2  99273454     1          -5.737982 -0.4955390 -72.04207
cg17092391     chr7  73515902     1           5.898663 -0.5920786  70.76621
cg11661493    chr17  74423978     1           6.428390 -0.5212259  70.70861
cg07021509     chr8  61892203     1           6.790302 -0.6455871  70.40347
cg01165928     chr7 102082517     1           6.220094 -0.2474618  70.02329
cg18664915     chr7   1043861     1           5.903508 -0.1854076  69.91840
                P.Value    adj.P.Val        B rank
cg15949485 2.400819e-19 3.298931e-14 33.52771    1
cg17092391 3.078692e-19 3.298931e-14 33.34358    2
cg11661493 3.113780e-19 3.298931e-14 33.33514    3
cg07021509 3.306948e-19 3.298931e-14 33.29026    4
cg01165928 3.565771e-19 3.298931e-14 33.23389    5
cg18664915 3.640940e-19 3.298931e-14 33.21826    6
nrow(DMPs)
[1] 776665
immuneGO <- read.table("../data/gene_sets/GO-immune-system-process.txt", header = FALSE)
names(immuneGO) <- "GOID"
topCpGs <- DMPs[1:10000,]
sigCpGs <- rownames(topCpGs)
sigCpGs[1:10]
 [1] "cg15949485" "cg17092391" "cg11661493" "cg07021509" "cg01165928"
 [6] "cg18664915" "cg09388301" "cg08550194" "cg17575365" "cg20723459"
# Check number of genes that significant CpGs are annotated to
check <- getMappedEntrezIDs(sig.cpg = sigCpGs)
All input CpGs are used for testing.
length(check$sig.eg)
[1] 1612

Bias corrected GST

gst <- gometh(sig.cpg=sigCpGs, all.cpg=rownames(DMPs), collection="GO",
              plot.bias=TRUE)
All input CpGs are used for testing.

system.time(gometh(rownames(DMPs[1:10000,]), all.cpg = rownames(DMPs), collection = "GO", plot.bias = TRUE))
All input CpGs are used for testing.

   user  system elapsed 
 22.680   1.786  24.574 
sig_terms_array <- topGSA(gst, n = 1000) %>% filter(FDR < 0.05) %>% .[order(.$FDR),]
sig_terms_array$GOID <- rownames(sig_terms_array)
sig_terms_array$rank <- 1:nrow(sig_terms_array)
nrow(sig_terms_array)
[1] 320
head(sig_terms_array)
           ONTOLOGY                    TERM    N  DE         P.DE          FDR
GO:0006955       BP         immune response 1624 259 1.689486e-26 3.781747e-22
GO:0002376       BP   immune system process 2381 353 2.965450e-25 3.318931e-21
GO:0045321       BP    leukocyte activation  909 183 9.912617e-25 7.396134e-21
GO:0001775       BP         cell activation 1054 200 1.506477e-23 8.430243e-20
GO:0046649       BP   lymphocyte activation  748 157 2.114377e-22 9.465643e-19
GO:0002252       BP immune effector process  593 116 7.506613e-18 2.800467e-14
                 GOID rank
GO:0006955 GO:0006955    1
GO:0002376 GO:0002376    2
GO:0045321 GO:0045321    3
GO:0001775 GO:0001775    4
GO:0046649 GO:0046649    5
GO:0002252 GO:0002252    6
#saveRDS(sig_terms_array, "../output/mm_array_res.rds")
sig_terms_array[1:10,] %>% mutate(in_imm = ifelse(GOID %in% immuneGO$GOID, TRUE, FALSE)) %>% .[order(.$FDR, decreasing = TRUE),] %>%
  ggplot(aes(x = -log10(FDR), y = factor(.data$TERM, levels = .data$TERM), colour = in_imm, size = N)) +
  geom_point() +
  geom_vline(xintercept = 0.05, type = "dotted") 
Warning in geom_vline(xintercept = 0.05, type = "dotted"): Ignoring unknown
parameters: `type`

Biased GST

gst.biased <- gometh(sig.cpg=sigCpGs, all.cpg=rownames(DMPs), collection="GO",
              prior.prob=FALSE)
All input CpGs are used for testing.
sig_terms_array_biased <- topGSA(gst.biased, n=10000) %>% filter(FDR < 0.05) %>% .[order(.$FDR),]
sig_terms_array_biased$GOID <- rownames(sig_terms_array_biased)
sig_terms_array_biased$rank <- 1:nrow(sig_terms_array_biased)
nrow(sig_terms_array_biased)
[1] 836
head(sig_terms_array_biased)
           ONTOLOGY                                    TERM    N  DE
GO:0002376       BP                   immune system process 2381 359
GO:0001775       BP                         cell activation 1054 204
GO:0045321       BP                    leukocyte activation  909 185
GO:0046649       BP                   lymphocyte activation  748 159
GO:0006955       BP                         immune response 1624 264
GO:0007166       BP cell surface receptor signaling pathway 2665 367
                   P.DE          FDR       GOID rank
GO:0002376 2.547019e-31 3.180239e-27 GO:0002376    1
GO:0001775 3.633460e-31 3.180239e-27 GO:0001775    2
GO:0045321 4.262293e-31 3.180239e-27 GO:0045321    3
GO:0046649 6.251751e-29 3.498480e-25 GO:0046649    4
GO:0006955 1.514398e-27 6.779656e-24 GO:0006955    5
GO:0007166 3.092090e-24 1.153556e-20 GO:0007166    6
#saveRDS(sig_terms_array_biased, "../output/mm_array_null.rds")

compare bias and corrected

list_venn <- list(correct = sig_terms_array$TERM, bias = sig_terms_array_biased$TERM)
ggVennDiagram(list_venn)

truth_gst_100_array <- rbind(
  sig_terms_array[1:100,] %>% mutate(in_imm = cumsum(rownames(.) %in% immuneGO$GOID), 
                                     method = "Bias corrected") %>% 
    .[,colnames(.) %in% c("GOID", "rank", "in_imm", "method")],
  sig_terms_array_biased[1:100,] %>% mutate(in_imm = cumsum(rownames(.) %in% immuneGO$GOID), method = "Biased") %>% 
    .[,colnames(.) %in% c("GOID", "rank", "in_imm", "method")])

truth_gst_100_array %>%
  ggplot(aes(x = rank, y = in_imm, colour = method)) +
  geom_line() +
  labs(x = "Rank", y = "Cumulative no. in immune sets")

promoters

gst_promoter <- gometh(sig.cpg=sigCpGs, all.cpg=rownames(DMPs), collection="GO",
              plot.bias=TRUE, genomic.features = "TSS1500")

gst_promoter
           ONTOLOGY
GO:0000002       BP
GO:0000003       BP
GO:0000009       MF
GO:0000010       MF
GO:0000012       BP
GO:0000014       MF
GO:0000015       CC
GO:0000016       MF
GO:0000017       BP
GO:0000018       BP
GO:0000019       BP
GO:0000022       BP
GO:0000023       BP
GO:0000025       BP
GO:0000026       MF
GO:0000027       BP
GO:0000028       BP
GO:0000030       MF
GO:0000033       MF
GO:0000035       MF
GO:0000036       MF
GO:0000038       BP
GO:0000041       BP
GO:0000045       BP
GO:0000048       MF
GO:0000049       MF
GO:0000050       BP
GO:0000052       BP
GO:0000053       BP
GO:0000054       BP
GO:0000055       BP
GO:0000056       BP
GO:0000062       MF
GO:0000064       MF
GO:0000070       BP
GO:0000075       BP
GO:0000076       BP
GO:0000077       BP
GO:0000079       BP
GO:0000080       BP
GO:0000082       BP
GO:0000086       BP
GO:0000095       MF
GO:0000096       BP
GO:0000097       BP
GO:0000098       BP
GO:0000099       MF
GO:0000101       BP
GO:0000103       BP
GO:0000104       MF
GO:0000105       BP
GO:0000109       CC
GO:0000110       CC
GO:0000111       CC
GO:0000112       CC
GO:0000118       CC
GO:0000120       CC
GO:0000121       MF
GO:0000122       BP
GO:0000123       CC
GO:0000124       CC
GO:0000126       CC
GO:0000127       CC
GO:0000132       BP
GO:0000137       CC
GO:0000138       CC
GO:0000139       CC
GO:0000140       MF
GO:0000145       CC
GO:0000146       MF
GO:0000149       MF
GO:0000150       MF
GO:0000151       CC
GO:0000152       CC
GO:0000153       CC
GO:0000154       BP
GO:0000159       CC
GO:0000164       CC
GO:0000165       BP
GO:0000166       MF
GO:0000170       MF
GO:0000171       MF
GO:0000172       CC
GO:0000175       MF
GO:0000176       CC
GO:0000177       CC
GO:0000178       CC
GO:0000179       MF
GO:0000182       MF
GO:0000183       BP
GO:0000184       BP
GO:0000209       BP
GO:0000210       MF
GO:0000212       BP
GO:0000213       MF
GO:0000214       CC
GO:0000215       MF
GO:0000217       MF
GO:0000220       CC
GO:0000221       CC
GO:0000224       MF
GO:0000225       MF
GO:0000226       BP
GO:0000228       CC
GO:0000235       CC
GO:0000242       CC
GO:0000243       CC
GO:0000244       BP
GO:0000245       BP
GO:0000246       MF
GO:0000248       MF
GO:0000250       MF
GO:0000253       MF
GO:0000254       MF
GO:0000255       BP
GO:0000256       BP
GO:0000266       BP
GO:0000268       MF
GO:0000270       BP
GO:0000271       BP
GO:0000272       BP
GO:0000274       CC
GO:0000275       CC
GO:0000276       CC
GO:0000278       BP
GO:0000280       BP
GO:0000281       BP
GO:0000285       MF
GO:0000287       MF
GO:0000288       BP
GO:0000289       BP
GO:0000290       BP
GO:0000291       BP
GO:0000293       MF
GO:0000295       MF
GO:0000296       BP
GO:0000298       MF
GO:0000301       BP
GO:0000302       BP
GO:0000303       BP
GO:0000304       BP
GO:0000305       BP
GO:0000307       CC
GO:0000308       CC
GO:0000309       MF
GO:0000313       CC
GO:0000314       CC
GO:0000315       CC
GO:0000320       BP
GO:0000322       CC
GO:0000323       CC
GO:0000332       MF
GO:0000333       CC
GO:0000334       MF
GO:0000338       BP
GO:0000339       MF
GO:0000340       MF
GO:0000346       CC
GO:0000347       CC
GO:0000349       BP
GO:0000350       BP
GO:0000353       BP
GO:0000354       BP
GO:0000365       BP
GO:0000375       BP
GO:0000377       BP
GO:0000378       BP
GO:0000379       BP
GO:0000380       BP
GO:0000381       BP
GO:0000386       MF
GO:0000387       BP
GO:0000388       BP
GO:0000389       BP
GO:0000390       BP
GO:0000393       BP
GO:0000394       BP
GO:0000395       BP
GO:0000398       BP
GO:0000400       MF
GO:0000403       MF
GO:0000404       MF
GO:0000405       MF
GO:0000407       CC
GO:0000408       CC
GO:0000409       BP
GO:0000411       BP
GO:0000413       BP
GO:0000417       CC
GO:0000421       CC
GO:0000422       BP
GO:0000423       BP
GO:0000425       BP
GO:0000428       CC
GO:0000429       BP
GO:0000430       BP
GO:0000431       BP
GO:0000432       BP
GO:0000435       BP
GO:0000436       BP
GO:0000438       CC
GO:0000439       CC
GO:0000444       CC
GO:0000445       CC
GO:0000447       BP
GO:0000448       BP
GO:0000451       BP
GO:0000454       BP
GO:0000455       BP
GO:0000460       BP
GO:0000461       BP
GO:0000462       BP
GO:0000463       BP
GO:0000466       BP
GO:0000467       BP
GO:0000470       BP
GO:0000472       BP
GO:0000479       BP
GO:0000480       BP
GO:0000481       BP
GO:0000491       BP
GO:0000492       BP
GO:0000493       BP
GO:0000494       BP
GO:0000495       BP
GO:0000497       MF
GO:0000502       CC
GO:0000506       CC
GO:0000512       BP
GO:0000514       MF
GO:0000515       MF
GO:0000578       BP
GO:0000700       MF
GO:0000701       MF
GO:0000702       MF
GO:0000703       MF
GO:0000706       BP
GO:0000707       BP
GO:0000708       BP
GO:0000709       BP
GO:0000710       BP
GO:0000711       BP
GO:0000712       BP
GO:0000715       BP
GO:0000717       BP
GO:0000720       BP
GO:0000721       MF
GO:0000722       BP
GO:0000723       BP
GO:0000724       BP
GO:0000725       BP
GO:0000727       BP
GO:0000729       BP
GO:0000730       BP
GO:0000731       BP
GO:0000732       BP
GO:0000741       BP
GO:0000768       BP
GO:0000773       MF
GO:0000774       MF
GO:0000775       CC
GO:0000776       CC
GO:0000779       CC
GO:0000781       CC
GO:0000782       CC
GO:0000783       CC
GO:0000785       CC
GO:0000786       CC
GO:0000791       CC
GO:0000792       CC
GO:0000793       CC
GO:0000794       CC
GO:0000795       CC
GO:0000796       CC
GO:0000800       CC
GO:0000801       CC
GO:0000802       CC
GO:0000803       CC
GO:0000805       CC
GO:0000806       CC
GO:0000808       CC
GO:0000810       MF
GO:0000811       CC
GO:0000812       CC
GO:0000813       CC
GO:0000814       CC
GO:0000815       CC
GO:0000819       BP
GO:0000820       BP
GO:0000821       BP
GO:0000822       MF
GO:0000823       MF
GO:0000824       MF
GO:0000825       MF
GO:0000827       MF
GO:0000828       MF
GO:0000829       MF
GO:0000831       MF
GO:0000832       MF
GO:0000835       CC
GO:0000836       CC
GO:0000839       CC
GO:0000900       MF
GO:0000902       BP
GO:0000910       BP
GO:0000912       BP
GO:0000915       BP
GO:0000916       BP
GO:0000917       BP
GO:0000921       BP
GO:0000922       CC
GO:0000923       CC
GO:0000930       CC
GO:0000931       CC
GO:0000932       CC
GO:0000938       CC
GO:0000939       CC
GO:0000940       CC
GO:0000956       BP
GO:0000957       BP
GO:0000958       BP
GO:0000959       BP
GO:0000960       BP
GO:0000961       BP
GO:0000962       BP
GO:0000963       BP
GO:0000964       BP
GO:0000965       BP
GO:0000966       BP
GO:0000967       BP
GO:0000968       BP
GO:0000971       BP
GO:0000972       BP
GO:0000973       BP
GO:0000974       CC
GO:0000976       MF
GO:0000977       MF
GO:0000978       MF
GO:0000979       MF
GO:0000981       MF
GO:0000987       MF
GO:0000992       MF
GO:0000993       MF
GO:0000994       MF
GO:0000995       MF
GO:0001002       MF
GO:0001003       MF
GO:0001006       MF
GO:0001010       MF
GO:0001016       MF
GO:0001018       MF
GO:0001025       MF
GO:0001042       MF
GO:0001046       MF
GO:0001054       MF
GO:0001055       MF
GO:0001056       MF
GO:0001067       MF
GO:0001069       MF
GO:0001079       BP
GO:0001080       BP
GO:0001091       MF
GO:0001093       MF
GO:0001094       MF
GO:0001096       MF
GO:0001097       MF
GO:0001098       MF
GO:0001099       MF
GO:0001100       BP
GO:0001101       BP
GO:0001109       BP
GO:0001111       BP
GO:0001112       BP
GO:0001113       BP
GO:0001120       BP
GO:0001147       MF
GO:0001156       MF
GO:0001161       MF
GO:0001162       MF
GO:0001163       MF
GO:0001164       MF
GO:0001165       MF
GO:0001172       BP
GO:0001173       BP
GO:0001174       BP
GO:0001178       BP
GO:0001179       MF
GO:0001181       MF
GO:0001188       BP
GO:0001192       BP
GO:0001193       BP
GO:0001216       MF
GO:0001217       MF
GO:0001221       MF
GO:0001222       MF
GO:0001223       MF
GO:0001227       MF
GO:0001228       MF
GO:0001325       BP
GO:0001401       CC
GO:0001405       CC
GO:0001408       BP
GO:0001409       MF
GO:0001501       BP
GO:0001502       BP
GO:0001503       BP
GO:0001504       BP
GO:0001507       BP
GO:0001508       BP
GO:0001510       BP
GO:0001512       MF
GO:0001514       BP
GO:0001515       MF
GO:0001516       BP
GO:0001517       MF
GO:0001518       CC
GO:0001519       BP
GO:0001520       CC
GO:0001522       BP
GO:0001523       BP
GO:0001525       BP
GO:0001527       CC
GO:0001530       MF
GO:0001532       MF
GO:0001533       CC
GO:0001534       CC
GO:0001535       CC
GO:0001536       CC
GO:0001537       MF
GO:0001539       BP
GO:0001540       MF
GO:0001541       BP
GO:0001542       BP
GO:0001543       BP
GO:0001544       BP
GO:0001545       BP
GO:0001546       BP
GO:0001547       BP
GO:0001549       BP
GO:0001550       BP
GO:0001552       BP
GO:0001553       BP
GO:0001554       BP
GO:0001555       BP
GO:0001556       BP
GO:0001558       BP
GO:0001560       BP
GO:0001561       BP
GO:0001562       BP
GO:0001567       MF
GO:0001568       BP
GO:0001569       BP
GO:0001570       BP
GO:0001572       BP
GO:0001573       BP
GO:0001574       BP
GO:0001575       BP
GO:0001576       BP
GO:0001578       BP
GO:0001579       BP
GO:0001580       BP
GO:0001581       BP
GO:0001582       BP
GO:0001587       MF
GO:0001588       MF
GO:0001591       MF
GO:0001594       MF
GO:0001595       MF
GO:0001596       MF
GO:0001601       MF
GO:0001602       MF
GO:0001604       MF
GO:0001605       MF
GO:0001607       MF
GO:0001609       MF
GO:0001614       MF
GO:0001616       MF
GO:0001618       MF
GO:0001621       MF
GO:0001626       MF
GO:0001631       MF
GO:0001632       MF
GO:0001635       MF
GO:0001637       MF
GO:0001640       MF
GO:0001641       MF
GO:0001642       MF
GO:0001648       MF
GO:0001649       BP
GO:0001650       CC
GO:0001651       CC
GO:0001652       CC
GO:0001653       MF
GO:0001654       BP
GO:0001655       BP
GO:0001656       BP
GO:0001657       BP
GO:0001658       BP
GO:0001659       BP
GO:0001660       BP
GO:0001661       BP
GO:0001662       BP
GO:0001664       MF
GO:0001665       MF
GO:0001666       BP
GO:0001667       BP
GO:0001669       CC
GO:0001671       MF
GO:0001673       CC
GO:0001674       CC
GO:0001675       BP
GO:0001676       BP
GO:0001678       BP
GO:0001680       BP
GO:0001681       MF
GO:0001682       BP
GO:0001691       MF
GO:0001692       BP
GO:0001694       BP
GO:0001695       BP
GO:0001696       BP
GO:0001698       BP
GO:0001701       BP
GO:0001702       BP
GO:0001704       BP
GO:0001705       BP
GO:0001706       BP
GO:0001707       BP
GO:0001708       BP
GO:0001709       BP
GO:0001710       BP
GO:0001711       BP
GO:0001712       BP
GO:0001714       BP
GO:0001715       BP
GO:0001716       MF
GO:0001717       BP
GO:0001725       CC
GO:0001726       CC
GO:0001727       MF
GO:0001729       MF
GO:0001730       MF
GO:0001731       BP
GO:0001732       BP
GO:0001733       MF
GO:0001734       MF
GO:0001735       MF
GO:0001736       BP
GO:0001738       BP
GO:0001739       CC
GO:0001740       CC
GO:0001741       CC
GO:0001743       BP
GO:0001750       CC
GO:0001754       BP
GO:0001755       BP
GO:0001756       BP
GO:0001757       BP
GO:0001758       MF
GO:0001759       BP
GO:0001760       MF
GO:0001762       BP
GO:0001763       BP
GO:0001764       BP
GO:0001765       BP
GO:0001766       BP
GO:0001767       BP
GO:0001768       BP
GO:0001770       BP
GO:0001771       BP
GO:0001772       CC
GO:0001773       BP
GO:0001774       BP
GO:0001775       BP
GO:0001776       BP
GO:0001777       BP
GO:0001778       BP
GO:0001779       BP
GO:0001780       BP
GO:0001781       BP
GO:0001782       BP
GO:0001783       BP
GO:0001784       MF
GO:0001785       MF
GO:0001786       MF
GO:0001787       BP
GO:0001788       BP
GO:0001790       MF
GO:0001791       MF
GO:0001792       MF
GO:0001793       MF
GO:0001794       BP
GO:0001796       BP
GO:0001797       BP
GO:0001798       BP
GO:0001802       BP
GO:0001803       BP
GO:0001805       BP
GO:0001806       BP
GO:0001807       BP
GO:0001808       BP
GO:0001809       BP
GO:0001810       BP
GO:0001811       BP
GO:0001813       BP
GO:0001814       BP
GO:0001815       BP
GO:0001816       BP
GO:0001817       BP
GO:0001818       BP
GO:0001819       BP
GO:0001820       BP
GO:0001821       BP
GO:0001822       BP
GO:0001823       BP
GO:0001824       BP
GO:0001825       BP
GO:0001826       BP
GO:0001827       BP
GO:0001828       BP
GO:0001829       BP
GO:0001830       BP
GO:0001831       BP
GO:0001832       BP
GO:0001833       BP
GO:0001834       BP
GO:0001835       BP
GO:0001836       BP
GO:0001837       BP
GO:0001838       BP
GO:0001839       BP
GO:0001840       BP
GO:0001841       BP
GO:0001842       BP
GO:0001843       BP
GO:0001845       BP
GO:0001846       MF
GO:0001847       MF
GO:0001848       MF
GO:0001849       MF
GO:0001850       MF
GO:0001851       MF
GO:0001855       MF
GO:0001861       MF
GO:0001865       BP
GO:0001866       BP
GO:0001867       BP
GO:0001868       BP
GO:0001869       BP
GO:0001872       MF
GO:0001875       MF
GO:0001878       BP
GO:0001879       BP
GO:0001880       BP
GO:0001881       BP
GO:0001882       MF
GO:0001883       MF
GO:0001885       BP
GO:0001886       BP
GO:0001887       BP
GO:0001888       MF
GO:0001889       BP
GO:0001890       BP
GO:0001891       CC
GO:0001892       BP
GO:0001893       BP
GO:0001894       BP
GO:0001895       BP
GO:0001905       BP
GO:0001906       BP
GO:0001909       BP
GO:0001910       BP
GO:0001911       BP
GO:0001912       BP
GO:0001913       BP
GO:0001914       BP
GO:0001915       BP
GO:0001916       BP
GO:0001917       CC
GO:0001918       MF
GO:0001919       BP
GO:0001920       BP
GO:0001921       BP
GO:0001922       BP
GO:0001923       BP
GO:0001927       BP
GO:0001928       BP
GO:0001931       CC
GO:0001932       BP
GO:0001933       BP
GO:0001934       BP
GO:0001935       BP
GO:0001936       BP
GO:0001937       BP
GO:0001938       BP
GO:0001939       CC
GO:0001940       CC
GO:0001941       BP
GO:0001942       BP
GO:0001944       BP
GO:0001945       BP
GO:0001946       BP
GO:0001947       BP
GO:0001949       BP
GO:0001951       BP
GO:0001952       BP
GO:0001953       BP
GO:0001954       BP
GO:0001955       BP
GO:0001956       BP
GO:0001957       BP
GO:0001958       BP
GO:0001959       BP
GO:0001960       BP
GO:0001961       BP
GO:0001963       BP
GO:0001964       BP
GO:0001965       MF
GO:0001966       BP
GO:0001967       BP
GO:0001968       MF
GO:0001969       BP
GO:0001970       BP
GO:0001971       BP
GO:0001972       MF
GO:0001973       BP
GO:0001974       BP
GO:0001975       BP
GO:0001976       BP
GO:0001977       BP
GO:0001978       BP
GO:0001979       BP
GO:0001980       BP
GO:0001983       BP
GO:0001984       BP
GO:0001985       BP
GO:0001990       BP
GO:0001991       BP
GO:0001992       BP
GO:0001993       BP
GO:0001994       BP
GO:0001996       BP
GO:0001997       BP
GO:0001998       BP
GO:0001999       BP
GO:0002001       BP
GO:0002002       BP
GO:0002003       BP
GO:0002007       BP
GO:0002009       BP
GO:0002011       BP
GO:0002014       BP
GO:0002016       BP
GO:0002017       BP
GO:0002018       BP
GO:0002019       BP
GO:0002020       MF
GO:0002021       BP
GO:0002023       BP
GO:0002024       BP
GO:0002025       BP
GO:0002026       BP
GO:0002027       BP
GO:0002028       BP
GO:0002029       BP
GO:0002030       BP
GO:0002031       BP
GO:0002032       BP
GO:0002034       BP
GO:0002035       BP
GO:0002036       BP
GO:0002037       BP
GO:0002038       BP
GO:0002039       MF
GO:0002040       BP
GO:0002041       BP
GO:0002042       BP
GO:0002043       BP
GO:0002046       MF
GO:0002051       BP
GO:0002052       BP
GO:0002053       BP
GO:0002054       MF
GO:0002055       MF
GO:0002058       MF
GO:0002060       MF
GO:0002061       MF
GO:0002062       BP
GO:0002063       BP
GO:0002064       BP
GO:0002065       BP
GO:0002066       BP
GO:0002067       BP
GO:0002068       BP
GO:0002069       BP
GO:0002070       BP
GO:0002071       BP
GO:0002072       BP
GO:0002074       BP
GO:0002076       BP
GO:0002077       BP
GO:0002079       CC
GO:0002080       CC
GO:0002081       CC
GO:0002082       BP
GO:0002083       MF
GO:0002084       BP
GO:0002085       BP
GO:0002086       BP
GO:0002087       BP
GO:0002088       BP
GO:0002089       BP
GO:0002090       BP
GO:0002091       BP
GO:0002092       BP
GO:0002093       BP
GO:0002094       MF
GO:0002095       CC
GO:0002096       CC
GO:0002097       BP
GO:0002098       BP
GO:0002100       BP
GO:0002101       BP
GO:0002102       CC
GO:0002112       MF
GO:0002113       MF
GO:0002114       MF
GO:0002115       BP
GO:0002116       CC
GO:0002118       BP
GO:0002121       BP
GO:0002125       BP
GO:0002127       BP
GO:0002128       BP
GO:0002130       BP
GO:0002133       CC
GO:0002134       MF
GO:0002135       MF
GO:0002138       BP
GO:0002139       CC
GO:0002140       CC
GO:0002141       CC
GO:0002142       CC
GO:0002143       BP
GO:0002144       CC
GO:0002148       BP
GO:0002149       BP
GO:0002151       MF
GO:0002152       BP
GO:0002153       MF
GO:0002154       BP
GO:0002155       BP
GO:0002157       BP
GO:0002158       BP
GO:0002159       BP
GO:0002161       MF
GO:0002162       MF
GO:0002169       CC
GO:0002172       MF
GO:0002174       BP
GO:0002175       BP
GO:0002176       BP
GO:0002177       CC
GO:0002178       CC
GO:0002181       BP
GO:0002182       BP
GO:0002183       BP
GO:0002184       BP
GO:0002188       BP
GO:0002189       CC
GO:0002190       BP
GO:0002191       BP
GO:0002192       BP
GO:0002193       CC
GO:0002194       BP
GO:0002196       MF
GO:0002199       CC
GO:0002200       BP
GO:0002204       BP
GO:0002208       BP
GO:0002209       BP
GO:0002215       BP
GO:0002218       BP
GO:0002220       BP
GO:0002221       BP
GO:0002222       BP
GO:0002223       BP
GO:0002224       BP
GO:0002225       BP
GO:0002227       BP
GO:0002228       BP
GO:0002230       BP
GO:0002232       BP
GO:0002237       BP
GO:0002238       BP
GO:0002244       BP
GO:0002246       BP
GO:0002248       BP
GO:0002249       BP
GO:0002250       BP
GO:0002251       BP
GO:0002252       BP
GO:0002253       BP
GO:0002254       BP
GO:0002260       BP
GO:0002262       BP
GO:0002263       BP
GO:0002264       BP
GO:0002265       BP
GO:0002266       BP
GO:0002268       BP
GO:0002269       BP
GO:0002270       BP
GO:0002273       BP
GO:0002274       BP
GO:0002275       BP
GO:0002276       BP
GO:0002277       BP
GO:0002278       BP
GO:0002279       BP
GO:0002280       BP
GO:0002281       BP
GO:0002282       BP
GO:0002283       BP
GO:0002285       BP
GO:0002286       BP
GO:0002287       BP
GO:0002290       BP
GO:0002291       BP
GO:0002292       BP
GO:0002293       BP
GO:0002294       BP
GO:0002295       BP
GO:0002296       BP
GO:0002298       BP
GO:0002299       BP
GO:0002300       BP
GO:0002302       BP
GO:0002304       BP
GO:0002305       BP
GO:0002309       BP
GO:0002312       BP
GO:0002313       BP
GO:0002314       BP
GO:0002315       BP
GO:0002316       BP
GO:0002317       BP
GO:0002318       BP
GO:0002319       BP
GO:0002320       BP
GO:0002322       BP
GO:0002323       BP
GO:0002325       BP
GO:0002326       BP
GO:0002327       BP
GO:0002328       BP
GO:0002329       BP
GO:0002331       BP
GO:0002332       BP
GO:0002333       BP
GO:0002334       BP
GO:0002335       BP
GO:0002336       BP
GO:0002337       BP
GO:0002339       BP
GO:0002343       BP
GO:0002344       BP
GO:0002347       BP
GO:0002349       BP
GO:0002351       BP
GO:0002352       BP
GO:0002353       BP
GO:0002355       BP
GO:0002357       BP
GO:0002358       BP
GO:0002360       BP
GO:0002361       BP
GO:0002362       BP
GO:0002363       BP
GO:0002364       BP
GO:0002366       BP
GO:0002367       BP
GO:0002369       BP
GO:0002370       BP
GO:0002371       BP
GO:0002372       BP
GO:0002373       BP
GO:0002376       BP
GO:0002377       BP
GO:0002381       BP
GO:0002383       BP
GO:0002384       BP
GO:0002385       BP
GO:0002387       BP
GO:0002395       BP
GO:0002396       BP
GO:0002397       BP
GO:0002398       BP
GO:0002399       BP
GO:0002404       BP
GO:0002406       BP
GO:0002407       BP
GO:0002408       BP
GO:0002412       BP
GO:0002413       BP
GO:0002414       BP
GO:0002415       BP
GO:0002416       BP
GO:0002418       BP
GO:0002419       BP
GO:0002420       BP
GO:0002423       BP
GO:0002424       BP
GO:0002426       BP
GO:0002428       BP
GO:0002429       BP
GO:0002430       BP
GO:0002431       BP
GO:0002432       BP
GO:0002433       BP
GO:0002434       BP
GO:0002435       BP
GO:0002436       BP
GO:0002437       BP
GO:0002438       BP
GO:0002439       BP
GO:0002440       BP
GO:0002441       BP
GO:0002442       BP
GO:0002443       BP
GO:0002444       BP
GO:0002445       BP
GO:0002446       BP
GO:0002447       BP
GO:0002448       BP
GO:0002449       BP
GO:0002450       BP
GO:0002451       BP
GO:0002455       BP
GO:0002456       BP
GO:0002457       BP
GO:0002458       BP
GO:0002460       BP
GO:0002461       BP
GO:0002465       BP
GO:0002467       BP
GO:0002468       BP
GO:0002469       BP
GO:0002470       BP
GO:0002472       BP
GO:0002474       BP
GO:0002475       BP
GO:0002476       BP
GO:0002477       BP
GO:0002478       BP
GO:0002479       BP
GO:0002480       BP
GO:0002481       BP
GO:0002483       BP
GO:0002484       BP
GO:0002485       BP
GO:0002486       BP
GO:0002488       BP
GO:0002489       BP
GO:0002491       BP
GO:0002495       BP
GO:0002501       BP
GO:0002502       BP
GO:0002503       BP
GO:0002504       BP
GO:0002505       BP
GO:0002507       BP
GO:0002508       BP
GO:0002509       BP
GO:0002510       BP
GO:0002513       BP
GO:0002514       BP
GO:0002517       BP
GO:0002518       BP
GO:0002519       BP
GO:0002520       BP
GO:0002521       BP
GO:0002522       BP
GO:0002523       BP
GO:0002524       BP
GO:0002525       BP
GO:0002526       BP
GO:0002528       BP
GO:0002532       BP
GO:0002534       BP
GO:0002536       BP
GO:0002537       BP
GO:0002538       BP
GO:0002540       BP
GO:0002541       BP
GO:0002542       BP
GO:0002543       BP
GO:0002544       BP
GO:0002545       BP
GO:0002548       BP
GO:0002551       BP
GO:0002552       BP
GO:0002553       BP
GO:0002554       BP
GO:0002562       BP
GO:0002566       BP
GO:0002568       BP
GO:0002572       BP
GO:0002573       BP
GO:0002574       BP
GO:0002576       BP
GO:0002577       BP
GO:0002578       BP
GO:0002579       BP
GO:0002580       BP
GO:0002581       BP
GO:0002582       BP
GO:0002583       BP
GO:0002584       BP
GO:0002585       BP
GO:0002586       BP
GO:0002587       BP
GO:0002588       BP
GO:0002589       BP
GO:0002590       BP
GO:0002604       BP
GO:0002605       BP
GO:0002606       BP
GO:0002616       BP
GO:0002617       BP
GO:0002622       BP
GO:0002634       BP
GO:0002635       BP
GO:0002636       BP
GO:0002637       BP
GO:0002638       BP
GO:0002639       BP
GO:0002643       BP
GO:0002644       BP
GO:0002645       BP
GO:0002646       BP
GO:0002648       BP
GO:0002649       BP
GO:0002651       BP
GO:0002652       BP
GO:0002654       BP
GO:0002658       BP
GO:0002660       BP
GO:0002661       BP
GO:0002663       BP
GO:0002664       BP
GO:0002666       BP
GO:0002667       BP
GO:0002669       BP
GO:0002673       BP
GO:0002674       BP
GO:0002675       BP
GO:0002676       BP
GO:0002677       BP
GO:0002678       BP
GO:0002679       BP
GO:0002681       BP
GO:0002682       BP
GO:0002683       BP
GO:0002684       BP
GO:0002685       BP
GO:0002686       BP
GO:0002687       BP
GO:0002688       BP
GO:0002689       BP
GO:0002690       BP
GO:0002691       BP
GO:0002692       BP
GO:0002693       BP
GO:0002694       BP
GO:0002695       BP
GO:0002696       BP
GO:0002697       BP
GO:0002698       BP
GO:0002699       BP
GO:0002700       BP
GO:0002701       BP
GO:0002702       BP
GO:0002703       BP
GO:0002704       BP
GO:0002705       BP
GO:0002706       BP
GO:0002707       BP
GO:0002708       BP
GO:0002709       BP
GO:0002710       BP
GO:0002711       BP
GO:0002712       BP
GO:0002713       BP
GO:0002714       BP
GO:0002715       BP
GO:0002716       BP
GO:0002717       BP
GO:0002718       BP
GO:0002719       BP
GO:0002720       BP
GO:0002724       BP
GO:0002725       BP
GO:0002726       BP
GO:0002727       BP
GO:0002728       BP
GO:0002729       BP
GO:0002730       BP
GO:0002731       BP
GO:0002732       BP
GO:0002733       BP
GO:0002735       BP
GO:0002736       BP
GO:0002737       BP
GO:0002747       BP
GO:0002752       BP
GO:0002753       BP
GO:0002755       BP
GO:0002756       BP
GO:0002757       BP
GO:0002758       BP
GO:0002759       BP
GO:0002760       BP
GO:0002761       BP
GO:0002762       BP
GO:0002763       BP
GO:0002764       BP
GO:0002765       BP
GO:0002767       BP
GO:0002768       BP
GO:0002769       BP
GO:0002774       BP
GO:0002775       BP
GO:0002777       BP
GO:0002778       BP
GO:0002780       BP
GO:0002784       BP
GO:0002785       BP
GO:0002786       BP
GO:0002787       BP
GO:0002790       BP
GO:0002791       BP
GO:0002792       BP
GO:0002793       BP
GO:0002803       BP
GO:0002805       BP
GO:0002807       BP
GO:0002808       BP
GO:0002812       BP
GO:0002815       BP
GO:0002816       BP
GO:0002819       BP
GO:0002820       BP
GO:0002821       BP
GO:0002822       BP
GO:0002823       BP
GO:0002824       BP
GO:0002825       BP
GO:0002826       BP
GO:0002827       BP
GO:0002828       BP
GO:0002829       BP
GO:0002830       BP
GO:0002831       BP
GO:0002832       BP
GO:0002833       BP
GO:0002834       BP
GO:0002835       BP
GO:0002836       BP
GO:0002837       BP
GO:0002838       BP
GO:0002839       BP
GO:0002840       BP
GO:0002841       BP
GO:0002842       BP
GO:0002843       BP
GO:0002845       BP
GO:0002852       BP
GO:0002854       BP
GO:0002855       BP
GO:0002856       BP
GO:0002857       BP
GO:0002858       BP
GO:0002859       BP
GO:0002860       BP
GO:0002861       BP
GO:0002862       BP
GO:0002863       BP
GO:0002864       BP
GO:0002865       BP
GO:0002866       BP
GO:0002870       BP
GO:0002874       BP
GO:0002875       BP
GO:0002876       BP
GO:0002877       BP
GO:0002879       BP
GO:0002880       BP
GO:0002882       BP
GO:0002883       BP
GO:0002884       BP
GO:0002885       BP
GO:0002886       BP
GO:0002887       BP
GO:0002888       BP
GO:0002889       BP
GO:0002890       BP
GO:0002891       BP
GO:0002892       BP
GO:0002893       BP
GO:0002894       BP
GO:0002895       BP
GO:0002897       BP
GO:0002901       BP
GO:0002902       BP
GO:0002903       BP
GO:0002904       BP
GO:0002905       BP
GO:0002906       BP
GO:0002911       BP
GO:0002913       BP
GO:0002920       BP
GO:0002921       BP
GO:0002922       BP
GO:0002923       BP
GO:0002924       BP
GO:0002925       BP
GO:0002926       BP
GO:0002930       BP
GO:0002931       BP
GO:0002933       BP
GO:0002934       BP
GO:0002939       BP
GO:0002940       BP
GO:0002941       BP
GO:0002943       BP
GO:0002944       CC
GO:0002945       CC
GO:0002946       BP
GO:0002947       CC
GO:0002949       BP
GO:0002950       MF
GO:0002951       MF
GO:0002953       MF
GO:0003002       BP
GO:0003006       BP
GO:0003007       BP
GO:0003008       BP
GO:0003009       BP
GO:0003010       BP
GO:0003011       BP
GO:0003012       BP
GO:0003013       BP
GO:0003014       BP
GO:0003015       BP
GO:0003016       BP
GO:0003017       BP
GO:0003018       BP
GO:0003025       BP
GO:0003026       BP
GO:0003027       BP
GO:0003029       BP
GO:0003032       BP
GO:0003044       BP
GO:0003050       BP
GO:0003051       BP
GO:0003056       BP
GO:0003057       BP
GO:0003058       BP
GO:0003062       BP
GO:0003064       BP
GO:0003065       BP
GO:0003068       BP
GO:0003069       BP
GO:0003070       BP
GO:0003071       BP
GO:0003072       BP
GO:0003073       BP
GO:0003081       BP
GO:0003084       BP
GO:0003085       BP
GO:0003091       BP
GO:0003093       BP
GO:0003094       BP
GO:0003095       BP
GO:0003096       BP
GO:0003097       BP
GO:0003099       BP
GO:0003100       BP
GO:0003104       BP
GO:0003105       BP
GO:0003108       BP
GO:0003116       BP
GO:0003117       BP
GO:0003127       BP
GO:0003128       BP
GO:0003129       BP
GO:0003131       BP
GO:0003133       BP
GO:0003138       BP
GO:0003139       BP
GO:0003140       BP
GO:0003142       BP
GO:0003143       BP
GO:0003144       BP
GO:0003147       BP
GO:0003148       BP
GO:0003149       BP
GO:0003150       BP
GO:0003151       BP
GO:0003156       BP
GO:0003157       BP
GO:0003158       BP
GO:0003159       BP
GO:0003160       BP
GO:0003161       BP
GO:0003162       BP
GO:0003163       BP
GO:0003164       BP
GO:0003165       BP
GO:0003166       BP
GO:0003167       BP
GO:0003168       BP
GO:0003169       BP
GO:0003170       BP
GO:0003171       BP
GO:0003172       BP
GO:0003174       BP
GO:0003175       BP
GO:0003176       BP
GO:0003177       BP
GO:0003178       BP
GO:0003179       BP
GO:0003180       BP
GO:0003181       BP
GO:0003182       BP
GO:0003183       BP
GO:0003184       BP
GO:0003185       BP
GO:0003186       BP
GO:0003188       BP
GO:0003189       BP
GO:0003190       BP
GO:0003192       BP
GO:0003193       BP
GO:0003195       BP
GO:0003197       BP
GO:0003198       BP
GO:0003199       BP
GO:0003203       BP
GO:0003205       BP
GO:0003206       BP
GO:0003207       BP
GO:0003208       BP
GO:0003209       BP
GO:0003210       BP
GO:0003211       BP
GO:0003213       BP
GO:0003214       BP
GO:0003215       BP
GO:0003218       BP
GO:0003219       BP
GO:0003220       BP
GO:0003221       BP
GO:0003222       BP
GO:0003223       BP
GO:0003226       BP
GO:0003228       BP
GO:0003229       BP
GO:0003230       BP
GO:0003231       BP
GO:0003235       BP
GO:0003236       BP
GO:0003241       BP
GO:0003242       BP
GO:0003245       BP
GO:0003249       BP
GO:0003250       BP
GO:0003251       BP
GO:0003252       BP
GO:0003253       BP
GO:0003254       BP
GO:0003259       BP
GO:0003260       BP
GO:0003263       BP
GO:0003264       BP
GO:0003266       BP
GO:0003270       BP
GO:0003271       BP
GO:0003272       BP
GO:0003273       BP
GO:0003274       BP
GO:0003275       BP
GO:0003278       BP
GO:0003279       BP
GO:0003281       BP
GO:0003283       BP
GO:0003284       BP
GO:0003285       BP
GO:0003289       BP
GO:0003290       BP
GO:0003292       BP
GO:0003294       BP
GO:0003298       BP
GO:0003299       BP
GO:0003300       BP
GO:0003301       BP
GO:0003306       BP
GO:0003307       BP
GO:0003308       BP
GO:0003309       BP
GO:0003310       BP
GO:0003311       BP
GO:0003312       BP
GO:0003318       BP
GO:0003321       BP
GO:0003322       BP
GO:0003323       BP
GO:0003326       BP
GO:0003327       BP
GO:0003329       BP
GO:0003330       BP
GO:0003331       BP
GO:0003332       BP
GO:0003333       BP
GO:0003334       BP
GO:0003335       BP
GO:0003336       BP
GO:0003337       BP
GO:0003338       BP
GO:0003339       BP
GO:0003340       BP
GO:0003341       BP
GO:0003342       BP
GO:0003343       BP
GO:0003344       BP
GO:0003345       BP
GO:0003348       BP
GO:0003350       BP
GO:0003351       BP
GO:0003352       BP
GO:0003353       BP
GO:0003354       BP
GO:0003356       BP
GO:0003357       BP
GO:0003358       BP
GO:0003359       BP
GO:0003360       BP
GO:0003363       BP
GO:0003365       BP
GO:0003366       BP
GO:0003376       BP
GO:0003382       BP
GO:0003383       BP
GO:0003400       BP
GO:0003401       BP
GO:0003402       BP
GO:0003404       BP
GO:0003406       BP
GO:0003407       BP
GO:0003408       BP
GO:0003409       BP
GO:0003412       BP
GO:0003413       BP
GO:0003414       BP
GO:0003415       BP
GO:0003416       BP
GO:0003417       BP
GO:0003418       BP
GO:0003419       BP
GO:0003421       BP
GO:0003422       BP
GO:0003429       BP
GO:0003430       BP
GO:0003431       BP
GO:0003433       BP
GO:0003674       MF
GO:0003676       MF
GO:0003677       MF
GO:0003678       MF
GO:0003680       MF
GO:0003681       MF
GO:0003682       MF
GO:0003684       MF
GO:0003688       MF
GO:0003689       MF
GO:0003690       MF
GO:0003691       MF
GO:0003692       MF
GO:0003696       MF
GO:0003697       MF
GO:0003700       MF
GO:0003707       MF
GO:0003711       MF
GO:0003712       MF
GO:0003713       MF
GO:0003714       MF
GO:0003720       MF
GO:0003721       MF
GO:0003723       MF
GO:0003724       MF
GO:0003725       MF
GO:0003726       MF
GO:0003727       MF
GO:0003729       MF
GO:0003730       MF
GO:0003735       MF
GO:0003743       MF
GO:0003746       MF
GO:0003747       MF
GO:0003755       MF
GO:0003756       MF
GO:0003774       MF
GO:0003777       MF
GO:0003779       MF
GO:0003785       MF
GO:0003796       MF
GO:0003810       MF
GO:0003823       MF
GO:0003824       MF
GO:0003827       MF
GO:0003828       MF
GO:0003829       MF
GO:0003830       MF
GO:0003831       MF
GO:0003834       MF
GO:0003835       MF
GO:0003836       MF
GO:0003837       MF
GO:0003839       MF
GO:0003841       MF
GO:0003842       MF
GO:0003844       MF
GO:0003845       MF
GO:0003846       MF
GO:0003847       MF
GO:0003851       MF
GO:0003853       MF
GO:0003854       MF
GO:0003857       MF
GO:0003858       MF
GO:0003860       MF
GO:0003863       MF
GO:0003865       MF
GO:0003867       MF
GO:0003868       MF
GO:0003870       MF
GO:0003872       MF
GO:0003873       MF
GO:0003874       MF
GO:0003875       MF
GO:0003876       MF
GO:0003877       MF
GO:0003878       MF
GO:0003880       MF
GO:0003881       MF
GO:0003882       MF
GO:0003883       MF
GO:0003884       MF
GO:0003886       MF
GO:0003887       MF
GO:0003896       MF
GO:0003899       MF
GO:0003905       MF
GO:0003906       MF
GO:0003908       MF
GO:0003909       MF
GO:0003910       MF
GO:0003912       MF
GO:0003916       MF
GO:0003917       MF
GO:0003918       MF
GO:0003919       MF
GO:0003920       MF
GO:0003921       MF
GO:0003922       MF
GO:0003923       MF
GO:0003924       MF
GO:0003925       MF
GO:0003933       MF
GO:0003934       MF
GO:0003937       MF
GO:0003938       MF
GO:0003939       MF
GO:0003940       MF
GO:0003941       MF
GO:0003943       MF
GO:0003944       MF
GO:0003945       MF
GO:0003947       MF
GO:0003948       MF
GO:0003950       MF
GO:0003951       MF
GO:0003952       MF
GO:0003953       MF
GO:0003954       MF
GO:0003955       MF
GO:0003957       MF
GO:0003958       MF
GO:0003960       MF
GO:0003963       MF
GO:0003964       MF
GO:0003968       MF
GO:0003972       MF
GO:0003973       MF
GO:0003974       MF
GO:0003975       MF
GO:0003976       MF
GO:0003977       MF
GO:0003978       MF
GO:0003979       MF
GO:0003980       MF
GO:0003983       MF
GO:0003984       MF
GO:0003985       MF
GO:0003986       MF
GO:0003987       MF
GO:0003988       MF
GO:0003989       MF
GO:0003990       MF
GO:0003993       MF
GO:0003994       MF
GO:0003995       MF
GO:0003997       MF
GO:0003998       MF
GO:0003999       MF
GO:0004000       MF
GO:0004001       MF
GO:0004013       MF
GO:0004014       MF
GO:0004016       MF
GO:0004017       MF
GO:0004018       MF
GO:0004019       MF
GO:0004020       MF
GO:0004021       MF
GO:0004022       MF
GO:0004024       MF
GO:0004027       MF
GO:0004028       MF
GO:0004029       MF
GO:0004030       MF
GO:0004031       MF
GO:0004032       MF
GO:0004033       MF
GO:0004034       MF
GO:0004035       MF
GO:0004037       MF
GO:0004040       MF
GO:0004042       MF
GO:0004043       MF
GO:0004044       MF
GO:0004045       MF
GO:0004046       MF
GO:0004047       MF
GO:0004050       MF
GO:0004051       MF
GO:0004052       MF
GO:0004053       MF
GO:0004055       MF
GO:0004056       MF
GO:0004057       MF
GO:0004058       MF
GO:0004059       MF
GO:0004060       MF
GO:0004061       MF
GO:0004062       MF
GO:0004063       MF
GO:0004064       MF
GO:0004065       MF
GO:0004066       MF
GO:0004067       MF
GO:0004068       MF
GO:0004069       MF
GO:0004070       MF
GO:0004074       MF
GO:0004075       MF
GO:0004077       MF
GO:0004078       MF
GO:0004079       MF
GO:0004080       MF
GO:0004081       MF
GO:0004082       MF
GO:0004084       MF
GO:0004085       MF
GO:0004087       MF
GO:0004088       MF
GO:0004089       MF
GO:0004090       MF
GO:0004092       MF
GO:0004095       MF
GO:0004096       MF
GO:0004098       MF
GO:0004102       MF
GO:0004103       MF
GO:0004104       MF
GO:0004105       MF
GO:0004108       MF
GO:0004109       MF
GO:0004111       MF
GO:0004112       MF
GO:0004113       MF
GO:0004114       MF
GO:0004115       MF
GO:0004117       MF
GO:0004118       MF
GO:0004119       MF
GO:0004122       MF
GO:0004123       MF
GO:0004126       MF
GO:0004127       MF
GO:0004128       MF
GO:0004129       MF
GO:0004132       MF
GO:0004133       MF
GO:0004134       MF
GO:0004135       MF
GO:0004136       MF
GO:0004137       MF
GO:0004138       MF
GO:0004139       MF
GO:0004140       MF
GO:0004142       MF
GO:0004143       MF
GO:0004144       MF
GO:0004145       MF
GO:0004146       MF
GO:0004148       MF
GO:0004149       MF
GO:0004151       MF
GO:0004152       MF
GO:0004155       MF
GO:0004157       MF
GO:0004161       MF
GO:0004163       MF
GO:0004164       MF
GO:0004165       MF
GO:0004167       MF
GO:0004168       MF
GO:0004169       MF
GO:0004170       MF
GO:0004174       MF
GO:0004175       MF
GO:0004176       MF
GO:0004177       MF
GO:0004180       MF
GO:0004181       MF
GO:0004185       MF
GO:0004190       MF
GO:0004197       MF
GO:0004198       MF
GO:0004222       MF
GO:0004239       MF
GO:0004252       MF
GO:0004298       MF
GO:0004300       MF
GO:0004301       MF
GO:0004303       MF
GO:0004304       MF
GO:0004305       MF
GO:0004306       MF
GO:0004307       MF
GO:0004308       MF
GO:0004309       MF
GO:0004310       MF
GO:0004311       MF
GO:0004312       MF
GO:0004313       MF
GO:0004314       MF
GO:0004315       MF
GO:0004316       MF
GO:0004317       MF
GO:0004321       MF
GO:0004322       MF
GO:0004324       MF
GO:0004325       MF
GO:0004326       MF
GO:0004329       MF
GO:0004331       MF
GO:0004332       MF
GO:0004333       MF
GO:0004334       MF
GO:0004335       MF
GO:0004336       MF
GO:0004337       MF
GO:0004339       MF
GO:0004340       MF
GO:0004342       MF
GO:0004343       MF
GO:0004344       MF
GO:0004345       MF
GO:0004346       MF
GO:0004347       MF
GO:0004348       MF
GO:0004349       MF
GO:0004350       MF
GO:0004351       MF
GO:0004352       MF
GO:0004353       MF
GO:0004354       MF
GO:0004356       MF
GO:0004357       MF
GO:0004359       MF
GO:0004360       MF
GO:0004361       MF
GO:0004362       MF
GO:0004363       MF
GO:0004364       MF
GO:0004365       MF
GO:0004366       MF
GO:0004368       MF
GO:0004370       MF
GO:0004371       MF
GO:0004372       MF
GO:0004373       MF
GO:0004375       MF
GO:0004376       MF
GO:0004377       MF
GO:0004378       MF
GO:0004379       MF
GO:0004380       MF
GO:0004381       MF
GO:0004382       MF
GO:0004383       MF
GO:0004385       MF
GO:0004386       MF
GO:0004392       MF
GO:0004394       MF
GO:0004396       MF
GO:0004397       MF
GO:0004398       MF
GO:0004402       MF
GO:0004407       MF
GO:0004411       MF
GO:0004415       MF
GO:0004416       MF
GO:0004418       MF
GO:0004419       MF
GO:0004420       MF
GO:0004421       MF
GO:0004427       MF
GO:0004430       MF
GO:0004435       MF
GO:0004438       MF
GO:0004439       MF
GO:0004441       MF
GO:0004445       MF
GO:0004446       MF
GO:0004447       MF
GO:0004448       MF
GO:0004449       MF
GO:0004450       MF
GO:0004452       MF
GO:0004454       MF
GO:0004457       MF
GO:0004458       MF
GO:0004459       MF
GO:0004461       MF
GO:0004462       MF
GO:0004463       MF
GO:0004464       MF
GO:0004465       MF
GO:0004466       MF
GO:0004467       MF
GO:0004468       MF
GO:0004470       MF
GO:0004471       MF
GO:0004473       MF
GO:0004474       MF
GO:0004475       MF
GO:0004476       MF
GO:0004477       MF
GO:0004478       MF
GO:0004479       MF
GO:0004482       MF
GO:0004483       MF
GO:0004484       MF
GO:0004485       MF
GO:0004486       MF
GO:0004487       MF
GO:0004488       MF
GO:0004489       MF
GO:0004490       MF
GO:0004491       MF
GO:0004492       MF
GO:0004493       MF
GO:0004494       MF
GO:0004496       MF
GO:0004497       MF
GO:0004498       MF
GO:0004499       MF
GO:0004500       MF
GO:0004502       MF
GO:0004503       MF
GO:0004504       MF
GO:0004505       MF
GO:0004506       MF
GO:0004507       MF
GO:0004508       MF
GO:0004509       MF
GO:0004510       MF
GO:0004511       MF
GO:0004512       MF
GO:0004514       MF
GO:0004515       MF
GO:0004516       MF
GO:0004517       MF
GO:0004518       MF
GO:0004519       MF
GO:0004520       MF
GO:0004521       MF
GO:0004522       MF
GO:0004523       MF
GO:0004525       MF
GO:0004526       MF
GO:0004527       MF
GO:0004528       MF
GO:0004529       MF
GO:0004530       MF
GO:0004531       MF
GO:0004532       MF
GO:0004534       MF
GO:0004535       MF
GO:0004536       MF
GO:0004540       MF
GO:0004549       MF
GO:0004550       MF
GO:0004551       MF
GO:0004553       MF
GO:0004555       MF
GO:0004556       MF
GO:0004557       MF
GO:0004558       MF
GO:0004559       MF
GO:0004560       MF
GO:0004561       MF
GO:0004563       MF
GO:0004565       MF
GO:0004566       MF
GO:0004567       MF
GO:0004568       MF
GO:0004569       MF
GO:0004571       MF
GO:0004572       MF
GO:0004573       MF
GO:0004576       MF
GO:0004577       MF
GO:0004578       MF
GO:0004579       MF
GO:0004581       MF
GO:0004582       MF
GO:0004583       MF
GO:0004586       MF
GO:0004587       MF
GO:0004588       MF
GO:0004590       MF
GO:0004591       MF
GO:0004594       MF
GO:0004595       MF
GO:0004596       MF
GO:0004598       MF
GO:0004601       MF
GO:0004602       MF
GO:0004603       MF
GO:0004605       MF
GO:0004607       MF
GO:0004608       MF
GO:0004609       MF
GO:0004610       MF
GO:0004611       MF
GO:0004613       MF
GO:0004614       MF
GO:0004615       MF
GO:0004616       MF
GO:0004617       MF
GO:0004618       MF
GO:0004619       MF
GO:0004620       MF
GO:0004621       MF
GO:0004622       MF
GO:0004623       MF
GO:0004629       MF
GO:0004630       MF
GO:0004631       MF
GO:0004632       MF
GO:0004633       MF
GO:0004634       MF
GO:0004637       MF
GO:0004638       MF
GO:0004639       MF
GO:0004641       MF
GO:0004642       MF
GO:0004643       MF
GO:0004644       MF
GO:0004645       MF
GO:0004648       MF
GO:0004649       MF
GO:0004651       MF
GO:0004653       MF
GO:0004654       MF
GO:0004655       MF
GO:0004656       MF
GO:0004657       MF
GO:0004658       MF
GO:0004659       MF
GO:0004660       MF
GO:0004661       MF
GO:0004662       MF
GO:0004663       MF
GO:0004666       MF
GO:0004667       MF
GO:0004668       MF
GO:0004671       MF
GO:0004672       MF
GO:0004673       MF
GO:0004674       MF
GO:0004675       MF
GO:0004676       MF
GO:0004677       MF
GO:0004679       MF
GO:0004683       MF
GO:0004686       MF
GO:0004687       MF
GO:0004689       MF
GO:0004690       MF
GO:0004691       MF
GO:0004692       MF
GO:0004693       MF
GO:0004694       MF
GO:0004697       MF
GO:0004698       MF
GO:0004699       MF
GO:0004703       MF
GO:0004705       MF
GO:0004706       MF
GO:0004707       MF
GO:0004708       MF
GO:0004709       MF
GO:0004711       MF
GO:0004712       MF
GO:0004713       MF
GO:0004714       MF
GO:0004715       MF
GO:0004719       MF
GO:0004720       MF
GO:0004721       MF
GO:0004722       MF
GO:0004723       MF
GO:0004725       MF
GO:0004726       MF
GO:0004727       MF
GO:0004729       MF
GO:0004731       MF
GO:0004733       MF
GO:0004735       MF
GO:0004736       MF
GO:0004738       MF
GO:0004739       MF
GO:0004740       MF
GO:0004741       MF
GO:0004742       MF
GO:0004743       MF
GO:0004745       MF
GO:0004747       MF
GO:0004748       MF
GO:0004749       MF
GO:0004750       MF
GO:0004751       MF
GO:0004753       MF
GO:0004754       MF
GO:0004756       MF
GO:0004757       MF
GO:0004758       MF
GO:0004760       MF
GO:0004766       MF
GO:0004767       MF
GO:0004768       MF
GO:0004769       MF
GO:0004771       MF
GO:0004772       MF
GO:0004774       MF
GO:0004775       MF
GO:0004776       MF
GO:0004777       MF
GO:0004778       MF
GO:0004779       MF
GO:0004781       MF
GO:0004782       MF
GO:0004784       MF
GO:0004788       MF
GO:0004790       MF
GO:0004791       MF
GO:0004792       MF
GO:0004793       MF
GO:0004794       MF
GO:0004796       MF
GO:0004797       MF
GO:0004798       MF
GO:0004799       MF
GO:0004800       MF
GO:0004801       MF
GO:0004802       MF
GO:0004803       MF
GO:0004806       MF
GO:0004807       MF
GO:0004810       MF
GO:0004812       MF
GO:0004813       MF
GO:0004814       MF
GO:0004815       MF
GO:0004816       MF
GO:0004817       MF
GO:0004818       MF
GO:0004819       MF
GO:0004820       MF
GO:0004821       MF
GO:0004822       MF
GO:0004823       MF
GO:0004824       MF
GO:0004825       MF
GO:0004826       MF
GO:0004827       MF
GO:0004828       MF
GO:0004829       MF
GO:0004830       MF
GO:0004831       MF
GO:0004832       MF
GO:0004833       MF
GO:0004835       MF
GO:0004838       MF
GO:0004839       MF
GO:0004842       MF
GO:0004843       MF
GO:0004844       MF
GO:0004849       MF
GO:0004850       MF
GO:0004852       MF
GO:0004853       MF
GO:0004854       MF
GO:0004855       MF
GO:0004856       MF
GO:0004857       MF
GO:0004859       MF
GO:0004860       MF
GO:0004861       MF
GO:0004862       MF
GO:0004864       MF
GO:0004865       MF
GO:0004866       MF
GO:0004867       MF
GO:0004869       MF
GO:0004873       MF
GO:0004875       MF
GO:0004876       MF
GO:0004877       MF
GO:0004878       MF
GO:0004879       MF
GO:0004883       MF
GO:0004888       MF
GO:0004890       MF
GO:0004896       MF
GO:0004897       MF
GO:0004900       MF
GO:0004903       MF
GO:0004904       MF
GO:0004905       MF
GO:0004906       MF
GO:0004908       MF
GO:0004909       MF
GO:0004910       MF
GO:0004911       MF
GO:0004912       MF
GO:0004913       MF
GO:0004914       MF
GO:0004915       MF
GO:0004917       MF
GO:0004918       MF
GO:0004920       MF
GO:0004921       MF
GO:0004923       MF
GO:0004924       MF
GO:0004925       MF
GO:0004930       MF
GO:0004931       MF
GO:0004935       MF
GO:0004936       MF
GO:0004937       MF
GO:0004938       MF
GO:0004939       MF
GO:0004940       MF
GO:0004941       MF
GO:0004945       MF
GO:0004946       MF
GO:0004947       MF
GO:0004948       MF
GO:0004949       MF
GO:0004950       MF
GO:0004951       MF
GO:0004952       MF
GO:0004953       MF
GO:0004954       MF
GO:0004955       MF
GO:0004956       MF
GO:0004957       MF
GO:0004958       MF
GO:0004960       MF
GO:0004961       MF
GO:0004962       MF
GO:0004963       MF
GO:0004964       MF
GO:0004965       MF
GO:0004966       MF
GO:0004967       MF
GO:0004968       MF
GO:0004969       MF
GO:0004970       MF
GO:0004971       MF
GO:0004972       MF
GO:0004974       MF
GO:0004977       MF
GO:0004978       MF
GO:0004979       MF
GO:0004980       MF
GO:0004982       MF
GO:0004983       MF
GO:0004984       MF
GO:0004985       MF
GO:0004990       MF
GO:0004991       MF
GO:0004992       MF
GO:0004993       MF
GO:0004994       MF
GO:0004995       MF
GO:0004996       MF
GO:0004997       MF
GO:0004998       MF
GO:0004999       MF
GO:0005000       MF
GO:0005001       MF
GO:0005003       MF
GO:0005004       MF
GO:0005005       MF
GO:0005006       MF
GO:0005007       MF
GO:0005008       MF
GO:0005009       MF
GO:0005010       MF
GO:0005011       MF
GO:0005017       MF
GO:0005018       MF
GO:0005019       MF
GO:0005020       MF
GO:0005021       MF
GO:0005024       MF
GO:0005025       MF
GO:0005026       MF
GO:0005030       MF
GO:0005031       MF
GO:0005034       MF
GO:0005035       MF
GO:0005041       MF
GO:0005042       MF
GO:0005043       MF
GO:0005044       MF
GO:0005046       MF
GO:0005047       MF
GO:0005048       MF
GO:0005049       MF
GO:0005052       MF
GO:0005053       MF
GO:0005055       MF
GO:0005068       MF
GO:0005078       MF
GO:0005080       MF
GO:0005085       MF
GO:0005091       MF
GO:0005092       MF
GO:0005093       MF
GO:0005094       MF
GO:0005095       MF
GO:0005096       MF
GO:0005102       MF
GO:0005104       MF
GO:0005105       MF
GO:0005109       MF
GO:0005111       MF
GO:0005112       MF
GO:0005113       MF
GO:0005114       MF
GO:0005115       MF
GO:0005119       MF
GO:0005121       MF
GO:0005123       MF
GO:0005124       MF
GO:0005125       MF
GO:0005126       MF
GO:0005127       MF
GO:0005128       MF
GO:0005129       MF
GO:0005130       MF
GO:0005131       MF
GO:0005132       MF
GO:0005133       MF
GO:0005134       MF
GO:0005135       MF
GO:0005136       MF
GO:0005137       MF
GO:0005138       MF
GO:0005139       MF
GO:0005140       MF
GO:0005141       MF
GO:0005142       MF
GO:0005143       MF
GO:0005144       MF
GO:0005146       MF
GO:0005147       MF
GO:0005148       MF
GO:0005149       MF
GO:0005150       MF
GO:0005151       MF
GO:0005152       MF
GO:0005153       MF
GO:0005154       MF
GO:0005157       MF
GO:0005158       MF
GO:0005159       MF
GO:0005160       MF
GO:0005161       MF
GO:0005163       MF
GO:0005164       MF
GO:0005165       MF
GO:0005166       MF
GO:0005167       MF
GO:0005168       MF
GO:0005169       MF
GO:0005170       MF
GO:0005171       MF
GO:0005172       MF
GO:0005173       MF
GO:0005174       MF
GO:0005175       MF
GO:0005176       MF
GO:0005178       MF
GO:0005179       MF
GO:0005183       MF
GO:0005184       MF
GO:0005185       MF
GO:0005198       MF
GO:0005200       MF
GO:0005201       MF
GO:0005212       MF
GO:0005215       MF
GO:0005216       MF
GO:0005217       MF
GO:0005219       MF
GO:0005220       MF
GO:0005221       MF
GO:0005222       MF
GO:0005223       MF
GO:0005225       MF
GO:0005227       MF
GO:0005228       MF
GO:0005229       MF
GO:0005230       MF
GO:0005231       MF
GO:0005234       MF
GO:0005237       MF
GO:0005242       MF
GO:0005243       MF
GO:0005244       MF
GO:0005245       MF
GO:0005246       MF
GO:0005247       MF
GO:0005248       MF
GO:0005249       MF
GO:0005250       MF
GO:0005251       MF
GO:0005252       MF
GO:0005253       MF
GO:0005254       MF
GO:0005260       MF
GO:0005261       MF
GO:0005262       MF
GO:0005267       MF
GO:0005272       MF
GO:0005275       MF
GO:0005277       MF
GO:0005278       MF
GO:0005280       MF
GO:0005283       MF
GO:0005287       MF
GO:0005289       MF
GO:0005290       MF
GO:0005292       MF
GO:0005294       MF
GO:0005295       MF
GO:0005297       MF
GO:0005298       MF
GO:0005302       MF
GO:0005304       MF
GO:0005307       MF
GO:0005308       MF
GO:0005310       MF
GO:0005313       MF
GO:0005314       MF
GO:0005315       MF
GO:0005316       MF
GO:0005319       MF
GO:0005324       MF
GO:0005326       MF
GO:0005328       MF
GO:0005330       MF
GO:0005332       MF
GO:0005334       MF
GO:0005335       MF
GO:0005337       MF
GO:0005338       MF
GO:0005342       MF
GO:0005343       MF
GO:0005344       MF
GO:0005345       MF
GO:0005346       MF
GO:0005347       MF
GO:0005350       MF
GO:0005351       MF
GO:0005353       MF
GO:0005354       MF
GO:0005355       MF
GO:0005356       MF
GO:0005362       MF
GO:0005365       MF
GO:0005366       MF
GO:0005367       MF
GO:0005368       MF
GO:0005369       MF
GO:0005371       MF
GO:0005372       MF
GO:0005375       MF
GO:0005381       MF
GO:0005384       MF
GO:0005385       MF
GO:0005388       MF
GO:0005391       MF
GO:0005402       MF
GO:0005412       MF
GO:0005415       MF
GO:0005416       MF
GO:0005427       MF
GO:0005432       MF
GO:0005436       MF
GO:0005452       MF
GO:0005456       MF
GO:0005457       MF
GO:0005459       MF
GO:0005460       MF
GO:0005461       MF
GO:0005462       MF
GO:0005463       MF
GO:0005464       MF
GO:0005471       MF
GO:0005477       MF
GO:0005483       MF
GO:0005484       MF
GO:0005488       MF
GO:0005496       MF
GO:0005497       MF
GO:0005499       MF
GO:0005501       MF
GO:0005502       MF
GO:0005503       MF
GO:0005504       MF
GO:0005506       MF
GO:0005507       MF
GO:0005509       MF
GO:0005513       BP
GO:0005515       MF
GO:0005516       MF
GO:0005518       MF
GO:0005519       MF
GO:0005520       MF
GO:0005521       MF
GO:0005522       MF
GO:0005523       MF
GO:0005524       MF
GO:0005525       MF
GO:0005527       MF
GO:0005528       MF
GO:0005534       MF
GO:0005536       MF
GO:0005537       MF
GO:0005539       MF
GO:0005540       MF
GO:0005542       MF
GO:0005543       MF
GO:0005544       MF
GO:0005545       MF
GO:0005546       MF
GO:0005547       MF
GO:0005548       MF
GO:0005549       MF
GO:0005575       CC
GO:0005576       CC
GO:0005577       CC
GO:0005579       CC
GO:0005581       CC
GO:0005582       CC
GO:0005583       CC
GO:0005584       CC
GO:0005585       CC
GO:0005586       CC
GO:0005587       CC
GO:0005588       CC
GO:0005589       CC
GO:0005590       CC
GO:0005591       CC
GO:0005592       CC
GO:0005593       CC
GO:0005594       CC
GO:0005595       CC
GO:0005596       CC
GO:0005597       CC
GO:0005598       CC
GO:0005599       CC
GO:0005600       CC
GO:0005602       CC
GO:0005604       CC
GO:0005606       CC
GO:0005607       CC
GO:0005608       CC
GO:0005610       CC
GO:0005614       CC
GO:0005615       CC
GO:0005622       CC
GO:0005634       CC
GO:0005635       CC
GO:0005637       CC
GO:0005638       CC
GO:0005640       CC
GO:0005641       CC
GO:0005642       CC
GO:0005643       CC
GO:0005652       CC
GO:0005654       CC
GO:0005655       CC
GO:0005656       CC
GO:0005657       CC
GO:0005658       CC
GO:0005662       CC
GO:0005663       CC
GO:0005664       CC
GO:0005665       CC
GO:0005666       CC
GO:0005667       CC
GO:0005668       CC
GO:0005669       CC
GO:0005672       CC
GO:0005673       CC
GO:0005674       CC
GO:0005675       CC
GO:0005677       CC
GO:0005680       CC
GO:0005681       CC
GO:0005682       CC
GO:0005683       CC
GO:0005684       CC
GO:0005685       CC
GO:0005686       CC
GO:0005687       CC
GO:0005688       CC
GO:0005689       CC
GO:0005690       CC
GO:0005691       CC
GO:0005692       CC
GO:0005694       CC
GO:0005697       CC
GO:0005700       CC
GO:0005712       CC
GO:0005713       CC
GO:0005715       CC
GO:0005721       CC
GO:0005726       CC
GO:0005730       CC
GO:0005731       CC
GO:0005732       CC
GO:0005736       CC
GO:0005737       CC
GO:0005739       CC
GO:0005740       CC
GO:0005741       CC
GO:0005742       CC
GO:0005743       CC
GO:0005744       CC
GO:0005745       CC
GO:0005746       CC
GO:0005747       CC
GO:0005749       CC
GO:0005750       CC
GO:0005751       CC
GO:0005753       CC
GO:0005754       CC
GO:0005757       CC
GO:0005758       CC
GO:0005759       CC
GO:0005760       CC
GO:0005761       CC
GO:0005762       CC
GO:0005763       CC
GO:0005764       CC
GO:0005765       CC
GO:0005766       CC
GO:0005767       CC
GO:0005768       CC
GO:0005769       CC
GO:0005770       CC
GO:0005771       CC
GO:0005773       CC
GO:0005774       CC
GO:0005775       CC
GO:0005776       CC
GO:0005777       CC
GO:0005778       CC
GO:0005782       CC
GO:0005783       CC
GO:0005784       CC
GO:0005785       CC
GO:0005786       CC
GO:0005787       CC
GO:0005788       CC
GO:0005789       CC
GO:0005790       CC
GO:0005791       CC
GO:0005793       CC
GO:0005794       CC
GO:0005795       CC
GO:0005796       CC
GO:0005797       CC
GO:0005798       CC
GO:0005801       CC
GO:0005802       CC
GO:0005811       CC
GO:0005813       CC
GO:0005814       CC
GO:0005815       CC
GO:0005818       CC
GO:0005819       CC
GO:0005826       CC
GO:0005827       CC
GO:0005828       CC
GO:0005829       CC
GO:0005832       CC
GO:0005833       CC
GO:0005834       CC
GO:0005838       CC
GO:0005839       CC
GO:0005840       CC
GO:0005846       CC
GO:0005847       CC
GO:0005848       CC
GO:0005849       CC
GO:0005850       CC
GO:0005851       CC
GO:0005852       CC
GO:0005853       CC
GO:0005854       CC
GO:0005856       CC
GO:0005858       CC
GO:0005859       CC
GO:0005861       CC
GO:0005862       CC
GO:0005863       CC
GO:0005865       CC
GO:0005868       CC
GO:0005869       CC
GO:0005871       CC
GO:0005873       CC
GO:0005874       CC
GO:0005875       CC
GO:0005876       CC
GO:0005879       CC
GO:0005880       CC
GO:0005881       CC
GO:0005882       CC
GO:0005883       CC
GO:0005884       CC
GO:0005885       CC
GO:0005886       CC
GO:0005889       CC
GO:0005890       CC
GO:0005891       CC
GO:0005892       CC
GO:0005893       CC
GO:0005895       CC
GO:0005896       CC
GO:0005899       CC
GO:0005900       CC
GO:0005901       CC
GO:0005902       CC
GO:0005903       CC
GO:0005905       CC
GO:0005911       CC
GO:0005912       CC
GO:0005914       CC
GO:0005915       CC
GO:0005916       CC
GO:0005921       CC
GO:0005922       CC
GO:0005923       CC
GO:0005925       CC
GO:0005927       CC
GO:0005929       CC
GO:0005930       CC
GO:0005938       CC
GO:0005940       CC
GO:0005942       CC
GO:0005943       CC
GO:0005944       CC
GO:0005945       CC
GO:0005947       CC
GO:0005948       CC
GO:0005952       CC
GO:0005953       CC
GO:0005954       CC
GO:0005955       CC
GO:0005956       CC
GO:0005958       CC
GO:0005960       CC
GO:0005962       CC
GO:0005964       CC
GO:0005965       CC
GO:0005967       CC
GO:0005968       CC
GO:0005969       CC
GO:0005971       CC
GO:0005975       BP
GO:0005976       BP
GO:0005977       BP
GO:0005978       BP
GO:0005979       BP
GO:0005980       BP
GO:0005981       BP
GO:0005982       BP
GO:0005983       BP
GO:0005984       BP
GO:0005985       BP
GO:0005986       BP
GO:0005988       BP
GO:0005989       BP
GO:0005990       BP
GO:0005991       BP
GO:0005993       BP
GO:0005996       BP
GO:0005997       BP
GO:0005998       BP
GO:0006000       BP
GO:0006001       BP
GO:0006002       BP
GO:0006003       BP
GO:0006004       BP
GO:0006006       BP
GO:0006007       BP
GO:0006011       BP
GO:0006012       BP
GO:0006013       BP
GO:0006014       BP
GO:0006015       BP
GO:0006020       BP
GO:0006021       BP
GO:0006022       BP
GO:0006023       BP
GO:0006024       BP
GO:0006026       BP
GO:0006027       BP
GO:0006029       BP
GO:0006030       BP
GO:0006032       BP
GO:0006040       BP
GO:0006041       BP
GO:0006043       BP
GO:0006044       BP
GO:0006045       BP
GO:0006046       BP
GO:0006047       BP
GO:0006048       BP
GO:0006049       BP
GO:0006050       BP
GO:0006051       BP
GO:0006054       BP
GO:0006055       BP
GO:0006056       BP
GO:0006058       BP
GO:0006059       BP
GO:0006060       BP
GO:0006062       BP
GO:0006063       BP
GO:0006064       BP
GO:0006065       BP
GO:0006066       BP
GO:0006067       BP
GO:0006068       BP
GO:0006069       BP
GO:0006071       BP
GO:0006072       BP
GO:0006081       BP
GO:0006082       BP
GO:0006083       BP
GO:0006084       BP
GO:0006085       BP
GO:0006086       BP
GO:0006089       BP
GO:0006090       BP
GO:0006091       BP
GO:0006094       BP
GO:0006096       BP
GO:0006097       BP
GO:0006098       BP
GO:0006099       BP
GO:0006101       BP
GO:0006102       BP
GO:0006103       BP
GO:0006104       BP
GO:0006105       BP
GO:0006106       BP
GO:0006107       BP
GO:0006108       BP
GO:0006109       BP
GO:0006110       BP
GO:0006111       BP
GO:0006112       BP
GO:0006113       BP
GO:0006114       BP
GO:0006116       BP
GO:0006117       BP
GO:0006119       BP
GO:0006120       BP
GO:0006121       BP
GO:0006122       BP
GO:0006123       BP
GO:0006127       BP
GO:0006139       BP
GO:0006140       BP
GO:0006144       BP
GO:0006145       BP
GO:0006147       BP
GO:0006148       BP
GO:0006149       BP
GO:0006152       BP
GO:0006154       BP
GO:0006157       BP
GO:0006161       BP
GO:0006163       BP
GO:0006164       BP
GO:0006166       BP
GO:0006167       BP
GO:0006168       BP
GO:0006170       BP
GO:0006171       BP
GO:0006172       BP
GO:0006173       BP
GO:0006175       BP
GO:0006177       BP
GO:0006182       BP
GO:0006183       BP
GO:0006185       BP
GO:0006188       BP
GO:0006189       BP
GO:0006193       BP
GO:0006195       BP
GO:0006196       BP
GO:0006198       BP
GO:0006203       BP
GO:0006204       BP
GO:0006206       BP
GO:0006207       BP
GO:0006208       BP
GO:0006210       BP
GO:0006211       BP
GO:0006212       BP
GO:0006213       BP
GO:0006214       BP
GO:0006216       BP
GO:0006218       BP
GO:0006220       BP
GO:0006221       BP
GO:0006222       BP
GO:0006225       BP
GO:0006226       BP
GO:0006227       BP
GO:0006228       BP
GO:0006231       BP
GO:0006233       BP
GO:0006235       BP
GO:0006241       BP
GO:0006244       BP
GO:0006248       BP
GO:0006249       BP
GO:0006253       BP
GO:0006254       BP
GO:0006256       BP
GO:0006258       BP
GO:0006259       BP
GO:0006260       BP
GO:0006261       BP
GO:0006264       BP
GO:0006265       BP
GO:0006266       BP
GO:0006268       BP
GO:0006269       BP
GO:0006270       BP
GO:0006271       BP
GO:0006272       BP
GO:0006273       BP
GO:0006274       BP
GO:0006275       BP
GO:0006278       BP
GO:0006281       BP
GO:0006282       BP
GO:0006283       BP
GO:0006284       BP
GO:0006285       BP
GO:0006287       BP
GO:0006288       BP
GO:0006289       BP
GO:0006290       BP
GO:0006294       BP
GO:0006297       BP
GO:0006298       BP
GO:0006301       BP
GO:0006302       BP
GO:0006303       BP
GO:0006304       BP
GO:0006305       BP
GO:0006306       BP
GO:0006307       BP
GO:0006308       BP
GO:0006309       BP
GO:0006310       BP
GO:0006311       BP
GO:0006312       BP
GO:0006313       BP
GO:0006325       BP
GO:0006334       BP
GO:0006335       BP
GO:0006337       BP
GO:0006338       BP
GO:0006346       BP
GO:0006351       BP
GO:0006352       BP
GO:0006353       BP
GO:0006354       BP
GO:0006355       BP
GO:0006356       BP
GO:0006357       BP
GO:0006359       BP
GO:0006360       BP
GO:0006361       BP
GO:0006362       BP
GO:0006363       BP
GO:0006364       BP
GO:0006366       BP
GO:0006367       BP
GO:0006368       BP
GO:0006369       BP
GO:0006370       BP
GO:0006376       BP
GO:0006378       BP
GO:0006382       BP
GO:0006383       BP
GO:0006384       BP
GO:0006386       BP
GO:0006388       BP
GO:0006390       BP
GO:0006391       BP
GO:0006392       BP
GO:0006393       BP
GO:0006396       BP
GO:0006397       BP
GO:0006398       BP
GO:0006399       BP
GO:0006400       BP
GO:0006401       BP
GO:0006402       BP
GO:0006403       BP
GO:0006404       BP
GO:0006405       BP
GO:0006406       BP
GO:0006408       BP
GO:0006409       BP
GO:0006412       BP
GO:0006413       BP
GO:0006414       BP
GO:0006415       BP
GO:0006417       BP
GO:0006418       BP
GO:0006419       BP
GO:0006420       BP
GO:0006421       BP
GO:0006422       BP
GO:0006423       BP
GO:0006424       BP
GO:0006425       BP
GO:0006426       BP
GO:0006427       BP
GO:0006428       BP
GO:0006429       BP
GO:0006430       BP
GO:0006431       BP
GO:0006432       BP
GO:0006433       BP
GO:0006434       BP
GO:0006435       BP
GO:0006436       BP
GO:0006437       BP
GO:0006438       BP
GO:0006446       BP
GO:0006447       BP
GO:0006448       BP
GO:0006449       BP
GO:0006450       BP
GO:0006451       BP
GO:0006452       BP
GO:0006457       BP
GO:0006458       BP
GO:0006463       BP
GO:0006465       BP
GO:0006468       BP
GO:0006469       BP
GO:0006470       BP
GO:0006473       BP
GO:0006474       BP
GO:0006475       BP
GO:0006476       BP
GO:0006477       BP
GO:0006478       BP
GO:0006479       BP
GO:0006480       BP
GO:0006481       BP
GO:0006482       BP
GO:0006486       BP
GO:0006487       BP
GO:0006488       BP
GO:0006489       BP
GO:0006490       BP
GO:0006491       BP
GO:0006493       BP
GO:0006497       BP
GO:0006498       BP
GO:0006499       BP
GO:0006500       BP
GO:0006501       BP
GO:0006505       BP
GO:0006506       BP
GO:0006507       BP
GO:0006508       BP
GO:0006509       BP
GO:0006511       BP
GO:0006513       BP
GO:0006515       BP
GO:0006516       BP
GO:0006517       BP
GO:0006518       BP
GO:0006520       BP
GO:0006521       BP
GO:0006522       BP
GO:0006524       BP
GO:0006525       BP
GO:0006526       BP
GO:0006527       BP
GO:0006528       BP
GO:0006529       BP
GO:0006530       BP
GO:0006531       BP
GO:0006532       BP
GO:0006533       BP
GO:0006534       BP
GO:0006535       BP
GO:0006536       BP
GO:0006537       BP
GO:0006538       BP
GO:0006539       BP
GO:0006540       BP
GO:0006541       BP
GO:0006542       BP
GO:0006543       BP
GO:0006544       BP
GO:0006545       BP
GO:0006546       BP
GO:0006547       BP
GO:0006548       BP
GO:0006549       BP
GO:0006550       BP
GO:0006551       BP
GO:0006552       BP
GO:0006553       BP
GO:0006554       BP
GO:0006555       BP
GO:0006556       BP
GO:0006558       BP
GO:0006559       BP
GO:0006560       BP
GO:0006561       BP
GO:0006562       BP
GO:0006563       BP
GO:0006564       BP
GO:0006565       BP
GO:0006566       BP
GO:0006567       BP
GO:0006568       BP
GO:0006569       BP
GO:0006570       BP
GO:0006571       BP
GO:0006572       BP
GO:0006573       BP
GO:0006574       BP
GO:0006575       BP
GO:0006576       BP
GO:0006577       BP
GO:0006578       BP
GO:0006579       BP
GO:0006580       BP
GO:0006581       BP
GO:0006582       BP
GO:0006583       BP
GO:0006584       BP
GO:0006585       BP
GO:0006586       BP
GO:0006589       BP
GO:0006590       BP
GO:0006591       BP
GO:0006592       BP
GO:0006595       BP
GO:0006596       BP
GO:0006597       BP
GO:0006598       BP
GO:0006599       BP
GO:0006600       BP
GO:0006601       BP
GO:0006603       BP
GO:0006605       BP
GO:0006606       BP
GO:0006607       BP
GO:0006610       BP
GO:0006611       BP
GO:0006612       BP
GO:0006613       BP
GO:0006614       BP
GO:0006616       BP
GO:0006617       BP
GO:0006620       BP
GO:0006621       BP
GO:0006622       BP
GO:0006623       BP
GO:0006624       BP
GO:0006625       BP
GO:0006626       BP
GO:0006627       BP
GO:0006629       BP
GO:0006631       BP
GO:0006633       BP
GO:0006635       BP
GO:0006636       BP
GO:0006637       BP
GO:0006638       BP
GO:0006639       BP
GO:0006640       BP
GO:0006641       BP
GO:0006642       BP
GO:0006643       BP
GO:0006644       BP
GO:0006646       BP
GO:0006649       BP
GO:0006650       BP
GO:0006651       BP
GO:0006654       BP
GO:0006655       BP
GO:0006656       BP
GO:0006657       BP
GO:0006658       BP
GO:0006659       BP
GO:0006660       BP
GO:0006661       BP
GO:0006662       BP
GO:0006663       BP
GO:0006664       BP
GO:0006665       BP
GO:0006666       BP
GO:0006667       BP
GO:0006668       BP
GO:0006669       BP
GO:0006670       BP
GO:0006671       BP
GO:0006672       BP
GO:0006677       BP
GO:0006678       BP
GO:0006679       BP
GO:0006680       BP
GO:0006681       BP
GO:0006682       BP
GO:0006683       BP
GO:0006684       BP
GO:0006685       BP
GO:0006686       BP
GO:0006687       BP
GO:0006688       BP
GO:0006689       BP
GO:0006690       BP
GO:0006691       BP
GO:0006692       BP
GO:0006693       BP
GO:0006694       BP
GO:0006695       BP
GO:0006699       BP
GO:0006700       BP
GO:0006701       BP
GO:0006702       BP
GO:0006703       BP
GO:0006704       BP
GO:0006705       BP
GO:0006706       BP
GO:0006707       BP
GO:0006710       BP
GO:0006711       BP
GO:0006713       BP
GO:0006714       BP
GO:0006720       BP
GO:0006721       BP
GO:0006722       BP
GO:0006725       BP
GO:0006726       BP
GO:0006729       BP
GO:0006730       BP
GO:0006734       BP
GO:0006735       BP
GO:0006738       BP
GO:0006739       BP
GO:0006740       BP
GO:0006741       BP
GO:0006742       BP
GO:0006743       BP
GO:0006744       BP
GO:0006747       BP
GO:0006749       BP
GO:0006750       BP
GO:0006751       BP
GO:0006753       BP
GO:0006754       BP
GO:0006760       BP
GO:0006766       BP
GO:0006767       BP
GO:0006768       BP
GO:0006769       BP
GO:0006771       BP
GO:0006772       BP
GO:0006775       BP
GO:0006776       BP
GO:0006777       BP
GO:0006778       BP
GO:0006779       BP
GO:0006780       BP
GO:0006781       BP
GO:0006782       BP
GO:0006783       BP
GO:0006784       BP
GO:0006785       BP
GO:0006787       BP
GO:0006788       BP
GO:0006789       BP
GO:0006790       BP
GO:0006793       BP
GO:0006796       BP
GO:0006801       BP
GO:0006805       BP
GO:0006807       BP
GO:0006808       BP
GO:0006809       BP
GO:0006810       BP
GO:0006811       BP
GO:0006812       BP
GO:0006813       BP
GO:0006814       BP
GO:0006816       BP
GO:0006817       BP
GO:0006820       BP
GO:0006821       BP
GO:0006824       BP
GO:0006825       BP
GO:0006826       BP
GO:0006828       BP
GO:0006829       BP
GO:0006833       BP
GO:0006835       BP
GO:0006836       BP
GO:0006837       BP
GO:0006839       BP
GO:0006842       BP
GO:0006843       BP
GO:0006844       BP
GO:0006846       BP
GO:0006848       BP
GO:0006850       BP
GO:0006851       BP
GO:0006853       BP
GO:0006855       BP
GO:0006857       BP
GO:0006858       BP
GO:0006862       BP
GO:0006863       BP
GO:0006864       BP
GO:0006865       BP
GO:0006867       BP
GO:0006868       BP
GO:0006869       BP
GO:0006873       BP
GO:0006874       BP
GO:0006878       BP
GO:0006879       BP
GO:0006880       BP
GO:0006882       BP
GO:0006883       BP
GO:0006884       BP
GO:0006885       BP
GO:0006886       BP
GO:0006887       BP
GO:0006888       BP
GO:0006890       BP
GO:0006891       BP
GO:0006892       BP
GO:0006893       BP
GO:0006895       BP
GO:0006896       BP
GO:0006897       BP
GO:0006898       BP
GO:0006900       BP
GO:0006901       BP
GO:0006903       BP
GO:0006904       BP
GO:0006906       BP
GO:0006907       BP
GO:0006909       BP
GO:0006910       BP
GO:0006911       BP
GO:0006913       BP
GO:0006914       BP
GO:0006915       BP
GO:0006919       BP
GO:0006921       BP
GO:0006924       BP
GO:0006925       BP
GO:0006929       BP
GO:0006930       BP
GO:0006931       BP
GO:0006933       BP
GO:0006935       BP
GO:0006936       BP
GO:0006937       BP
GO:0006939       BP
GO:0006940       BP
GO:0006941       BP
GO:0006942       BP
GO:0006949       BP
GO:0006950       BP
GO:0006952       BP
GO:0006953       BP
GO:0006954       BP
GO:0006955       BP
GO:0006956       BP
GO:0006957       BP
GO:0006958       BP
GO:0006959       BP
GO:0006963       BP
GO:0006965       BP
GO:0006968       BP
GO:0006970       BP
GO:0006971       BP
GO:0006972       BP
GO:0006974       BP
GO:0006977       BP
GO:0006978       BP
GO:0006979       BP
GO:0006982       BP
GO:0006983       BP
GO:0006984       BP
GO:0006986       BP
GO:0006991       BP
GO:0006995       BP
GO:0006996       BP
GO:0006997       BP
GO:0006998       BP
GO:0006999       BP
GO:0007000       BP
GO:0007004       BP
GO:0007005       BP
GO:0007006       BP
GO:0007007       BP
GO:0007008       BP
GO:0007009       BP
GO:0007010       BP
GO:0007014       BP
GO:0007015       BP
GO:0007017       BP
GO:0007018       BP
GO:0007019       BP
GO:0007020       BP
GO:0007021       BP
GO:0007023       BP
GO:0007026       BP
GO:0007028       BP
GO:0007029       BP
GO:0007030       BP
GO:0007031       BP
GO:0007032       BP
GO:0007033       BP
GO:0007034       BP
GO:0007035       BP
GO:0007039       BP
GO:0007040       BP
GO:0007041       BP
GO:0007042       BP
GO:0007043       BP
GO:0007044       BP
GO:0007049       BP
GO:0007051       BP
GO:0007052       BP
GO:0007056       BP
GO:0007057       BP
GO:0007059       BP
GO:0007060       BP
GO:0007062       BP
GO:0007063       BP
GO:0007064       BP
GO:0007066       BP
GO:0007076       BP
GO:0007077       BP
GO:0007079       BP
GO:0007080       BP
GO:0007084       BP
GO:0007088       BP
GO:0007089       BP
GO:0007091       BP
GO:0007093       BP
GO:0007094       BP
GO:0007095       BP
GO:0007096       BP
GO:0007097       BP
GO:0007098       BP
GO:0007099       BP
GO:0007100       BP
GO:0007112       BP
GO:0007113       BP
GO:0007127       BP
GO:0007129       BP
GO:0007130       BP
GO:0007131       BP
GO:0007135       BP
GO:0007140       BP
GO:0007141       BP
GO:0007143       BP
GO:0007144       BP
GO:0007147       BP
GO:0007154       BP
GO:0007155       BP
GO:0007156       BP
GO:0007157       BP
GO:0007158       BP
GO:0007159       BP
GO:0007160       BP
GO:0007161       BP
GO:0007162       BP
GO:0007163       BP
GO:0007164       BP
GO:0007165       BP
GO:0007166       BP
GO:0007167       BP
GO:0007168       BP
GO:0007169       BP
GO:0007171       BP
GO:0007172       BP
GO:0007173       BP
GO:0007174       BP
GO:0007175       BP
GO:0007176       BP
GO:0007178       BP
GO:0007179       BP
GO:0007181       BP
GO:0007185       BP
GO:0007186       BP
GO:0007187       BP
GO:0007188       BP
GO:0007189       BP
GO:0007190       BP
GO:0007191       BP
GO:0007193       BP
GO:0007194       BP
GO:0007195       BP
GO:0007196       BP
GO:0007197       BP
GO:0007198       BP
GO:0007199       BP
GO:0007200       BP
GO:0007202       BP
GO:0007204       BP
GO:0007205       BP
GO:0007206       BP
GO:0007207       BP
GO:0007208       BP
GO:0007210       BP
GO:0007212       BP
GO:0007213       BP
GO:0007214       BP
GO:0007215       BP
GO:0007216       BP
GO:0007217       BP
GO:0007218       BP
GO:0007219       BP
GO:0007220       BP
GO:0007221       BP
GO:0007223       BP
GO:0007224       BP
GO:0007225       BP
GO:0007229       BP
GO:0007231       BP
GO:0007249       BP
GO:0007250       BP
GO:0007252       BP
GO:0007253       BP
GO:0007254       BP
GO:0007258       BP
GO:0007259       BP
GO:0007260       BP
GO:0007263       BP
GO:0007264       BP
GO:0007265       BP
GO:0007266       BP
GO:0007267       BP
GO:0007268       BP
GO:0007269       BP
GO:0007270       BP
GO:0007271       BP
GO:0007272       BP
GO:0007274       BP
GO:0007275       BP
GO:0007276       BP
GO:0007281       BP
GO:0007283       BP
GO:0007284       BP
GO:0007286       BP
GO:0007288       BP
GO:0007289       BP
GO:0007290       BP
GO:0007291       BP
GO:0007292       BP
GO:0007296       BP
GO:0007308       BP
GO:0007309       BP
GO:0007314       BP
GO:0007315       BP
GO:0007320       BP
GO:0007321       BP
GO:0007338       BP
GO:0007339       BP
GO:0007340       BP
GO:0007341       BP
GO:0007342       BP
GO:0007343       BP
GO:0007344       BP
GO:0007346       BP
GO:0007349       BP
GO:0007350       BP
GO:0007351       BP
GO:0007352       BP
GO:0007354       BP
GO:0007356       BP
GO:0007368       BP
GO:0007369       BP
GO:0007371       BP
GO:0007379       BP
GO:0007386       BP
GO:0007387       BP
GO:0007388       BP
GO:0007389       BP
GO:0007398       BP
GO:0007399       BP
GO:0007400       BP
GO:0007403       BP
GO:0007405       BP
GO:0007406       BP
GO:0007409       BP
GO:0007411       BP
GO:0007412       BP
GO:0007413       BP
GO:0007416       BP
GO:0007417       BP
GO:0007418       BP
GO:0007420       BP
GO:0007422       BP
GO:0007423       BP
GO:0007431       BP
GO:0007435       BP
GO:0007439       BP
GO:0007440       BP
GO:0007442       BP
GO:0007492       BP
GO:0007493       BP
GO:0007494       BP
GO:0007495       BP
GO:0007497       BP
GO:0007498       BP
GO:0007499       BP
GO:0007500       BP
GO:0007501       BP
GO:0007506       BP
GO:0007507       BP
GO:0007509       BP
GO:0007512       BP
GO:0007517       BP
GO:0007518       BP
GO:0007519       BP
GO:0007520       BP
GO:0007521       BP
GO:0007522       BP
GO:0007525       BP
GO:0007528       BP
GO:0007529       BP
GO:0007530       BP
GO:0007538       BP
GO:0007542       BP
GO:0007548       BP
GO:0007549       BP
GO:0007565       BP
GO:0007566       BP
GO:0007567       BP
GO:0007584       BP
GO:0007585       BP
GO:0007586       BP
GO:0007588       BP
GO:0007589       BP
GO:0007595       BP
GO:0007596       BP
GO:0007597       BP
GO:0007599       BP
GO:0007600       BP
GO:0007601       BP
GO:0007602       BP
GO:0007603       BP
GO:0007604       BP
GO:0007605       BP
GO:0007606       BP
GO:0007608       BP
GO:0007610       BP
GO:0007611       BP
GO:0007612       BP
GO:0007613       BP
GO:0007614       BP
GO:0007616       BP
GO:0007617       BP
GO:0007618       BP
GO:0007619       BP
GO:0007620       BP
GO:0007621       BP
GO:0007622       BP
GO:0007623       BP
GO:0007624       BP
GO:0007625       BP
GO:0007626       BP
GO:0007628       BP
GO:0007630       BP
GO:0007631       BP
GO:0007632       BP
GO:0007634       BP
GO:0007635       BP
GO:0007638       BP
GO:0008009       MF
GO:0008013       MF
GO:0008015       BP
GO:0008016       BP
GO:0008017       MF
GO:0008020       MF
GO:0008021       CC
GO:0008023       CC
GO:0008024       CC
GO:0008028       MF
GO:0008033       BP
GO:0008035       MF
GO:0008037       BP
GO:0008038       BP
GO:0008039       BP
GO:0008043       CC
GO:0008045       BP
GO:0008046       MF
GO:0008047       MF
GO:0008048       MF
GO:0008049       BP
GO:0008050       BP
GO:0008052       BP
GO:0008053       BP
GO:0008061       MF
GO:0008063       BP
GO:0008064       BP
GO:0008065       BP
GO:0008066       MF
GO:0008068       MF
GO:0008073       MF
GO:0008074       CC
GO:0008076       CC
GO:0008078       BP
GO:0008079       MF
GO:0008080       MF
GO:0008081       MF
GO:0008083       MF
GO:0008088       BP
GO:0008089       BP
GO:0008090       BP
GO:0008091       CC
GO:0008092       MF
GO:0008093       MF
GO:0008094       MF
GO:0008097       MF
GO:0008104       BP
GO:0008106       MF
GO:0008107       MF
GO:0008108       MF
GO:0008109       MF
GO:0008111       MF
GO:0008112       MF
GO:0008113       MF
GO:0008115       MF
GO:0008116       MF
GO:0008117       MF
GO:0008118       MF
GO:0008119       MF
GO:0008120       MF
GO:0008121       MF
GO:0008123       MF
GO:0008124       MF
GO:0008126       MF
GO:0008131       MF
GO:0008134       MF
GO:0008135       MF
GO:0008137       MF
GO:0008138       MF
GO:0008139       MF
GO:0008140       MF
GO:0008142       MF
GO:0008143       MF
GO:0008146       MF
GO:0008147       MF
GO:0008150       BP
GO:0008152       BP
GO:0008154       BP
GO:0008156       BP
GO:0008157       MF
GO:0008158       MF
GO:0008160       MF
GO:0008168       MF
GO:0008169       MF
GO:0008170       MF
GO:0008171       MF
GO:0008172       MF
GO:0008173       MF
GO:0008174       MF
GO:0008175       MF
GO:0008176       MF
GO:0008177       MF
GO:0008179       MF
GO:0008180       CC
GO:0008184       MF
GO:0008186       MF
GO:0008187       MF
GO:0008188       MF
GO:0008190       MF
GO:0008191       MF
GO:0008192       MF
GO:0008193       MF
GO:0008194       MF
GO:0008195       MF
GO:0008198       MF
GO:0008199       MF
GO:0008200       MF
GO:0008201       MF
GO:0008202       BP
GO:0008203       BP
GO:0008206       BP
GO:0008207       BP
GO:0008209       BP
GO:0008210       BP
GO:0008211       BP
GO:0008212       BP
GO:0008213       BP
GO:0008214       BP
GO:0008215       BP
GO:0008216       BP
GO:0008217       BP
GO:0008219       BP
GO:0008227       MF
GO:0008228       BP
GO:0008233       MF
GO:0008234       MF
GO:0008235       MF
GO:0008236       MF
GO:0008237       MF
GO:0008238       MF
GO:0008239       MF
GO:0008240       MF
GO:0008241       MF
GO:0008242       MF
GO:0008247       CC
GO:0008250       CC
GO:0008251       MF
GO:0008252       MF
GO:0008253       MF
GO:0008254       MF
GO:0008260       MF
GO:0008263       MF
GO:0008265       MF
GO:0008266       MF
GO:0008269       MF
GO:0008270       MF
GO:0008271       MF
GO:0008272       BP
GO:0008273       MF
GO:0008275       CC
GO:0008276       MF
GO:0008277       BP
GO:0008278       CC
GO:0008281       MF
GO:0008282       CC
GO:0008283       BP
GO:0008284       BP
GO:0008285       BP
GO:0008286       BP
GO:0008287       CC
GO:0008289       MF
GO:0008290       CC
GO:0008291       BP
GO:0008292       BP
GO:0008294       MF
GO:0008295       BP
GO:0008296       MF
GO:0008297       MF
GO:0008298       BP
GO:0008299       BP
GO:0008300       BP
GO:0008301       MF
GO:0008303       CC
GO:0008305       CC
GO:0008306       BP
GO:0008307       MF
GO:0008308       MF
GO:0008309       MF
GO:0008310       MF
GO:0008311       MF
GO:0008312       MF
GO:0008315       BP
GO:0008318       MF
GO:0008320       MF
GO:0008324       MF
GO:0008327       MF
GO:0008328       CC
GO:0008330       MF
GO:0008331       MF
GO:0008332       MF
GO:0008333       BP
GO:0008334       BP
GO:0008336       MF
GO:0008340       BP
GO:0008343       BP
GO:0008344       BP
GO:0008347       BP
GO:0008348       BP
GO:0008349       MF
GO:0008352       CC
GO:0008353       MF
GO:0008354       BP
GO:0008355       BP
GO:0008356       BP
GO:0008358       BP
GO:0008360       BP
GO:0008361       BP
GO:0008366       BP
GO:0008373       MF
GO:0008374       MF
GO:0008375       MF
GO:0008376       MF
GO:0008378       MF
GO:0008379       MF
GO:0008380       BP
GO:0008381       MF
GO:0008384       MF
GO:0008385       CC
GO:0008386       MF
GO:0008387       MF
GO:0008389       MF
GO:0008390       MF
GO:0008391       MF
GO:0008392       MF
GO:0008395       MF
GO:0008396       MF
GO:0008397       MF
GO:0008398       MF
GO:0008401       MF
GO:0008403       MF
GO:0008404       MF
GO:0008405       MF
GO:0008406       BP
GO:0008408       MF
GO:0008409       MF
GO:0008410       MF
GO:0008412       MF
GO:0008413       MF
GO:0008417       MF
GO:0008418       MF
GO:0008419       MF
GO:0008420       MF
GO:0008422       MF
GO:0008424       MF
GO:0008425       MF
GO:0008426       MF
GO:0008427       MF
GO:0008428       MF
GO:0008429       MF
GO:0008430       MF
GO:0008431       MF
GO:0008432       MF
GO:0008437       MF
GO:0008440       MF
GO:0008441       MF
GO:0008442       MF
GO:0008443       MF
GO:0008444       MF
GO:0008445       MF
GO:0008446       MF
GO:0008448       MF
GO:0008449       MF
GO:0008452       MF
GO:0008453       MF
GO:0008454       MF
GO:0008455       MF
GO:0008456       MF
GO:0008457       MF
GO:0008458       MF
GO:0008459       MF
GO:0008460       MF
GO:0008465       MF
GO:0008466       MF
GO:0008467       MF
GO:0008469       MF
GO:0008470       MF
GO:0008474       MF
GO:0008475       MF
GO:0008476       MF
GO:0008478       MF
GO:0008479       MF
GO:0008480       MF
GO:0008481       MF
GO:0008482       MF
GO:0008483       MF
GO:0008484       MF
GO:0008486       MF
GO:0008488       MF
GO:0008489       MF
GO:0008493       MF
GO:0008494       MF
GO:0008495       MF
GO:0008499       MF
GO:0008502       MF
GO:0008503       MF
GO:0008504       MF
GO:0008506       MF
GO:0008507       MF
GO:0008508       MF
GO:0008509       MF
GO:0008510       MF
GO:0008511       MF
GO:0008513       MF
GO:0008514       MF
GO:0008515       MF
GO:0008516       MF
GO:0008517       MF
GO:0008518       MF
GO:0008519       MF
GO:0008520       MF
GO:0008521       MF
GO:0008523       MF
GO:0008525       MF
GO:0008526       MF
GO:0008527       MF
GO:0008528       MF
GO:0008531       MF
GO:0008532       MF
GO:0008534       MF
GO:0008535       BP
GO:0008537       CC
GO:0008540       CC
GO:0008541       CC
GO:0008542       BP
GO:0008543       BP
GO:0008544       BP
GO:0008545       MF
GO:0008553       MF
GO:0008554       MF
GO:0008556       MF
GO:0008559       MF
GO:0008568       MF
GO:0008569       MF
GO:0008574       MF
GO:0008579       MF
GO:0008582       BP
GO:0008584       BP
GO:0008585       BP
GO:0008589       BP
GO:0008591       BP
GO:0008592       BP
GO:0008593       BP
GO:0008594       BP
GO:0008595       BP
GO:0008597       MF
GO:0008603       MF
GO:0008607       MF
GO:0008608       BP
GO:0008609       MF
GO:0008610       BP
GO:0008611       BP
GO:0008612       BP
GO:0008613       MF
GO:0008614       BP
GO:0008615       BP
GO:0008617       BP
GO:0008622       CC
GO:0008623       CC
GO:0008625       BP
GO:0008626       BP
GO:0008627       BP
GO:0008628       BP
GO:0008630       BP
GO:0008631       BP
GO:0008635       BP
GO:0008637       BP
GO:0008641       MF
GO:0008643       BP
GO:0008645       BP
GO:0008649       MF
GO:0008650       MF
GO:0008652       BP
GO:0008653       BP
GO:0008654       BP
GO:0008655       BP
GO:0008656       MF
GO:0008659       MF
GO:0008663       MF
GO:0008670       MF
GO:0008681       MF
GO:0008682       MF
GO:0008693       MF
GO:0008700       MF
GO:0008705       MF
GO:0008707       MF
GO:0008720       MF
GO:0008721       MF
GO:0008725       MF
GO:0008732       MF
GO:0008745       MF
GO:0008746       MF
GO:0008747       MF
GO:0008753       MF
GO:0008757       MF
GO:0008761       MF
GO:0008768       MF
GO:0008775       MF
GO:0008781       MF
GO:0008783       MF
GO:0008785       MF
GO:0008792       MF
GO:0008794       MF
GO:0008796       MF
GO:0008798       MF
GO:0008800       MF
GO:0008802       MF
GO:0008803       MF
GO:0008812       MF
GO:0008817       MF
GO:0008821       MF
GO:0008823       MF
GO:0008828       MF
GO:0008829       MF
GO:0008832       MF
GO:0008843       MF
GO:0008859       MF
GO:0008865       MF
GO:0008887       MF
GO:0008889       MF
GO:0008890       MF
GO:0008892       MF
GO:0008893       MF
GO:0008894       MF
GO:0008897       MF
GO:0008898       MF
GO:0008900       MF
GO:0008903       MF
GO:0008929       MF
GO:0008934       MF
GO:0008937       MF
GO:0008940       MF
GO:0008946       MF
GO:0008948       MF
GO:0008955       MF
GO:0008957       MF
GO:0008962       MF
GO:0008967       MF
GO:0008970       MF
GO:0008973       MF
GO:0008983       MF
GO:0008988       MF
GO:0008995       MF
GO:0009000       MF
GO:0009007       MF
GO:0009008       MF
GO:0009013       MF
GO:0009032       MF
GO:0009041       MF
GO:0009048       BP
GO:0009051       BP
GO:0009052       BP
GO:0009055       MF
GO:0009056       BP
GO:0009057       BP
GO:0009058       BP
GO:0009059       BP
GO:0009060       BP
GO:0009062       BP
GO:0009063       BP
GO:0009064       BP
GO:0009065       BP
GO:0009066       BP
GO:0009067       BP
GO:0009068       BP
GO:0009069       BP
GO:0009070       BP
GO:0009071       BP
GO:0009072       BP
GO:0009073       BP
GO:0009074       BP
GO:0009078       BP
GO:0009080       BP
GO:0009081       BP
GO:0009082       BP
GO:0009083       BP
GO:0009084       BP
GO:0009085       BP
GO:0009086       BP
GO:0009087       BP
GO:0009092       BP
GO:0009093       BP
GO:0009095       BP
GO:0009097       BP
GO:0009098       BP
GO:0009099       BP
GO:0009100       BP
GO:0009101       BP
GO:0009104       BP
GO:0009106       BP
GO:0009107       BP
GO:0009110       BP
GO:0009111       BP
GO:0009112       BP
GO:0009113       BP
GO:0009114       BP
GO:0009115       BP
GO:0009116       BP
GO:0009117       BP
GO:0009119       BP
GO:0009120       BP
GO:0009123       BP
GO:0009124       BP
GO:0009125       BP
GO:0009126       BP
GO:0009127       BP
GO:0009128       BP
GO:0009129       BP
GO:0009130       BP
GO:0009131       BP
GO:0009132       BP
GO:0009133       BP
GO:0009134       BP
GO:0009135       BP
GO:0009136       BP
GO:0009137       BP
GO:0009138       BP
GO:0009139       BP
GO:0009140       BP
GO:0009141       BP
GO:0009142       BP
GO:0009143       BP
GO:0009144       BP
GO:0009145       BP
GO:0009146       BP
GO:0009147       BP
GO:0009148       BP
GO:0009149       BP
GO:0009150       BP
GO:0009151       BP
GO:0009152       BP
GO:0009153       BP
GO:0009154       BP
GO:0009155       BP
GO:0009156       BP
GO:0009157       BP
GO:0009158       BP
GO:0009159       BP
GO:0009161       BP
GO:0009162       BP
GO:0009163       BP
GO:0009164       BP
GO:0009165       BP
GO:0009166       BP
GO:0009167       BP
GO:0009168       BP
GO:0009169       BP
GO:0009170       BP
GO:0009171       BP
GO:0009172       BP
GO:0009173       BP
GO:0009174       BP
GO:0009175       BP
GO:0009176       BP
GO:0009177       BP
GO:0009178       BP
GO:0009179       BP
GO:0009180       BP
GO:0009181       BP
GO:0009182       BP
GO:0009183       BP
GO:0009184       BP
GO:0009185       BP
GO:0009186       BP
GO:0009187       BP
GO:0009188       BP
GO:0009189       BP
GO:0009190       BP
GO:0009191       BP
GO:0009192       BP
GO:0009193       BP
GO:0009194       BP
GO:0009195       BP
GO:0009196       BP
GO:0009197       BP
GO:0009199       BP
GO:0009200       BP
GO:0009201       BP
GO:0009202       BP
GO:0009203       BP
GO:0009204       BP
GO:0009205       BP
GO:0009206       BP
GO:0009207       BP
GO:0009208       BP
GO:0009209       BP
GO:0009210       BP
GO:0009211       BP
GO:0009212       BP
GO:0009213       BP
GO:0009214       BP
GO:0009215       BP
GO:0009216       BP
GO:0009217       BP
GO:0009218       BP
GO:0009219       BP
GO:0009220       BP
GO:0009221       BP
GO:0009222       BP
GO:0009223       BP
GO:0009224       BP
GO:0009225       BP
GO:0009226       BP
GO:0009227       BP
GO:0009229       BP
GO:0009231       BP
GO:0009233       BP
GO:0009234       BP
GO:0009235       BP
GO:0009237       BP
GO:0009240       BP
GO:0009247       BP
GO:0009249       BP
GO:0009250       BP
GO:0009251       BP
GO:0009253       BP
GO:0009256       BP
GO:0009257       BP
GO:0009258       BP
GO:0009259       BP
GO:0009260       BP
GO:0009261       BP
GO:0009262       BP
GO:0009263       BP
GO:0009264       BP
GO:0009265       BP
GO:0009266       BP
GO:0009267       BP
GO:0009268       BP
GO:0009295       CC
GO:0009298       BP
GO:0009299       BP
GO:0009301       BP
GO:0009303       BP
GO:0009304       BP
GO:0009306       BP
GO:0009308       BP
GO:0009309       BP
GO:0009310       BP
GO:0009311       BP
GO:0009312       BP
GO:0009313       BP
GO:0009314       BP
GO:0009328       CC
GO:0009330       CC
GO:0009331       CC
GO:0009353       CC
GO:0009360       CC
GO:0009361       CC
GO:0009368       CC
GO:0009374       MF
GO:0009378       MF
GO:0009383       MF
GO:0009384       MF
GO:0009386       BP
GO:0009394       BP
GO:0009395       BP
GO:0009396       BP
GO:0009397       BP
GO:0009398       BP
GO:0009403       BP
GO:0009404       BP
GO:0009407       BP
GO:0009408       BP
GO:0009409       BP
GO:0009410       BP
GO:0009411       BP
GO:0009414       BP
GO:0009415       BP
GO:0009416       BP
GO:0009435       BP
GO:0009436       BP
GO:0009437       BP
GO:0009438       BP
GO:0009439       BP
GO:0009440       BP
GO:0009441       BP
GO:0009443       BP
GO:0009445       BP
GO:0009446       BP
GO:0009447       BP
GO:0009448       BP
GO:0009449       BP
GO:0009450       BP
GO:0009451       BP
GO:0009452       BP
GO:0009566       BP
GO:0009581       BP
GO:0009582       BP
GO:0009583       BP
GO:0009584       BP
GO:0009589       BP
GO:0009590       BP
GO:0009593       BP
GO:0009595       BP
GO:0009597       BP
GO:0009605       BP
GO:0009607       BP
GO:0009608       BP
GO:0009609       BP
GO:0009611       BP
GO:0009612       BP
GO:0009615       BP
GO:0009617       BP
GO:0009620       BP
GO:0009624       BP
GO:0009628       BP
GO:0009629       BP
GO:0009631       BP
GO:0009635       BP
GO:0009636       BP
GO:0009637       BP
GO:0009642       BP
GO:0009644       BP
GO:0009645       BP
GO:0009646       BP
GO:0009648       BP
GO:0009649       BP
GO:0009650       BP
GO:0009651       BP
GO:0009653       BP
GO:0009669       MF
GO:0009673       MF
GO:0009674       MF
GO:0009679       MF
GO:0009682       BP
GO:0009683       BP
GO:0009692       BP
GO:0009698       BP
GO:0009712       BP
GO:0009713       BP
GO:0009719       BP
GO:0009725       BP
GO:0009726       BP
GO:0009730       BP
GO:0009732       BP
GO:0009737       BP
GO:0009738       BP
GO:0009743       BP
GO:0009744       BP
GO:0009746       BP
GO:0009749       BP
GO:0009750       BP
GO:0009751       BP
GO:0009753       BP
GO:0009755       BP
GO:0009756       BP
GO:0009757       BP
GO:0009785       BP
GO:0009786       BP
GO:0009787       BP
GO:0009789       BP
GO:0009790       BP
GO:0009791       BP
GO:0009792       BP
GO:0009794       BP
GO:0009798       BP
GO:0009799       BP
GO:0009804       BP
GO:0009810       BP
GO:0009812       BP
GO:0009820       BP
GO:0009822       BP
GO:0009826       BP
GO:0009838       BP
GO:0009841       CC
GO:0009850       BP
GO:0009855       BP
GO:0009880       BP
GO:0009881       MF
GO:0009882       MF
GO:0009886       BP
GO:0009887       BP
GO:0009888       BP
GO:0009889       BP
GO:0009890       BP
GO:0009891       BP
GO:0009892       BP
GO:0009893       BP
GO:0009894       BP
GO:0009895       BP
GO:0009896       BP
GO:0009897       CC
GO:0009898       CC
GO:0009912       BP
GO:0009913       BP
GO:0009914       BP
GO:0009922       MF
GO:0009923       CC
GO:0009925       CC
GO:0009931       MF
GO:0009932       BP
GO:0009946       BP
GO:0009948       BP
GO:0009949       BP
GO:0009950       BP
GO:0009952       BP
GO:0009953       BP
GO:0009954       BP
GO:0009955       BP
GO:0009956       BP
GO:0009957       BP
GO:0009966       BP
GO:0009967       BP
GO:0009968       BP
GO:0009972       BP
GO:0009975       MF
GO:0009982       MF
GO:0009986       CC
GO:0009987       BP
GO:0009988       BP
GO:0009991       BP
GO:0009992       BP
GO:0009994       BP
GO:0009996       BP
GO:0010001       BP
GO:0010002       BP
GO:0010008       CC
GO:0010009       CC
GO:0010021       BP
GO:0010025       BP
GO:0010032       BP
GO:0010033       BP
GO:0010034       BP
GO:0010035       BP
GO:0010037       BP
GO:0010038       BP
GO:0010039       BP
GO:0010040       BP
GO:0010041       BP
GO:0010042       BP
GO:0010043       BP
GO:0010044       BP
GO:0010045       BP
GO:0010046       BP
GO:0010070       BP
GO:0010085       BP
GO:0010092       BP
GO:0010121       BP
GO:0010124       BP
GO:0010133       BP
GO:0010138       BP
GO:0010142       BP
GO:0010155       BP
GO:0010157       BP
GO:0010159       BP
GO:0010160       BP
GO:0010164       BP
GO:0010165       BP
GO:0010166       BP
GO:0010171       BP
GO:0010172       BP
GO:0010181       MF
GO:0010182       BP
GO:0010185       BP
GO:0010186       BP
GO:0010189       BP
GO:0010193       BP
GO:0010212       BP
GO:0010224       BP
GO:0010225       BP
GO:0010226       BP
GO:0010232       BP
GO:0010243       BP
GO:0010248       BP
GO:0010255       BP
GO:0010256       BP
GO:0010257       BP
GO:0010265       BP
GO:0010266       BP
GO:0010269       BP
GO:0010272       BP
GO:0010273       BP
GO:0010286       BP
GO:0010288       BP
GO:0010308       MF
GO:0010309       MF
GO:0010310       BP
GO:0010312       BP
GO:0010314       MF
GO:0010324       BP
GO:0010332       BP
GO:0010335       BP
GO:0010340       MF
GO:0010348       MF
GO:0010351       BP
GO:0010359       BP
GO:0010360       BP
GO:0010369       CC
GO:0010370       CC
GO:0010385       MF
GO:0010387       BP
GO:0010389       BP
GO:0010420       MF
GO:0010421       BP
GO:0010424       BP
GO:0010428       MF
GO:0010430       BP
GO:0010436       MF
GO:0010437       MF
GO:0010446       BP
GO:0010447       BP
GO:0010453       BP
GO:0010454       BP
GO:0010455       BP
GO:0010457       BP
GO:0010458       BP
GO:0010459       BP
GO:0010460       BP
GO:0010463       BP
GO:0010464       BP
GO:0010465       MF
GO:0010466       BP
GO:0010467       BP
GO:0010468       BP
GO:0010469       BP
GO:0010470       BP
GO:0010481       BP
GO:0010482       BP
GO:0010484       MF
GO:0010485       MF
GO:0010494       CC
GO:0010496       BP
GO:0010498       BP
GO:0010499       BP
GO:0010501       BP
GO:0010506       BP
GO:0010507       BP
GO:0010508       BP
GO:0010510       BP
GO:0010511       BP
GO:0010512       BP
GO:0010513       BP
GO:0010517       BP
GO:0010518       BP
GO:0010519       BP
GO:0010520       BP
GO:0010521       MF
GO:0010522       BP
GO:0010523       BP
GO:0010524       BP
GO:0010526       BP
GO:0010533       BP
GO:0010536       BP
GO:0010543       BP
GO:0010544       BP
GO:0010556       BP
GO:0010557       BP
GO:0010558       BP
GO:0010559       BP
GO:0010560       BP
GO:0010561       BP
GO:0010562       BP
GO:0010563       BP
GO:0010564       BP
GO:0010565       BP
GO:0010566       BP
GO:0010569       BP
GO:0010571       BP
GO:0010572       BP
GO:0010573       BP
GO:0010574       BP
GO:0010575       BP
GO:0010578       BP
GO:0010585       BP
GO:0010586       BP
GO:0010587       BP
GO:0010591       BP
GO:0010592       BP
GO:0010593       BP
GO:0010594       BP
GO:0010595       BP
GO:0010596       BP
GO:0010603       BP
GO:0010604       BP
GO:0010605       BP
GO:0010606       BP
GO:0010607       BP
GO:0010608       BP
GO:0010609       BP
GO:0010610       BP
GO:0010611       BP
GO:0010612       BP
GO:0010613       BP
GO:0010614       BP
GO:0010615       BP
GO:0010616       BP
GO:0010621       BP
GO:0010623       BP
GO:0010624       BP
GO:0010625       BP
GO:0010626       BP
GO:0010628       BP
GO:0010629       BP
GO:0010631       BP
GO:0010632       BP
GO:0010633       BP
GO:0010634       BP
GO:0010635       BP
GO:0010636       BP
GO:0010637       BP
GO:0010638       BP
GO:0010639       BP
GO:0010640       BP
GO:0010641       BP
GO:0010642       BP
GO:0010643       BP
GO:0010644       BP
GO:0010645       BP
GO:0010646       BP
GO:0010647       BP
GO:0010648       BP
GO:0010649       BP
GO:0010650       BP
GO:0010652       BP
GO:0010656       BP
GO:0010657       BP
GO:0010658       BP
GO:0010659       BP
GO:0010660       BP
GO:0010661       BP
GO:0010662       BP
GO:0010663       BP
GO:0010664       BP
GO:0010665       BP
GO:0010666       BP
GO:0010667       BP
GO:0010668       BP
GO:0010669       BP
GO:0010692       BP
GO:0010694       BP
GO:0010698       MF
GO:0010700       BP
GO:0010701       BP
GO:0010705       BP
GO:0010706       BP
GO:0010707       BP
GO:0010710       BP
GO:0010711       BP
GO:0010712       BP
GO:0010713       BP
GO:0010714       BP
GO:0010715       BP
GO:0010716       BP
GO:0010717       BP
GO:0010718       BP
GO:0010719       BP
GO:0010720       BP
GO:0010721       BP
GO:0010722       BP
GO:0010724       BP
GO:0010725       BP
GO:0010726       BP
GO:0010727       BP
GO:0010728       BP
GO:0010729       BP
GO:0010730       BP
GO:0010731       BP
GO:0010732       BP
GO:0010734       BP
GO:0010736       MF
GO:0010737       BP
GO:0010738       BP
GO:0010739       BP
GO:0010742       BP
GO:0010743       BP
GO:0010744       BP
GO:0010745       BP
GO:0010746       BP
GO:0010747       BP
GO:0010748       BP
GO:0010749       BP
GO:0010750       BP
GO:0010751       BP
GO:0010752       BP
GO:0010753       BP
GO:0010754       BP
GO:0010755       BP
GO:0010756       BP
GO:0010757       BP
GO:0010758       BP
GO:0010759       BP
GO:0010760       BP
GO:0010761       BP
GO:0010762       BP
GO:0010763       BP
GO:0010764       BP
GO:0010765       BP
GO:0010766       BP
GO:0010770       BP
GO:0010774       BP
GO:0010780       BP
GO:0010792       BP
GO:0010793       BP
GO:0010795       BP
GO:0010796       BP
GO:0010799       BP
GO:0010800       BP
GO:0010801       BP
GO:0010803       BP
GO:0010804       BP
GO:0010807       BP
GO:0010808       BP
GO:0010810       BP
GO:0010811       BP
GO:0010812       BP
GO:0010813       BP
GO:0010814       BP
GO:0010815       BP
GO:0010816       BP
GO:0010817       BP
GO:0010818       BP
GO:0010819       BP
GO:0010820       BP
GO:0010821       BP
GO:0010822       BP
GO:0010823       BP
GO:0010824       BP
GO:0010825       BP
GO:0010826       BP
GO:0010827       BP
GO:0010828       BP
GO:0010829       BP
GO:0010830       BP
GO:0010831       BP
GO:0010832       BP
GO:0010833       BP
GO:0010835       BP
GO:0010836       BP
GO:0010837       BP
GO:0010838       BP
GO:0010839       BP
GO:0010840       BP
GO:0010841       BP
GO:0010842       BP
GO:0010844       MF
GO:0010845       BP
GO:0010849       BP
GO:0010851       MF
GO:0010852       MF
GO:0010853       MF
GO:0010854       MF
GO:0010855       MF
GO:0010856       MF
GO:0010857       MF
GO:0010858       MF
GO:0010859       MF
GO:0010863       BP
GO:0010866       BP
GO:0010867       BP
GO:0010868       BP
GO:0010874       BP
GO:0010875       BP
GO:0010876       BP
GO:0010877       BP
GO:0010878       BP
GO:0010879       BP
GO:0010880       BP
GO:0010881       BP
GO:0010882       BP
GO:0010883       BP
GO:0010884       BP
GO:0010885       BP
GO:0010886       BP
GO:0010887       BP
GO:0010888       BP
GO:0010889       BP
GO:0010890       BP
GO:0010891       BP
GO:0010893       BP
GO:0010894       BP
GO:0010896       BP
GO:0010897       BP
GO:0010898       BP
GO:0010899       BP
GO:0010900       BP
GO:0010901       BP
GO:0010902       BP
GO:0010903       BP
GO:0010904       BP
GO:0010905       BP
GO:0010906       BP
GO:0010907       BP
GO:0010908       BP
GO:0010909       BP
GO:0010911       BP
GO:0010912       BP
GO:0010915       BP
GO:0010916       BP
GO:0010917       BP
GO:0010918       BP
GO:0010919       BP
GO:0010920       BP
GO:0010921       BP
GO:0010922       BP
GO:0010923       BP
GO:0010924       BP
GO:0010925       BP
GO:0010927       BP
GO:0010931       BP
GO:0010932       BP
GO:0010933       BP
GO:0010934       BP
GO:0010935       BP
GO:0010936       BP
GO:0010938       BP
GO:0010944       BP
GO:0010945       MF
GO:0010948       BP
GO:0010949       BP
GO:0010950       BP
GO:0010951       BP
GO:0010952       BP
GO:0010954       BP
GO:0010955       BP
GO:0010956       BP
GO:0010957       BP
GO:0010958       BP
GO:0010959       BP
GO:0010960       BP
GO:0010961       BP
GO:0010962       BP
GO:0010965       BP
GO:0010966       BP
GO:0010967       BP
GO:0010968       BP
GO:0010970       BP
GO:0010971       BP
GO:0010972       BP
GO:0010975       BP
GO:0010976       BP
GO:0010977       BP
GO:0010979       BP
GO:0010980       BP
GO:0010982       BP
GO:0010983       BP
GO:0010984       BP
GO:0010985       BP
GO:0010986       BP
GO:0010987       BP
GO:0010988       BP
GO:0010989       BP
GO:0010992       BP
GO:0010994       BP
GO:0010996       BP
GO:0010997       MF
GO:0010998       BP
GO:0010999       BP
GO:0012501       BP
GO:0012502       BP
GO:0012505       CC
GO:0012506       CC
GO:0012507       CC
GO:0012510       CC
GO:0014002       BP
GO:0014003       BP
GO:0014004       BP
GO:0014005       BP
GO:0014006       BP
GO:0014008       BP
GO:0014009       BP
GO:0014010       BP
GO:0014011       BP
GO:0014012       BP
GO:0014013       BP
GO:0014014       BP
GO:0014015       BP
GO:0014016       BP
GO:0014017       BP
GO:0014020       BP
GO:0014022       BP
GO:0014028       BP
GO:0014029       BP
GO:0014031       BP
GO:0014032       BP
GO:0014033       BP
GO:0014034       BP
GO:0014036       BP
GO:0014037       BP
GO:0014038       BP
GO:0014040       BP
GO:0014041       BP
GO:0014042       BP
GO:0014043       BP
GO:0014044       BP
GO:0014045       BP
GO:0014046       BP
GO:0014047       BP
GO:0014048       BP
GO:0014049       BP
GO:0014050       BP
GO:0014051       BP
GO:0014052       BP
GO:0014053       BP
GO:0014054       BP
GO:0014055       BP
GO:0014056       BP
GO:0014057       BP
GO:0014059       BP
GO:0014060       BP
GO:0014061       BP
GO:0014062       BP
GO:0014063       BP
GO:0014064       BP
GO:0014069       CC
GO:0014070       BP
GO:0014072       BP
GO:0014074       BP
GO:0014075       BP
GO:0014701       CC
GO:0014704       CC
GO:0014705       CC
GO:0014706       BP
GO:0014707       BP
GO:0014717       BP
GO:0014718       BP
GO:0014719       BP
GO:0014721       BP
GO:0014722       BP
GO:0014723       BP
GO:0014724       BP
GO:0014728       BP
GO:0014731       CC
GO:0014732       BP
GO:0014733       BP
GO:0014734       BP
GO:0014735       BP
GO:0014737       BP
GO:0014738       BP
GO:0014739       BP
GO:0014740       BP
GO:0014741       BP
GO:0014742       BP
GO:0014743       BP
GO:0014744       BP
GO:0014745       BP
GO:0014801       CC
GO:0014802       CC
GO:0014804       CC
GO:0014805       BP
GO:0014806       BP
GO:0014807       BP
GO:0014808       BP
GO:0014809       BP
GO:0014810       BP
GO:0014812       BP
GO:0014816       BP
GO:0014819       BP
GO:0014820       BP
GO:0014821       BP
GO:0014822       BP
GO:0014823       BP
GO:0014824       BP
GO:0014826       BP
GO:0014827       BP
GO:0014828       BP
GO:0014829       BP
GO:0014831       BP
GO:0014832       BP
GO:0014834       BP
GO:0014835       BP
GO:0014839       BP
GO:0014841       BP
GO:0014842       BP
GO:0014843       BP
GO:0014846       BP
GO:0014848       BP
GO:0014849       BP
GO:0014850       BP
GO:0014852       BP
GO:0014853       BP
GO:0014854       BP
GO:0014855       BP
GO:0014856       BP
GO:0014857       BP
GO:0014858       BP
GO:0014859       BP
GO:0014860       BP
GO:0014861       BP
GO:0014862       BP
GO:0014866       BP
GO:0014870       BP
GO:0014873       BP
GO:0014874       BP
GO:0014877       BP
GO:0014878       BP
GO:0014883       BP
GO:0014886       BP
GO:0014887       BP
GO:0014888       BP
GO:0014889       BP
GO:0014891       BP
GO:0014894       BP
GO:0014895       BP
GO:0014896       BP
GO:0014897       BP
GO:0014898       BP
GO:0014900       BP
GO:0014901       BP
GO:0014902       BP
GO:0014904       BP
GO:0014905       BP
GO:0014906       BP
GO:0014908       BP
GO:0014909       BP
GO:0014910       BP
GO:0014911       BP
GO:0014912       BP
GO:0014916       BP
GO:0015012       BP
GO:0015014       BP
GO:0015015       BP
GO:0015016       MF
GO:0015018       MF
GO:0015019       MF
GO:0015020       MF
GO:0015024       MF
GO:0015026       MF
GO:0015030       CC
GO:0015031       BP
GO:0015035       MF
GO:0015036       MF
GO:0015038       MF
GO:0015039       MF
GO:0015052       MF
GO:0015054       MF
GO:0015055       MF
GO:0015056       MF
GO:0015057       MF
GO:0015067       MF
GO:0015068       MF
GO:0015074       BP
GO:0015075       MF
GO:0015078       MF
GO:0015079       MF
GO:0015080       MF
GO:0015081       MF
GO:0015085       MF
GO:0015086       MF
GO:0015087       MF
GO:0015093       MF
GO:0015094       MF
GO:0015095       MF
GO:0015098       MF
GO:0015099       MF
GO:0015101       MF
GO:0015103       MF
GO:0015105       MF
GO:0015106       MF
GO:0015108       MF
GO:0015111       MF
GO:0015112       MF
GO:0015114       MF
GO:0015116       MF
GO:0015117       MF
GO:0015119       MF
GO:0015125       MF
GO:0015126       MF
GO:0015127       MF
GO:0015129       MF
GO:0015130       MF
GO:0015131       MF
GO:0015132       MF
GO:0015135       MF
GO:0015136       MF
GO:0015137       MF
GO:0015138       MF
GO:0015139       MF
GO:0015140       MF
GO:0015141       MF
GO:0015142       MF
GO:0015143       MF
GO:0015144       MF
GO:0015145       MF
GO:0015146       MF
GO:0015149       MF
GO:0015150       MF
GO:0015151       MF
GO:0015152       MF
GO:0015154       MF
GO:0015157       MF
GO:0015164       MF
GO:0015165       MF
GO:0015166       MF
GO:0015168       MF
GO:0015171       MF
GO:0015172       MF
GO:0015173       MF
GO:0015174       MF
GO:0015175       MF
GO:0015179       MF
GO:0015180       MF
GO:0015182       MF
GO:0015183       MF
GO:0015184       MF
GO:0015185       MF
GO:0015186       MF
GO:0015187       MF
GO:0015188       MF
GO:0015189       MF
GO:0015190       MF
GO:0015191       MF
GO:0015192       MF
GO:0015193       MF
GO:0015194       MF
GO:0015195       MF
GO:0015196       MF
GO:0015199       MF
GO:0015200       MF
GO:0015203       MF
GO:0015204       MF
GO:0015205       MF
GO:0015207       MF
GO:0015208       MF
GO:0015210       MF
GO:0015211       MF
GO:0015212       MF
GO:0015213       MF
GO:0015214       MF
GO:0015215       MF
GO:0015216       MF
GO:0015217       MF
GO:0015218       MF
GO:0015220       MF
GO:0015225       MF
GO:0015226       MF
GO:0015227       MF
GO:0015228       MF
GO:0015229       MF
GO:0015230       MF
GO:0015232       MF
GO:0015233       MF
GO:0015234       MF
GO:0015245       MF
GO:0015247       MF
GO:0015248       MF
GO:0015250       MF
GO:0015252       MF
GO:0015254       MF
GO:0015264       MF
GO:0015265       MF
GO:0015267       MF
GO:0015269       MF
GO:0015271       MF
GO:0015272       MF
GO:0015275       MF
GO:0015276       MF
GO:0015277       MF
GO:0015278       MF
GO:0015279       MF
GO:0015280       MF
GO:0015288       MF
GO:0015291       MF
GO:0015292       MF
GO:0015293       MF
GO:0015294       MF
GO:0015295       MF
GO:0015296       MF
GO:0015297       MF
GO:0015304       MF
GO:0015311       MF
GO:0015312       MF
GO:0015315       MF
GO:0015317       MF
GO:0015318       MF
GO:0015319       MF
GO:0015322       MF
GO:0015327       MF
GO:0015328       MF
GO:0015333       MF
GO:0015343       MF
GO:0015347       MF
GO:0015349       MF
GO:0015350       MF
GO:0015355       MF
GO:0015361       MF
GO:0015362       MF
GO:0015367       MF
GO:0015368       MF
GO:0015369       MF
GO:0015370       MF
GO:0015371       MF
GO:0015373       MF
GO:0015375       MF
GO:0015377       MF
GO:0015378       MF
GO:0015379       MF
GO:0015382       MF
GO:0015383       MF
GO:0015385       MF
GO:0015386       MF
GO:0015389       MF
GO:0015390       MF
GO:0015391       MF
GO:0015399       MF
GO:0015410       MF
GO:0015417       MF
GO:0015420       MF
GO:0015421       MF
GO:0015431       MF
GO:0015432       MF
GO:0015433       MF
GO:0015439       MF
GO:0015440       MF
GO:0015450       MF
GO:0015453       MF
GO:0015459       MF
GO:0015464       MF
GO:0015467       MF
GO:0015485       MF
GO:0015489       MF
GO:0015495       MF
GO:0015498       MF
GO:0015499       MF
GO:0015501       MF
GO:0015517       MF
GO:0015526       MF
GO:0015538       MF
GO:0015552       MF
GO:0015556       MF
GO:0015562       MF
GO:0015578       MF
GO:0015594       MF
GO:0015605       MF
GO:0015606       MF
GO:0015616       MF
GO:0015629       CC
GO:0015630       CC
GO:0015631       MF
GO:0015636       MF
GO:0015643       MF
GO:0015645       MF
GO:0015647       MF
GO:0015650       MF
GO:0015651       MF
GO:0015655       MF
GO:0015657       MF
GO:0015658       MF
GO:0015662       MF
GO:0015665       MF
GO:0015669       BP
GO:0015670       BP
GO:0015671       BP
GO:0015675       BP
GO:0015677       BP
GO:0015679       BP
GO:0015680       BP
GO:0015689       BP
GO:0015691       BP
GO:0015692       BP
GO:0015693       BP
GO:0015694       BP
GO:0015695       BP
GO:0015697       BP
GO:0015698       BP
GO:0015700       BP
GO:0015701       BP
GO:0015705       BP
GO:0015706       BP
GO:0015707       BP
GO:0015709       BP
GO:0015711       BP
GO:0015712       BP
GO:0015718       BP
GO:0015721       BP
GO:0015722       BP
GO:0015723       BP
GO:0015724       BP
GO:0015727       BP
GO:0015728       BP
GO:0015729       BP
GO:0015730       BP
GO:0015732       BP
GO:0015734       BP
GO:0015735       BP
GO:0015736       BP
GO:0015738       BP
GO:0015739       BP
GO:0015740       BP
GO:0015741       BP
GO:0015742       BP
GO:0015743       BP
GO:0015744       BP
GO:0015746       BP
GO:0015747       BP
GO:0015748       BP
GO:0015749       BP
GO:0015750       BP
GO:0015755       BP
GO:0015756       BP
GO:0015757       BP
GO:0015760       BP
GO:0015761       BP
GO:0015766       BP
GO:0015770       BP
GO:0015772       BP
GO:0015774       BP
GO:0015779       BP
GO:0015780       BP
GO:0015782       BP
GO:0015783       BP
GO:0015786       BP
GO:0015787       BP
GO:0015789       BP
GO:0015790       BP
GO:0015791       BP
GO:0015793       BP
GO:0015797       BP
GO:0015798       BP
GO:0015800       BP
GO:0015801       BP
GO:0015802       BP
GO:0015803       BP
GO:0015804       BP
GO:0015805       BP
GO:0015807       BP
GO:0015808       BP
GO:0015810       BP
GO:0015811       BP
GO:0015812       BP
GO:0015813       BP
GO:0015816       BP
GO:0015817       BP
GO:0015818       BP
GO:0015819       BP
GO:0015820       BP
GO:0015821       BP
GO:0015822       BP
GO:0015823       BP
GO:0015824       BP
GO:0015825       BP
GO:0015826       BP
GO:0015827       BP
GO:0015828       BP
GO:0015829       BP
GO:0015833       BP
GO:0015835       BP
GO:0015837       BP
GO:0015838       BP
GO:0015840       BP
GO:0015842       BP
GO:0015843       BP
GO:0015844       BP
GO:0015846       BP
GO:0015847       BP
GO:0015848       BP
GO:0015849       BP
GO:0015850       BP
GO:0015851       BP
GO:0015853       BP
GO:0015854       BP
GO:0015855       BP
GO:0015857       BP
GO:0015858       BP
GO:0015860       BP
GO:0015861       BP
GO:0015862       BP
GO:0015864       BP
GO:0015865       BP
GO:0015866       BP
GO:0015867       BP
GO:0015868       BP
GO:0015870       BP
GO:0015871       BP
GO:0015872       BP
GO:0015874       BP
GO:0015876       BP
GO:0015878       BP
GO:0015879       BP
GO:0015880       BP
GO:0015881       BP
GO:0015882       BP
GO:0015883       BP
GO:0015884       BP
GO:0015886       BP
GO:0015887       BP
GO:0015888       BP
GO:0015889       BP
GO:0015891       BP
GO:0015904       BP
GO:0015908       BP
GO:0015909       BP
GO:0015910       BP
GO:0015911       BP
GO:0015912       BP
GO:0015913       BP
GO:0015914       BP
GO:0015916       BP
GO:0015917       BP
GO:0015918       BP
GO:0015919       BP
GO:0015920       BP
GO:0015923       MF
GO:0015924       MF
GO:0015925       MF
GO:0015926       MF
GO:0015927       MF
GO:0015928       MF
GO:0015929       MF
GO:0015931       BP
GO:0015932       MF
GO:0015934       CC
GO:0015935       CC
GO:0015936       BP
GO:0015937       BP
GO:0015938       BP
GO:0015939       BP
GO:0015942       BP
GO:0015949       BP
GO:0015959       BP
GO:0015960       BP
GO:0015961       BP
GO:0015962       BP
GO:0015964       BP
GO:0015965       BP
GO:0015966       BP
GO:0015980       BP
GO:0015986       BP
GO:0015988       BP
GO:0015990       BP
GO:0016004       MF
GO:0016005       MF
GO:0016010       CC
GO:0016011       CC
GO:0016012       CC
GO:0016013       CC
GO:0016015       MF
GO:0016018       MF
GO:0016019       MF
GO:0016020       CC
GO:0016024       BP
GO:0016031       BP
GO:0016032       BP
GO:0016034       MF
GO:0016035       CC
GO:0016036       BP
GO:0016037       BP
GO:0016038       BP
GO:0016042       BP
GO:0016043       BP
GO:0016045       BP
GO:0016046       BP
GO:0016048       BP
GO:0016049       BP
GO:0016050       BP
GO:0016051       BP
GO:0016052       BP
GO:0016053       BP
GO:0016054       BP
GO:0016055       BP
GO:0016056       BP
GO:0016062       BP
GO:0016064       BP
GO:0016068       BP
GO:0016070       BP
GO:0016071       BP
GO:0016072       BP
GO:0016073       BP
GO:0016074       BP
GO:0016075       BP
GO:0016076       BP
GO:0016077       BP
GO:0016078       BP
GO:0016079       BP
GO:0016080       BP
GO:0016081       BP
GO:0016082       BP
GO:0016093       BP
GO:0016094       BP
GO:0016095       BP
GO:0016098       BP
GO:0016101       BP
GO:0016102       BP
GO:0016103       BP
GO:0016104       BP
GO:0016107       BP
GO:0016108       BP
GO:0016109       BP
GO:0016110       BP
GO:0016114       BP
GO:0016115       BP
GO:0016116       BP
GO:0016117       BP
GO:0016118       BP
GO:0016119       BP
GO:0016121       BP
GO:0016122       BP
GO:0016123       BP
GO:0016124       BP
GO:0016125       BP
GO:0016126       BP
GO:0016127       BP
GO:0016128       BP
GO:0016129       BP
GO:0016131       BP
GO:0016132       BP
GO:0016137       BP
GO:0016139       BP
GO:0016149       MF
GO:0016150       MF
GO:0016151       MF
GO:0016153       MF
GO:0016154       MF
GO:0016155       MF
GO:0016158       MF
GO:0016160       MF
GO:0016165       MF
GO:0016167       MF
GO:0016170       MF
GO:0016174       MF
GO:0016175       MF
GO:0016176       MF
GO:0016180       BP
GO:0016182       BP
GO:0016183       BP
GO:0016185       BP
GO:0016188       BP
GO:0016189       BP
GO:0016191       BP
GO:0016192       BP
GO:0016197       BP
GO:0016198       BP
GO:0016199       BP
GO:0016202       BP
GO:0016203       BP
GO:0016206       MF
GO:0016208       MF
GO:0016209       MF
GO:0016211       MF
GO:0016212       MF
GO:0016213       MF
GO:0016215       MF
GO:0016222       CC
GO:0016223       MF
GO:0016226       BP
GO:0016229       MF
GO:0016230       MF
GO:0016231       MF
GO:0016232       MF
GO:0016233       BP
GO:0016234       CC
GO:0016235       CC
GO:0016236       BP
GO:0016237       BP
GO:0016239       BP
GO:0016240       BP
GO:0016241       BP
GO:0016242       BP
GO:0016243       BP
GO:0016247       MF
GO:0016248       MF
GO:0016250       MF
GO:0016251       MF
GO:0016254       BP
GO:0016255       BP
GO:0016256       BP
GO:0016259       BP
GO:0016260       BP
GO:0016261       BP
GO:0016262       MF
GO:0016263       MF
GO:0016264       BP
GO:0016266       BP
GO:0016267       BP
GO:0016268       BP
GO:0016269       BP
GO:0016272       CC
GO:0016273       MF
GO:0016274       MF
GO:0016278       MF
GO:0016279       MF
GO:0016281       CC
GO:0016282       CC
GO:0016286       MF
GO:0016287       MF
GO:0016289       MF
GO:0016297       MF
GO:0016298       MF
GO:0016300       MF
GO:0016301       MF
GO:0016303       MF
GO:0016308       MF
GO:0016309       MF
GO:0016310       BP
GO:0016311       BP
GO:0016312       MF
GO:0016314       MF
GO:0016316       MF
GO:0016320       BP
GO:0016321       BP
GO:0016322       BP
GO:0016323       CC
GO:0016324       CC
GO:0016327       CC
GO:0016328       CC
GO:0016331       BP
GO:0016332       BP
GO:0016333       BP
GO:0016334       BP
GO:0016338       BP
GO:0016339       BP
GO:0016340       BP
GO:0016342       CC
GO:0016344       BP
GO:0016358       BP
GO:0016361       MF
GO:0016362       MF
GO:0016363       CC
GO:0016401       MF
GO:0016402       MF
GO:0016403       MF
GO:0016404       MF
GO:0016405       MF
GO:0016406       MF
GO:0016407       MF
GO:0016408       MF
GO:0016409       MF
GO:0016410       MF
GO:0016411       MF
GO:0016412       MF
GO:0016413       MF
GO:0016414       MF
GO:0016415       MF
GO:0016416       MF
GO:0016417       MF
GO:0016418       MF
GO:0016419       MF
GO:0016420       MF
GO:0016421       MF
GO:0016422       MF
GO:0016423       MF
GO:0016426       MF
GO:0016427       MF
GO:0016428       MF
GO:0016432       MF
GO:0016433       MF
GO:0016434       MF
GO:0016435       MF
GO:0016436       MF
GO:0016441       BP
GO:0016442       CC
GO:0016444       BP
GO:0016445       BP
GO:0016446       BP
GO:0016447       BP
GO:0016453       MF
GO:0016454       MF
GO:0016459       CC
GO:0016460       CC
GO:0016461       CC
GO:0016462       MF
GO:0016469       CC
GO:0016471       CC
GO:0016476       BP
GO:0016477       BP
GO:0016479       BP
GO:0016480       BP
GO:0016482       BP
GO:0016485       BP
GO:0016486       BP
GO:0016487       BP
GO:0016488       BP
GO:0016491       MF
GO:0016492       MF
GO:0016493       MF
GO:0016494       MF
GO:0016495       MF
GO:0016496       MF
GO:0016497       MF
GO:0016499       MF
GO:0016500       MF
GO:0016501       MF
GO:0016502       MF
GO:0016503       MF
GO:0016504       MF
GO:0016505       MF
GO:0016507       CC
GO:0016509       MF
GO:0016513       CC
GO:0016514       CC
GO:0016517       MF
GO:0016519       MF
GO:0016520       MF
GO:0016521       MF
GO:0016524       MF
GO:0016525       BP
GO:0016528       CC
GO:0016529       CC
GO:0016530       MF
GO:0016531       MF
GO:0016532       MF
GO:0016533       CC
GO:0016538       MF
GO:0016539       BP
GO:0016540       BP
GO:0016553       BP
GO:0016554       BP
GO:0016556       BP
GO:0016557       BP
GO:0016558       BP
GO:0016559       BP
GO:0016560       BP
GO:0016561       BP
GO:0016562       BP
GO:0016567       BP
GO:0016579       BP
GO:0016581       CC
GO:0016586       CC
GO:0016589       CC
GO:0016590       CC
GO:0016591       CC
GO:0016592       CC
GO:0016593       CC
GO:0016594       MF
GO:0016595       MF
GO:0016597       MF
GO:0016598       BP
GO:0016600       CC
GO:0016601       BP
GO:0016602       CC
GO:0016603       MF
GO:0016604       CC
GO:0016605       CC
GO:0016607       CC
GO:0016608       MF
GO:0016614       MF
GO:0016615       MF
GO:0016616       MF
GO:0016617       MF
GO:0016618       MF
GO:0016620       MF
GO:0016623       MF
GO:0016624       MF
GO:0016627       MF
GO:0016628       MF
GO:0016631       MF
GO:0016634       MF
GO:0016635       MF
GO:0016638       MF
GO:0016639       MF
GO:0016641       MF
GO:0016642       MF
GO:0016645       MF
GO:0016646       MF
GO:0016647       MF
GO:0016649       MF
GO:0016651       MF
GO:0016652       MF
GO:0016653       MF
GO:0016655       MF
GO:0016661       MF
GO:0016662       MF
GO:0016663       MF
GO:0016667       MF
GO:0016668       MF
GO:0016670       MF
GO:0016671       MF
GO:0016672       MF
GO:0016675       MF
GO:0016679       MF
GO:0016684       MF
GO:0016701       MF
GO:0016702       MF
GO:0016705       MF
GO:0016706       MF
GO:0016709       MF
GO:0016711       MF
GO:0016712       MF
GO:0016713       MF
GO:0016714       MF
GO:0016715       MF
GO:0016716       MF
GO:0016717       MF
GO:0016721       MF
GO:0016722       MF
GO:0016723       MF
GO:0016724       MF
GO:0016725       MF
GO:0016726       MF
GO:0016727       MF
GO:0016728       MF
GO:0016730       MF
GO:0016731       MF
GO:0016740       MF
GO:0016741       MF
GO:0016742       MF
GO:0016743       MF
GO:0016744       MF
GO:0016746       MF
GO:0016747       MF
GO:0016748       MF
GO:0016749       MF
GO:0016751       MF
GO:0016755       MF
GO:0016757       MF
GO:0016758       MF
GO:0016763       MF
GO:0016765       MF
GO:0016769       MF
GO:0016772       MF
GO:0016773       MF
GO:0016774       MF
GO:0016775       MF
GO:0016776       MF
GO:0016778       MF
GO:0016779       MF
GO:0016780       MF
GO:0016781       MF
GO:0016782       MF
GO:0016783       MF
GO:0016784       MF
GO:0016785       MF
GO:0016787       MF
GO:0016788       MF
GO:0016790       MF
GO:0016791       MF
GO:0016793       MF
GO:0016794       MF
GO:0016796       MF
GO:0016798       MF
GO:0016799       MF
GO:0016801       MF
GO:0016803       MF
GO:0016805       MF
GO:0016807       MF
GO:0016810       MF
GO:0016811       MF
GO:0016812       MF
GO:0016813       MF
GO:0016814       MF
GO:0016817       MF
GO:0016818       MF
GO:0016819       MF
GO:0016822       MF
GO:0016823       MF
GO:0016825       MF
GO:0016826       MF
GO:0016829       MF
GO:0016830       MF
GO:0016831       MF
GO:0016832       MF
GO:0016833       MF
GO:0016835       MF
GO:0016836       MF
GO:0016838       MF
GO:0016840       MF
GO:0016841       MF
GO:0016842       MF
GO:0016843       MF
GO:0016844       MF
GO:0016846       MF
GO:0016849       MF
GO:0016853       MF
GO:0016854       MF
GO:0016855       MF
GO:0016857       MF
GO:0016859       MF
GO:0016860       MF
GO:0016861       MF
GO:0016862       MF
GO:0016863       MF
GO:0016864       MF
GO:0016866       MF
GO:0016868       MF
GO:0016869       MF
GO:0016872       MF
GO:0016874       MF
GO:0016875       MF
GO:0016877       MF
GO:0016878       MF
GO:0016879       MF
GO:0016880       MF
GO:0016881       MF
GO:0016882       MF
GO:0016884       MF
GO:0016885       MF
GO:0016886       MF
GO:0016887       MF
GO:0016888       MF
GO:0016889       MF
GO:0016890       MF
GO:0016891       MF
GO:0016892       MF
GO:0016893       MF
GO:0016894       MF
GO:0016895       MF
GO:0016896       MF
GO:0016898       MF
GO:0016899       MF
GO:0016901       MF
GO:0016903       MF
GO:0016907       MF
GO:0016913       MF
GO:0016914       CC
GO:0016917       MF
GO:0016918       MF
GO:0016920       MF
GO:0016922       MF
GO:0016925       BP
GO:0016926       BP
GO:0016929       MF
GO:0016933       MF
GO:0016934       MF
GO:0016935       CC
GO:0016936       MF
GO:0016937       MF
GO:0016938       CC
GO:0016939       CC
GO:0016941       MF
GO:0016942       CC
GO:0016964       MF
GO:0016971       MF
GO:0016972       MF
GO:0016973       BP
GO:0016992       MF
GO:0016997       MF
GO:0016999       BP
GO:0017002       MF
GO:0017004       BP
GO:0017005       MF
GO:0017014       BP
GO:0017015       BP
GO:0017017       MF
GO:0017018       MF
GO:0017020       MF
GO:0017022       MF
GO:0017024       MF
GO:0017025       MF
GO:0017038       BP
GO:0017040       MF
GO:0017042       MF
GO:0017045       MF
GO:0017046       MF
GO:0017050       MF
GO:0017053       CC
GO:0017054       CC
GO:0017055       BP
GO:0017056       MF
GO:0017057       MF
GO:0017059       CC
GO:0017060       MF
GO:0017061       MF
GO:0017062       BP
GO:0017064       MF
GO:0017065       MF
GO:0017069       MF
GO:0017070       MF
GO:0017071       CC
GO:0017075       MF
GO:0017076       MF
GO:0017077       MF
GO:0017080       MF
GO:0017081       MF
GO:0017083       MF
GO:0017085       BP
GO:0017087       CC
GO:0017089       MF
GO:0017090       CC
GO:0017095       MF
GO:0017098       MF
GO:0017099       MF
GO:0017101       CC
GO:0017108       MF
GO:0017109       CC
GO:0017110       MF
GO:0017111       MF
GO:0017113       MF
GO:0017116       MF
GO:0017118       MF
GO:0017119       CC
GO:0017121       BP
GO:0017124       MF
GO:0017125       MF
GO:0017126       BP
GO:0017128       MF
GO:0017129       MF
GO:0017130       MF
GO:0017134       MF
GO:0017136       MF
GO:0017143       BP
GO:0017145       BP
GO:0017146       CC
GO:0017147       MF
GO:0017148       BP
GO:0017150       MF
GO:0017151       MF
GO:0017153       MF
GO:0017154       MF
GO:0017156       BP
GO:0017157       BP
GO:0017158       BP
GO:0017159       MF
GO:0017161       MF
GO:0017162       MF
GO:0017166       MF
GO:0017168       MF
GO:0017169       MF
GO:0017171       MF
GO:0017172       MF
GO:0017174       MF
GO:0017176       MF
GO:0017177       CC
GO:0017178       MF
GO:0017183       BP
GO:0017185       BP
GO:0017186       BP
GO:0017187       BP
GO:0017188       MF
GO:0017190       BP
GO:0017192       BP
GO:0017196       BP
GO:0018002       BP
GO:0018003       BP
GO:0018008       BP
GO:0018009       BP
GO:0018011       BP
GO:0018013       BP
GO:0018016       BP
GO:0018021       BP
GO:0018022       BP
GO:0018023       BP
GO:0018025       MF
GO:0018026       BP
GO:0018027       BP
GO:0018030       MF
GO:0018057       BP
GO:0018064       MF
GO:0018076       BP
GO:0018094       BP
GO:0018095       BP
GO:0018103       BP
GO:0018105       BP
GO:0018107       BP
GO:0018108       BP
GO:0018114       MF
GO:0018117       BP
GO:0018119       BP
GO:0018125       BP
GO:0018126       BP
GO:0018130       BP
GO:0018146       BP
GO:0018149       BP
GO:0018153       BP
GO:0018158       BP
GO:0018171       BP
GO:0018175       BP
GO:0018190       BP
GO:0018191       BP
GO:0018193       BP
GO:0018194       BP
GO:0018195       BP
GO:0018197       BP
GO:0018198       BP
GO:0018199       BP
GO:0018200       BP
GO:0018201       BP
GO:0018202       BP
GO:0018205       BP
GO:0018206       BP
GO:0018208       BP
GO:0018209       BP
GO:0018210       BP
GO:0018211       BP
GO:0018212       BP
GO:0018214       BP
GO:0018216       BP
GO:0018217       BP
GO:0018230       BP
GO:0018231       BP
GO:0018242       BP
GO:0018243       BP
GO:0018262       BP
GO:0018271       MF
GO:0018272       BP
GO:0018277       BP
GO:0018279       BP
GO:0018282       BP
GO:0018283       BP
GO:0018293       BP
GO:0018317       BP
GO:0018335       BP
GO:0018342       BP
GO:0018343       BP
GO:0018344       BP
GO:0018345       BP
GO:0018352       BP
GO:0018364       BP
GO:0018377       BP
GO:0018393       BP
GO:0018394       BP
GO:0018395       BP
GO:0018400       BP
GO:0018401       BP
GO:0018406       BP
GO:0018410       BP
GO:0018423       MF
GO:0018444       CC
GO:0018455       MF
GO:0018467       MF
GO:0018477       MF
GO:0018479       MF
GO:0018547       MF
GO:0018549       MF
GO:0018601       MF
GO:0018636       MF
GO:0018675       MF
GO:0018676       MF
GO:0018685       MF
GO:0018708       MF
GO:0018729       MF
GO:0018738       MF
GO:0018773       MF
GO:0018812       MF
GO:0018820       MF
GO:0018858       MF
GO:0018872       BP
GO:0018874       BP
GO:0018879       BP
GO:0018885       BP
GO:0018894       BP
GO:0018904       BP
GO:0018910       BP
GO:0018916       BP
GO:0018958       BP
GO:0018960       BP
GO:0018963       BP
GO:0018964       BP
GO:0018969       BP
GO:0018992       BP
GO:0018993       BP
GO:0018995       CC
GO:0019001       MF
GO:0019002       MF
GO:0019003       MF
GO:0019005       CC
GO:0019008       CC
GO:0019042       BP
GO:0019043       BP
GO:0019045       BP
GO:0019046       BP
GO:0019048       BP
GO:0019049       BP
GO:0019054       BP
GO:0019058       BP
GO:0019060       BP
GO:0019062       BP
GO:0019064       BP
GO:0019065       BP
GO:0019068       BP
GO:0019072       BP
GO:0019074       BP
GO:0019075       BP
GO:0019076       BP
GO:0019079       BP
GO:0019080       BP
GO:0019081       BP
GO:0019082       BP
GO:0019083       BP
GO:0019085       BP
GO:0019086       BP
GO:0019087       BP
GO:0019098       BP
GO:0019100       BP
GO:0019101       BP
GO:0019103       MF
GO:0019104       MF
GO:0019107       MF
GO:0019113       MF
GO:0019115       MF
GO:0019118       MF
GO:0019119       MF
GO:0019135       MF
GO:0019136       MF
GO:0019144       MF
GO:0019145       MF
GO:0019150       MF
GO:0019153       MF
GO:0019158       MF
GO:0019166       MF
GO:0019171       MF
GO:0019172       MF
GO:0019178       MF
GO:0019184       BP
GO:0019185       CC
GO:0019187       MF
GO:0019198       MF
GO:0019199       MF
GO:0019200       MF
GO:0019202       MF
GO:0019203       MF
GO:0019205       MF
GO:0019206       MF
GO:0019207       MF
GO:0019208       MF
GO:0019209       MF
GO:0019210       MF
GO:0019211       MF
GO:0019212       MF
GO:0019213       MF
GO:0019215       MF
GO:0019216       BP
GO:0019217       BP
GO:0019218       BP
GO:0019219       BP
GO:0019220       BP
GO:0019221       BP
GO:0019222       BP
GO:0019226       BP
GO:0019227       BP
GO:0019228       BP
GO:0019229       BP
GO:0019230       BP
GO:0019233       BP
GO:0019236       BP
GO:0019237       MF
GO:0019238       MF
GO:0019239       MF
GO:0019240       BP
GO:0019242       BP
GO:0019243       BP
GO:0019244       BP
GO:0019249       BP
GO:0019254       BP
GO:0019255       BP
GO:0019262       BP
GO:0019264       BP
GO:0019265       BP
GO:0019276       BP
GO:0019284       BP
GO:0019285       BP
GO:0019287       BP
GO:0019290       BP
GO:0019293       BP
GO:0019303       BP
GO:0019310       BP
GO:0019317       BP
GO:0019318       BP
GO:0019319       BP
GO:0019320       BP
GO:0019321       BP
GO:0019322       BP
GO:0019323       BP
GO:0019336       BP
GO:0019341       BP
GO:0019343       BP
GO:0019344       BP
GO:0019346       BP
GO:0019348       BP
GO:0019359       BP
GO:0019362       BP
GO:0019363       BP
GO:0019364       BP
GO:0019365       BP
GO:0019367       BP
GO:0019368       BP
GO:0019369       BP
GO:0019370       BP
GO:0019371       BP
GO:0019372       BP
GO:0019373       BP
GO:0019374       BP
GO:0019375       BP
GO:0019376       BP
GO:0019377       BP
GO:0019388       BP
GO:0019389       BP
GO:0019391       BP
GO:0019395       BP
GO:0019400       BP
GO:0019401       BP
GO:0019402       BP
GO:0019405       BP
GO:0019407       BP
GO:0019408       BP
GO:0019413       BP
GO:0019417       BP
GO:0019418       BP
GO:0019427       BP
GO:0019430       BP
GO:0019432       BP
GO:0019433       BP
GO:0019438       BP
GO:0019439       BP
GO:0019440       BP
GO:0019441       BP
GO:0019442       BP
GO:0019448       BP
GO:0019449       BP
GO:0019452       BP
GO:0019464       BP
GO:0019470       BP
GO:0019471       BP
GO:0019474       BP
GO:0019477       BP
GO:0019478       BP
GO:0019481       BP
GO:0019482       BP
GO:0019483       BP
GO:0019493       BP
GO:0019509       BP
GO:0019511       BP
GO:0019516       BP
GO:0019518       BP
GO:0019519       BP
GO:0019520       BP
GO:0019521       BP
GO:0019527       BP
GO:0019530       BP
GO:0019531       MF
GO:0019532       BP
GO:0019534       MF
GO:0019538       BP
GO:0019541       BP
GO:0019542       BP
GO:0019543       BP
GO:0019544       BP
GO:0019547       BP
GO:0019550       BP
GO:0019551       BP
GO:0019556       BP
GO:0019557       BP
GO:0019563       BP
GO:0019585       BP
GO:0019605       BP
GO:0019606       BP
GO:0019614       BP
GO:0019626       BP
GO:0019627       BP
GO:0019637       BP
GO:0019640       BP
GO:0019646       BP
GO:0019659       BP
GO:0019660       BP
GO:0019661       BP
GO:0019673       BP
GO:0019674       BP
GO:0019676       BP
GO:0019677       BP
GO:0019678       BP
GO:0019682       BP
GO:0019692       BP
GO:0019693       BP
GO:0019694       BP
GO:0019695       BP
GO:0019705       MF
GO:0019706       MF
GO:0019707       MF
GO:0019720       BP
GO:0019722       BP
GO:0019724       BP
GO:0019725       BP
GO:0019730       BP
GO:0019731       BP
GO:0019732       BP
GO:0019740       BP
GO:0019742       BP
GO:0019747       BP
GO:0019748       BP
GO:0019751       BP
GO:0019752       BP
GO:0019755       BP
GO:0019763       MF
GO:0019767       MF
GO:0019768       MF
GO:0019769       MF
GO:0019770       MF
GO:0019771       MF
GO:0019772       MF
GO:0019773       CC
GO:0019774       CC
GO:0019776       MF
GO:0019777       MF
GO:0019778       MF
GO:0019779       MF
GO:0019780       MF
GO:0019781       MF
GO:0019782       MF
GO:0019783       MF
GO:0019784       MF
GO:0019785       MF
GO:0019786       MF
GO:0019787       MF
GO:0019788       MF
GO:0019789       MF
GO:0019797       MF
GO:0019798       MF
GO:0019799       MF
GO:0019805       BP
GO:0019807       MF
GO:0019808       MF
GO:0019810       MF
GO:0019811       MF
GO:0019814       CC
GO:0019815       CC
GO:0019825       MF
GO:0019826       MF
GO:0019827       BP
GO:0019828       MF
GO:0019829       MF
GO:0019834       MF
GO:0019835       BP
GO:0019838       MF
GO:0019840       MF
GO:0019841       MF
GO:0019842       MF
GO:0019843       MF
GO:0019852       BP
GO:0019853       BP
GO:0019855       MF
GO:0019856       BP
GO:0019857       BP
GO:0019858       BP
GO:0019859       BP
GO:0019860       BP
GO:0019862       MF
GO:0019863       MF
GO:0019864       MF
GO:0019865       MF
GO:0019866       CC
GO:0019867       CC
GO:0019869       MF
GO:0019870       MF
GO:0019871       MF
GO:0019878       BP
GO:0019882       BP
GO:0019883       BP
GO:0019884       BP
GO:0019885       BP
GO:0019886       BP
GO:0019887       MF
GO:0019888       MF
GO:0019894       MF
GO:0019896       BP
GO:0019897       CC
GO:0019898       CC
GO:0019899       MF
GO:0019900       MF
GO:0019901       MF
GO:0019902       MF
GO:0019903       MF
GO:0019904       MF
GO:0019905       MF
GO:0019907       CC
GO:0019908       CC
GO:0019909       MF
GO:0019911       MF
GO:0019912       MF
GO:0019914       MF
GO:0019915       BP
GO:0019918       BP
GO:0019919       BP
GO:0019933       BP
GO:0019934       BP
GO:0019935       BP
GO:0019941       BP
GO:0019948       MF
GO:0019953       BP
GO:0019955       MF
GO:0019956       MF
GO:0019957       MF
GO:0019958       MF
GO:0019959       MF
GO:0019960       MF
GO:0019961       MF
GO:0019962       MF
GO:0019964       MF
GO:0019966       MF
GO:0019969       MF
GO:0019970       MF
GO:0019972       MF
GO:0019975       MF
GO:0019976       MF
GO:0019981       MF
GO:0019985       BP
GO:0019988       BP
GO:0019992       MF
GO:0020016       CC
GO:0020018       CC
GO:0020027       BP
GO:0020037       MF
GO:0021501       BP
GO:0021502       BP
GO:0021503       BP
GO:0021508       BP
GO:0021509       BP
GO:0021510       BP
GO:0021511       BP
GO:0021512       BP
GO:0021513       BP
GO:0021514       BP
GO:0021515       BP
GO:0021516       BP
GO:0021517       BP
GO:0021520       BP
GO:0021521       BP
GO:0021522       BP
GO:0021523       BP
GO:0021524       BP
GO:0021526       BP
GO:0021527       BP
GO:0021528       BP
GO:0021529       BP
GO:0021530       BP
GO:0021532       BP
GO:0021533       BP
GO:0021534       BP
GO:0021535       BP
GO:0021536       BP
GO:0021537       BP
GO:0021538       BP
GO:0021539       BP
GO:0021540       BP
GO:0021541       BP
GO:0021542       BP
GO:0021543       BP
GO:0021544       BP
GO:0021545       BP
GO:0021546       BP
GO:0021547       BP
GO:0021548       BP
GO:0021549       BP
GO:0021550       BP
GO:0021551       BP
GO:0021553       BP
GO:0021554       BP
GO:0021555       BP
GO:0021556       BP
GO:0021557       BP
GO:0021558       BP
GO:0021559       BP
GO:0021560       BP
GO:0021561       BP
GO:0021562       BP
GO:0021563       BP
GO:0021564       BP
GO:0021566       BP
GO:0021568       BP
GO:0021569       BP
GO:0021570       BP
GO:0021571       BP
GO:0021572       BP
GO:0021575       BP
GO:0021576       BP
GO:0021577       BP
GO:0021578       BP
GO:0021586       BP
GO:0021587       BP
GO:0021588       BP
GO:0021589       BP
GO:0021590       BP
GO:0021591       BP
GO:0021592       BP
GO:0021593       BP
GO:0021594       BP
GO:0021595       BP
GO:0021598       BP
GO:0021599       BP
GO:0021602       BP
GO:0021603       BP
GO:0021604       BP
GO:0021605       BP
GO:0021610       BP
GO:0021612       BP
GO:0021615       BP
GO:0021618       BP
GO:0021622       BP
GO:0021623       BP
GO:0021626       BP
GO:0021627       BP
GO:0021628       BP
GO:0021630       BP
GO:0021631       BP
GO:0021633       BP
GO:0021634       BP
GO:0021636       BP
GO:0021637       BP
GO:0021639       BP
GO:0021642       BP
GO:0021644       BP
GO:0021647       BP
GO:0021648       BP
GO:0021649       BP
GO:0021650       BP
GO:0021658       BP
GO:0021659       BP
GO:0021660       BP
GO:0021664       BP
GO:0021665       BP
GO:0021666       BP
GO:0021670       BP
GO:0021675       BP
GO:0021678       BP
GO:0021679       BP
GO:0021680       BP
GO:0021681       BP
GO:0021682       BP
GO:0021683       BP
GO:0021684       BP
GO:0021685       BP
GO:0021686       BP
GO:0021687       BP
GO:0021688       BP
GO:0021691       BP
GO:0021692       BP
GO:0021693       BP
GO:0021694       BP
GO:0021695       BP
GO:0021696       BP
GO:0021697       BP
GO:0021698       BP
GO:0021699       BP
GO:0021700       BP
GO:0021702       BP
GO:0021703       BP
GO:0021707       BP
GO:0021718       BP
GO:0021722       BP
GO:0021723       BP
GO:0021730       BP
GO:0021732       BP
GO:0021740       BP
GO:0021742       BP
GO:0021743       BP
GO:0021747       BP
GO:0021750       BP
GO:0021754       BP
GO:0021756       BP
GO:0021757       BP
GO:0021758       BP
GO:0021759       BP
GO:0021761       BP
GO:0021762       BP
GO:0021764       BP
GO:0021766       BP
GO:0021767       BP
GO:0021768       BP
GO:0021769       BP
GO:0021771       BP
GO:0021772       BP
GO:0021773       BP
GO:0021775       BP
GO:0021776       BP
GO:0021778       BP
GO:0021779       BP
GO:0021780       BP
GO:0021781       BP
GO:0021782       BP
GO:0021783       BP
GO:0021784       BP
GO:0021785       BP
GO:0021793       BP
GO:0021794       BP
GO:0021795       BP
GO:0021796       BP
GO:0021797       BP
GO:0021798       BP
GO:0021799       BP
GO:0021800       BP
GO:0021801       BP
GO:0021812       BP
GO:0021813       BP
GO:0021814       BP
GO:0021815       BP
GO:0021816       BP
GO:0021817       BP
GO:0021819       BP
GO:0021822       BP
GO:0021823       BP
GO:0021825       BP
GO:0021826       BP
GO:0021827       BP
GO:0021828       BP
GO:0021830       BP
GO:0021836       BP
GO:0021840       BP
GO:0021842       BP
GO:0021843       BP
GO:0021846       BP
GO:0021847       BP
GO:0021849       BP
GO:0021852       BP
GO:0021853       BP
GO:0021854       BP
GO:0021855       BP
GO:0021856       BP
GO:0021858       BP
GO:0021859       BP
GO:0021860       BP
GO:0021861       BP
GO:0021869       BP
GO:0021870       BP
GO:0021871       BP
GO:0021872       BP
GO:0021873       BP
GO:0021874       BP
GO:0021877       BP
GO:0021879       BP
GO:0021884       BP
GO:0021885       BP
GO:0021886       BP
GO:0021888       BP
GO:0021889       BP
GO:0021891       BP
GO:0021892       BP
GO:0021893       BP
GO:0021894       BP
GO:0021895       BP
GO:0021896       BP
GO:0021897       BP
GO:0021902       BP
GO:0021903       BP
GO:0021904       BP
GO:0021905       BP
GO:0021910       BP
GO:0021915       BP
GO:0021924       BP
GO:0021930       BP
GO:0021932       BP
GO:0021933       BP
GO:0021934       BP
GO:0021935       BP
GO:0021936       BP
GO:0021937       BP
GO:0021940       BP
GO:0021941       BP
GO:0021942       BP
GO:0021943       BP
GO:0021944       BP
GO:0021952       BP
GO:0021953       BP
GO:0021954       BP
GO:0021955       BP
GO:0021956       BP
GO:0021957       BP
GO:0021960       BP
GO:0021965       BP
GO:0021966       BP
GO:0021972       BP
GO:0021978       BP
GO:0021979       BP
GO:0021983       BP
GO:0021984       BP
GO:0021985       BP
GO:0021986       BP
GO:0021987       BP
GO:0021988       BP
GO:0021989       BP
GO:0021993       BP
GO:0021997       BP
GO:0021998       BP
GO:0021999       BP
GO:0022004       BP
GO:0022007       BP
GO:0022008       BP
GO:0022009       BP
GO:0022010       BP
GO:0022011       BP
GO:0022012       BP
GO:0022013       BP
GO:0022018       BP
GO:0022027       BP
GO:0022028       BP
GO:0022029       BP
GO:0022030       BP
GO:0022037       BP
GO:0022038       BP
GO:0022400       BP
GO:0022401       BP
GO:0022402       BP
GO:0022403       BP
GO:0022404       BP
GO:0022405       BP
GO:0022406       BP
GO:0022407       BP
GO:0022408       BP
GO:0022409       BP
GO:0022410       BP
GO:0022411       BP
GO:0022412       BP
GO:0022414       BP
GO:0022417       BP
GO:0022600       BP
GO:0022602       BP
GO:0022603       BP
GO:0022604       BP
GO:0022605       BP
GO:0022607       BP
GO:0022612       BP
GO:0022613       BP
GO:0022614       BP
GO:0022615       BP
GO:0022616       BP
GO:0022617       BP
GO:0022618       BP
GO:0022624       CC
GO:0022625       CC
GO:0022626       CC
GO:0022627       CC
GO:0022803       MF
GO:0022804       MF
GO:0022810       MF
GO:0022821       MF
GO:0022824       MF
GO:0022829       MF
GO:0022832       MF
GO:0022834       MF
GO:0022835       MF
GO:0022836       MF
GO:0022839       MF
GO:0022840       MF
GO:0022841       MF
GO:0022842       MF
GO:0022843       MF
GO:0022848       MF
GO:0022849       MF
GO:0022850       MF
GO:0022851       MF
GO:0022852       MF
GO:0022853       MF
GO:0022857       MF
GO:0022858       MF
GO:0022883       MF
GO:0022884       MF
GO:0022890       MF
GO:0022894       MF
GO:0022898       BP
GO:0022900       BP
GO:0022904       BP
GO:0023019       BP
GO:0023021       BP
GO:0023023       MF
GO:0023024       MF
GO:0023025       MF
GO:0023026       MF
GO:0023029       MF
GO:0023030       MF
GO:0023035       BP
GO:0023041       BP
GO:0023051       BP
GO:0023052       BP
GO:0023056       BP
GO:0023057       BP
GO:0023058       BP
GO:0023061       BP
GO:0030001       BP
GO:0030002       BP
GO:0030003       BP
GO:0030007       BP
GO:0030008       CC
GO:0030010       BP
GO:0030011       BP
GO:0030014       CC
GO:0030015       CC
GO:0030016       CC
GO:0030017       CC
GO:0030018       CC
GO:0030020       MF
GO:0030021       MF
GO:0030023       MF
GO:0030026       BP
GO:0030027       CC
GO:0030029       BP
GO:0030030       BP
GO:0030031       BP
GO:0030032       BP
GO:0030033       BP
GO:0030034       BP
GO:0030035       BP
GO:0030036       BP
GO:0030038       BP
GO:0030041       BP
GO:0030042       BP
GO:0030043       BP
GO:0030046       BP
GO:0030047       BP
GO:0030048       BP
GO:0030049       BP
GO:0030050       BP
GO:0030054       CC
GO:0030055       CC
GO:0030056       CC
GO:0030057       CC
GO:0030060       MF
GO:0030061       CC
GO:0030062       CC
GO:0030070       BP
GO:0030071       BP
GO:0030072       BP
GO:0030073       BP
GO:0030091       BP
GO:0030097       BP
GO:0030098       BP
GO:0030099       BP
GO:0030100       BP
GO:0030101       BP
GO:0030103       BP
GO:0030107       MF
GO:0030108       MF
GO:0030109       MF
GO:0030111       BP
GO:0030112       CC
GO:0030116       MF
GO:0030117       CC
GO:0030118       CC
GO:0030119       CC
GO:0030120       CC
GO:0030121       CC
GO:0030122       CC
GO:0030123       CC
GO:0030124       CC
GO:0030125       CC
GO:0030126       CC
GO:0030127       CC
GO:0030128       CC
GO:0030130       CC
GO:0030131       CC
GO:0030132       CC
GO:0030133       CC
GO:0030134       CC
GO:0030135       CC
GO:0030136       CC
GO:0030137       CC
GO:0030139       CC
GO:0030140       CC
GO:0030141       CC
GO:0030142       CC
GO:0030144       MF
GO:0030145       MF
GO:0030148       BP
GO:0030149       BP
GO:0030150       BP
GO:0030151       MF
GO:0030154       BP
GO:0030155       BP
GO:0030156       MF
GO:0030157       BP
GO:0030158       MF
GO:0030159       MF
GO:0030160       MF
GO:0030162       BP
GO:0030163       BP
GO:0030165       MF
GO:0030166       BP
GO:0030167       BP
GO:0030168       BP
GO:0030169       MF
GO:0030170       MF
GO:0030171       MF
GO:0030172       MF
GO:0030174       BP
GO:0030175       CC
GO:0030177       BP
GO:0030178       BP
GO:0030182       BP
GO:0030183       BP
GO:0030184       MF
GO:0030185       BP
GO:0030186       BP
GO:0030187       BP
GO:0030193       BP
GO:0030194       BP
GO:0030195       BP
GO:0030197       MF
GO:0030198       BP
GO:0030199       BP
GO:0030200       BP
GO:0030201       BP
GO:0030202       BP
GO:0030203       BP
GO:0030204       BP
GO:0030205       BP
GO:0030206       BP
GO:0030207       BP
GO:0030208       BP
GO:0030209       BP
GO:0030210       BP
GO:0030211       BP
GO:0030212       BP
GO:0030213       BP
GO:0030214       BP
GO:0030215       MF
GO:0030216       BP
GO:0030217       BP
GO:0030218       BP
GO:0030219       BP
GO:0030220       BP
GO:0030221       BP
GO:0030222       BP
GO:0030223       BP
GO:0030224       BP
GO:0030225       BP
GO:0030226       MF
GO:0030228       MF
GO:0030229       MF
GO:0030233       MF
GO:0030234       MF
GO:0030235       MF
GO:0030237       BP
GO:0030238       BP
GO:0030239       BP
GO:0030240       BP
GO:0030241       BP
GO:0030242       BP
GO:0030246       MF
GO:0030247       MF
GO:0030249       MF
GO:0030250       MF
GO:0030251       MF
GO:0030252       BP
GO:0030258       BP
GO:0030259       BP
GO:0030261       BP
GO:0030262       BP
GO:0030263       BP
GO:0030264       BP
GO:0030267       MF
GO:0030272       MF
GO:0030273       MF
GO:0030274       MF
GO:0030275       MF
GO:0030276       MF
GO:0030277       BP
GO:0030278       BP
GO:0030279       BP
GO:0030280       MF
GO:0030282       BP
GO:0030283       MF
GO:0030284       MF
GO:0030286       CC
GO:0030289       CC
GO:0030290       MF
GO:0030291       MF
GO:0030292       MF
GO:0030293       MF
GO:0030294       MF
GO:0030295       MF
GO:0030296       MF
GO:0030297       MF
GO:0030298       MF
GO:0030299       BP
GO:0030300       BP
GO:0030301       BP
GO:0030302       BP
GO:0030305       MF
GO:0030307       BP
GO:0030308       BP
GO:0030309       BP
GO:0030311       BP
GO:0030312       CC
GO:0030314       CC
GO:0030315       CC
GO:0030316       BP
GO:0030317       BP
GO:0030318       BP
GO:0030321       BP
GO:0030322       BP
GO:0030323       BP
GO:0030324       BP
GO:0030325       BP
GO:0030326       BP
GO:0030327       BP
GO:0030328       BP
GO:0030329       BP
GO:0030330       BP
GO:0030331       MF
GO:0030332       MF
GO:0030334       BP
GO:0030335       BP
GO:0030336       BP
GO:0030337       MF
GO:0030338       MF
GO:0030342       MF
GO:0030343       MF
GO:0030345       MF
GO:0030346       MF
GO:0030348       MF
GO:0030350       MF
GO:0030351       MF
GO:0030352       MF
GO:0030354       MF
GO:0030366       MF
GO:0030368       MF
GO:0030369       MF
GO:0030371       MF
GO:0030374       MF
GO:0030377       MF
GO:0030378       MF
GO:0030379       MF
GO:0030380       MF
GO:0030382       BP
GO:0030388       BP
GO:0030389       BP
GO:0030393       BP
GO:0030395       MF
GO:0030397       BP
GO:0030409       MF
GO:0030412       MF
GO:0030414       MF
GO:0030421       BP
GO:0030422       BP
GO:0030424       CC
GO:0030425       CC
GO:0030426       CC
GO:0030427       CC
GO:0030429       MF
GO:0030431       BP
GO:0030432       BP
GO:0030449       BP
GO:0030450       BP
GO:0030451       BP
GO:0030473       BP
GO:0030478       CC
GO:0030485       CC
GO:0030488       BP
GO:0030490       BP
GO:0030492       MF
GO:0030496       CC
GO:0030497       BP
GO:0030500       BP
GO:0030501       BP
GO:0030502       BP
GO:0030504       MF
GO:0030505       BP
GO:0030506       MF
GO:0030507       MF
GO:0030509       BP
GO:0030510       BP
GO:0030511       BP
GO:0030512       BP
GO:0030513       BP
GO:0030514       BP
GO:0030515       MF
GO:0030516       BP
GO:0030517       BP
GO:0030518       BP
GO:0030519       MF
GO:0030520       BP
GO:0030521       BP
GO:0030522       BP
GO:0030526       CC
GO:0030527       MF
GO:0030532       CC
GO:0030534       BP
GO:0030538       BP
GO:0030539       BP
GO:0030540       BP
GO:0030544       MF
GO:0030545       MF
GO:0030546       MF
GO:0030547       MF
GO:0030548       MF
GO:0030549       MF
GO:0030550       MF
GO:0030551       MF
GO:0030552       MF
GO:0030553       MF
GO:0030554       MF
GO:0030572       MF
GO:0030573       BP
GO:0030574       BP
GO:0030575       BP
GO:0030576       BP
GO:0030578       BP
GO:0030581       BP
GO:0030586       MF
GO:0030592       BP
GO:0030593       BP
GO:0030594       MF
GO:0030595       BP
GO:0030611       MF
GO:0030613       MF
GO:0030614       MF
GO:0030619       MF
GO:0030620       MF
GO:0030621       MF
GO:0030622       MF
GO:0030623       MF
GO:0030624       MF
GO:0030626       MF
GO:0030627       MF
GO:0030628       MF
GO:0030629       MF
GO:0030638       BP
GO:0030641       BP
GO:0030643       BP
GO:0030644       BP
GO:0030647       BP
GO:0030656       BP
GO:0030658       CC
GO:0030659       CC
GO:0030660       CC
GO:0030662       CC
GO:0030663       CC
GO:0030665       CC
GO:0030666       CC
GO:0030667       CC
GO:0030669       CC
GO:0030670       CC
GO:0030672       CC
GO:0030673       CC
GO:0030674       MF
GO:0030677       CC
GO:0030678       CC
GO:0030681       CC
GO:0030684       CC
GO:0030686       CC
GO:0030687       CC
GO:0030688       CC
GO:0030689       CC
GO:0030690       CC
GO:0030691       CC
GO:0030692       CC
GO:0030695       MF
GO:0030697       MF
GO:0030704       BP
GO:0030705       BP
GO:0030718       BP
GO:0030719       BP
GO:0030728       BP
GO:0030729       MF
GO:0030730       BP
GO:0030731       MF
GO:0030735       MF
GO:0030742       MF
GO:0030748       MF
GO:0030760       MF
GO:0030791       MF
GO:0030792       MF
GO:0030808       BP
GO:0030809       BP
GO:0030810       BP
GO:0030811       BP
GO:0030812       BP
GO:0030813       BP
GO:0030832       BP
GO:0030833       BP
GO:0030834       BP
GO:0030835       BP
GO:0030836       BP
GO:0030837       BP
GO:0030838       BP
GO:0030842       BP
GO:0030844       BP
GO:0030845       BP
GO:0030846       BP
GO:0030849       CC
GO:0030850       BP
GO:0030851       BP
GO:0030852       BP
GO:0030853       BP
GO:0030854       BP
GO:0030855       BP
GO:0030856       BP
GO:0030857       BP
GO:0030858       BP
GO:0030859       BP
GO:0030860       BP
GO:0030862       BP
GO:0030863       CC
GO:0030864       CC
GO:0030865       BP
GO:0030866       BP
GO:0030867       CC
GO:0030868       CC
GO:0030870       CC
GO:0030874       CC
GO:0030877       CC
GO:0030878       BP
GO:0030879       BP
GO:0030880       CC
GO:0030881       MF
GO:0030882       MF
GO:0030883       MF
GO:0030884       MF
GO:0030885       BP
GO:0030886       BP
GO:0030887       BP
GO:0030888       BP
GO:0030889       BP
GO:0030890       BP
GO:0030891       CC
GO:0030892       CC
GO:0030893       CC
GO:0030894       CC
GO:0030895       CC
GO:0030896       CC
GO:0030897       CC
GO:0030899       MF
GO:0030900       BP
GO:0030901       BP
GO:0030902       BP
GO:0030903       BP
GO:0030904       CC
GO:0030905       CC
GO:0030906       CC
GO:0030908       BP
GO:0030910       BP
GO:0030911       MF
GO:0030913       BP
GO:0030915       CC
GO:0030916       BP
GO:0030917       BP
GO:0030934       CC
GO:0030935       CC
GO:0030936       CC
GO:0030942       MF
GO:0030943       MF
GO:0030947       BP
GO:0030948       BP
GO:0030949       BP
GO:0030950       BP
GO:0030951       BP
GO:0030952       BP
GO:0030953       BP
GO:0030954       BP
GO:0030955       MF
GO:0030956       CC
GO:0030957       MF
GO:0030961       BP
GO:0030964       CC
GO:0030968       BP
GO:0030970       BP
GO:0030971       MF
GO:0030974       BP
GO:0030975       MF
GO:0030976       MF
GO:0030977       MF
GO:0030981       CC
GO:0030983       MF
GO:0030984       MF
GO:0030990       CC
GO:0030991       CC
GO:0030992       CC
GO:0030997       BP
GO:0031000       BP
GO:0031004       CC
GO:0031005       MF
GO:0031010       CC
GO:0031011       CC
GO:0031012       CC
GO:0031013       MF
GO:0031014       MF
GO:0031016       BP
GO:0031017       BP
GO:0031018       BP
GO:0031021       CC
GO:0031022       BP
GO:0031023       BP
GO:0031032       BP
GO:0031033       BP
GO:0031034       BP
GO:0031035       BP
GO:0031037       BP
GO:0031038       BP
GO:0031045       CC
GO:0031047       BP
GO:0031048       BP
GO:0031053       BP
GO:0031054       BP
GO:0031055       BP
GO:0031069       BP
GO:0031071       MF
GO:0031072       MF
GO:0031073       MF
GO:0031074       CC
GO:0031076       BP
GO:0031077       BP
GO:0031078       MF
GO:0031080       CC
GO:0031082       CC
GO:0031083       CC
GO:0031084       CC
GO:0031085       CC
GO:0031086       BP
GO:0031087       BP
GO:0031088       CC
GO:0031089       CC
GO:0031090       CC
GO:0031091       CC
GO:0031092       CC
GO:0031093       CC
GO:0031094       CC
GO:0031095       CC
GO:0031098       BP
GO:0031099       BP
GO:0031100       BP
GO:0031102       BP
GO:0031103       BP
GO:0031104       BP
GO:0031105       CC
GO:0031106       BP
GO:0031109       BP
GO:0031110       BP
GO:0031111       BP
GO:0031112       BP
GO:0031113       BP
GO:0031114       BP
GO:0031115       BP
GO:0031116       BP
GO:0031117       BP
GO:0031118       BP
GO:0031119       BP
GO:0031120       BP
GO:0031122       BP
GO:0031123       BP
GO:0031124       BP
GO:0031125       BP
GO:0031126       BP
GO:0031127       MF
GO:0031128       BP
GO:0031129       BP
GO:0031133       BP
GO:0031134       BP
GO:0031143       CC
GO:0031144       BP
GO:0031145       BP
GO:0031146       BP
GO:0031151       MF
GO:0031161       BP
GO:0031163       BP
GO:0031167       BP
GO:0031173       BP
GO:0031175       BP
GO:0031177       MF
GO:0031179       BP
GO:0031201       CC
GO:0031204       BP
GO:0031205       CC
GO:0031207       CC
GO:0031208       MF
GO:0031209       CC
GO:0031210       MF
GO:0031211       CC
GO:0031213       CC
GO:0031214       BP
GO:0031223       BP
GO:0031232       CC
GO:0031234       CC
GO:0031247       BP
GO:0031248       CC
GO:0031249       MF
GO:0031251       CC
GO:0031252       CC
GO:0031253       CC
GO:0031254       CC
GO:0031256       CC
GO:0031257       CC
GO:0031258       CC
GO:0031259       CC
GO:0031260       CC
GO:0031261       CC
GO:0031262       CC
GO:0031264       CC
GO:0031265       CC
GO:0031267       MF
GO:0031268       BP
GO:0031269       BP
GO:0031272       BP
GO:0031274       BP
GO:0031279       BP
GO:0031280       BP
GO:0031281       BP
GO:0031282       BP
GO:0031283       BP
GO:0031284       BP
GO:0031289       BP
GO:0031290       BP
GO:0031293       BP
GO:0031294       BP
GO:0031295       BP
GO:0031296       BP
GO:0031297       BP
GO:0031298       CC
GO:0031312       CC
GO:0031313       CC
GO:0031314       CC
GO:0031320       MF
GO:0031323       BP
GO:0031324       BP
GO:0031325       BP
GO:0031326       BP
GO:0031327       BP
GO:0031328       BP
GO:0031329       BP
GO:0031330       BP
GO:0031331       BP
GO:0031332       CC
GO:0031333       BP
GO:0031334       BP
GO:0031335       BP
GO:0031338       BP
GO:0031339       BP
GO:0031340       BP
GO:0031341       BP
GO:0031342       BP
GO:0031343       BP
GO:0031344       BP
GO:0031345       BP
GO:0031346       BP
GO:0031347       BP
GO:0031348       BP
GO:0031349       BP
GO:0031365       BP
GO:0031369       MF
GO:0031370       MF
GO:0031371       CC
GO:0031372       CC
GO:0031379       CC
GO:0031380       CC
GO:0031386       MF
GO:0031389       CC
GO:0031390       CC
GO:0031391       CC
GO:0031392       BP
GO:0031393       BP
GO:0031394       BP
GO:0031396       BP
GO:0031397       BP
GO:0031398       BP
GO:0031399       BP
GO:0031400       BP
GO:0031401       BP
GO:0031402       MF
GO:0031403       MF
GO:0031404       MF
GO:0031405       MF
GO:0031406       MF
GO:0031407       BP
GO:0031408       BP
GO:0031410       CC
GO:0031414       CC
GO:0031415       CC
GO:0031416       CC
GO:0031417       CC
GO:0031418       MF
GO:0031419       MF
GO:0031420       MF
GO:0031422       CC
GO:0031424       BP
GO:0031427       BP
GO:0031428       CC
GO:0031429       CC
GO:0031430       CC
GO:0031431       CC
GO:0031432       MF
GO:0031433       MF
GO:0031434       MF
GO:0031435       MF
GO:0031436       CC
GO:0031440       BP
GO:0031441       BP
GO:0031442       BP
GO:0031443       BP
GO:0031444       BP
GO:0031445       BP
GO:0031446       BP
GO:0031448       BP
GO:0031449       BP
GO:0031452       BP
GO:0031453       BP
GO:0031455       BP
GO:0031456       BP
GO:0031460       BP
GO:0031461       CC
GO:0031462       CC
GO:0031463       CC
GO:0031464       CC
GO:0031465       CC
GO:0031466       CC
GO:0031467       CC
GO:0031468       BP
GO:0031475       CC
GO:0031477       CC
GO:0031489       MF
GO:0031490       MF
GO:0031491       MF
GO:0031492       MF
GO:0031499       CC
GO:0031501       CC
GO:0031503       BP
GO:0031507       BP
GO:0031508       BP
GO:0031509       BP
GO:0031510       CC
GO:0031511       CC
GO:0031514       CC
GO:0031515       CC
GO:0031519       CC
GO:0031523       CC
GO:0031526       CC
GO:0031527       CC
GO:0031528       CC
GO:0031529       BP
GO:0031530       MF
GO:0031531       MF
GO:0031533       CC
GO:0031536       BP
GO:0031543       MF
GO:0031544       MF
GO:0031545       MF
GO:0031547       BP
GO:0031548       BP
GO:0031549       BP
GO:0031550       BP
GO:0031554       BP
GO:0031559       MF
GO:0031570       BP
GO:0031571       BP
GO:0031573       BP
GO:0031577       BP
GO:0031579       BP
GO:0031580       BP
GO:0031581       BP
GO:0031583       BP
GO:0031584       BP
GO:0031585       BP
GO:0031586       BP
GO:0031587       BP
GO:0031588       CC
GO:0031589       BP
GO:0031590       BP
GO:0031591       BP
GO:0031592       CC
GO:0031593       MF
GO:0031594       CC
GO:0031595       CC
GO:0031597       CC
GO:0031616       CC
GO:0031619       BP
GO:0031620       BP
GO:0031622       BP
GO:0031623       BP
GO:0031624       MF
GO:0031625       MF
GO:0031627       BP
GO:0031628       MF
GO:0031629       BP
GO:0031630       BP
GO:0031632       BP
GO:0031635       BP
GO:0031638       BP
GO:0031639       BP
GO:0031640       BP
GO:0031641       BP
GO:0031642       BP
GO:0031643       BP
GO:0031644       BP
GO:0031645       BP
GO:0031646       BP
GO:0031647       BP
GO:0031648       BP
GO:0031649       BP
GO:0031650       BP
GO:0031651       BP
GO:0031652       BP
GO:0031663       BP
GO:0031664       BP
GO:0031665       BP
GO:0031666       BP
GO:0031667       BP
GO:0031668       BP
GO:0031669       BP
GO:0031670       BP
GO:0031672       CC
GO:0031673       CC
GO:0031674       CC
GO:0031680       CC
GO:0031681       MF
GO:0031682       MF
GO:0031683       MF
GO:0031685       MF
GO:0031686       MF
GO:0031687       MF
GO:0031690       MF
GO:0031692       MF
GO:0031694       MF
GO:0031695       MF
GO:0031696       MF
GO:0031697       MF
GO:0031698       MF
GO:0031699       MF
GO:0031700       MF
GO:0031701       MF
GO:0031702       MF
GO:0031703       MF
GO:0031705       MF
GO:0031707       MF
GO:0031708       MF
GO:0031710       MF
GO:0031711       MF
GO:0031714       MF
GO:0031715       MF
GO:0031716       MF
GO:0031717       MF
GO:0031718       MF
GO:0031720       MF
GO:0031721       MF
GO:0031723       MF
GO:0031724       MF
GO:0031726       MF
GO:0031727       MF
GO:0031728       MF
GO:0031729       MF
GO:0031730       MF
GO:0031731       MF
GO:0031732       MF
GO:0031735       MF
GO:0031737       MF
GO:0031739       MF
GO:0031741       MF
GO:0031748       MF
GO:0031749       MF
GO:0031750       MF
GO:0031751       MF
GO:0031752       MF
GO:0031753       MF
GO:0031755       MF
GO:0031763       MF
GO:0031764       MF
GO:0031765       MF
GO:0031766       MF
GO:0031767       MF
GO:0031768       MF
GO:0031769       MF
GO:0031770       MF
GO:0031771       MF
GO:0031772       MF
GO:0031773       MF
GO:0031776       MF
GO:0031777       MF
GO:0031779       MF
GO:0031780       MF
GO:0031781       MF
GO:0031782       MF
GO:0031783       MF
GO:0031788       MF
GO:0031798       MF
GO:0031799       MF
GO:0031800       MF
GO:0031802       MF
GO:0031811       MF
GO:0031812       MF
GO:0031821       MF
GO:0031834       MF
GO:0031835       MF
GO:0031838       CC
GO:0031839       MF
GO:0031840       MF
GO:0031841       MF
GO:0031848       BP
GO:0031849       MF
GO:0031851       MF
GO:0031852       MF
GO:0031854       MF
GO:0031855       MF
GO:0031856       MF
GO:0031857       MF
GO:0031860       BP
GO:0031861       MF
GO:0031862       MF
GO:0031867       MF
GO:0031870       MF
GO:0031871       MF
GO:0031877       MF
GO:0031883       MF
GO:0031893       MF
GO:0031894       MF
GO:0031895       MF
GO:0031901       CC
GO:0031902       CC
GO:0031903       CC
GO:0031904       CC
GO:0031905       CC
GO:0031906       CC
GO:0031907       CC
GO:0031914       BP
GO:0031915       BP
GO:0031919       BP
GO:0031923       BP
GO:0031929       BP
GO:0031930       BP
GO:0031931       CC
GO:0031932       CC
GO:0031941       CC
GO:0031943       BP
GO:0031944       BP
GO:0031945       BP
GO:0031946       BP
GO:0031947       BP
GO:0031948       BP
GO:0031952       BP
GO:0031953       BP
GO:0031954       BP
GO:0031955       MF
GO:0031956       MF
GO:0031957       MF
GO:0031958       BP
GO:0031959       BP
GO:0031960       BP
GO:0031962       MF
GO:0031965       CC
GO:0031966       CC
GO:0031967       CC
GO:0031968       CC
GO:0031970       CC
GO:0031974       CC
GO:0031975       CC
GO:0031981       CC
GO:0031982       CC
GO:0031983       CC
GO:0031984       CC
GO:0031985       CC
GO:0031987       BP
GO:0031989       BP
GO:0031990       BP
GO:0031994       MF
GO:0031995       MF
GO:0031996       MF
GO:0031998       BP
GO:0031999       BP
GO:0032000       BP
GO:0032002       CC
GO:0032003       MF
GO:0032006       BP
GO:0032007       BP
GO:0032008       BP
GO:0032009       CC
GO:0032010       CC
GO:0032011       BP
GO:0032012       BP
GO:0032014       BP
GO:0032020       BP
GO:0032021       CC
GO:0032023       BP
GO:0032024       BP
GO:0032025       BP
GO:0032026       BP
GO:0032027       MF
GO:0032028       MF
GO:0032029       MF
GO:0032034       MF
GO:0032036       MF
GO:0032038       MF
GO:0032039       CC
GO:0032040       CC
GO:0032041       MF
GO:0032042       BP
GO:0032043       BP
GO:0032044       CC
GO:0032045       CC
GO:0032048       BP
GO:0032049       BP
GO:0032050       MF
GO:0032051       MF
GO:0032052       MF
GO:0032053       BP
GO:0032055       BP
GO:0032056       BP
GO:0032057       BP
GO:0032058       BP
GO:0032059       CC
GO:0032060       BP
GO:0032069       BP
GO:0032070       BP
GO:0032071       BP
GO:0032072       BP
GO:0032074       BP
GO:0032075       BP
GO:0032076       BP
GO:0032077       BP
GO:0032078       BP
GO:0032079       BP
GO:0032088       BP
GO:0032089       MF
GO:0032090       MF
GO:0032091       BP
GO:0032092       BP
GO:0032093       MF
GO:0032094       BP
GO:0032095       BP
GO:0032096       BP
GO:0032097       BP
GO:0032098       BP
GO:0032099       BP
GO:0032100       BP
GO:0032101       BP
GO:0032102       BP
GO:0032103       BP
GO:0032104       BP
GO:0032105       BP
GO:0032106       BP
GO:0032107       BP
GO:0032108       BP
GO:0032109       BP
GO:0032113       BP
GO:0032116       CC
GO:0032119       BP
GO:0032127       CC
GO:0032129       MF
GO:0032133       CC
GO:0032135       MF
GO:0032137       MF
GO:0032138       MF
GO:0032139       MF
GO:0032142       MF
GO:0032143       MF
GO:0032144       CC
GO:0032145       MF
GO:0032147       BP
GO:0032148       BP
GO:0032153       CC
GO:0032154       CC
GO:0032156       CC
GO:0032181       MF
GO:0032182       MF
GO:0032183       MF
GO:0032184       MF
GO:0032185       BP
GO:0032190       MF
GO:0032194       BP
GO:0032196       BP
GO:0032197       BP
GO:0032200       BP
GO:0032201       BP
GO:0032202       BP
GO:0032203       BP
GO:0032204       BP
GO:0032205       BP
GO:0032206       BP
GO:0032207       BP
GO:0032208       BP
GO:0032210       BP
GO:0032211       BP
GO:0032212       BP
GO:0032213       BP
GO:0032214       BP
GO:0032216       MF
GO:0032217       MF
GO:0032218       BP
GO:0032222       BP
GO:0032223       BP
GO:0032224       BP
GO:0032225       BP
GO:0032226       BP
GO:0032227       BP
GO:0032228       BP
GO:0032229       BP
GO:0032230       BP
GO:0032231       BP
GO:0032232       BP
GO:0032233       BP
GO:0032237       BP
GO:0032238       BP
GO:0032239       BP
GO:0032240       BP
GO:0032241       BP
GO:0032242       BP
GO:0032243       BP
GO:0032244       BP
GO:0032252       BP
GO:0032253       BP
GO:0032259       BP
GO:0032261       BP
GO:0032262       BP
GO:0032263       BP
GO:0032264       BP
GO:0032266       MF
GO:0032271       BP
GO:0032272       BP
GO:0032273       BP
GO:0032274       BP
GO:0032275       BP
GO:0032276       BP
GO:0032277       BP
GO:0032278       BP
GO:0032279       CC
GO:0032280       CC
GO:0032281       CC
GO:0032286       BP
GO:0032287       BP
GO:0032288       BP
GO:0032289       BP
GO:0032290       BP
GO:0032291       BP
GO:0032292       BP
GO:0032296       MF
GO:0032298       BP
GO:0032299       CC
GO:0032300       CC
GO:0032301       CC
GO:0032302       CC
GO:0032303       BP
GO:0032304       BP
GO:0032305       BP
GO:0032306       BP
GO:0032308       BP
GO:0032309       BP
GO:0032310       BP
GO:0032311       CC
GO:0032324       BP
GO:0032328       BP
GO:0032329       BP
GO:0032330       BP
GO:0032331       BP
GO:0032332       BP
GO:0032341       BP
GO:0032342       BP
GO:0032344       BP
GO:0032345       BP
GO:0032346       BP
GO:0032347       BP
GO:0032348       BP
GO:0032349       BP
GO:0032350       BP
GO:0032351       BP
GO:0032352       BP
GO:0032353       BP
GO:0032354       BP
GO:0032355       BP
GO:0032356       MF
GO:0032357       MF
GO:0032358       MF
GO:0032361       BP
GO:0032364       BP
GO:0032365       BP
GO:0032366       BP
GO:0032367       BP
GO:0032368       BP
GO:0032369       BP
GO:0032370       BP
GO:0032371       BP
GO:0032372       BP
GO:0032373       BP
GO:0032374       BP
GO:0032375       BP
GO:0032376       BP
GO:0032377       BP
GO:0032378       BP
GO:0032379       BP
GO:0032380       BP
GO:0032381       BP
GO:0032382       BP
GO:0032383       BP
GO:0032384       BP
GO:0032385       BP
GO:0032386       BP
GO:0032387       BP
GO:0032388       BP
GO:0032389       CC
GO:0032391       CC
GO:0032392       BP
GO:0032393       MF
GO:0032394       MF
GO:0032395       MF
GO:0032396       MF
GO:0032397       MF
GO:0032398       CC
GO:0032400       BP
GO:0032401       BP
GO:0032402       BP
GO:0032404       MF
GO:0032405       MF
GO:0032406       MF
GO:0032407       MF
GO:0032408       MF
GO:0032409       BP
GO:0032410       BP
GO:0032411       BP
GO:0032412       BP
GO:0032413       BP
GO:0032414       BP
GO:0032415       BP
GO:0032417       BP
GO:0032418       BP
GO:0032420       CC
GO:0032421       CC
GO:0032422       MF
GO:0032423       BP
GO:0032425       BP
GO:0032426       CC
GO:0032427       MF
GO:0032428       MF
GO:0032429       BP
GO:0032430       BP
GO:0032431       BP
GO:0032432       CC
GO:0032433       CC
GO:0032434       BP
GO:0032435       BP
GO:0032436       BP
GO:0032437       CC
GO:0032438       BP
GO:0032440       MF
GO:0032444       CC
GO:0032446       BP
GO:0032447       BP
GO:0032449       CC
GO:0032450       MF
GO:0032451       MF
GO:0032452       MF
GO:0032453       MF
GO:0032454       MF
GO:0032456       BP
GO:0032458       BP
GO:0032459       BP
GO:0032460       BP
GO:0032461       BP
GO:0032462       BP
GO:0032463       BP
GO:0032464       BP
GO:0032465       BP
GO:0032466       BP
GO:0032467       BP
GO:0032468       BP
GO:0032469       BP
GO:0032470       BP
GO:0032471       BP
GO:0032472       BP
GO:0032473       CC
GO:0032474       BP
GO:0032475       BP
GO:0032479       BP
GO:0032480       BP
GO:0032481       BP
GO:0032482       BP
GO:0032483       BP
GO:0032484       BP
GO:0032485       BP
GO:0032486       BP
GO:0032487       BP
GO:0032488       BP
GO:0032489       BP
GO:0032490       BP
GO:0032491       BP
GO:0032493       BP
GO:0032494       BP
GO:0032495       BP
GO:0032496       BP
GO:0032497       BP
GO:0032498       BP
GO:0032499       BP
GO:0032500       MF
GO:0032501       BP
GO:0032502       BP
GO:0032504       BP
GO:0032506       BP
GO:0032507       BP
GO:0032508       BP
GO:0032509       BP
GO:0032510       BP
GO:0032511       BP
GO:0032515       BP
GO:0032516       BP
GO:0032525       BP
GO:0032526       BP
GO:0032527       BP
GO:0032528       BP
GO:0032530       BP
GO:0032532       BP
GO:0032534       BP
GO:0032535       BP
GO:0032536       BP
GO:0032541       CC
GO:0032542       MF
GO:0032543       BP
GO:0032545       CC
GO:0032549       MF
GO:0032552       MF
GO:0032553       MF
GO:0032554       MF
GO:0032555       MF
GO:0032556       MF
GO:0032557       MF
GO:0032558       MF
GO:0032559       MF
GO:0032560       MF
GO:0032561       MF
GO:0032564       MF
GO:0032567       MF
GO:0032570       BP
GO:0032571       BP
GO:0032574       MF
GO:0032580       CC
GO:0032581       BP
GO:0032584       CC
GO:0032585       CC
GO:0032587       CC
GO:0032588       CC
GO:0032589       CC
GO:0032590       CC
GO:0032591       CC
GO:0032593       CC
GO:0032594       BP
GO:0032596       BP
GO:0032601       BP
GO:0032602       BP
GO:0032603       BP
GO:0032604       BP
GO:0032605       BP
GO:0032606       BP
GO:0032607       BP
GO:0032608       BP
GO:0032609       BP
GO:0032610       BP
GO:0032611       BP
GO:0032612       BP
GO:0032613       BP
GO:0032615       BP
GO:0032616       BP
GO:0032618       BP
GO:0032619       BP
GO:0032620       BP
GO:0032621       BP
GO:0032623       BP
GO:0032625       BP
GO:0032627       BP
GO:0032631       BP
GO:0032632       BP
GO:0032633       BP
GO:0032634       BP
GO:0032635       BP
GO:0032636       BP
GO:0032637       BP
GO:0032639       BP
GO:0032640       BP
GO:0032641       BP
GO:0032642       BP
GO:0032643       BP
GO:0032644       BP
GO:0032645       BP
GO:0032646       BP
GO:0032647       BP
GO:0032648       BP
GO:0032649       BP
GO:0032650       BP
GO:0032651       BP
GO:0032652       BP
GO:0032653       BP
GO:0032655       BP
GO:0032656       BP
GO:0032658       BP
GO:0032659       BP
GO:0032660       BP
GO:0032661       BP
GO:0032663       BP
GO:0032665       BP
GO:0032667       BP
GO:0032671       BP
GO:0032672       BP
GO:0032673       BP
GO:0032674       BP
GO:0032675       BP
GO:0032676       BP
GO:0032677       BP
GO:0032679       BP
GO:0032680       BP
GO:0032681       BP
GO:0032682       BP
GO:0032683       BP
GO:0032685       BP
GO:0032686       BP
GO:0032687       BP
GO:0032688       BP
GO:0032689       BP
GO:0032690       BP
GO:0032691       BP
GO:0032692       BP
GO:0032693       BP
GO:0032695       BP
GO:0032696       BP
GO:0032699       BP
GO:0032700       BP
GO:0032701       BP
GO:0032703       BP
GO:0032705       BP
GO:0032707       BP
GO:0032711       BP
GO:0032712       BP
GO:0032713       BP
GO:0032714       BP
GO:0032715       BP
GO:0032716       BP
GO:0032717       BP
GO:0032720       BP
GO:0032722       BP
GO:0032723       BP
GO:0032724       BP
GO:0032725       BP
GO:0032727       BP
GO:0032728       BP
GO:0032729       BP
GO:0032730       BP
GO:0032731       BP
GO:0032732       BP
GO:0032733       BP
GO:0032735       BP
GO:0032736       BP
GO:0032738       BP
GO:0032739       BP
GO:0032740       BP
GO:0032741       BP
GO:0032743       BP
GO:0032745       BP
GO:0032747       BP
GO:0032752       BP
GO:0032753       BP
GO:0032754       BP
GO:0032755       BP
GO:0032757       BP
GO:0032759       BP
GO:0032760       BP
GO:0032761       BP
GO:0032762       BP
GO:0032763       BP
GO:0032764       BP
GO:0032765       BP
GO:0032767       MF
GO:0032768       BP
GO:0032769       BP
GO:0032770       BP
GO:0032771       BP
GO:0032773       BP
GO:0032774       BP
GO:0032775       BP
GO:0032776       BP
GO:0032777       CC
GO:0032780       BP
GO:0032781       BP
GO:0032782       BP
GO:0032783       CC
GO:0032784       BP
GO:0032785       BP
GO:0032786       BP
GO:0032787       BP
GO:0032788       BP
GO:0032789       BP
GO:0032790       BP
GO:0032791       MF
GO:0032792       BP
GO:0032793       BP
GO:0032794       MF
GO:0032795       MF
GO:0032796       BP
GO:0032797       CC
GO:0032798       CC
GO:0032799       BP
GO:0032801       BP
GO:0032802       BP
GO:0032803       BP
GO:0032804       BP
GO:0032805       BP
GO:0032806       CC
GO:0032807       CC
GO:0032808       BP
GO:0032809       CC
GO:0032810       MF
GO:0032811       BP
GO:0032812       BP
GO:0032813       MF
GO:0032814       BP
GO:0032815       BP
GO:0032816       BP
GO:0032817       BP
GO:0032819       BP
GO:0032823       BP
GO:0032824       BP
GO:0032825       BP
GO:0032826       BP
GO:0032827       BP
GO:0032829       BP
GO:0032831       BP
GO:0032832       BP
GO:0032834       BP
GO:0032835       BP
GO:0032836       BP
GO:0032838       CC
GO:0032839       CC
GO:0032841       MF
GO:0032847       BP
GO:0032848       BP
GO:0032849       BP
GO:0032868       BP
GO:0032869       BP
GO:0032870       BP
GO:0032872       BP
GO:0032873       BP
GO:0032874       BP
GO:0032875       BP
GO:0032876       BP
GO:0032877       BP
GO:0032878       BP
GO:0032879       BP
GO:0032880       BP
GO:0032881       BP
GO:0032885       BP
GO:0032886       BP
GO:0032887       BP
GO:0032888       BP
GO:0032890       BP
GO:0032891       BP
GO:0032892       BP
GO:0032896       MF
GO:0032897       BP
GO:0032898       BP
GO:0032899       BP
GO:0032900       BP
GO:0032901       BP
GO:0032902       BP
GO:0032905       BP
GO:0032906       BP
GO:0032907       BP
GO:0032908       BP
GO:0032909       BP
GO:0032910       BP
GO:0032911       BP
GO:0032912       BP
GO:0032914       BP
GO:0032915       BP
GO:0032916       BP
GO:0032917       BP
GO:0032918       BP
GO:0032919       BP
GO:0032920       BP
GO:0032922       BP
GO:0032924       BP
GO:0032925       BP
GO:0032926       BP
GO:0032927       BP
GO:0032928       BP
GO:0032929       BP
GO:0032930       BP
GO:0032933       BP
GO:0032934       MF
GO:0032935       MF
GO:0032936       CC
GO:0032937       CC
GO:0032940       BP
GO:0032941       BP
GO:0032943       BP
GO:0032944       BP
GO:0032945       BP
GO:0032946       BP
GO:0032954       BP
GO:0032956       BP
GO:0032957       BP
GO:0032958       BP
GO:0032959       BP
GO:0032960       BP
GO:0032962       BP
GO:0032963       BP
GO:0032964       BP
GO:0032965       BP
GO:0032966       BP
GO:0032967       BP
GO:0032968       BP
GO:0032970       BP
GO:0032971       BP
GO:0032972       BP
GO:0032974       BP
GO:0032976       BP
GO:0032977       MF
GO:0032978       BP
GO:0032979       BP
GO:0032980       BP
GO:0032981       BP
GO:0032982       CC
GO:0032983       CC
GO:0032984       BP
GO:0032986       BP
GO:0032988       BP
GO:0032989       BP
GO:0032991       CC
GO:0032993       CC
GO:0032994       CC
GO:0032996       CC
GO:0032997       CC
GO:0032998       CC
GO:0033001       CC
GO:0033002       BP
GO:0033003       BP
GO:0033004       BP
GO:0033005       BP
GO:0033006       BP
GO:0033007       BP
GO:0033008       BP
GO:0033010       CC
GO:0033011       CC
GO:0033013       BP
GO:0033014       BP
GO:0033015       BP
GO:0033017       CC
GO:0033018       CC
GO:0033023       BP
GO:0033024       BP
GO:0033025       BP
GO:0033026       BP
GO:0033027       BP
GO:0033028       BP
GO:0033029       BP
GO:0033030       BP
GO:0033031       BP
GO:0033032       BP
GO:0033033       BP
GO:0033034       BP
GO:0033036       BP
GO:0033037       BP
GO:0033038       MF
GO:0033040       MF
GO:0033041       MF
GO:0033043       BP
GO:0033044       BP
GO:0033045       BP
GO:0033046       BP
GO:0033047       BP
GO:0033048       BP
GO:0033058       BP
GO:0033059       BP
GO:0033061       CC
GO:0033063       CC
GO:0033065       CC
GO:0033076       BP
GO:0033077       BP
GO:0033078       BP
GO:0033079       BP
GO:0033080       BP
GO:0033081       BP
GO:0033082       BP
GO:0033083       BP
GO:0033084       BP
GO:0033085       BP
GO:0033087       BP
GO:0033088       BP
GO:0033089       BP
GO:0033091       BP
GO:0033092       BP
GO:0033093       CC
GO:0033106       CC
GO:0033108       BP
GO:0033116       CC
GO:0033119       BP
GO:0033120       BP
GO:0033121       BP
GO:0033122       BP
GO:0033123       BP
GO:0033130       MF
GO:0033131       BP
GO:0033132       BP
GO:0033133       BP
GO:0033135       BP
GO:0033137       BP
GO:0033138       BP
GO:0033139       BP
GO:0033140       BP
GO:0033141       BP
GO:0033142       MF
GO:0033143       BP
GO:0033144       BP
GO:0033145       BP
GO:0033146       BP
GO:0033147       BP
GO:0033148       BP
GO:0033149       MF
GO:0033150       CC
GO:0033151       BP
GO:0033152       BP
GO:0033153       BP
GO:0033157       BP
GO:0033162       CC
GO:0033165       CC
GO:0033173       BP
GO:0033176       CC
GO:0033177       CC
GO:0033178       CC
GO:0033179       CC
GO:0033180       CC
GO:0033181       CC
GO:0033185       CC
GO:0033186       CC
GO:0033188       MF
GO:0033189       BP
GO:0033192       MF
GO:0033194       BP
GO:0033197       BP
GO:0033198       BP
GO:0033204       MF
GO:0033206       BP
GO:0033209       BP
GO:0033210       BP
GO:0033211       BP
GO:0033212       BP
GO:0033215       BP
GO:0033218       MF
GO:0033227       BP
GO:0033229       MF
GO:0033233       BP
GO:0033234       BP
GO:0033235       BP
GO:0033238       BP
GO:0033239       BP
GO:0033240       BP
GO:0033241       BP
GO:0033242       BP
GO:0033256       CC
GO:0033257       CC
GO:0033260       BP
GO:0033262       BP
GO:0033263       CC
GO:0033265       MF
GO:0033268       CC
GO:0033269       CC
GO:0033270       CC
GO:0033273       BP
GO:0033274       BP
GO:0033275       BP
GO:0033276       CC
GO:0033278       BP
GO:0033280       BP
GO:0033283       MF
GO:0033284       MF
GO:0033285       MF
GO:0033290       CC
GO:0033291       CC
GO:0033292       BP
GO:0033293       MF
GO:0033299       BP
GO:0033300       MF
GO:0033301       BP
GO:0033306       BP
GO:0033313       BP
GO:0033314       BP
GO:0033316       BP
GO:0033319       BP
GO:0033320       BP
GO:0033326       BP
GO:0033327       BP
GO:0033328       MF
GO:0033341       BP
GO:0033342       BP
GO:0033344       BP
GO:0033345       BP
GO:0033353       BP
GO:0033363       BP
GO:0033364       BP
GO:0033365       BP
GO:0033366       BP
GO:0033367       BP
GO:0033368       BP
GO:0033370       BP
GO:0033371       BP
GO:0033373       BP
GO:0033374       BP
GO:0033375       BP
GO:0033377       BP
GO:0033379       BP
GO:0033380       BP
GO:0033382       BP
GO:0033383       BP
GO:0033384       BP
GO:0033385       BP
GO:0033386       BP
GO:0033387       BP
GO:0033388       BP
GO:0033389       BP
GO:0033391       CC
GO:0033396       BP
GO:0033477       BP
GO:0033484       BP
GO:0033489       BP
GO:0033490       BP
GO:0033499       BP
GO:0033500       BP
GO:0033503       CC
GO:0033504       BP
GO:0033505       BP
GO:0033512       BP
GO:0033514       BP
GO:0033539       BP
GO:0033540       BP
GO:0033549       MF
GO:0033550       MF
GO:0033552       BP
GO:0033553       CC
GO:0033554       BP
GO:0033555       BP
GO:0033557       CC
GO:0033558       MF
GO:0033559       BP
GO:0033560       MF
GO:0033563       BP
GO:0033564       BP
GO:0033565       CC
GO:0033566       BP
GO:0033567       BP
GO:0033572       BP
GO:0033574       BP
GO:0033588       CC
GO:0033590       BP
GO:0033591       BP
GO:0033592       MF
GO:0033593       CC
GO:0033594       BP
GO:0033595       BP
GO:0033596       CC
GO:0033597       CC
GO:0033598       BP
GO:0033599       BP
GO:0033600       BP
GO:0033601       BP
GO:0033602       BP
GO:0033603       BP
GO:0033604       BP
GO:0033605       BP
GO:0033609       BP
GO:0033612       MF
GO:0033615       BP
GO:0033617       BP
GO:0033619       BP
GO:0033622       BP
GO:0033623       BP
GO:0033624       BP
GO:0033625       BP
GO:0033626       BP
GO:0033627       BP
GO:0033628       BP
GO:0033629       BP
GO:0033630       BP
GO:0033631       BP
GO:0033632       BP
GO:0033633       BP
GO:0033634       BP
GO:0033673       BP
GO:0033674       BP
GO:0033677       MF
GO:0033678       MF
GO:0033679       MF
GO:0033684       BP
GO:0033685       BP
GO:0033686       BP
GO:0033687       BP
GO:0033688       BP
GO:0033689       BP
GO:0033690       BP
GO:0033691       MF
GO:0033693       BP
GO:0033695       MF
GO:0033696       BP
GO:0033699       MF
GO:0033700       BP
GO:0033703       MF
GO:0033721       MF
GO:0033735       MF
GO:0033737       MF
GO:0033743       MF
GO:0033744       MF
GO:0033745       MF
GO:0033746       MF
GO:0033749       MF
GO:0033750       BP
GO:0033754       MF
GO:0033762       BP
GO:0033764       MF
GO:0033765       MF
GO:0033778       MF
GO:0033779       MF
GO:0033781       MF
GO:0033782       MF
GO:0033783       MF
GO:0033787       MF
GO:0033791       MF
GO:0033798       MF
GO:0033814       MF
GO:0033819       MF
GO:0033823       MF
GO:0033829       MF
GO:0033842       MF
GO:0033857       MF
GO:0033858       MF
GO:0033860       BP
GO:0033861       BP
GO:0033862       MF
GO:0033864       BP
GO:0033865       BP
GO:0033866       BP
GO:0033867       MF
GO:0033869       BP
GO:0033871       MF
GO:0033872       MF
GO:0033875       BP
GO:0033878       MF
GO:0033882       MF
GO:0033883       MF
GO:0033885       MF
GO:0033889       MF
GO:0033897       MF
GO:0033906       MF
GO:0033919       MF
GO:0033925       MF
GO:0033931       MF
GO:0033961       MF
GO:0033962       BP
GO:0033967       BP
GO:0033979       BP
GO:0033981       MF
GO:0033989       MF
GO:0033993       BP
GO:0034012       MF
GO:0034014       BP
GO:0034021       BP
GO:0034030       BP
GO:0034031       BP
GO:0034032       BP
GO:0034033       BP
GO:0034034       BP
GO:0034035       BP
GO:0034036       BP
GO:0034038       MF
GO:0034039       MF
GO:0034040       MF
GO:0034041       MF
GO:0034045       CC
GO:0034046       MF
GO:0034050       BP
GO:0034056       MF
GO:0034058       BP
GO:0034059       BP
GO:0034061       MF
GO:0034062       MF
GO:0034063       BP
GO:0034066       CC
GO:0034067       BP
GO:0034080       BP
GO:0034085       BP
GO:0034086       BP
GO:0034087       BP
GO:0034088       BP
GO:0034089       BP
GO:0034091       BP
GO:0034092       BP
GO:0034093       BP
GO:0034097       BP
GO:0034098       CC
GO:0034101       BP
GO:0034103       BP
GO:0034104       BP
GO:0034105       BP
GO:0034109       BP
GO:0034110       BP
GO:0034111       BP
GO:0034112       BP
GO:0034113       BP
GO:0034114       BP
GO:0034115       BP
GO:0034116       BP
GO:0034121       BP
GO:0034122       BP
GO:0034123       BP
GO:0034124       BP
GO:0034125       BP
GO:0034127       BP
GO:0034128       BP
GO:0034134       BP
GO:0034135       BP
GO:0034136       BP
GO:0034137       BP
GO:0034138       BP
GO:0034139       BP
GO:0034140       BP
GO:0034141       BP
GO:0034142       BP
GO:0034143       BP
GO:0034144       BP
GO:0034145       BP
GO:0034146       BP
GO:0034147       BP
GO:0034148       BP
GO:0034150       BP
GO:0034151       BP
GO:0034154       BP
GO:0034155       BP
GO:0034156       BP
GO:0034157       BP
GO:0034158       BP
GO:0034159       BP
GO:0034161       BP
GO:0034162       BP
GO:0034163       BP
GO:0034164       BP
GO:0034165       BP
GO:0034182       BP
GO:0034183       BP
GO:0034184       BP
GO:0034185       MF
GO:0034186       MF
GO:0034188       MF
GO:0034189       MF
GO:0034190       MF
GO:0034191       MF
GO:0034196       BP
GO:0034197       BP
GO:0034198       BP
GO:0034199       BP
GO:0034201       BP
GO:0034202       MF
GO:0034203       BP
GO:0034204       BP
GO:0034205       BP
GO:0034211       MF
GO:0034212       MF
GO:0034213       BP
GO:0034214       BP
GO:0034219       BP
GO:0034220       BP
GO:0034224       BP
GO:0034227       BP
GO:0034228       MF
GO:0034229       BP
GO:0034230       BP
GO:0034231       BP
GO:0034235       MF
GO:0034236       MF
GO:0034237       MF
GO:0034238       BP
GO:0034239       BP
GO:0034241       BP
GO:0034242       BP
GO:0034243       BP
GO:0034244       BP
GO:0034245       CC
GO:0034246       MF
GO:0034247       BP
GO:0034248       BP
GO:0034249       BP
GO:0034250       BP
GO:0034255       BP
GO:0034260       BP
GO:0034271       CC
GO:0034272       CC
GO:0034274       CC
GO:0034275       BP
GO:0034276       BP
GO:0034284       BP
GO:0034285       BP
GO:0034287       BP
GO:0034308       BP
GO:0034309       BP
GO:0034310       BP
GO:0034311       BP
GO:0034312       BP
GO:0034314       BP
GO:0034315       BP
GO:0034316       BP
GO:0034329       BP
GO:0034330       BP
GO:0034331       BP
GO:0034332       BP
GO:0034333       BP
GO:0034334       BP
GO:0034337       BP
GO:0034338       MF
GO:0034340       BP
GO:0034341       BP
GO:0034342       BP
GO:0034343       BP
GO:0034344       BP
GO:0034345       BP
GO:0034346       BP
GO:0034349       BP
GO:0034350       BP
GO:0034351       BP
GO:0034352       BP
GO:0034353       MF
GO:0034354       BP
GO:0034355       BP
GO:0034356       BP
GO:0034358       CC
GO:0034359       CC
GO:0034360       CC
GO:0034361       CC
GO:0034362       CC
GO:0034363       CC
GO:0034364       CC
GO:0034365       CC
GO:0034366       CC
GO:0034367       BP
GO:0034368       BP
GO:0034369       BP
GO:0034370       BP
GO:0034371       BP
GO:0034372       BP
GO:0034373       BP
GO:0034374       BP
GO:0034375       BP
GO:0034377       BP
GO:0034378       BP
GO:0034379       BP
GO:0034380       BP
GO:0034381       BP
GO:0034382       BP
GO:0034383       BP
GO:0034384       BP
GO:0034385       CC
GO:0034386       MF
GO:0034388       CC
GO:0034389       BP
GO:0034390       BP
GO:0034391       BP
GO:0034392       BP
GO:0034393       BP
GO:0034394       BP
GO:0034397       BP
GO:0034398       BP
GO:0034399       CC
GO:0034402       BP
GO:0034404       BP
GO:0034405       BP
GO:0034417       MF
GO:0034418       BP
GO:0034421       BP
GO:0034423       CC
GO:0034427       BP
GO:0034431       MF
GO:0034432       MF
GO:0034436       BP
GO:0034439       BP
GO:0034440       BP
GO:0034441       BP
GO:0034442       BP
GO:0034443       BP
GO:0034444       BP
GO:0034445       BP
GO:0034446       BP
GO:0034447       BP
GO:0034450       MF
GO:0034451       CC
GO:0034452       MF
GO:0034453       BP
GO:0034454       BP
GO:0034455       CC
GO:0034456       CC
GO:0034457       CC
GO:0034458       MF
GO:0034462       BP
GO:0034463       BP
GO:0034464       CC
GO:0034465       BP
GO:0034466       CC
GO:0034470       BP
GO:0034471       BP
GO:0034472       BP
GO:0034473       BP
GO:0034474       BP
GO:0034475       BP
GO:0034476       BP
GO:0034477       BP
GO:0034478       BP
GO:0034480       MF
GO:0034481       MF
GO:0034483       MF
GO:0034485       MF
GO:0034486       BP
GO:0034497       BP
GO:0034498       BP
GO:0034499       BP
GO:0034501       BP
GO:0034502       BP
GO:0034504       BP
GO:0034505       BP
GO:0034506       CC
GO:0034508       BP
GO:0034511       MF
GO:0034512       MF
GO:0034513       MF
GO:0034514       BP
GO:0034515       CC
GO:0034516       BP
GO:0034517       BP
GO:0034518       CC
GO:0034545       MF
GO:0034551       BP
GO:0034552       BP
GO:0034553       BP
GO:0034584       MF
GO:0034587       BP
GO:0034589       BP
GO:0034590       MF
GO:0034592       CC
GO:0034593       MF
GO:0034594       MF
GO:0034595       MF
GO:0034596       MF
GO:0034597       MF
GO:0034599       BP
GO:0034601       MF
GO:0034602       MF
GO:0034603       MF
GO:0034604       MF
GO:0034605       BP
GO:0034611       MF
GO:0034612       BP
GO:0034614       BP
GO:0034616       BP
GO:0034617       MF
GO:0034618       MF
GO:0034620       BP
GO:0034625       BP
GO:0034626       BP
GO:0034627       BP
GO:0034632       MF
GO:0034633       BP
GO:0034634       MF
GO:0034635       BP
GO:0034638       BP
GO:0034641       BP
GO:0034642       BP
GO:0034643       BP
GO:0034644       BP
GO:0034647       MF
GO:0034650       BP
GO:0034651       BP
GO:0034653       BP
GO:0034654       BP
GO:0034655       BP
GO:0034656       BP
GO:0034657       CC
GO:0034660       BP
GO:0034661       BP
GO:0034663       CC
GO:0034665       CC
GO:0034666       CC
GO:0034667       CC
GO:0034668       CC
GO:0034669       CC
GO:0034673       CC
GO:0034674       CC
GO:0034676       CC
GO:0034677       CC
GO:0034678       CC
GO:0034679       CC
GO:0034680       CC
GO:0034681       CC
GO:0034682       CC
GO:0034683       CC
GO:0034684       CC
GO:0034685       CC
GO:0034686       CC
GO:0034687       CC
GO:0034688       CC
GO:0034689       CC
GO:0034693       CC
GO:0034694       BP
GO:0034695       BP
GO:0034696       BP
GO:0034698       BP
GO:0034699       BP
GO:0034701       MF
GO:0034702       CC
GO:0034703       CC
GO:0034704       CC
GO:0034705       CC
GO:0034706       CC
GO:0034707       CC
GO:0034708       CC
GO:0034709       CC
GO:0034711       MF
GO:0034713       MF
GO:0034714       MF
GO:0034715       CC
GO:0034718       CC
GO:0034719       CC
GO:0034722       MF
GO:0034727       BP
GO:0034728       BP
GO:0034736       MF
GO:0034739       MF
GO:0034750       CC
GO:0034751       CC
GO:0034752       CC
GO:0034753       CC
GO:0034755       BP
GO:0034756       BP
GO:0034757       BP
GO:0034758       BP
GO:0034759       BP
GO:0034760       BP
GO:0034761       BP
GO:0034762       BP
GO:0034763       BP
GO:0034764       BP
GO:0034765       BP
GO:0034766       BP
GO:0034767       BP
GO:0034769       BP
GO:0034774       CC
GO:0034775       BP
GO:0034776       BP
GO:0034777       CC
GO:0034875       MF
GO:0034899       MF
GO:0034959       BP
GO:0034963       BP
GO:0034964       BP
GO:0034967       CC
GO:0034974       CC
GO:0034975       BP
GO:0034976       BP
GO:0034979       MF
GO:0034982       BP
GO:0034983       BP
GO:0034986       MF
GO:0034987       MF
GO:0034988       MF
GO:0034992       CC
GO:0034993       CC
GO:0034998       CC
GO:0035000       CC
GO:0035003       CC
GO:0035005       MF
GO:0035014       MF
GO:0035019       BP
GO:0035020       BP
GO:0035021       BP
GO:0035022       BP
GO:0035023       BP
GO:0035024       BP
GO:0035025       BP
GO:0035026       BP
GO:0035032       CC
GO:0035033       MF
GO:0035034       MF
GO:0035035       MF
GO:0035036       BP
GO:0035037       BP
GO:0035038       BP
GO:0035039       BP
GO:0035041       BP
GO:0035050       BP
GO:0035051       BP
GO:0035054       BP
GO:0035060       CC
GO:0035061       CC
GO:0035063       BP
GO:0035064       MF
GO:0035082       BP
GO:0035088       BP
GO:0035089       BP
GO:0035090       BP
GO:0035091       MF
GO:0035092       BP
GO:0035094       BP
GO:0035095       BP
GO:0035097       CC
GO:0035098       CC
GO:0035101       CC
GO:0035102       CC
GO:0035106       BP
GO:0035107       BP
GO:0035108       BP
GO:0035112       BP
GO:0035113       BP
GO:0035115       BP
GO:0035116       BP
GO:0035120       BP
GO:0035127       BP
GO:0035128       BP
GO:0035129       BP
GO:0035136       BP
GO:0035137       BP
GO:0035145       CC
GO:0035148       BP
GO:0035150       BP
GO:0035162       BP
GO:0035166       BP
GO:0035173       MF
GO:0035175       MF
GO:0035176       BP
GO:0035188       BP
GO:0035189       CC
GO:0035194       BP
GO:0035195       BP
GO:0035196       BP
GO:0035197       MF
GO:0035198       MF
GO:0035212       BP
GO:0035226       MF
GO:0035227       BP
GO:0035229       BP
GO:0035234       BP
GO:0035235       BP
GO:0035238       BP
GO:0035239       BP
GO:0035240       MF
GO:0035241       MF
GO:0035242       MF
GO:0035243       MF
GO:0035246       BP
GO:0035247       BP
GO:0035248       MF
GO:0035249       BP
GO:0035250       MF
GO:0035251       MF
GO:0035252       MF
GO:0035253       CC
GO:0035254       MF
GO:0035255       MF
GO:0035256       MF
GO:0035259       MF
GO:0035261       BP
GO:0035262       BP
GO:0035264       BP
GO:0035265       BP
GO:0035267       CC
GO:0035268       BP
GO:0035269       BP
GO:0035270       BP
GO:0035272       BP
GO:0035276       MF
GO:0035278       BP
GO:0035279       BP
GO:0035281       BP
GO:0035282       BP
GO:0035283       BP
GO:0035284       BP
GO:0035290       BP
GO:0035295       BP
GO:0035296       BP
GO:0035299       MF
GO:0035303       BP
GO:0035304       BP
GO:0035305       BP
GO:0035306       BP
GO:0035307       BP
GO:0035308       BP
GO:0035312       MF
GO:0035313       BP
GO:0035315       BP
GO:0035325       MF
GO:0035329       BP
GO:0035330       BP
GO:0035331       BP
GO:0035332       BP
GO:0035335       BP
GO:0035336       BP
GO:0035337       BP
GO:0035338       BP
GO:0035339       CC
GO:0035340       BP
GO:0035344       BP
GO:0035348       BP
GO:0035349       BP
GO:0035350       BP
GO:0035351       BP
GO:0035352       BP
GO:0035354       CC
GO:0035355       CC
GO:0035356       BP
GO:0035357       BP
GO:0035358       BP
GO:0035359       BP
GO:0035360       BP
GO:0035363       CC
GO:0035364       BP
GO:0035368       MF
GO:0035370       CC
GO:0035371       CC
GO:0035372       BP
GO:0035373       MF
GO:0035374       MF
GO:0035375       MF
GO:0035377       BP
GO:0035378       BP
GO:0035379       MF
GO:0035381       MF
GO:0035382       BP
GO:0035383       BP
GO:0035384       BP
GO:0035385       BP
GO:0035393       BP
GO:0035394       BP
GO:0035395       BP
GO:0035397       BP
GO:0035401       MF
GO:0035402       MF
GO:0035403       MF
GO:0035410       MF
GO:0035418       BP
GO:0035425       BP
GO:0035426       BP
GO:0035429       BP
GO:0035434       BP
GO:0035435       BP
GO:0035437       BP
GO:0035438       MF
GO:0035441       BP
GO:0035442       BP
GO:0035443       BP
GO:0035444       BP
GO:0035445       BP
GO:0035455       BP
GO:0035456       BP
GO:0035457       BP
GO:0035458       BP
GO:0035459       BP
GO:0035461       BP
GO:0035469       BP
GO:0035470       BP
GO:0035472       MF
GO:0035473       MF
GO:0035478       MF
GO:0035482       BP
GO:0035483       BP
GO:0035485       MF
GO:0035490       BP
GO:0035491       BP
GO:0035493       BP
GO:0035494       BP
GO:0035497       MF
GO:0035498       BP
GO:0035499       BP
GO:0035500       MF
GO:0035501       MF
GO:0035502       BP
GO:0035504       BP
GO:0035505       BP
GO:0035507       BP
GO:0035508       BP
GO:0035509       BP
GO:0035510       BP
GO:0035513       BP
GO:0035514       MF
GO:0035515       MF
GO:0035516       MF
GO:0035517       CC
GO:0035519       BP
GO:0035520       BP
GO:0035523       BP
GO:0035524       BP
GO:0035525       CC
GO:0035526       BP
GO:0035529       MF
GO:0035538       MF
GO:0035539       MF
GO:0035542       BP
GO:0035543       BP
GO:0035544       BP
GO:0035545       BP
GO:0035552       BP
GO:0035553       BP
GO:0035556       BP
GO:0035561       BP
GO:0035562       BP
GO:0035563       BP
GO:0035564       BP
GO:0035565       BP
GO:0035566       BP
GO:0035567       BP
GO:0035568       BP
GO:0035570       BP
GO:0035572       BP
GO:0035573       BP
GO:0035575       MF
GO:0035577       CC
GO:0035578       CC
GO:0035579       CC
GO:0035580       CC
GO:0035581       BP
GO:0035582       BP
GO:0035583       BP
GO:0035584       BP
GO:0035585       BP
GO:0035588       BP
GO:0035589       BP
GO:0035590       BP
GO:0035591       MF
GO:0035592       BP
GO:0035594       MF
GO:0035596       MF
GO:0035597       MF
GO:0035598       MF
GO:0035600       BP
GO:0035601       BP
GO:0035602       BP
GO:0035603       BP
GO:0035604       BP
GO:0035605       MF
GO:0035606       BP
GO:0035607       BP
GO:0035608       BP
GO:0035609       BP
GO:0035610       BP
GO:0035611       BP
GO:0035612       MF
GO:0035613       MF
GO:0035615       MF
GO:0035617       BP
GO:0035621       BP
GO:0035622       BP
GO:0035623       BP
GO:0035624       BP
GO:0035627       BP
GO:0035630       BP
GO:0035631       CC
GO:0035632       CC
GO:0035633       BP
GO:0035634       BP
GO:0035635       BP
GO:0035639       MF
GO:0035640       BP
GO:0035641       BP
GO:0035642       MF
GO:0035644       BP
GO:0035645       BP
GO:0035646       BP
GO:0035650       MF
GO:0035651       MF
GO:0035652       BP
GO:0035654       BP
GO:0035655       BP
GO:0035657       CC
GO:0035658       CC
GO:0035662       MF
GO:0035663       MF
GO:0035664       BP
GO:0035665       BP
GO:0035666       BP
GO:0035668       BP
GO:0035669       BP
GO:0035671       MF
GO:0035672       BP
GO:0035673       MF
GO:0035674       BP
GO:0035675       BP
GO:0035677       BP
GO:0035683       BP
GO:0035684       BP
GO:0035685       BP
GO:0035686       CC
GO:0035691       BP
GO:0035692       CC
GO:0035693       CC
GO:0035694       BP
GO:0035695       BP
GO:0035696       BP
GO:0035697       BP
GO:0035698       BP
GO:0035700       BP
GO:0035701       BP
GO:0035702       BP
GO:0035705       BP
GO:0035708       BP
GO:0035709       BP
GO:0035710       BP
GO:0035711       BP
GO:0035712       BP
GO:0035713       BP
GO:0035715       MF
GO:0035716       MF
GO:0035717       MF
GO:0035718       MF
GO:0035720       BP
GO:0035721       BP
GO:0035722       BP
GO:0035723       BP
GO:0035724       BP
GO:0035725       BP
GO:0035726       BP
GO:0035727       MF
GO:0035728       BP
GO:0035729       BP
GO:0035730       MF
GO:0035731       MF
GO:0035732       BP
GO:0035733       BP
GO:0035735       BP
GO:0035739       BP
GO:0035740       BP
GO:0035743       BP
GO:0035744       BP
GO:0035745       BP
GO:0035746       BP
GO:0035747       BP
GO:0035748       CC
GO:0035749       CC
GO:0035750       BP
GO:0035751       BP
GO:0035752       BP
GO:0035754       BP
GO:0035755       MF
GO:0035757       MF
GO:0035758       MF
GO:0035759       BP
GO:0035766       BP
GO:0035767       BP
GO:0035768       BP
GO:0035770       CC
GO:0035771       BP
GO:0035772       BP
GO:0035773       BP
GO:0035774       BP
GO:0035780       BP
GO:0035781       BP
GO:0035782       BP
GO:0035783       BP
GO:0035787       BP
GO:0035788       BP
GO:0035789       BP
GO:0035790       BP
GO:0035791       BP
GO:0035793       BP
GO:0035794       BP
GO:0035795       BP
GO:0035798       MF
GO:0035799       BP
GO:0035800       MF
GO:0035801       BP
GO:0035802       BP
GO:0035803       BP
GO:0035804       MF
GO:0035805       CC
GO:0035809       BP
GO:0035810       BP
GO:0035811       BP
GO:0035812       BP
GO:0035813       BP
GO:0035814       BP
GO:0035815       BP
GO:0035821       BP
GO:0035822       BP
GO:0035825       BP
GO:0035838       CC
GO:0035841       CC
GO:0035844       BP
GO:0035845       BP
GO:0035846       BP
GO:0035847       BP
GO:0035849       BP
GO:0035850       BP
GO:0035851       MF
GO:0035853       BP
GO:0035854       BP
GO:0035855       BP
GO:0035859       CC
GO:0035860       BP
GO:0035861       CC
GO:0035862       BP
GO:0035863       BP
GO:0035864       BP
GO:0035865       BP
GO:0035866       CC
GO:0035867       CC
GO:0035868       CC
GO:0035869       CC
GO:0035870       MF
GO:0035871       BP
GO:0035872       BP
GO:0035873       BP
GO:0035874       BP
GO:0035877       MF
GO:0035878       BP
GO:0035879       BP
GO:0035880       BP
GO:0035881       BP
GO:0035883       BP
GO:0035886       BP
GO:0035887       BP
GO:0035891       BP
GO:0035898       BP
GO:0035900       BP
GO:0035902       BP
GO:0035904       BP
GO:0035905       BP
GO:0035906       BP
GO:0035907       BP
GO:0035909       BP
GO:0035910       BP
GO:0035912       BP
GO:0035914       BP
GO:0035921       BP
GO:0035922       BP
GO:0035924       BP
GO:0035925       MF
GO:0035927       BP
GO:0035928       BP
GO:0035929       BP
GO:0035930       BP
GO:0035931       BP
GO:0035932       BP
GO:0035933       BP
GO:0035934       BP
GO:0035935       BP
GO:0035936       BP
GO:0035938       BP
GO:0035945       BP
GO:0035946       BP
GO:0035962       BP
GO:0035963       BP
GO:0035964       BP
GO:0035965       BP
GO:0035966       BP
GO:0035967       BP
GO:0035970       BP
GO:0035971       BP
GO:0035973       BP
GO:0035976       CC
GO:0035977       BP
GO:0035979       MF
GO:0035981       BP
GO:0035983       BP
GO:0035984       BP
GO:0035985       CC
GO:0035987       BP
GO:0035988       BP
GO:0035989       BP
GO:0035990       BP
GO:0035992       BP
GO:0035993       BP
GO:0035994       BP
GO:0035995       BP
GO:0035999       BP
GO:0036002       MF
GO:0036004       MF
GO:0036005       BP
GO:0036006       BP
GO:0036009       MF
GO:0036010       BP
GO:0036015       BP
GO:0036016       BP
GO:0036017       BP
GO:0036018       BP
GO:0036019       CC
GO:0036020       CC
GO:0036021       CC
GO:0036022       BP
GO:0036023       BP
GO:0036024       CC
GO:0036025       CC
GO:0036026       CC
GO:0036027       CC
GO:0036028       CC
GO:0036029       CC
GO:0036030       CC
GO:0036031       BP
GO:0036033       MF
GO:0036034       BP
GO:0036035       BP
GO:0036037       BP
GO:0036038       CC
GO:0036041       MF
GO:0036042       MF
GO:0036046       BP
GO:0036047       BP
GO:0036048       BP
GO:0036049       BP
GO:0036053       CC
GO:0036054       MF
GO:0036055       MF
GO:0036056       CC
GO:0036057       CC
GO:0036058       BP
GO:0036060       BP
GO:0036064       CC
GO:0036065       BP
GO:0036066       BP
GO:0036071       BP
GO:0036072       BP
GO:0036075       BP
GO:0036076       BP
GO:0036080       MF
GO:0036085       BP
GO:0036088       BP
GO:0036089       BP
GO:0036090       BP
GO:0036092       BP
GO:0036093       BP
GO:0036094       MF
GO:0036098       BP
GO:0036100       BP
GO:0036101       BP
GO:0036102       BP
GO:0036105       MF
GO:0036109       BP
GO:0036111       BP
GO:0036112       BP
GO:0036114       BP
GO:0036115       BP
GO:0036116       BP
GO:0036117       CC
GO:0036118       BP
GO:0036119       BP
GO:0036120       BP
GO:0036121       MF
GO:0036122       MF
GO:0036125       CC
GO:0036126       CC
GO:0036128       CC
GO:0036130       MF
GO:0036131       MF
GO:0036132       MF
GO:0036134       MF
GO:0036135       BP
GO:0036137       MF
GO:0036139       MF
GO:0036140       MF
GO:0036143       MF
GO:0036145       BP
GO:0036148       BP
GO:0036149       BP
GO:0036150       BP
GO:0036151       BP
GO:0036152       BP
GO:0036153       BP
GO:0036155       BP
GO:0036156       CC
GO:0036157       CC
GO:0036158       BP
GO:0036159       BP
GO:0036162       BP
GO:0036166       BP
GO:0036179       BP
GO:0036185       MF
GO:0036186       CC
GO:0036194       CC
GO:0036195       CC
GO:0036211       BP
GO:0036213       BP
GO:0036215       BP
GO:0036216       BP
GO:0036219       MF
GO:0036220       MF
GO:0036221       MF
GO:0036222       MF
GO:0036228       BP
GO:0036230       BP
GO:0036250       BP
GO:0036255       BP
GO:0036257       BP
GO:0036258       BP
GO:0036260       BP
GO:0036261       BP
GO:0036265       BP
GO:0036268       BP
GO:0036269       BP
GO:0036284       CC
GO:0036285       BP
GO:0036289       BP
GO:0036290       BP
GO:0036292       BP
GO:0036293       BP
GO:0036294       BP
GO:0036295       BP
GO:0036296       BP
GO:0036297       BP
GO:0036298       BP
GO:0036301       BP
GO:0036302       BP
GO:0036303       BP
GO:0036304       BP
GO:0036305       BP
GO:0036306       BP
GO:0036309       BP
GO:0036310       MF
GO:0036312       MF
GO:0036313       MF
GO:0036314       BP
GO:0036315       BP
GO:0036316       BP
GO:0036317       MF
GO:0036321       BP
GO:0036323       BP
GO:0036324       BP
GO:0036325       BP
GO:0036331       BP
GO:0036332       MF
GO:0036333       BP
GO:0036335       BP
GO:0036336       BP
GO:0036337       BP
GO:0036339       BP
GO:0036342       BP
GO:0036343       BP
GO:0036344       BP
GO:0036345       BP
GO:0036359       BP
GO:0036361       MF
GO:0036363       BP
GO:0036364       BP
GO:0036366       BP
GO:0036367       BP
GO:0036368       BP
GO:0036371       BP
GO:0036372       BP
GO:0036373       MF
GO:0036374       MF
GO:0036376       BP
GO:0036378       BP
GO:0036379       CC
GO:0036384       MF
GO:0036387       CC
GO:0036392       BP
GO:0036393       MF
GO:0036396       CC
GO:0036398       CC
GO:0036399       BP
GO:0036402       MF
GO:0036403       MF
GO:0036408       MF
GO:0036409       CC
GO:0036415       BP
GO:0036416       BP
GO:0036424       MF
GO:0036430       MF
GO:0036431       MF
GO:0036435       MF
GO:0036438       BP
GO:0036440       MF
GO:0036444       BP
GO:0036445       BP
GO:0036446       BP
GO:0036449       CC
GO:0036451       BP
GO:0036452       CC
GO:0036454       CC
GO:0036456       MF
GO:0036457       CC
GO:0036461       MF
GO:0036462       BP
GO:0036463       MF
GO:0036464       CC
GO:0036465       BP
GO:0036466       BP
GO:0036467       MF
GO:0036468       MF
GO:0036470       MF
GO:0036471       BP
GO:0036477       CC
GO:0036478       MF
GO:0036479       MF
GO:0036480       BP
GO:0036481       BP
GO:0036482       BP
GO:0036483       BP
GO:0036484       BP
GO:0036486       BP
GO:0036487       MF
GO:0036488       CC
GO:0036490       BP
GO:0036491       BP
GO:0036492       BP
GO:0036493       BP
GO:0036494       BP
GO:0036496       BP
GO:0036497       BP
GO:0036498       BP
GO:0036499       BP
GO:0036500       BP
GO:0036501       CC
GO:0036502       CC
GO:0036503       BP
GO:0036505       MF
GO:0036506       BP
GO:0036507       BP
GO:0036508       BP
GO:0036513       CC
GO:0036514       BP
GO:0036515       BP
GO:0036516       BP
GO:0036517       BP
GO:0036518       BP
GO:0036520       BP
GO:0036524       MF
GO:0036525       BP
GO:0036526       BP
GO:0036527       BP
GO:0036528       BP
GO:0036529       BP
GO:0036530       BP
GO:0036531       BP
GO:0038001       BP
GO:0038003       BP
GO:0038004       BP
GO:0038007       BP
GO:0038009       BP
GO:0038016       BP
GO:0038018       BP
GO:0038020       BP
GO:0038021       MF
GO:0038023       MF
GO:0038024       MF
GO:0038025       MF
GO:0038026       BP
GO:0038027       BP
GO:0038033       BP
GO:0038034       BP
GO:0038035       BP
GO:0038036       MF
GO:0038037       CC
GO:0038038       CC
GO:0038039       CC
GO:0038041       BP
GO:0038043       BP
GO:0038046       MF
GO:0038047       MF
GO:0038048       MF
GO:0038054       MF
GO:0038060       BP
GO:0038061       BP
GO:0038062       MF
GO:0038063       BP
GO:0038064       MF
GO:0038065       BP
GO:0038066       BP
GO:0038083       BP
GO:0038084       BP
GO:0038085       MF
GO:0038086       BP
GO:0038089       BP
GO:0038091       BP
GO:0038092       BP
GO:0038093       BP
GO:0038094       BP
GO:0038095       BP
GO:0038096       BP
GO:0038097       BP
GO:0038098       BP
GO:0038100       MF
GO:0038101       BP
GO:0038102       MF
GO:0038106       MF
GO:0038108       BP
GO:0038109       BP
GO:0038110       BP
GO:0038111       BP
GO:0038112       BP
GO:0038113       BP
GO:0038114       BP
GO:0038115       BP
GO:0038116       BP
GO:0038117       MF
GO:0038118       BP
GO:0038121       MF
GO:0038123       BP
GO:0038124       BP
GO:0038127       BP
GO:0038128       BP
GO:0038129       BP
GO:0038130       BP
GO:0038131       MF
GO:0038132       MF
GO:0038133       BP
GO:0038134       BP
GO:0038135       BP
GO:0038138       BP
GO:0038143       CC
GO:0038145       BP
GO:0038146       BP
GO:0038147       MF
GO:0038154       BP
GO:0038155       BP
GO:0038156       BP
GO:0038157       BP
GO:0038158       BP
GO:0038159       BP
GO:0038160       BP
GO:0038161       BP
GO:0038162       BP
GO:0038163       BP
GO:0038164       MF
GO:0038165       BP
GO:0038166       BP
GO:0038169       BP
GO:0038170       BP
GO:0038171       BP
GO:0038172       BP
GO:0038173       BP
GO:0038177       MF
GO:0038178       BP
GO:0038179       BP
GO:0038180       BP
GO:0038181       MF
GO:0038182       MF
GO:0038183       BP
GO:0038184       BP
GO:0038185       BP
GO:0038186       MF
GO:0038187       MF
GO:0038188       BP
GO:0038189       BP
GO:0038190       BP
GO:0038191       MF
GO:0038192       BP
GO:0038193       BP
GO:0038194       BP
GO:0038195       BP
GO:0038196       BP
GO:0038201       CC
GO:0038202       BP
GO:0038203       BP
GO:0039003       BP
GO:0039007       BP
GO:0039008       BP
GO:0039017       BP
GO:0039019       BP
GO:0039020       BP
GO:0039519       BP
GO:0039521       BP
GO:0039529       BP
GO:0039530       BP
GO:0039531       BP
GO:0039532       BP
GO:0039533       BP
GO:0039534       BP
GO:0039535       BP
GO:0039536       BP
GO:0039552       MF
GO:0039585       BP
GO:0039654       BP
GO:0039663       BP
GO:0039689       BP
GO:0039692       BP
GO:0039694       BP
GO:0039695       BP
GO:0039702       BP
GO:0039706       MF
GO:0040001       BP
GO:0040007       BP
GO:0040008       BP
GO:0040009       BP
GO:0040010       BP
GO:0040011       BP
GO:0040012       BP
GO:0040013       BP
GO:0040014       BP
GO:0040015       BP
GO:0040016       BP
GO:0040017       BP
GO:0040018       BP
GO:0040019       BP
GO:0040020       BP
GO:0040029       BP
GO:0040031       BP
GO:0040034       BP
GO:0040036       BP
GO:0040037       BP
GO:0040038       BP
GO:0040040       BP
GO:0042007       MF
GO:0042008       MF
GO:0042010       MF
GO:0042011       MF
GO:0042012       MF
GO:0042015       MF
GO:0042017       MF
GO:0042018       MF
GO:0042019       MF
GO:0042020       MF
GO:0042022       CC
GO:0042023       BP
GO:0042026       BP
GO:0042030       MF
GO:0042038       BP
GO:0042043       MF
GO:0042044       BP
GO:0042045       BP
GO:0042048       BP
GO:0042053       BP
GO:0042054       MF
GO:0042056       MF
GO:0042058       BP
GO:0042059       BP
GO:0042060       BP
GO:0042063       BP
GO:0042069       BP
GO:0042073       BP
GO:0042074       BP
GO:0042078       BP
GO:0042083       MF
GO:0042084       MF
GO:0042088       BP
GO:0042092       BP
GO:0042093       BP
GO:0042098       BP
GO:0042100       BP
GO:0042101       CC
GO:0042102       BP
GO:0042104       BP
GO:0042105       CC
GO:0042106       CC
GO:0042110       BP
GO:0042113       BP
GO:0042116       BP
GO:0042117       BP
GO:0042118       BP
GO:0042119       BP
GO:0042126       BP
GO:0042127       BP
GO:0042129       BP
GO:0042130       BP
GO:0042131       MF
GO:0042132       MF
GO:0042134       MF
GO:0042137       BP
GO:0042138       BP
GO:0042144       BP
GO:0042147       BP
GO:0042148       BP
GO:0042149       BP
GO:0042157       BP
GO:0042158       BP
GO:0042159       BP
GO:0042160       BP
GO:0042161       BP
GO:0042162       MF
GO:0042163       MF
GO:0042164       MF
GO:0042166       MF
GO:0042167       BP
GO:0042168       BP
GO:0042169       MF
GO:0042171       MF
GO:0042175       CC
GO:0042176       BP
GO:0042177       BP
GO:0042178       BP
GO:0042180       BP
GO:0042181       BP
GO:0042182       BP
GO:0042197       BP
GO:0042214       BP
GO:0042219       BP
GO:0042220       BP
GO:0042221       BP
GO:0042245       BP
GO:0042246       BP
GO:0042247       BP
GO:0042249       BP
GO:0042254       BP
GO:0042255       BP
GO:0042256       BP
GO:0042262       BP
GO:0042264       BP
GO:0042267       BP
GO:0042269       BP
GO:0042270       BP
GO:0042271       BP
GO:0042272       CC
GO:0042273       BP
GO:0042274       BP
GO:0042275       BP
GO:0042276       BP
GO:0042277       MF
GO:0042278       BP
GO:0042281       MF
GO:0042283       MF
GO:0042284       MF
GO:0042285       MF
GO:0042287       MF
GO:0042288       MF
GO:0042289       MF
GO:0042292       MF
GO:0042296       MF
GO:0042297       BP
GO:0042301       MF
GO:0042303       BP
GO:0042304       BP
GO:0042306       BP
GO:0042307       BP
GO:0042308       BP
GO:0042309       BP
GO:0042310       BP
GO:0042311       BP
GO:0042313       BP
GO:0042320       BP
GO:0042321       BP
GO:0042322       BP
GO:0042323       BP
GO:0042324       MF
GO:0042325       BP
GO:0042326       BP
GO:0042327       BP
GO:0042328       MF
GO:0042330       BP
GO:0042335       BP
GO:0042339       BP
GO:0042340       BP
GO:0042350       BP
GO:0042351       BP
GO:0042352       BP
GO:0042354       BP
GO:0042355       BP
GO:0042356       MF
GO:0042357       BP
GO:0042359       BP
GO:0042360       BP
GO:0042361       BP
GO:0042362       BP
GO:0042363       BP
GO:0042364       BP
GO:0042365       BP
GO:0042368       BP
GO:0042369       BP
GO:0042371       BP
GO:0042373       BP
GO:0042374       BP
GO:0042376       BP
GO:0042377       BP
GO:0042379       MF
GO:0042382       CC
GO:0042383       CC
GO:0042386       BP
GO:0042391       BP
GO:0042392       MF
GO:0042393       MF
GO:0042396       BP
GO:0042398       BP
GO:0042401       BP
GO:0042402       BP
GO:0042403       BP
GO:0042404       BP
GO:0042405       CC
GO:0042406       CC
GO:0042407       BP
GO:0042412       BP
GO:0042413       BP
GO:0042414       BP
GO:0042415       BP
GO:0042416       BP
GO:0042417       BP
GO:0042418       BP
GO:0042420       BP
GO:0042421       BP
GO:0042423       BP
GO:0042424       BP
GO:0042426       BP
GO:0042427       BP
GO:0042428       BP
GO:0042430       BP
GO:0042431       BP
GO:0042435       BP
GO:0042436       BP
GO:0042438       BP
GO:0042439       BP
GO:0042440       BP
GO:0042441       BP
GO:0042445       BP
GO:0042446       BP
GO:0042447       BP
GO:0042448       BP
GO:0042450       BP
GO:0042451       BP
GO:0042453       BP
GO:0042454       BP
GO:0042455       BP
GO:0042461       BP
GO:0042462       BP
GO:0042470       CC
GO:0042471       BP
GO:0042472       BP
GO:0042473       BP
GO:0042474       BP
GO:0042475       BP
GO:0042476       BP
GO:0042481       BP
GO:0042482       BP
GO:0042483       BP
GO:0042487       BP
GO:0042488       BP
GO:0042489       BP
GO:0042490       BP
GO:0042491       BP
GO:0042492       BP
GO:0042494       BP
GO:0042495       BP
GO:0042496       BP
GO:0042497       MF
GO:0042500       MF
GO:0042501       BP
GO:0042509       BP
GO:0042531       BP
GO:0042532       BP
GO:0042537       BP
GO:0042538       BP
GO:0042539       BP
GO:0042541       BP
GO:0042542       BP
GO:0042543       BP
GO:0042551       BP
GO:0042552       BP
GO:0042554       BP
GO:0042555       CC
GO:0042558       BP
GO:0042559       BP
GO:0042560       BP
GO:0042562       MF
GO:0042564       CC
GO:0042565       CC
GO:0042567       CC
GO:0042568       CC
GO:0042571       CC
GO:0042572       BP
GO:0042573       BP
GO:0042574       BP
GO:0042575       CC
GO:0042577       MF
GO:0042578       MF
GO:0042579       CC
GO:0042581       CC
GO:0042582       CC
GO:0042583       CC
GO:0042584       CC
GO:0042585       CC
GO:0042586       MF
GO:0042587       CC
GO:0042588       CC
GO:0042589       CC
GO:0042590       BP
GO:0042592       BP
GO:0042593       BP
GO:0042594       BP
GO:0042595       BP
GO:0042596       BP
GO:0042599       CC
GO:0042602       MF
GO:0042605       MF
GO:0042608       MF
GO:0042609       MF
GO:0042610       MF
GO:0042611       CC
GO:0042612       CC
GO:0042613       CC
GO:0042622       CC
GO:0042625       MF
GO:0042626       MF
GO:0042627       CC
GO:0042628       BP
GO:0042629       CC
GO:0042631       BP
GO:0042632       BP
GO:0042633       BP
GO:0042634       BP
GO:0042635       BP
GO:0042636       BP
GO:0042637       BP
GO:0042640       BP
GO:0042641       CC
GO:0042645       CC
GO:0042658       MF
GO:0042659       BP
GO:0042660       BP
GO:0042661       BP
GO:0042662       BP
GO:0042663       BP
GO:0042664       BP
GO:0042665       BP
GO:0042666       BP
GO:0042667       BP
GO:0042668       BP
GO:0042669       BP
GO:0042670       BP
GO:0042692       BP
GO:0042693       BP
GO:0042694       BP
GO:0042695       BP
GO:0042698       BP
GO:0042699       BP
GO:0042700       BP
GO:0042701       BP
GO:0042704       BP
GO:0042706       BP
GO:0042709       CC
GO:0042710       BP
GO:0042711       BP
GO:0042713       BP
GO:0042719       CC
GO:0042720       CC
GO:0042721       CC
GO:0042723       BP
GO:0042724       BP
GO:0042726       BP
GO:0042727       BP
GO:0042728       BP
GO:0042730       BP
GO:0042731       MF
GO:0042732       BP
GO:0042733       BP
GO:0042734       CC
GO:0042742       BP
GO:0042743       BP
GO:0042744       BP
GO:0042745       BP
GO:0042746       BP
GO:0042747       BP
GO:0042748       BP
GO:0042749       BP
GO:0042752       BP
GO:0042753       BP
GO:0042754       BP
GO:0042755       BP
GO:0042756       BP
GO:0042758       BP
GO:0042759       BP
GO:0042760       BP
GO:0042761       BP
GO:0042762       BP
GO:0042765       CC
GO:0042770       BP
GO:0042771       BP
GO:0042772       BP
GO:0042773       BP
GO:0042774       BP
GO:0042775       BP
GO:0042776       BP
GO:0042780       BP
GO:0042781       MF
GO:0042789       BP
GO:0042790       BP
GO:0042791       BP
GO:0042795       BP
GO:0042796       BP
GO:0042797       BP
GO:0042799       MF
GO:0042800       MF
GO:0042802       MF
GO:0042803       MF
GO:0042805       MF
GO:0042806       MF
GO:0042809       MF
GO:0042813       MF
GO:0042816       BP
GO:0042817       BP
GO:0042818       BP
GO:0042819       BP
GO:0042820       BP
GO:0042822       BP
GO:0042823       BP
GO:0042824       CC
GO:0042825       CC
GO:0042826       MF
GO:0042827       CC
GO:0042832       BP
GO:0042834       MF
GO:0042835       MF
GO:0042839       BP
GO:0042840       BP
GO:0042843       BP
GO:0042851       BP
GO:0042853       BP
GO:0042866       BP
GO:0042867       BP
GO:0042868       BP
GO:0042873       BP
GO:0042874       BP
GO:0042880       MF
GO:0042883       BP
GO:0042886       BP
GO:0042887       MF
GO:0042903       MF
GO:0042904       BP
GO:0042905       BP
GO:0042908       BP
GO:0042910       MF
GO:0042918       BP
GO:0042921       BP
GO:0042922       MF
GO:0042923       MF
GO:0042924       MF
GO:0042930       BP
GO:0042931       MF
GO:0042937       MF
GO:0042938       BP
GO:0042939       BP
GO:0042940       BP
GO:0042941       BP
GO:0042942       BP
GO:0042943       MF
GO:0042946       BP
GO:0042947       MF
GO:0042953       BP
GO:0042959       MF
GO:0042974       MF
GO:0042975       MF
GO:0042976       BP
GO:0042978       MF
GO:0042979       MF
GO:0042981       BP
GO:0042982       BP
GO:0042983       BP
GO:0042984       BP
GO:0042985       BP
GO:0042986       BP
GO:0042987       BP
GO:0042988       MF
GO:0042989       BP
GO:0042994       BP
GO:0042995       CC
GO:0042996       BP
GO:0042997       BP
GO:0042998       BP
GO:0043001       BP
GO:0043005       CC
GO:0043007       BP
GO:0043008       MF
GO:0043009       BP
GO:0043010       BP
GO:0043011       BP
GO:0043012       BP
GO:0043014       MF
GO:0043015       MF
GO:0043020       CC
GO:0043021       MF
GO:0043022       MF
GO:0043023       MF
GO:0043024       MF
GO:0043025       CC
GO:0043027       MF
GO:0043028       MF
GO:0043029       BP
GO:0043030       BP
GO:0043031       BP
GO:0043032       BP
GO:0043033       CC
GO:0043034       CC
GO:0043035       MF
GO:0043038       BP
GO:0043039       BP
GO:0043041       BP
GO:0043043       BP
GO:0043045       BP
GO:0043047       MF
GO:0043048       BP
GO:0043049       BP
GO:0043052       BP
GO:0043060       BP
GO:0043062       BP
GO:0043063       BP
GO:0043065       BP
GO:0043066       BP
GO:0043067       BP
GO:0043068       BP
GO:0043069       BP
GO:0043073       CC
GO:0043076       CC
GO:0043083       CC
GO:0043084       BP
GO:0043085       BP
GO:0043086       BP
GO:0043087       BP
GO:0043090       BP
GO:0043094       BP
GO:0043096       BP
GO:0043097       BP
GO:0043101       BP
GO:0043102       BP
GO:0043103       BP
GO:0043111       BP
GO:0043112       BP
GO:0043113       BP
GO:0043114       BP
GO:0043116       BP
GO:0043117       BP
GO:0043120       MF
GO:0043121       MF
GO:0043122       BP
GO:0043123       BP
GO:0043124       BP
GO:0043125       MF
GO:0043129       BP
GO:0043130       MF
GO:0043131       BP
GO:0043132       BP
GO:0043133       BP
GO:0043134       BP
GO:0043136       MF
GO:0043137       BP
GO:0043138       MF
GO:0043139       MF
GO:0043143       BP
GO:0043144       BP
GO:0043149       BP
GO:0043152       BP
GO:0043153       BP
GO:0043154       BP
GO:0043157       BP
GO:0043159       CC
GO:0043160       CC
GO:0043161       BP
GO:0043162       BP
GO:0043163       BP
GO:0043167       MF
GO:0043168       MF
GO:0043169       MF
GO:0043170       BP
GO:0043171       BP
GO:0043173       BP
GO:0043174       BP
GO:0043175       MF
GO:0043176       MF
GO:0043177       MF
GO:0043178       MF
GO:0043179       BP
GO:0043181       BP
GO:0043183       MF
GO:0043184       MF
GO:0043185       MF
GO:0043186       CC
GO:0043189       CC
GO:0043190       CC
GO:0043194       CC
GO:0043195       CC
GO:0043196       CC
GO:0043197       CC
GO:0043198       CC
GO:0043199       MF
GO:0043200       BP
GO:0043201       BP
GO:0043202       CC
GO:0043203       CC
GO:0043204       CC
GO:0043207       BP
GO:0043208       MF
GO:0043209       CC
GO:0043210       MF
GO:0043217       BP
GO:0043218       CC
GO:0043219       CC
GO:0043220       CC
GO:0043221       MF
GO:0043225       MF
GO:0043226       CC
GO:0043227       CC
GO:0043228       CC
GO:0043229       CC
GO:0043230       CC
GO:0043231       CC
GO:0043232       CC
GO:0043233       CC
GO:0043235       CC
GO:0043236       MF
GO:0043237       MF
GO:0043240       CC
GO:0043242       BP
GO:0043243       BP
GO:0043244       BP
GO:0043247       BP
GO:0043248       BP
GO:0043249       BP
GO:0043250       MF
GO:0043251       BP
GO:0043252       BP
GO:0043254       BP
GO:0043255       BP
GO:0043256       CC
GO:0043257       CC
GO:0043259       CC
GO:0043260       CC
GO:0043262       MF
GO:0043266       BP
GO:0043267       BP
GO:0043268       BP
GO:0043269       BP
GO:0043270       BP
GO:0043271       BP
GO:0043273       MF
GO:0043274       MF
GO:0043276       BP
GO:0043277       BP
GO:0043278       BP
GO:0043279       BP
GO:0043280       BP
GO:0043281       BP
GO:0043291       CC
GO:0043292       CC
GO:0043293       CC
GO:0043295       MF
GO:0043296       CC
GO:0043297       BP
GO:0043299       BP
GO:0043300       BP
GO:0043301       BP
GO:0043302       BP
GO:0043303       BP
GO:0043304       BP
GO:0043305       BP
GO:0043306       BP
GO:0043307       BP
GO:0043308       BP
GO:0043309       BP
GO:0043310       BP
GO:0043311       BP
GO:0043312       BP
GO:0043313       BP
GO:0043314       BP
GO:0043315       BP
GO:0043316       BP
GO:0043317       BP
GO:0043318       BP
GO:0043320       BP
GO:0043321       BP
GO:0043322       BP
GO:0043323       BP
GO:0043324       BP
GO:0043325       MF
GO:0043328       BP
GO:0043330       BP
GO:0043331       BP
GO:0043335       BP
GO:0043337       MF
GO:0043353       BP
GO:0043354       BP
GO:0043363       BP
GO:0043366       BP
GO:0043367       BP
GO:0043368       BP
GO:0043369       BP
GO:0043370       BP
GO:0043371       BP
GO:0043372       BP
GO:0043373       BP
GO:0043374       BP
GO:0043375       BP
GO:0043376       BP
GO:0043377       BP
GO:0043378       BP
GO:0043379       BP
GO:0043380       BP
GO:0043381       BP
GO:0043382       BP
GO:0043383       BP
GO:0043385       BP
GO:0043387       BP
GO:0043388       BP
GO:0043392       BP
GO:0043393       BP
GO:0043394       MF
GO:0043395       MF
GO:0043396       BP
GO:0043397       BP
GO:0043398       MF
GO:0043400       BP
GO:0043401       BP
GO:0043402       BP
GO:0043403       BP
GO:0043404       MF
GO:0043405       BP
GO:0043406       BP
GO:0043407       BP
GO:0043408       BP
GO:0043409       BP
GO:0043410       BP
GO:0043412       BP
GO:0043413       BP
GO:0043414       BP
GO:0043415       BP
GO:0043416       BP
GO:0043417       BP
GO:0043418       BP
GO:0043420       BP
GO:0043422       MF
GO:0043423       MF
GO:0043425       MF
GO:0043426       MF
GO:0043433       BP
GO:0043434       BP
GO:0043435       BP
GO:0043436       BP
GO:0043438       BP
GO:0043449       BP
GO:0043455       BP
GO:0043456       BP
GO:0043457       BP
GO:0043461       BP
GO:0043462       BP
GO:0043465       BP
GO:0043467       BP
GO:0043470       BP
GO:0043473       BP
GO:0043474       BP
GO:0043476       BP
GO:0043482       BP
GO:0043484       BP
GO:0043485       BP
GO:0043487       BP
GO:0043488       BP
GO:0043489       BP
GO:0043490       BP
GO:0043491       BP
GO:0043495       MF
GO:0043496       BP
GO:0043500       BP
GO:0043501       BP
GO:0043502       BP
GO:0043503       BP
GO:0043504       BP
GO:0043505       CC
GO:0043506       BP
GO:0043507       BP
GO:0043508       BP
GO:0043509       CC
GO:0043511       CC
GO:0043512       CC
GO:0043513       CC
GO:0043514       CC
GO:0043515       MF
GO:0043516       BP
GO:0043517       BP
GO:0043518       BP
GO:0043519       BP
GO:0043522       MF
GO:0043523       BP
GO:0043524       BP
GO:0043525       BP
GO:0043527       CC
GO:0043529       CC
GO:0043530       MF
GO:0043531       MF
GO:0043532       MF
GO:0043533       MF
GO:0043534       BP
GO:0043535       BP
GO:0043536       BP
GO:0043537       BP
GO:0043538       BP
GO:0043539       MF
GO:0043541       CC
GO:0043542       BP
GO:0043543       BP
GO:0043545       BP
GO:0043546       MF
GO:0043547       BP
GO:0043548       MF
GO:0043549       BP
GO:0043550       BP
GO:0043555       BP
GO:0043558       BP
GO:0043559       MF
GO:0043560       MF
GO:0043562       BP
GO:0043564       CC
GO:0043565       MF
GO:0043567       BP
GO:0043568       BP
GO:0043569       BP
GO:0043570       BP
GO:0043574       BP
GO:0043576       BP
GO:0043578       BP
GO:0043583       BP
GO:0043584       BP
GO:0043585       BP
GO:0043586       BP
GO:0043587       BP
GO:0043588       BP
GO:0043589       BP
GO:0043596       CC
GO:0043601       CC
GO:0043603       BP
GO:0043604       BP
GO:0043605       BP
GO:0043606       BP
GO:0043614       CC
GO:0043615       BP
GO:0043616       BP
GO:0043621       MF
GO:0043622       BP
GO:0043625       CC
GO:0043626       CC
GO:0043627       BP
GO:0043632       BP
GO:0043633       BP
GO:0043634       BP
GO:0043647       BP
GO:0043648       BP
GO:0043649       BP
GO:0043650       BP
GO:0043651       BP
GO:0043652       BP
GO:0043653       BP
GO:0043654       BP
GO:0043657       CC
GO:0043666       BP
GO:0043679       CC
GO:0043682       MF
GO:0043686       BP
GO:0043687       BP
GO:0043691       BP
GO:0043696       BP
GO:0043697       BP
GO:0043715       MF
GO:0043716       MF
GO:0043727       MF
GO:0043733       MF
GO:0043739       MF
GO:0043754       MF
GO:0043759       MF
GO:0043771       MF
GO:0043795       MF
GO:0043812       MF
GO:0043813       MF
GO:0043829       MF
GO:0043843       MF
GO:0043855       MF
GO:0043865       MF
GO:0043874       MF
GO:0043878       MF
GO:0043890       MF
GO:0043891       MF
GO:0043903       BP
GO:0043915       MF
GO:0043916       MF
GO:0043921       BP
GO:0043922       BP
GO:0043923       BP
GO:0043924       MF
GO:0043928       BP
GO:0043931       BP
GO:0043932       BP
GO:0043933       BP
GO:0043949       BP
GO:0043950       BP
GO:0043951       BP
GO:0043954       BP
GO:0043956       MF
GO:0043992       MF
GO:0043993       MF
GO:0043994       MF
GO:0043995       MF
GO:0043996       MF
GO:0043997       MF
GO:0043998       MF
GO:0043999       MF
GO:0044003       BP
GO:0044010       BP
GO:0044013       MF
GO:0044016       MF
GO:0044017       MF
GO:0044020       MF
GO:0044022       MF
GO:0044024       MF
GO:0044027       BP
GO:0044029       BP
GO:0044030       BP
GO:0044042       BP
GO:0044057       BP
GO:0044058       BP
GO:0044060       BP
GO:0044062       BP
GO:0044065       BP
GO:0044070       BP
GO:0044085       BP
GO:0044087       BP
GO:0044088       BP
GO:0044089       BP
GO:0044090       BP
GO:0044091       BP
GO:0044092       BP
GO:0044093       BP
GO:0044111       BP
GO:0044183       MF
GO:0044194       CC
GO:0044205       BP
GO:0044206       BP
GO:0044207       CC
GO:0044208       BP
GO:0044209       BP
GO:0044210       BP
GO:0044211       BP
GO:0044217       CC
GO:0044218       CC
GO:0044224       CC
GO:0044225       CC
GO:0044232       CC
GO:0044233       CC
GO:0044237       BP
GO:0044238       BP
GO:0044241       BP
GO:0044242       BP
GO:0044245       BP
GO:0044248       BP
GO:0044249       BP
GO:0044255       BP
GO:0044269       BP
GO:0044270       BP
GO:0044271       BP
GO:0044272       BP
GO:0044273       BP
GO:0044281       BP
GO:0044282       BP
GO:0044283       BP
GO:0044284       CC
GO:0044291       CC
GO:0044292       CC
GO:0044294       CC
GO:0044295       CC
GO:0044297       CC
GO:0044298       CC
GO:0044299       CC
GO:0044300       CC
GO:0044301       CC
GO:0044302       CC
GO:0044304       CC
GO:0044305       CC
GO:0044306       CC
GO:0044307       CC
GO:0044308       CC
GO:0044309       CC
GO:0044313       BP
GO:0044314       BP
GO:0044316       CC
GO:0044319       BP
GO:0044320       BP
GO:0044321       BP
GO:0044322       CC
GO:0044323       MF
GO:0044325       MF
GO:0044326       CC
GO:0044327       CC
GO:0044331       BP
GO:0044332       BP
GO:0044338       BP
GO:0044340       BP
GO:0044341       BP
GO:0044342       BP
GO:0044343       BP
GO:0044344       BP
GO:0044345       BP
GO:0044346       BP
GO:0044351       BP
GO:0044352       CC
GO:0044354       CC
GO:0044355       BP
GO:0044357       BP
GO:0044375       BP
GO:0044378       MF
GO:0044379       BP
GO:0044380       BP
GO:0044381       BP
GO:0044387       BP
GO:0044388       MF
GO:0044389       MF
GO:0044390       MF
GO:0044391       CC
GO:0044393       CC
GO:0044403       BP
GO:0044406       BP
GO:0044407       BP
GO:0044409       BP
GO:0044419       BP
GO:0044458       BP
GO:0044467       BP
GO:0044508       MF
GO:0044524       BP
GO:0044528       BP
GO:0044530       CC
GO:0044537       BP
GO:0044539       BP
GO:0044540       MF
GO:0044545       CC
GO:0044546       BP
GO:0044547       MF
GO:0044548       MF
GO:0044549       MF
GO:0044550       BP
GO:0044557       BP
GO:0044558       BP
GO:0044565       BP
GO:0044571       BP
GO:0044572       BP
GO:0044580       BP
GO:0044594       MF
GO:0044597       BP
GO:0044598       BP
GO:0044599       CC
GO:0044601       BP
GO:0044602       BP
GO:0044603       MF
GO:0044609       CC
GO:0044610       MF
GO:0044611       CC
GO:0044613       CC
GO:0044614       CC
GO:0044615       CC
GO:0044620       MF
GO:0044650       BP
GO:0044663       BP
GO:0044665       CC
GO:0044666       CC
GO:0044691       BP
GO:0044703       BP
GO:0044706       BP
GO:0044715       MF
GO:0044716       MF
GO:0044717       MF
GO:0044721       BP
GO:0044722       BP
GO:0044725       BP
GO:0044726       BP
GO:0044727       BP
GO:0044729       MF
GO:0044743       BP
GO:0044751       BP
GO:0044752       BP
GO:0044753       CC
GO:0044754       CC
GO:0044769       MF
GO:0044770       BP
GO:0044771       BP
GO:0044772       BP
GO:0044773       BP
GO:0044774       BP
GO:0044778       BP
GO:0044779       BP
GO:0044782       BP
GO:0044784       BP
GO:0044785       BP
GO:0044786       BP
GO:0044788       BP
GO:0044790       BP
GO:0044793       BP
GO:0044794       BP
GO:0044795       BP
GO:0044796       CC
GO:0044804       BP
GO:0044806       BP
GO:0044818       BP
GO:0044819       BP
GO:0044821       BP
GO:0044827       BP
GO:0044828       BP
GO:0044829       BP
GO:0044830       BP
GO:0044837       BP
GO:0044839       BP
GO:0044843       BP
GO:0044848       BP
GO:0044849       BP
GO:0044851       BP
GO:0044853       CC
GO:0044854       BP
GO:0044855       BP
GO:0044856       BP
GO:0044857       BP
GO:0044858       BP
GO:0044860       BP
GO:0044861       BP
GO:0044866       BP
GO:0044867       BP
GO:0044868       BP
GO:0044869       BP
GO:0044870       BP
GO:0044871       BP
GO:0044872       BP
GO:0044873       BP
GO:0044877       MF
GO:0044878       BP
GO:0045002       BP
GO:0045003       BP
GO:0045004       BP
GO:0045005       BP
GO:0045006       BP
GO:0045007       BP
GO:0045008       BP
GO:0045009       CC
GO:0045010       BP
GO:0045016       BP
GO:0045017       BP
GO:0045019       BP
GO:0045022       BP
GO:0045023       BP
GO:0045025       CC
GO:0045026       BP
GO:0045027       MF
GO:0045028       MF
GO:0045029       MF
GO:0045030       MF
GO:0045031       MF
GO:0045039       BP
GO:0045040       BP
GO:0045041       BP
GO:0045046       BP
GO:0045047       BP
GO:0045048       BP
GO:0045050       BP
GO:0045053       BP
GO:0045054       BP
GO:0045055       BP
GO:0045056       BP
GO:0045058       BP
GO:0045059       BP
GO:0045060       BP
GO:0045061       BP
GO:0045062       BP
GO:0045063       BP
GO:0045064       BP
GO:0045065       BP
GO:0045066       BP
GO:0045069       BP
GO:0045070       BP
GO:0045071       BP
GO:0045087       BP
GO:0045088       BP
GO:0045089       BP
GO:0045091       BP
GO:0045092       CC
GO:0045095       CC
GO:0045098       CC
GO:0045103       BP
GO:0045104       BP
GO:0045105       BP
GO:0045106       BP
GO:0045107       BP
GO:0045108       BP
GO:0045109       BP
GO:0045110       BP
GO:0045111       CC
GO:0045112       BP
GO:0045113       BP
GO:0045116       BP
GO:0045117       BP
GO:0045119       MF
GO:0045120       CC
GO:0045121       CC
GO:0045123       BP
GO:0045124       BP
GO:0045125       MF
GO:0045127       MF
GO:0045130       MF
GO:0045132       BP
GO:0045134       MF
GO:0045136       BP
GO:0045137       BP
GO:0045141       BP
GO:0045142       MF
GO:0045143       BP
GO:0045145       MF
GO:0045148       MF
GO:0045159       MF
GO:0045161       BP
GO:0045162       BP
GO:0045163       BP
GO:0045165       BP
GO:0045167       BP
GO:0045168       BP
GO:0045171       CC
GO:0045174       MF
GO:0045175       BP
GO:0045176       BP
GO:0045177       CC
GO:0045178       CC
GO:0045179       CC
GO:0045180       CC
GO:0045182       MF
GO:0045183       MF
GO:0045184       BP
GO:0045185       BP
GO:0045186       BP
GO:0045187       BP
GO:0045188       BP
GO:0045190       BP
GO:0045191       BP
GO:0045196       BP
GO:0045197       BP
GO:0045198       BP
GO:0045199       BP
GO:0045200       BP
GO:0045202       CC
GO:0045204       BP
GO:0045210       BP
GO:0045211       CC
GO:0045214       BP
GO:0045216       BP
GO:0045217       BP
GO:0045218       BP
GO:0045219       BP
GO:0045221       BP
GO:0045222       BP
GO:0045223       BP
GO:0045225       BP
GO:0045226       BP
GO:0045229       BP
GO:0045236       MF
GO:0045237       MF
GO:0045239       CC
GO:0045240       CC
GO:0045242       CC
GO:0045244       CC
GO:0045251       CC
GO:0045252       CC
GO:0045253       CC
GO:0045254       CC
GO:0045257       CC
GO:0045259       CC
GO:0045261       CC
GO:0045263       CC
GO:0045265       CC
GO:0045267       CC
GO:0045271       CC
GO:0045273       CC
GO:0045275       CC
GO:0045277       CC
GO:0045281       CC
GO:0045283       CC
GO:0045291       BP
GO:0045292       BP
GO:0045293       CC
GO:0045294       MF
GO:0045295       MF
GO:0045296       MF
GO:0045298       CC
GO:0045299       BP
GO:0045309       MF
GO:0045321       BP
GO:0045322       MF
GO:0045324       BP
GO:0045329       BP
GO:0045332       BP
GO:0045333       BP
GO:0045334       CC
GO:0045335       CC
GO:0045337       BP
GO:0045338       BP
GO:0045339       BP
GO:0045340       MF
GO:0045341       BP
GO:0045342       BP
GO:0045343       BP
GO:0045344       BP
GO:0045345       BP
GO:0045346       BP
GO:0045347       BP
GO:0045348       BP
GO:0045352       MF
GO:0045353       MF
GO:0045428       BP
GO:0045429       BP
GO:0045444       BP
GO:0045445       BP
GO:0045446       BP
GO:0045448       BP
GO:0045453       BP
GO:0045454       BP
GO:0045471       BP
GO:0045472       BP
GO:0045475       BP
GO:0045485       MF
GO:0045494       BP
GO:0045495       CC
GO:0045499       MF
GO:0045503       MF
GO:0045504       MF
GO:0045505       MF
GO:0045509       MF
GO:0045513       MF
GO:0045515       MF
GO:0045517       MF
GO:0045518       MF
GO:0045519       MF
GO:0045523       MF
GO:0045540       BP
GO:0045541       BP
GO:0045542       BP
GO:0045545       MF
GO:0045547       MF
GO:0045550       MF
GO:0045569       MF
GO:0045575       BP
GO:0045576       BP
GO:0045577       BP
GO:0045578       BP
GO:0045579       BP
GO:0045580       BP
GO:0045581       BP
GO:0045582       BP
GO:0045583       BP
GO:0045584       BP
GO:0045585       BP
GO:0045586       BP
GO:0045588       BP
GO:0045589       BP
GO:0045590       BP
GO:0045591       BP
GO:0045595       BP
GO:0045596       BP
GO:0045597       BP
GO:0045598       BP
GO:0045599       BP
GO:0045600       BP
GO:0045601       BP
GO:0045602       BP
GO:0045603       BP
GO:0045604       BP
GO:0045605       BP
GO:0045606       BP
GO:0045607       BP
GO:0045608       BP
GO:0045609       BP
GO:0045610       BP
GO:0045611       BP
GO:0045616       BP
GO:0045617       BP
GO:0045618       BP
GO:0045619       BP
GO:0045620       BP
GO:0045621       BP
GO:0045622       BP
GO:0045623       BP
GO:0045624       BP
GO:0045625       BP
GO:0045626       BP
GO:0045627       BP
GO:0045628       BP
GO:0045629       BP
GO:0045630       BP
GO:0045631       BP
GO:0045632       BP
GO:0045633       BP
GO:0045634       BP
GO:0045636       BP
GO:0045637       BP
GO:0045638       BP
GO:0045639       BP
GO:0045643       BP
GO:0045645       BP
GO:0045646       BP
GO:0045647       BP
GO:0045648       BP
GO:0045649       BP
GO:0045650       BP
GO:0045651       BP
GO:0045652       BP
GO:0045653       BP
GO:0045654       BP
GO:0045655       BP
GO:0045656       BP
GO:0045657       BP
GO:0045658       BP
GO:0045659       BP
GO:0045660       BP
GO:0045661       BP
GO:0045662       BP
GO:0045663       BP
GO:0045664       BP
GO:0045665       BP
GO:0045666       BP
GO:0045667       BP
GO:0045668       BP
GO:0045669       BP
GO:0045670       BP
GO:0045671       BP
GO:0045672       BP
GO:0045682       BP
GO:0045683       BP
GO:0045684       BP
GO:0045685       BP
GO:0045686       BP
GO:0045687       BP
GO:0045703       MF
GO:0045717       BP
GO:0045719       BP
GO:0045720       BP
GO:0045721       BP
GO:0045722       BP
GO:0045723       BP
GO:0045724       BP
GO:0045725       BP
GO:0045726       BP
GO:0045727       BP
GO:0045728       BP
GO:0045730       BP
GO:0045732       BP
GO:0045736       BP
GO:0045737       BP
GO:0045738       BP
GO:0045739       BP
GO:0045740       BP
GO:0045741       BP
GO:0045742       BP
GO:0045743       BP
GO:0045744       BP
GO:0045745       BP
GO:0045746       BP
GO:0045747       BP
GO:0045751       BP
GO:0045759       BP
GO:0045760       BP
GO:0045761       BP
GO:0045762       BP
GO:0045763       BP
GO:0045764       BP
GO:0045765       BP
GO:0045766       BP
GO:0045769       BP
GO:0045773       BP
GO:0045776       BP
GO:0045777       BP
GO:0045778       BP
GO:0045779       BP
GO:0045780       BP
GO:0045785       BP
GO:0045786       BP
GO:0045787       BP
GO:0045792       BP
GO:0045793       BP
GO:0045794       BP
GO:0045795       BP
GO:0045796       BP
GO:0045797       BP
GO:0045806       BP
GO:0045807       BP
GO:0045813       BP
GO:0045814       BP
GO:0045815       BP
GO:0045818       BP
GO:0045819       BP
GO:0045820       BP
GO:0045821       BP
GO:0045822       BP
GO:0045823       BP
GO:0045824       BP
GO:0045827       BP
GO:0045828       BP
GO:0045829       BP
GO:0045830       BP
GO:0045833       BP
GO:0045834       BP
GO:0045835       BP
GO:0045836       BP
GO:0045837       BP
GO:0045838       BP
GO:0045839       BP
GO:0045840       BP
GO:0045841       BP
GO:0045842       BP
GO:0045843       BP
GO:0045844       BP
GO:0045848       BP
GO:0045851       BP
GO:0045852       BP
GO:0045859       BP
GO:0045860       BP
GO:0045861       BP
GO:0045862       BP
GO:0045869       BP
GO:0045870       BP
GO:0045875       BP
GO:0045876       BP
GO:0045879       BP
GO:0045880       BP
GO:0045887       BP
GO:0045892       BP
GO:0045893       BP
GO:0045898       BP
GO:0045899       BP
GO:0045900       BP
GO:0045901       BP
GO:0045903       BP
GO:0045905       BP
GO:0045906       BP
GO:0045907       BP
GO:0045910       BP
GO:0045911       BP
GO:0045912       BP
GO:0045913       BP
GO:0045914       BP
GO:0045915       BP
GO:0045916       BP
GO:0045917       BP
GO:0045920       BP
GO:0045921       BP
GO:0045922       BP
GO:0045923       BP
GO:0045924       BP
GO:0045925       BP
GO:0045926       BP
GO:0045927       BP
GO:0045930       BP
GO:0045931       BP
GO:0045932       BP
GO:0045933       BP
GO:0045934       BP
GO:0045935       BP
GO:0045936       BP
GO:0045937       BP
GO:0045938       BP
GO:0045939       BP
GO:0045940       BP
GO:0045943       BP
GO:0045944       BP
GO:0045945       BP
GO:0045947       BP
GO:0045948       BP
GO:0045950       BP
GO:0045951       BP
GO:0045953       BP
GO:0045954       BP
GO:0045955       BP
GO:0045956       BP
GO:0045957       BP
GO:0045958       BP
GO:0045959       BP
GO:0045960       BP
GO:0045963       BP
GO:0045964       BP
GO:0045967       BP
GO:0045976       BP
GO:0045977       BP
GO:0045980       BP
GO:0045981       BP
GO:0045986       BP
GO:0045987       BP
GO:0045988       BP
GO:0045989       BP
GO:0045990       BP
GO:0045991       BP
GO:0045992       BP
GO:0045993       BP
GO:0045994       BP
GO:0045995       BP
GO:0046005       BP
GO:0046006       BP
GO:0046007       BP
GO:0046010       BP
GO:0046013       BP
GO:0046015       BP
GO:0046016       BP
GO:0046027       MF
GO:0046030       MF
GO:0046031       BP
GO:0046032       BP
GO:0046033       BP
GO:0046034       BP
GO:0046035       BP
GO:0046036       BP
GO:0046037       BP
GO:0046038       BP
GO:0046039       BP
GO:0046040       BP
GO:0046041       BP
GO:0046048       BP
GO:0046049       BP
GO:0046050       BP
GO:0046051       BP
GO:0046052       BP
GO:0046053       BP
GO:0046054       BP
GO:0046055       BP
GO:0046056       BP
GO:0046057       BP
GO:0046058       BP
GO:0046059       BP
GO:0046060       BP
GO:0046061       BP
GO:0046063       BP
GO:0046065       BP
GO:0046066       BP
GO:0046067       BP
GO:0046068       BP
GO:0046069       BP
GO:0046070       BP
GO:0046072       BP
GO:0046073       BP
GO:0046074       BP
GO:0046075       BP
GO:0046077       BP
GO:0046078       BP
GO:0046079       BP
GO:0046080       BP
GO:0046081       BP
GO:0046083       BP
GO:0046084       BP
GO:0046085       BP
GO:0046086       BP
GO:0046087       BP
GO:0046090       BP
GO:0046092       BP
GO:0046094       BP
GO:0046098       BP
GO:0046100       BP
GO:0046101       BP
GO:0046102       BP
GO:0046103       BP
GO:0046104       BP
GO:0046105       BP
GO:0046108       BP
GO:0046110       BP
GO:0046111       BP
GO:0046112       BP
GO:0046113       BP
GO:0046120       BP
GO:0046121       BP
GO:0046122       BP
GO:0046124       BP
GO:0046125       BP
GO:0046126       BP
GO:0046127       BP
GO:0046128       BP
GO:0046129       BP
GO:0046130       BP
GO:0046131       BP
GO:0046133       BP
GO:0046134       BP
GO:0046135       BP
GO:0046136       BP
GO:0046137       BP
GO:0046146       BP
GO:0046148       BP
GO:0046149       BP
GO:0046160       BP
GO:0046164       BP
GO:0046165       BP
GO:0046166       BP
GO:0046167       BP
GO:0046168       BP
GO:0046173       BP
GO:0046174       BP
GO:0046176       BP
GO:0046177       BP
GO:0046184       BP
GO:0046185       BP
GO:0046189       BP
GO:0046203       BP
GO:0046204       BP
GO:0046208       BP
GO:0046209       BP
GO:0046219       BP
GO:0046222       BP
GO:0046223       BP
GO:0046247       BP
GO:0046272       BP
GO:0046275       BP
GO:0046292       BP
GO:0046293       BP
GO:0046294       BP
GO:0046295       BP
GO:0046296       BP
GO:0046305       BP
GO:0046314       BP
GO:0046316       MF
GO:0046317       BP
GO:0046318       BP
GO:0046320       BP
GO:0046321       BP
GO:0046322       BP
GO:0046323       BP
GO:0046324       BP
GO:0046325       BP
GO:0046326       BP
GO:0046327       BP
GO:0046328       BP
GO:0046329       BP
GO:0046330       BP
GO:0046331       BP
GO:0046332       MF
GO:0046333       BP
GO:0046337       BP
GO:0046338       BP
GO:0046339       BP
GO:0046340       BP
GO:0046341       BP
GO:0046348       BP
GO:0046349       BP
GO:0046351       BP
GO:0046352       BP
GO:0046356       BP
GO:0046359       BP
GO:0046360       BP
GO:0046361       BP
GO:0046364       BP
GO:0046365       BP
GO:0046368       BP
GO:0046370       BP
GO:0046379       BP
GO:0046380       BP
GO:0046381       BP
GO:0046385       BP
GO:0046386       BP
GO:0046390       BP
GO:0046391       BP
GO:0046394       BP
GO:0046395       BP
GO:0046398       BP
GO:0046403       MF
GO:0046404       MF
GO:0046415       BP
GO:0046416       BP
GO:0046425       BP
GO:0046426       BP
GO:0046427       BP
GO:0046434       BP
GO:0046436       BP
GO:0046437       BP
GO:0046439       BP
GO:0046440       BP
GO:0046443       BP
GO:0046444       BP
GO:0046448       BP
GO:0046449       BP
GO:0046452       BP
GO:0046456       BP
GO:0046457       BP
GO:0046458       BP
GO:0046459       BP
GO:0046460       BP
GO:0046461       BP
GO:0046462       BP
GO:0046463       BP
GO:0046464       BP
GO:0046465       BP
GO:0046466       BP
GO:0046467       BP
GO:0046469       BP
GO:0046470       BP
GO:0046471       BP
GO:0046473       BP
GO:0046474       BP
GO:0046475       BP
GO:0046476       BP
GO:0046477       BP
GO:0046478       BP
GO:0046479       BP
GO:0046483       BP
GO:0046485       BP
GO:0046486       BP
GO:0046487       BP
GO:0046488       BP
GO:0046490       BP
GO:0046491       BP
GO:0046492       BP
GO:0046495       BP
GO:0046496       BP
GO:0046498       BP
GO:0046499       BP
GO:0046500       BP
GO:0046501       BP
GO:0046502       BP
GO:0046503       BP
GO:0046504       BP
GO:0046508       MF
GO:0046511       BP
GO:0046512       BP
GO:0046513       BP
GO:0046514       BP
GO:0046519       BP
GO:0046520       BP
GO:0046521       BP
GO:0046523       MF
GO:0046525       MF
GO:0046526       MF
GO:0046527       MF
GO:0046530       BP
GO:0046532       BP
GO:0046533       BP
GO:0046538       MF
GO:0046539       MF
GO:0046540       CC
GO:0046541       BP
GO:0046543       BP
GO:0046544       BP
GO:0046545       BP
GO:0046546       BP
GO:0046548       BP
GO:0046549       BP
GO:0046552       BP
GO:0046554       MF
GO:0046570       MF
GO:0046573       MF
GO:0046577       MF
GO:0046578       BP
GO:0046579       BP
GO:0046580       BP
GO:0046581       CC
GO:0046583       MF
GO:0046586       BP
GO:0046587       BP
GO:0046588       BP
GO:0046592       MF
GO:0046596       BP
GO:0046597       BP
GO:0046598       BP
GO:0046599       BP
GO:0046600       BP
GO:0046601       BP
GO:0046602       BP
GO:0046603       BP
GO:0046604       BP
GO:0046605       BP
GO:0046606       BP
GO:0046618       BP
GO:0046619       BP
GO:0046620       BP
GO:0046621       BP
GO:0046622       BP
GO:0046623       MF
GO:0046624       MF
GO:0046625       MF
GO:0046626       BP
GO:0046627       BP
GO:0046628       BP
GO:0046629       BP
GO:0046630       BP
GO:0046631       BP
GO:0046632       BP
GO:0046633       BP
GO:0046634       BP
GO:0046635       BP
GO:0046636       BP
GO:0046637       BP
GO:0046638       BP
GO:0046639       BP
GO:0046640       BP
GO:0046641       BP
GO:0046642       BP
GO:0046643       BP
GO:0046645       BP
GO:0046649       BP
GO:0046651       BP
GO:0046653       BP
GO:0046654       BP
GO:0046655       BP
GO:0046657       BP
GO:0046659       MF
GO:0046660       BP
GO:0046661       BP
GO:0046666       BP
GO:0046668       BP
GO:0046671       BP
GO:0046676       BP
GO:0046677       BP
GO:0046683       BP
GO:0046684       BP
GO:0046685       BP
GO:0046686       BP
GO:0046688       BP
GO:0046689       BP
GO:0046691       CC
GO:0046692       BP
GO:0046695       CC
GO:0046696       CC
GO:0046697       BP
GO:0046700       BP
GO:0046703       MF
GO:0046704       BP
GO:0046705       BP
GO:0046710       BP
GO:0046712       BP
GO:0046713       BP
GO:0046715       MF
GO:0046716       BP
GO:0046717       BP
GO:0046718       BP
GO:0046719       BP
GO:0046720       BP
GO:0046722       BP
GO:0046724       BP
GO:0046725       BP
GO:0046726       BP
GO:0046753       BP
GO:0046754       BP
GO:0046755       BP
GO:0046761       BP
GO:0046777       BP
GO:0046782       BP
GO:0046785       BP
GO:0046789       MF
GO:0046790       MF
GO:0046794       BP
GO:0046811       MF
GO:0046812       MF
GO:0046813       BP
GO:0046814       BP
GO:0046817       MF
GO:0046822       BP
GO:0046823       BP
GO:0046824       BP
GO:0046825       BP
GO:0046826       BP
GO:0046827       BP
GO:0046831       BP
GO:0046832       BP
GO:0046833       BP
GO:0046834       BP
GO:0046835       BP
GO:0046836       BP
GO:0046839       BP
GO:0046847       BP
GO:0046848       MF
GO:0046849       BP
GO:0046850       BP
GO:0046851       BP
GO:0046854       BP
GO:0046856       BP
GO:0046857       MF
GO:0046864       BP
GO:0046865       BP
GO:0046866       BP
GO:0046867       BP
GO:0046870       MF
GO:0046872       MF
GO:0046873       MF
GO:0046874       BP
GO:0046875       MF
GO:0046877       BP
GO:0046878       BP
GO:0046879       BP
GO:0046880       BP
GO:0046881       BP
GO:0046882       BP
GO:0046883       BP
GO:0046884       BP
GO:0046885       BP
GO:0046886       BP
GO:0046887       BP
GO:0046888       BP
GO:0046889       BP
GO:0046890       BP
GO:0046898       BP
GO:0046899       MF
GO:0046900       BP
GO:0046901       BP
GO:0046902       BP
GO:0046903       BP
GO:0046904       MF
GO:0046906       MF
GO:0046907       BP
GO:0046911       MF
GO:0046912       MF
GO:0046914       MF
GO:0046915       MF
GO:0046920       MF
GO:0046921       MF
GO:0046922       MF
GO:0046923       MF
GO:0046928       BP
GO:0046929       BP
GO:0046930       CC
GO:0046931       BP
GO:0046933       MF
GO:0046934       MF
GO:0046935       MF
GO:0046936       MF
GO:0046940       BP
GO:0046942       BP
GO:0046943       MF
GO:0046946       BP
GO:0046947       BP
GO:0046949       BP
GO:0046950       BP
GO:0046951       BP
GO:0046952       BP
GO:0046958       BP
GO:0046959       BP
GO:0046960       BP
GO:0046961       MF
GO:0046963       BP
GO:0046964       MF
GO:0046965       MF
GO:0046966       MF
GO:0046967       BP
GO:0046968       BP
GO:0046969       MF
GO:0046970       MF
GO:0046972       MF
GO:0046974       MF
GO:0046975       MF
GO:0046976       MF
GO:0046977       MF
GO:0046978       MF
GO:0046979       MF
GO:0046980       MF
GO:0046982       MF
GO:0046983       MF
GO:0046984       BP
GO:0046985       BP
GO:0046986       BP
GO:0046992       MF
GO:0046997       MF
GO:0047006       MF
GO:0047016       MF
GO:0047017       MF
GO:0047020       MF
GO:0047021       MF
GO:0047022       MF
GO:0047023       MF
GO:0047024       MF
GO:0047035       MF
GO:0047042       MF
GO:0047044       MF
GO:0047045       MF
GO:0047057       MF
GO:0047058       MF
GO:0047066       MF
GO:0047086       MF
GO:0047092       MF
GO:0047102       MF
GO:0047103       MF
GO:0047105       MF
GO:0047115       MF
GO:0047117       MF
GO:0047127       MF
GO:0047130       MF
GO:0047131       MF
GO:0047134       MF
GO:0047144       MF
GO:0047150       MF
GO:0047159       MF
GO:0047166       MF
GO:0047173       MF
GO:0047179       MF
GO:0047184       MF
GO:0047186       MF
GO:0047190       MF
GO:0047191       MF
GO:0047192       MF
GO:0047198       MF
GO:0047220       MF
GO:0047223       MF
GO:0047224       MF
GO:0047225       MF
GO:0047237       MF
GO:0047238       MF
GO:0047256       MF
GO:0047263       MF
GO:0047273       MF
GO:0047275       MF
GO:0047277       MF
GO:0047280       MF
GO:0047288       MF
GO:0047290       MF
GO:0047291       MF
GO:0047293       MF
GO:0047298       MF
GO:0047305       MF
GO:0047315       MF
GO:0047316       MF
GO:0047322       MF
GO:0047323       MF
GO:0047325       MF
GO:0047326       MF
GO:0047341       MF
GO:0047349       MF
GO:0047352       MF
GO:0047359       MF
GO:0047369       MF
GO:0047372       MF
GO:0047374       MF
GO:0047376       MF
GO:0047378       MF
GO:0047389       MF
GO:0047390       MF
GO:0047391       MF
GO:0047395       MF
GO:0047402       MF
GO:0047408       MF
GO:0047412       MF
GO:0047419       MF
GO:0047429       MF
GO:0047442       MF
GO:0047444       MF
GO:0047450       MF
GO:0047451       MF
GO:0047453       MF
GO:0047464       MF
GO:0047484       BP
GO:0047493       MF
GO:0047496       BP
GO:0047497       BP
GO:0047498       MF
GO:0047499       MF
GO:0047522       MF
GO:0047536       MF
GO:0047545       MF
GO:0047555       MF
GO:0047560       MF
GO:0047598       MF
GO:0047603       MF
GO:0047609       MF
GO:0047611       MF
GO:0047617       MF
GO:0047620       MF
GO:0047621       MF
GO:0047623       MF
GO:0047627       MF
GO:0047631       MF
GO:0047635       MF
GO:0047638       MF
GO:0047649       MF
GO:0047655       MF
GO:0047658       MF
GO:0047661       MF
GO:0047676       MF
GO:0047677       MF
GO:0047693       MF
GO:0047696       MF
GO:0047704       MF
GO:0047708       MF
GO:0047710       MF
GO:0047714       MF
GO:0047718       MF
GO:0047730       MF
GO:0047734       MF
GO:0047743       MF
GO:0047747       MF
GO:0047748       MF
GO:0047749       MF
GO:0047750       MF
GO:0047751       MF
GO:0047756       MF
GO:0047757       MF
GO:0047760       MF
GO:0047777       MF
GO:0047783       MF
GO:0047787       MF
GO:0047800       MF
GO:0047801       MF
GO:0047804       MF
GO:0047805       MF
GO:0047820       MF
GO:0047822       MF
GO:0047826       MF
GO:0047833       MF
GO:0047837       MF
GO:0047840       MF
GO:0047844       MF
GO:0047847       MF
GO:0047860       MF
GO:0047865       MF
GO:0047874       MF
GO:0047886       MF
GO:0047888       MF
GO:0047894       MF
GO:0047915       MF
GO:0047918       MF
GO:0047931       MF
GO:0047933       MF
GO:0047934       MF
GO:0047935       MF
GO:0047936       MF
GO:0047939       MF
GO:0047941       MF
GO:0047946       MF
GO:0047952       MF
GO:0047956       MF
GO:0047958       MF
GO:0047961       MF
GO:0047962       MF
GO:0047963       MF
GO:0047969       MF
GO:0047971       MF
GO:0047972       MF
GO:0047975       MF
GO:0047977       MF
GO:0047982       MF
GO:0047988       MF
GO:0047992       MF
GO:0047994       MF
GO:0047995       MF
GO:0048002       BP
GO:0048003       BP
GO:0048006       BP
GO:0048007       BP
GO:0048008       BP
GO:0048009       BP
GO:0048010       BP
GO:0048011       BP
GO:0048012       BP
GO:0048013       BP
GO:0048014       BP
GO:0048015       BP
GO:0048018       MF
GO:0048019       MF
GO:0048020       MF
GO:0048021       BP
GO:0048022       BP
GO:0048023       BP
GO:0048024       BP
GO:0048025       BP
GO:0048026       BP
GO:0048027       MF
GO:0048029       MF
GO:0048030       MF
GO:0048033       BP
GO:0048034       BP
GO:0048038       MF
GO:0048039       MF
GO:0048040       MF
GO:0048041       BP
GO:0048048       BP
GO:0048050       BP
GO:0048066       BP
GO:0048069       BP
GO:0048070       BP
GO:0048073       BP
GO:0048074       BP
GO:0048075       BP
GO:0048086       BP
GO:0048087       BP
GO:0048101       MF
GO:0048102       BP
GO:0048103       BP
GO:0048104       BP
GO:0048105       BP
GO:0048133       BP
GO:0048137       BP
GO:0048143       BP
GO:0048144       BP
GO:0048145       BP
GO:0048146       BP
GO:0048147       BP
GO:0048148       BP
GO:0048149       BP
GO:0048156       MF
GO:0048160       BP
GO:0048162       BP
GO:0048165       BP
GO:0048167       BP
GO:0048168       BP
GO:0048169       BP
GO:0048170       BP
GO:0048172       BP
GO:0048174       BP
GO:0048179       CC
GO:0048180       CC
GO:0048185       MF
GO:0048188       CC
GO:0048193       BP
GO:0048194       BP
GO:0048199       BP
GO:0048200       BP
GO:0048203       BP
GO:0048205       BP
GO:0048207       BP
GO:0048208       BP
GO:0048210       BP
GO:0048211       BP
GO:0048213       BP
GO:0048219       BP
GO:0048227       BP
GO:0048232       BP
GO:0048237       CC
GO:0048239       BP
GO:0048240       BP
GO:0048241       BP
GO:0048242       BP
GO:0048243       BP
GO:0048244       MF
GO:0048245       BP
GO:0048246       BP
GO:0048247       BP
GO:0048248       MF
GO:0048250       BP
GO:0048251       BP
GO:0048252       BP
GO:0048254       BP
GO:0048255       BP
GO:0048256       MF
GO:0048257       MF
GO:0048259       BP
GO:0048260       BP
GO:0048261       BP
GO:0048262       BP
GO:0048263       BP
GO:0048264       BP
GO:0048265       BP
GO:0048266       BP
GO:0048268       BP
GO:0048269       CC
GO:0048270       MF
GO:0048273       MF
GO:0048278       BP
GO:0048280       BP
GO:0048284       BP
GO:0048285       BP
GO:0048286       BP
GO:0048289       BP
GO:0048290       BP
GO:0048291       BP
GO:0048293       BP
GO:0048294       BP
GO:0048295       BP
GO:0048296       BP
GO:0048298       BP
GO:0048302       BP
GO:0048304       BP
GO:0048306       MF
GO:0048308       BP
GO:0048311       BP
GO:0048312       BP
GO:0048313       BP
GO:0048318       BP
GO:0048319       BP
GO:0048320       BP
GO:0048321       BP
GO:0048322       BP
GO:0048327       BP
GO:0048332       BP
GO:0048333       BP
GO:0048337       BP
GO:0048338       BP
GO:0048339       BP
GO:0048340       BP
GO:0048341       BP
GO:0048342       BP
GO:0048343       BP
GO:0048352       BP
GO:0048368       BP
GO:0048369       BP
GO:0048370       BP
GO:0048371       BP
GO:0048372       BP
GO:0048377       BP
GO:0048378       BP
GO:0048382       BP
GO:0048384       BP
GO:0048385       BP
GO:0048386       BP
GO:0048387       BP
GO:0048388       BP
GO:0048389       BP
GO:0048390       BP
GO:0048391       BP
GO:0048392       BP
GO:0048403       MF
GO:0048406       MF
GO:0048407       MF
GO:0048408       MF
GO:0048468       BP
GO:0048469       BP
GO:0048471       CC
GO:0048475       CC
GO:0048476       CC
GO:0048477       BP
GO:0048483       BP
GO:0048484       BP
GO:0048485       BP
GO:0048486       BP
GO:0048487       MF
GO:0048488       BP
GO:0048489       BP
GO:0048490       BP
GO:0048495       MF
GO:0048496       BP
GO:0048499       BP
GO:0048500       CC
GO:0048505       BP
GO:0048511       BP
GO:0048512       BP
GO:0048513       BP
GO:0048514       BP
GO:0048515       BP
GO:0048518       BP
GO:0048519       BP
GO:0048520       BP
GO:0048521       BP
GO:0048522       BP
GO:0048523       BP
GO:0048524       BP
GO:0048525       BP
GO:0048531       MF
GO:0048532       BP
GO:0048534       BP
GO:0048535       BP
GO:0048536       BP
GO:0048537       BP
GO:0048538       BP
GO:0048539       BP
GO:0048541       BP
GO:0048545       BP
GO:0048546       BP
GO:0048548       BP
GO:0048549       BP
GO:0048550       BP
GO:0048557       BP
GO:0048560       BP
GO:0048561       BP
GO:0048562       BP
GO:0048565       BP
GO:0048566       BP
GO:0048567       BP
GO:0048568       BP
GO:0048570       BP
GO:0048571       BP
GO:0048583       BP
GO:0048584       BP
GO:0048585       BP
GO:0048588       BP
GO:0048589       BP
GO:0048592       BP
GO:0048593       BP
GO:0048596       BP
GO:0048597       BP
GO:0048598       BP
GO:0048599       BP
GO:0048608       BP
GO:0048609       BP
GO:0048611       BP
GO:0048613       BP
GO:0048617       BP
GO:0048619       BP
GO:0048621       BP
GO:0048625       BP
GO:0048626       BP
GO:0048627       BP
GO:0048630       BP
GO:0048631       BP
GO:0048632       BP
GO:0048633       BP
GO:0048634       BP
GO:0048635       BP
GO:0048636       BP
GO:0048638       BP
GO:0048639       BP
GO:0048640       BP
GO:0048641       BP
GO:0048642       BP
GO:0048643       BP
GO:0048644       BP
GO:0048645       BP
GO:0048646       BP
GO:0048659       BP
GO:0048660       BP
GO:0048661       BP
GO:0048662       BP
GO:0048663       BP
GO:0048664       BP
GO:0048665       BP
GO:0048666       BP
GO:0048667       BP
GO:0048668       BP
GO:0048669       BP
GO:0048670       BP
GO:0048671       BP
GO:0048672       BP
GO:0048673       BP
GO:0048675       BP
GO:0048677       BP
GO:0048678       BP
GO:0048679       BP
GO:0048680       BP
GO:0048681       BP
GO:0048682       BP
GO:0048683       BP
GO:0048685       BP
GO:0048686       BP
GO:0048687       BP
GO:0048688       BP
GO:0048690       BP
GO:0048692       BP
GO:0048696       BP
GO:0048697       BP
GO:0048698       BP
GO:0048699       BP
GO:0048701       BP
GO:0048702       BP
GO:0048703       BP
GO:0048704       BP
GO:0048705       BP
GO:0048706       BP
GO:0048708       BP
GO:0048709       BP
GO:0048710       BP
GO:0048711       BP
GO:0048712       BP
GO:0048713       BP
GO:0048714       BP
GO:0048715       BP
GO:0048729       BP
GO:0048730       BP
GO:0048731       BP
GO:0048732       BP
GO:0048733       BP
GO:0048736       BP
GO:0048738       BP
GO:0048741       BP
GO:0048742       BP
GO:0048743       BP
GO:0048745       BP
GO:0048752       BP
GO:0048753       BP
GO:0048754       BP
GO:0048755       BP
GO:0048757       BP
GO:0048762       BP
GO:0048763       MF
GO:0048769       BP
GO:0048770       CC
GO:0048771       BP
GO:0048773       BP
GO:0048786       CC
GO:0048787       CC
GO:0048788       CC
GO:0048789       BP
GO:0048790       BP
GO:0048791       BP
GO:0048792       BP
GO:0048793       BP
GO:0048799       BP
GO:0048806       BP
GO:0048807       BP
GO:0048808       BP
GO:0048812       BP
GO:0048813       BP
GO:0048814       BP
GO:0048817       BP
GO:0048818       BP
GO:0048819       BP
GO:0048820       BP
GO:0048821       BP
GO:0048822       BP
GO:0048839       BP
GO:0048840       BP
GO:0048841       BP
GO:0048842       BP
GO:0048843       BP
GO:0048844       BP
GO:0048845       BP
GO:0048846       BP
GO:0048850       BP
GO:0048852       BP
GO:0048853       BP
GO:0048854       BP
GO:0048856       BP
GO:0048857       BP
GO:0048858       BP
GO:0048859       BP
GO:0048861       BP
GO:0048863       BP
GO:0048864       BP
GO:0048865       BP
GO:0048866       BP
GO:0048869       BP
GO:0048870       BP
GO:0048871       BP
GO:0048872       BP
GO:0048873       BP
GO:0048874       BP
GO:0048877       BP
GO:0048878       BP
GO:0048880       BP
GO:0048881       BP
GO:0048882       BP
GO:0048884       BP
GO:0048886       BP
GO:0048892       BP
GO:0048894       BP
GO:0048915       BP
GO:0048916       BP
GO:0048919       BP
GO:0048923       BP
GO:0048925       BP
GO:0048934       BP
GO:0048935       BP
GO:0048936       BP
GO:0050000       BP
GO:0050011       MF
GO:0050023       MF
GO:0050031       MF
GO:0050038       MF
GO:0050046       MF
GO:0050048       MF
GO:0050051       MF
GO:0050061       MF
GO:0050080       MF
GO:0050094       MF
GO:0050104       MF
GO:0050113       MF
GO:0050115       MF
GO:0050119       MF
GO:0050124       MF
GO:0050135       MF
GO:0050136       MF
GO:0050137       MF
GO:0050145       MF
GO:0050146       MF
GO:0050152       MF
GO:0050153       MF
GO:0050178       MF
GO:0050185       MF
GO:0050187       MF
GO:0050196       MF
GO:0050197       MF
GO:0050200       MF
GO:0050201       MF
GO:0050207       MF
GO:0050211       MF
GO:0050218       MF
GO:0050220       MF
GO:0050221       MF
GO:0050251       MF
GO:0050252       MF
GO:0050253       MF
GO:0050254       MF
GO:0050255       MF
GO:0050262       MF
GO:0050265       MF
GO:0050277       MF
GO:0050290       MF
GO:0050291       MF
GO:0050294       MF
GO:0050295       MF
GO:0050308       MF
GO:0050309       MF
GO:0050313       MF
GO:0050321       MF
GO:0050333       MF
GO:0050337       MF
GO:0050340       MF
GO:0050346       MF
GO:0050354       MF
GO:0050355       MF
GO:0050405       MF
GO:0050421       MF
GO:0050427       BP
GO:0050428       BP
GO:0050429       MF
GO:0050431       MF
GO:0050432       BP
GO:0050433       BP
GO:0050434       BP
GO:0050435       BP
GO:0050436       MF
GO:0050459       MF
GO:0050462       MF
GO:0050473       MF
GO:0050479       MF
GO:0050480       MF
GO:0050482       BP
GO:0050483       MF
GO:0050484       MF
GO:0050486       MF
GO:0050497       MF
GO:0050501       MF
GO:0050508       MF
GO:0050509       MF
GO:0050510       MF
GO:0050512       MF
GO:0050528       MF
GO:0050542       MF
GO:0050543       MF
GO:0050544       MF
GO:0050560       MF
GO:0050561       MF
GO:0050567       MF
GO:0050568       MF
GO:0050571       MF
GO:0050577       MF
GO:0050591       MF
GO:0050610       MF
GO:0050613       MF
GO:0050614       MF
GO:0050632       MF
GO:0050633       MF
GO:0050646       MF
GO:0050647       MF
GO:0050648       MF
GO:0050649       MF
GO:0050650       BP
GO:0050651       BP
GO:0050652       BP
GO:0050653       BP
GO:0050654       BP
GO:0050655       BP
GO:0050656       MF
GO:0050657       BP
GO:0050658       BP
GO:0050659       MF
GO:0050660       MF
GO:0050661       MF
GO:0050664       MF
GO:0050665       BP
GO:0050666       BP
GO:0050667       BP
GO:0050670       BP
GO:0050671       BP
GO:0050672       BP
GO:0050673       BP
GO:0050674       BP
GO:0050675       BP
GO:0050677       BP
GO:0050678       BP
GO:0050679       BP
GO:0050680       BP
GO:0050681       MF
GO:0050682       MF
GO:0050683       MF
GO:0050684       BP
GO:0050685       BP
GO:0050686       BP
GO:0050687       BP
GO:0050688       BP
GO:0050689       BP
GO:0050691       BP
GO:0050692       MF
GO:0050693       MF
GO:0050694       MF
GO:0050698       MF
GO:0050699       MF
GO:0050700       MF
GO:0050708       BP
GO:0050709       BP
GO:0050714       BP
GO:0050727       BP
GO:0050728       BP
GO:0050729       BP
GO:0050730       BP
GO:0050731       BP
GO:0050732       BP
GO:0050733       MF
GO:0050746       BP
GO:0050747       BP
GO:0050748       BP
GO:0050750       MF
GO:0050764       BP
GO:0050765       BP
GO:0050766       BP
GO:0050767       BP
GO:0050768       BP
GO:0050769       BP
GO:0050770       BP
GO:0050771       BP
GO:0050772       BP
GO:0050773       BP
GO:0050774       BP
GO:0050775       BP
GO:0050776       BP
GO:0050777       BP
GO:0050778       BP
GO:0050779       BP
GO:0050780       MF
GO:0050783       BP
GO:0050785       MF
GO:0050786       MF
GO:0050787       BP
GO:0050789       BP
GO:0050790       BP
GO:0050792       BP
GO:0050793       BP
GO:0050794       BP
GO:0050795       BP
GO:0050796       BP
GO:0050798       BP
GO:0050801       BP
GO:0050802       BP
GO:0050803       BP
GO:0050804       BP
GO:0050805       BP
GO:0050806       BP
GO:0050807       BP
GO:0050808       BP
GO:0050810       BP
GO:0050811       MF
GO:0050812       BP
GO:0050815       MF
GO:0050816       MF
GO:0050817       BP
GO:0050818       BP
GO:0050819       BP
GO:0050820       BP
GO:0050821       BP
GO:0050822       BP
GO:0050823       BP
GO:0050829       BP
GO:0050830       BP
GO:0050832       BP
GO:0050833       MF
GO:0050839       MF
GO:0050840       MF
GO:0050847       BP
GO:0050848       BP
GO:0050849       BP
GO:0050850       BP
GO:0050851       BP
GO:0050852       BP
GO:0050853       BP
GO:0050854       BP
GO:0050855       BP
GO:0050856       BP
GO:0050857       BP
GO:0050858       BP
GO:0050859       BP
GO:0050860       BP
GO:0050861       BP
GO:0050862       BP
GO:0050863       BP
GO:0050864       BP
GO:0050865       BP
GO:0050866       BP
GO:0050867       BP
GO:0050868       BP
GO:0050869       BP
GO:0050870       BP
GO:0050871       BP
GO:0050872       BP
GO:0050873       BP
GO:0050877       BP
GO:0050878       BP
GO:0050879       BP
GO:0050881       BP
GO:0050882       BP
GO:0050883       BP
GO:0050884       BP
GO:0050885       BP
GO:0050886       BP
GO:0050890       BP
GO:0050891       BP
GO:0050892       BP
GO:0050893       BP
GO:0050894       BP
GO:0050896       BP
GO:0050897       MF
GO:0050900       BP
GO:0050901       BP
GO:0050902       BP
GO:0050904       BP
GO:0050905       BP
GO:0050906       BP
GO:0050907       BP
GO:0050908       BP
GO:0050909       BP
GO:0050910       BP
GO:0050911       BP
GO:0050912       BP
GO:0050913       BP
GO:0050914       BP
GO:0050915       BP
GO:0050916       BP
GO:0050917       BP
GO:0050918       BP
GO:0050919       BP
GO:0050920       BP
GO:0050921       BP
GO:0050922       BP
GO:0050923       BP
GO:0050924       BP
GO:0050925       BP
GO:0050926       BP
GO:0050927       BP
GO:0050928       BP
GO:0050929       BP
GO:0050930       BP
GO:0050931       BP
GO:0050932       BP
GO:0050942       BP
GO:0050951       BP
GO:0050953       BP
GO:0050954       BP
GO:0050955       BP
GO:0050957       BP
GO:0050960       BP
GO:0050961       BP
GO:0050962       BP
GO:0050965       BP
GO:0050966       BP
GO:0050968       BP
GO:0050974       BP
GO:0050975       BP
GO:0050976       BP
GO:0050982       BP
GO:0050992       BP
GO:0050993       BP
GO:0050994       BP
GO:0050995       BP
GO:0050996       BP
GO:0050997       MF
GO:0050998       MF
GO:0050999       BP
GO:0051000       BP
GO:0051001       BP
GO:0051004       BP
GO:0051005       BP
GO:0051006       BP
GO:0051008       MF
GO:0051010       MF
GO:0051011       MF
GO:0051012       BP
GO:0051013       BP
GO:0051014       BP
GO:0051015       MF
GO:0051016       BP
GO:0051017       BP
GO:0051018       MF
GO:0051019       MF
GO:0051020       MF
GO:0051021       MF
GO:0051022       MF
GO:0051026       BP
GO:0051028       BP
GO:0051029       BP
GO:0051030       BP
GO:0051031       BP
GO:0051032       MF
GO:0051033       MF
GO:0051036       BP
GO:0051040       BP
GO:0051041       BP
GO:0051042       BP
GO:0051043       BP
GO:0051044       BP
GO:0051045       BP
GO:0051046       BP
GO:0051047       BP
GO:0051048       BP
GO:0051049       BP
GO:0051050       BP
GO:0051051       BP
GO:0051052       BP
GO:0051053       BP
GO:0051054       BP
GO:0051055       BP
GO:0051056       BP
GO:0051057       BP
GO:0051058       BP
GO:0051059       MF
GO:0051066       BP
GO:0051081       BP
GO:0051082       MF
GO:0051083       BP
GO:0051084       BP
GO:0051085       BP
GO:0051086       BP
GO:0051087       MF
GO:0051089       BP
GO:0051090       BP
GO:0051091       BP
GO:0051092       BP
GO:0051093       BP
GO:0051094       BP
GO:0051095       BP
GO:0051096       BP
GO:0051097       BP
GO:0051098       BP
GO:0051099       BP
GO:0051100       BP
GO:0051101       BP
GO:0051102       BP
GO:0051103       BP
GO:0051105       BP
GO:0051106       BP
GO:0051107       BP
GO:0051117       MF
GO:0051119       MF
GO:0051120       MF
GO:0051121       BP
GO:0051122       BP
GO:0051123       BP
GO:0051124       BP
GO:0051125       BP
GO:0051126       BP
GO:0051127       BP
GO:0051128       BP
GO:0051129       BP
GO:0051130       BP
GO:0051131       BP
GO:0051132       BP
GO:0051133       BP
GO:0051134       BP
GO:0051135       BP
GO:0051136       BP
GO:0051138       BP
GO:0051139       MF
GO:0051140       BP
GO:0051141       BP
GO:0051142       BP
GO:0051145       BP
GO:0051146       BP
GO:0051147       BP
GO:0051148       BP
GO:0051149       BP
GO:0051150       BP
GO:0051151       BP
GO:0051152       BP
GO:0051153       BP
GO:0051154       BP
GO:0051155       BP
GO:0051156       BP
GO:0051160       BP
GO:0051164       BP
GO:0051167       BP
GO:0051168       BP
GO:0051169       BP
GO:0051170       BP
GO:0051171       BP
GO:0051172       BP
GO:0051173       BP
GO:0051174       BP
GO:0051175       BP
GO:0051176       BP
GO:0051177       BP
GO:0051179       BP
GO:0051180       BP
GO:0051189       BP
GO:0051192       MF
GO:0051204       BP
GO:0051205       BP
GO:0051208       BP
GO:0051209       BP
GO:0051213       MF
GO:0051216       BP
GO:0051219       MF
GO:0051220       BP
GO:0051222       BP
GO:0051223       BP
GO:0051224       BP
GO:0051225       BP
GO:0051228       BP
GO:0051230       BP
GO:0051231       BP
GO:0051232       BP
GO:0051233       CC
GO:0051234       BP
GO:0051235       BP
GO:0051236       BP
GO:0051238       BP
GO:0051239       BP
GO:0051240       BP
GO:0051241       BP
GO:0051246       BP
GO:0051247       BP
GO:0051248       BP
GO:0051249       BP
GO:0051250       BP
GO:0051251       BP
GO:0051252       BP
GO:0051253       BP
GO:0051254       BP
GO:0051255       BP
GO:0051256       BP
GO:0051257       BP
GO:0051258       BP
GO:0051259       BP
GO:0051260       BP
GO:0051261       BP
GO:0051262       BP
GO:0051264       MF
GO:0051265       MF
GO:0051267       MF
GO:0051276       BP
GO:0051279       BP
GO:0051280       BP
GO:0051281       BP
GO:0051282       BP
GO:0051283       BP
GO:0051284       BP
GO:0051286       CC
GO:0051287       MF
GO:0051289       BP
GO:0051290       BP
GO:0051291       BP
GO:0051292       BP
GO:0051293       BP
GO:0051294       BP
GO:0051295       BP
GO:0051296       BP
GO:0051298       BP
GO:0051299       BP
GO:0051301       BP
GO:0051302       BP
GO:0051303       BP
GO:0051304       BP
GO:0051305       BP
GO:0051306       BP
GO:0051307       BP
GO:0051308       BP
GO:0051309       BP
GO:0051310       BP
GO:0051311       BP
GO:0051315       BP
GO:0051316       BP
GO:0051318       BP
GO:0051321       BP
GO:0051325       BP
GO:0051329       BP
GO:0051336       BP
GO:0051338       BP
GO:0051339       BP
GO:0051340       BP
GO:0051341       BP
GO:0051342       BP
GO:0051343       BP
GO:0051344       BP
GO:0051345       BP
GO:0051346       BP
GO:0051347       BP
GO:0051348       BP
GO:0051349       BP
GO:0051350       BP
GO:0051351       BP
GO:0051352       BP
GO:0051353       BP
GO:0051354       BP
GO:0051355       BP
GO:0051365       BP
GO:0051371       MF
GO:0051373       MF
GO:0051377       MF
GO:0051378       MF
GO:0051379       MF
GO:0051380       MF
GO:0051382       BP
GO:0051383       BP
GO:0051384       BP
GO:0051385       BP
GO:0051386       BP
GO:0051387       BP
GO:0051388       BP
GO:0051391       BP
GO:0051393       MF
GO:0051394       BP
GO:0051400       MF
GO:0051401       MF
GO:0051402       BP
GO:0051403       BP
GO:0051409       BP
GO:0051410       BP
GO:0051412       BP
GO:0051413       BP
GO:0051414       BP
GO:0051415       BP
GO:0051418       BP
GO:0051424       MF
GO:0051425       MF
GO:0051427       MF
GO:0051428       MF
GO:0051429       MF
GO:0051430       MF
GO:0051431       MF
GO:0051434       MF
GO:0051438       BP
GO:0051443       BP
GO:0051444       BP
GO:0051445       BP
GO:0051446       BP
GO:0051447       BP
GO:0051450       BP
GO:0051451       BP
GO:0051452       BP
GO:0051453       BP
GO:0051454       BP
GO:0051455       BP
GO:0051457       BP
GO:0051458       BP
GO:0051459       BP
GO:0051460       BP
GO:0051461       BP
GO:0051462       BP
GO:0051463       BP
GO:0051464       BP
GO:0051466       BP
GO:0051469       BP
GO:0051480       BP
GO:0051481       BP
GO:0051489       BP
GO:0051490       BP
GO:0051491       BP
GO:0051492       BP
GO:0051493       BP
GO:0051494       BP
GO:0051495       BP
GO:0051496       BP
GO:0051497       BP
GO:0051499       MF
GO:0051500       MF
GO:0051503       BP
GO:0051525       MF
GO:0051536       MF
GO:0051537       MF
GO:0051538       MF
GO:0051539       MF
GO:0051540       MF
GO:0051541       BP
GO:0051542       BP
GO:0051543       BP
GO:0051545       BP
GO:0051546       BP
GO:0051547       BP
GO:0051548       BP
GO:0051549       BP
GO:0051552       BP
GO:0051560       BP
GO:0051561       BP
GO:0051562       BP
GO:0051563       BP
GO:0051575       MF
GO:0051580       BP
GO:0051581       BP
GO:0051582       BP
GO:0051583       BP
GO:0051584       BP
GO:0051585       BP
GO:0051586       BP
GO:0051588       BP
GO:0051589       BP
GO:0051590       BP
GO:0051591       BP
GO:0051592       BP
GO:0051593       BP
GO:0051594       BP
GO:0051595       BP
GO:0051596       BP
GO:0051597       BP
GO:0051598       BP
GO:0051599       BP
GO:0051601       BP
GO:0051602       BP
GO:0051603       BP
GO:0051604       BP
GO:0051606       BP
GO:0051607       BP
GO:0051608       BP
GO:0051610       BP
GO:0051611       BP
GO:0051612       BP
GO:0051615       BP
GO:0051620       BP
GO:0051621       BP
GO:0051622       BP
GO:0051623       BP
GO:0051625       BP
GO:0051630       BP
GO:0051631       BP
GO:0051638       BP
GO:0051639       BP
GO:0051640       BP
GO:0051641       BP
GO:0051642       BP
GO:0051643       BP
GO:0051645       BP
GO:0051646       BP
GO:0051647       BP
GO:0051648       BP
GO:0051649       BP
GO:0051650       BP
GO:0051651       BP
GO:0051653       BP
GO:0051654       BP
GO:0051656       BP
GO:0051657       BP
GO:0051658       BP
GO:0051659       BP
GO:0051660       BP
GO:0051661       BP
GO:0051664       BP
GO:0051665       BP
GO:0051666       BP
GO:0051668       BP
GO:0051673       BP
GO:0051674       BP
GO:0051683       BP
GO:0051684       BP
GO:0051685       BP
GO:0051693       BP
GO:0051694       BP
GO:0051695       BP
GO:0051697       BP
GO:0051701       BP
GO:0051702       BP
GO:0051703       BP
GO:0051707       BP
GO:0051709       BP
GO:0051712       BP
GO:0051715       BP
GO:0051716       BP
GO:0051717       MF
GO:0051718       MF
GO:0051721       MF
GO:0051722       MF
GO:0051723       MF
GO:0051724       MF
GO:0051725       BP
GO:0051726       BP
GO:0051728       BP
GO:0051729       BP
GO:0051731       MF
GO:0051734       MF
GO:0051736       MF
GO:0051747       MF
GO:0051748       MF
GO:0051750       MF
GO:0051751       MF
GO:0051754       BP
GO:0051755       BP
GO:0051757       BP
GO:0051758       BP
GO:0051764       BP
GO:0051765       MF
GO:0051766       MF
GO:0051767       BP
GO:0051769       BP
GO:0051770       BP
GO:0051771       BP
GO:0051775       BP
GO:0051780       BP
GO:0051781       BP
GO:0051782       BP
GO:0051783       BP
GO:0051784       BP
GO:0051785       BP
GO:0051786       MF
GO:0051787       MF
GO:0051788       BP
GO:0051790       BP
GO:0051791       BP
GO:0051792       BP
GO:0051793       BP
GO:0051794       BP
GO:0051795       BP
GO:0051796       BP
GO:0051797       BP
GO:0051798       BP
GO:0051799       BP
GO:0051800       MF
GO:0051823       BP
GO:0051835       BP
GO:0051838       BP
GO:0051851       BP
GO:0051861       MF
GO:0051864       MF
GO:0051865       BP
GO:0051866       BP
GO:0051867       BP
GO:0051873       BP
GO:0051875       BP
GO:0051877       BP
GO:0051878       BP
GO:0051879       MF
GO:0051880       MF
GO:0051881       BP
GO:0051882       BP
GO:0051884       BP
GO:0051885       BP
GO:0051886       BP
GO:0051890       BP
GO:0051891       BP
GO:0051892       BP
GO:0051893       BP
GO:0051894       BP
GO:0051895       BP
GO:0051896       BP
GO:0051897       BP
GO:0051898       BP
GO:0051899       BP
GO:0051900       BP
GO:0051901       BP
GO:0051902       BP
GO:0051903       MF
GO:0051904       BP
GO:0051905       BP
GO:0051908       MF
GO:0051913       BP
GO:0051914       BP
GO:0051915       BP
GO:0051916       MF
GO:0051917       BP
GO:0051918       BP
GO:0051919       BP
GO:0051920       MF
GO:0051922       MF
GO:0051923       BP
GO:0051924       BP
GO:0051926       BP
GO:0051928       BP
GO:0051930       BP
GO:0051931       BP
GO:0051932       BP
GO:0051933       BP
GO:0051934       BP
GO:0051935       BP
GO:0051936       BP
GO:0051937       BP
GO:0051938       BP
GO:0051939       BP
GO:0051940       BP
GO:0051941       BP
GO:0051943       BP
GO:0051944       BP
GO:0051945       BP
GO:0051946       BP
GO:0051951       BP
GO:0051952       BP
GO:0051953       BP
GO:0051954       BP
GO:0051955       BP
GO:0051956       BP
GO:0051957       BP
GO:0051958       BP
GO:0051959       MF
GO:0051960       BP
GO:0051961       BP
GO:0051962       BP
GO:0051963       BP
GO:0051964       BP
GO:0051965       BP
GO:0051966       BP
GO:0051967       BP
GO:0051968       BP
GO:0051969       BP
GO:0051970       BP
GO:0051971       BP
GO:0051972       BP
GO:0051973       BP
GO:0051974       BP
GO:0051977       BP
GO:0051978       MF
GO:0051983       BP
GO:0051984       BP
GO:0051985       BP
GO:0051987       BP
GO:0051988       BP
GO:0051990       MF
GO:0051996       MF
GO:0051998       MF
GO:0052008       BP
GO:0052031       BP
GO:0052111       BP
GO:0052173       BP
GO:0052200       BP
GO:0052314       BP
GO:0052372       BP
GO:0052373       BP
GO:0052381       MF
GO:0052403       BP
GO:0052422       BP
GO:0052472       BP
GO:0052547       BP
GO:0052548       BP
GO:0052597       MF
GO:0052598       MF
GO:0052599       MF
GO:0052600       MF
GO:0052629       MF
GO:0052630       MF
GO:0052642       MF
GO:0052646       BP
GO:0052650       MF
GO:0052651       BP
GO:0052652       BP
GO:0052654       MF
GO:0052655       MF
GO:0052656       MF
GO:0052658       MF
GO:0052659       MF
GO:0052689       MF
GO:0052695       BP
GO:0052696       BP
GO:0052697       BP
GO:0052717       MF
GO:0052720       MF
GO:0052722       MF
GO:0052723       MF
GO:0052724       MF
GO:0052725       MF
GO:0052726       MF
GO:0052731       MF
GO:0052732       MF
GO:0052735       MF
GO:0052739       MF
GO:0052740       MF
GO:0052741       MF
GO:0052742       MF
GO:0052743       MF
GO:0052744       MF
GO:0052745       MF
GO:0052751       MF
GO:0052757       MF
GO:0052794       MF
GO:0052795       MF
GO:0052796       MF
GO:0052803       BP
GO:0052805       BP
GO:0052810       MF
GO:0052814       MF
GO:0052815       MF
GO:0052816       MF
GO:0052817       MF
GO:0052821       MF
GO:0052822       MF
GO:0052826       MF
GO:0052827       MF
GO:0052828       MF
GO:0052829       MF
GO:0052832       MF
GO:0052833       MF
GO:0052834       MF
GO:0052835       MF
GO:0052836       MF
GO:0052839       MF
GO:0052840       MF
GO:0052841       MF
GO:0052842       MF
GO:0052845       MF
GO:0052848       MF
GO:0052851       MF
GO:0052856       MF
GO:0052857       MF
GO:0052858       MF
GO:0052866       MF
GO:0052869       MF
GO:0052870       MF
GO:0052871       MF
GO:0052872       MF
GO:0052884       MF
GO:0052885       MF
GO:0052890       MF
GO:0052894       MF
GO:0052895       MF
GO:0052899       MF
GO:0052901       MF
GO:0052902       MF
GO:0052903       MF
GO:0052904       MF
GO:0052905       MF
GO:0052906       MF
GO:0052907       MF
GO:0052909       MF
GO:0052917       MF
GO:0052918       MF
GO:0052923       MF
GO:0052925       MF
GO:0052926       MF
GO:0055001       BP
GO:0055002       BP
GO:0055003       BP
GO:0055005       BP
GO:0055006       BP
GO:0055007       BP
GO:0055008       BP
GO:0055009       BP
GO:0055010       BP
GO:0055011       BP
GO:0055012       BP
GO:0055013       BP
GO:0055014       BP
GO:0055015       BP
GO:0055017       BP
GO:0055018       BP
GO:0055020       BP
GO:0055021       BP
GO:0055022       BP
GO:0055023       BP
GO:0055024       BP
GO:0055025       BP
GO:0055026       BP
GO:0055028       CC
GO:0055029       CC
GO:0055037       CC
GO:0055038       CC
GO:0055048       BP
GO:0055056       MF
GO:0055057       BP
GO:0055059       BP
GO:0055062       BP
GO:0055064       BP
GO:0055070       BP
GO:0055071       BP
GO:0055074       BP
GO:0055075       BP
GO:0055077       MF
GO:0055078       BP
GO:0055080       BP
GO:0055081       BP
GO:0055082       BP
GO:0055085       BP
GO:0055086       BP
GO:0055087       CC
GO:0055088       BP
GO:0055089       BP
GO:0055090       BP
GO:0055091       BP
GO:0055092       BP
GO:0055093       BP
GO:0055094       BP
GO:0055095       BP
GO:0055096       BP
GO:0055100       MF
GO:0055102       MF
GO:0055103       MF
GO:0055105       MF
GO:0055106       MF
GO:0055107       BP
GO:0055111       BP
GO:0055113       BP
GO:0055117       BP
GO:0055118       BP
GO:0055119       BP
GO:0055120       CC
GO:0055123       BP
GO:0055129       BP
GO:0055130       BP
GO:0055131       MF
GO:0060001       MF
GO:0060002       MF
GO:0060003       BP
GO:0060004       BP
GO:0060005       BP
GO:0060007       BP
GO:0060008       BP
GO:0060009       BP
GO:0060010       BP
GO:0060011       BP
GO:0060012       BP
GO:0060013       BP
GO:0060014       BP
GO:0060017       BP
GO:0060018       BP
GO:0060019       BP
GO:0060020       BP
GO:0060021       BP
GO:0060022       BP
GO:0060023       BP
GO:0060024       BP
GO:0060025       BP
GO:0060026       BP
GO:0060027       BP
GO:0060028       BP
GO:0060029       BP
GO:0060031       BP
GO:0060032       BP
GO:0060033       BP
GO:0060034       BP
GO:0060035       BP
GO:0060037       BP
GO:0060038       BP
GO:0060039       BP
GO:0060040       BP
GO:0060041       BP
GO:0060042       BP
GO:0060043       BP
GO:0060044       BP
GO:0060045       BP
GO:0060046       BP
GO:0060047       BP
GO:0060048       BP
GO:0060049       BP
GO:0060050       BP
GO:0060052       BP
GO:0060053       CC
GO:0060054       BP
GO:0060055       BP
GO:0060056       BP
GO:0060057       BP
GO:0060058       BP
GO:0060059       BP
GO:0060060       BP
GO:0060061       BP
GO:0060064       BP
GO:0060065       BP
GO:0060066       BP
GO:0060067       BP
GO:0060068       BP
GO:0060070       BP
GO:0060071       BP
GO:0060072       MF
GO:0060073       BP
GO:0060074       BP
GO:0060075       BP
GO:0060076       CC
GO:0060077       CC
GO:0060078       BP
GO:0060079       BP
GO:0060080       BP
GO:0060081       BP
GO:0060082       BP
GO:0060083       BP
GO:0060084       BP
GO:0060086       BP
GO:0060087       BP
GO:0060088       BP
GO:0060089       MF
GO:0060090       MF
GO:0060091       CC
GO:0060092       BP
GO:0060094       BP
GO:0060097       BP
GO:0060099       BP
GO:0060100       BP
GO:0060101       BP
GO:0060112       BP
GO:0060113       BP
GO:0060114       BP
GO:0060116       BP
GO:0060117       BP
GO:0060118       BP
GO:0060119       BP
GO:0060120       BP
GO:0060121       BP
GO:0060122       BP
GO:0060123       BP
GO:0060124       BP
GO:0060125       BP
GO:0060126       BP
GO:0060127       BP
GO:0060128       BP
GO:0060129       BP
GO:0060133       BP
GO:0060134       BP
GO:0060135       BP
GO:0060136       BP
GO:0060137       BP
GO:0060142       BP
GO:0060143       BP
GO:0060147       BP
GO:0060148       BP
GO:0060149       BP
GO:0060151       BP
GO:0060152       BP
GO:0060155       BP
GO:0060156       BP
GO:0060157       BP
GO:0060158       BP
GO:0060159       BP
GO:0060160       BP
GO:0060161       BP
GO:0060163       BP
GO:0060164       BP
GO:0060165       BP
GO:0060166       BP
GO:0060167       BP
GO:0060168       BP
GO:0060169       BP
GO:0060170       CC
GO:0060171       CC
GO:0060173       BP
GO:0060174       BP
GO:0060175       MF
GO:0060177       BP
GO:0060178       BP
GO:0060179       BP
GO:0060180       BP
GO:0060182       MF
GO:0060184       BP
GO:0060187       CC
GO:0060191       BP
GO:0060192       BP
GO:0060193       BP
GO:0060197       BP
GO:0060198       CC
GO:0060199       CC
GO:0060200       CC
GO:0060201       CC
GO:0060203       CC
GO:0060205       CC
GO:0060211       BP
GO:0060212       BP
GO:0060213       BP
GO:0060214       BP
GO:0060215       BP
GO:0060216       BP
GO:0060217       BP
GO:0060218       BP
GO:0060219       BP
GO:0060220       BP
GO:0060221       BP
GO:0060228       MF
GO:0060229       MF
GO:0060230       MF
GO:0060231       BP
GO:0060232       BP
GO:0060234       BP
GO:0060235       BP
GO:0060236       BP
GO:0060242       BP
GO:0060243       BP
GO:0060244       BP
GO:0060245       BP
GO:0060249       BP
GO:0060251       BP
GO:0060252       BP
GO:0060253       BP
GO:0060254       BP
GO:0060255       BP
GO:0060259       BP
GO:0060260       BP
GO:0060261       BP
GO:0060262       BP
GO:0060263       BP
GO:0060264       BP
GO:0060265       BP
GO:0060266       BP
GO:0060267       BP
GO:0060268       BP
GO:0060271       BP
GO:0060272       BP
GO:0060278       BP
GO:0060279       BP
GO:0060280       BP
GO:0060281       BP
GO:0060282       BP
GO:0060283       BP
GO:0060284       BP
GO:0060285       BP
GO:0060287       BP
GO:0060290       BP
GO:0060291       BP
GO:0060292       BP
GO:0060293       CC
GO:0060294       BP
GO:0060295       BP
GO:0060296       BP
GO:0060297       BP
GO:0060298       BP
GO:0060299       BP
GO:0060300       BP
GO:0060301       BP
GO:0060302       BP
GO:0060304       BP
GO:0060305       BP
GO:0060306       BP
GO:0060307       BP
GO:0060309       BP
GO:0060310       BP
GO:0060311       BP
GO:0060312       BP
GO:0060313       BP
GO:0060314       BP
GO:0060315       BP
GO:0060316       BP
GO:0060317       BP
GO:0060318       BP
GO:0060319       BP
GO:0060322       BP
GO:0060323       BP
GO:0060324       BP
GO:0060325       BP
GO:0060326       BP
GO:0060327       BP
GO:0060330       BP
GO:0060331       BP
GO:0060332       BP
GO:0060333       BP
GO:0060334       BP
GO:0060335       BP
GO:0060336       BP
GO:0060337       BP
GO:0060338       BP
GO:0060339       BP
GO:0060340       BP
GO:0060341       BP
GO:0060342       CC
GO:0060343       BP
GO:0060345       BP
GO:0060346       BP
GO:0060347       BP
GO:0060348       BP
GO:0060349       BP
GO:0060350       BP
GO:0060351       BP
GO:0060352       BP
GO:0060353       BP
GO:0060354       BP
GO:0060355       BP
GO:0060357       BP
GO:0060358       BP
GO:0060359       BP
GO:0060363       BP
GO:0060364       BP
GO:0060366       BP
GO:0060367       BP
GO:0060368       BP
GO:0060369       BP
GO:0060370       BP
GO:0060371       BP
GO:0060372       BP
GO:0060373       BP
GO:0060374       BP
GO:0060375       BP
GO:0060376       BP
GO:0060377       BP
GO:0060378       BP
GO:0060379       BP
GO:0060380       BP
GO:0060381       BP
GO:0060382       BP
GO:0060383       BP
GO:0060384       BP
GO:0060385       BP
GO:0060386       BP
GO:0060390       BP
GO:0060391       BP
GO:0060392       BP
GO:0060395       BP
GO:0060396       BP
GO:0060397       BP
GO:0060398       BP
GO:0060399       BP
GO:0060400       BP
GO:0060402       BP
GO:0060404       BP
GO:0060405       BP
GO:0060406       BP
GO:0060407       BP
GO:0060411       BP
GO:0060412       BP
GO:0060413       BP
GO:0060414       BP
GO:0060415       BP
GO:0060416       BP
GO:0060419       BP
GO:0060420       BP
GO:0060421       BP
GO:0060423       BP
GO:0060424       BP
GO:0060425       BP
GO:0060426       BP
GO:0060427       BP
GO:0060428       BP
GO:0060429       BP
GO:0060430       BP
GO:0060431       BP
GO:0060432       BP
GO:0060433       BP
GO:0060434       BP
GO:0060435       BP
GO:0060436       BP
GO:0060437       BP
GO:0060438       BP
GO:0060439       BP
GO:0060440       BP
GO:0060441       BP
GO:0060442       BP
GO:0060443       BP
GO:0060444       BP
GO:0060445       BP
GO:0060447       BP
GO:0060448       BP
GO:0060449       BP
GO:0060452       BP
GO:0060453       BP
GO:0060455       BP
GO:0060456       BP
GO:0060457       BP
GO:0060458       BP
GO:0060459       BP
GO:0060460       BP
GO:0060461       BP
GO:0060462       BP
GO:0060463       BP
GO:0060465       BP
GO:0060466       BP
GO:0060467       BP
GO:0060468       BP
GO:0060470       BP
GO:0060471       BP
GO:0060473       CC
GO:0060474       BP
GO:0060478       BP
GO:0060479       BP
GO:0060480       BP
GO:0060481       BP
GO:0060482       BP
GO:0060484       BP
GO:0060485       BP
GO:0060486       BP
GO:0060487       BP
GO:0060488       BP
GO:0060489       BP
GO:0060490       BP
GO:0060491       BP
GO:0060492       BP
GO:0060495       BP
GO:0060496       BP
GO:0060501       BP
GO:0060502       BP
GO:0060503       BP
GO:0060506       BP
GO:0060509       BP
GO:0060510       BP
GO:0060512       BP
GO:0060513       BP
GO:0060516       BP
GO:0060517       BP
GO:0060523       BP
GO:0060525       BP
GO:0060526       BP
GO:0060527       BP
GO:0060528       BP
GO:0060529       BP
GO:0060532       BP
GO:0060534       BP
GO:0060535       BP
GO:0060536       BP
GO:0060537       BP
GO:0060538       BP
GO:0060539       BP
GO:0060541       BP
GO:0060542       BP
GO:0060544       BP
GO:0060545       BP
GO:0060546       BP
GO:0060549       BP
GO:0060550       BP
GO:0060551       BP
GO:0060552       BP
GO:0060556       BP
GO:0060557       BP
GO:0060558       BP
GO:0060559       BP
GO:0060560       BP
GO:0060561       BP
GO:0060562       BP
GO:0060563       BP
GO:0060566       BP
GO:0060567       BP
GO:0060571       BP
GO:0060572       BP
GO:0060573       BP
GO:0060574       BP
GO:0060575       BP
GO:0060576       BP
GO:0060577       BP
GO:0060579       BP
GO:0060580       BP
GO:0060581       BP
GO:0060582       BP
GO:0060584       BP
GO:0060585       BP
GO:0060586       BP
GO:0060587       BP
GO:0060588       BP
GO:0060589       MF
GO:0060590       MF
GO:0060591       BP
GO:0060592       BP
GO:0060594       BP
GO:0060595       BP
GO:0060596       BP
GO:0060598       BP
GO:0060599       BP
GO:0060600       BP
GO:0060601       BP
GO:0060602       BP
GO:0060603       BP
GO:0060605       BP
GO:0060606       BP
GO:0060611       BP
GO:0060612       BP
GO:0060613       BP
GO:0060615       BP
GO:0060618       BP
GO:0060620       BP
GO:0060621       BP
GO:0060623       BP
GO:0060627       BP
GO:0060628       BP
GO:0060629       BP
GO:0060631       BP
GO:0060632       BP
GO:0060633       BP
GO:0060638       BP
GO:0060644       BP
GO:0060648       BP
GO:0060658       BP
GO:0060661       BP
GO:0060662       BP
GO:0060664       BP
GO:0060665       BP
GO:0060666       BP
GO:0060667       BP
GO:0060668       BP
GO:0060669       BP
GO:0060670       BP
GO:0060671       BP
GO:0060672       BP
GO:0060674       BP
GO:0060675       BP
GO:0060676       BP
GO:0060677       BP
GO:0060678       BP
GO:0060681       BP
GO:0060682       BP
GO:0060683       BP
GO:0060684       BP
GO:0060685       BP
GO:0060686       BP
GO:0060687       BP
GO:0060688       BP
GO:0060689       BP
GO:0060693       BP
GO:0060694       BP
GO:0060695       BP
GO:0060696       BP
GO:0060697       BP
GO:0060698       MF
GO:0060699       BP
GO:0060700       BP
GO:0060701       BP
GO:0060702       BP
GO:0060703       MF
GO:0060706       BP
GO:0060707       BP
GO:0060710       BP
GO:0060711       BP
GO:0060712       BP
GO:0060713       BP
GO:0060715       BP
GO:0060716       BP
GO:0060717       BP
GO:0060718       BP
GO:0060719       BP
GO:0060720       BP
GO:0060721       BP
GO:0060722       BP
GO:0060723       BP
GO:0060729       BP
GO:0060730       BP
GO:0060731       BP
GO:0060732       BP
GO:0060734       BP
GO:0060735       BP
GO:0060736       BP
GO:0060737       BP
GO:0060738       BP
GO:0060739       BP
GO:0060740       BP
GO:0060741       BP
GO:0060742       BP
GO:0060743       BP
GO:0060744       BP
GO:0060745       BP
GO:0060746       BP
GO:0060748       BP
GO:0060749       BP
GO:0060750       BP
GO:0060751       BP
GO:0060752       BP
GO:0060753       BP
GO:0060754       BP
GO:0060755       BP
GO:0060759       BP
GO:0060760       BP
GO:0060761       BP
GO:0060762       BP
GO:0060763       BP
GO:0060764       BP
GO:0060765       BP
GO:0060766       BP
GO:0060767       BP
GO:0060768       BP
GO:0060769       BP
GO:0060770       BP
GO:0060775       BP
GO:0060781       BP
GO:0060782       BP
GO:0060783       BP
GO:0060784       BP
GO:0060788       BP
GO:0060789       BP
GO:0060792       BP
GO:0060795       BP
GO:0060800       BP
GO:0060802       BP
GO:0060806       BP
GO:0060809       BP
GO:0060816       BP
GO:0060825       BP
GO:0060828       BP
GO:0060831       BP
GO:0060836       BP
GO:0060837       BP
GO:0060838       BP
GO:0060839       BP
GO:0060840       BP
GO:0060841       BP
GO:0060842       BP
GO:0060843       BP
GO:0060844       BP
GO:0060846       BP
GO:0060847       BP
GO:0060853       BP
GO:0060854       BP
GO:0060856       BP
GO:0060857       BP
GO:0060872       BP
GO:0060873       BP
GO:0060875       BP
GO:0060876       BP
GO:0060879       BP
GO:0060887       BP
GO:0060896       BP
GO:0060897       BP
GO:0060900       BP
GO:0060903       BP
GO:0060904       BP
GO:0060907       BP
GO:0060911       BP
GO:0060912       BP
GO:0060913       BP
GO:0060914       BP
GO:0060915       BP
GO:0060916       BP
GO:0060920       BP
GO:0060921       BP
GO:0060922       BP
GO:0060923       BP
GO:0060926       BP
GO:0060927       BP
GO:0060928       BP
GO:0060929       BP
GO:0060930       BP
GO:0060931       BP
GO:0060932       BP
GO:0060935       BP
GO:0060936       BP
GO:0060938       BP
GO:0060939       BP
GO:0060940       BP
GO:0060945       BP
GO:0060947       BP
GO:0060948       BP
GO:0060956       BP
GO:0060957       BP
GO:0060964       BP
GO:0060965       BP
GO:0060966       BP
GO:0060967       BP
GO:0060971       BP
GO:0060972       BP
GO:0060973       BP
GO:0060974       BP
GO:0060975       BP
GO:0060976       BP
GO:0060977       BP
GO:0060978       BP
GO:0060979       BP
GO:0060980       BP
GO:0060981       BP
GO:0060982       BP
GO:0060986       BP
GO:0060987       CC
GO:0060988       BP
GO:0060989       BP
GO:0060992       BP
GO:0060993       BP
GO:0060996       BP
GO:0060997       BP
GO:0060998       BP
GO:0060999       BP
GO:0061000       BP
GO:0061001       BP
GO:0061002       BP
GO:0061003       BP
GO:0061004       BP
GO:0061005       BP
GO:0061006       BP
GO:0061008       BP
GO:0061009       BP
GO:0061010       BP
GO:0061013       BP
GO:0061014       BP
GO:0061015       BP
GO:0061017       BP
GO:0061024       BP
GO:0061025       BP
GO:0061026       BP
GO:0061027       BP
GO:0061028       BP
GO:0061029       BP
GO:0061030       BP
GO:0061031       BP
GO:0061032       BP
GO:0061033       BP
GO:0061034       BP
GO:0061035       BP
GO:0061036       BP
GO:0061037       BP
GO:0061038       BP
GO:0061040       BP
GO:0061041       BP
GO:0061042       BP
GO:0061043       BP
GO:0061044       BP
GO:0061045       BP
GO:0061046       BP
GO:0061047       BP
GO:0061048       BP
GO:0061049       BP
GO:0061050       BP
GO:0061051       BP
GO:0061052       BP
GO:0061053       BP
GO:0061054       BP
GO:0061055       BP
GO:0061056       BP
GO:0061061       BP
GO:0061072       BP
GO:0061073       BP
GO:0061074       BP
GO:0061077       BP
GO:0061078       BP
GO:0061081       BP
GO:0061082       BP
GO:0061083       BP
GO:0061084       BP
GO:0061091       BP
GO:0061092       BP
GO:0061097       BP
GO:0061098       BP
GO:0061099       BP
GO:0061100       BP
GO:0061101       BP
GO:0061102       BP
GO:0061103       BP
GO:0061104       BP
GO:0061105       BP
GO:0061106       BP
GO:0061107       BP
GO:0061108       BP
GO:0061110       BP
GO:0061113       BP
GO:0061114       BP
GO:0061115       BP
GO:0061117       BP
GO:0061133       MF
GO:0061134       MF
GO:0061135       MF
GO:0061136       BP
GO:0061138       BP
GO:0061140       BP
GO:0061141       BP
GO:0061143       BP
GO:0061144       BP
GO:0061145       BP
GO:0061146       BP
GO:0061152       BP
GO:0061153       BP
GO:0061154       BP
GO:0061156       BP
GO:0061157       BP
GO:0061158       BP
GO:0061159       BP
GO:0061162       BP
GO:0061163       BP
GO:0061168       BP
GO:0061170       BP
GO:0061171       BP
GO:0061172       BP
GO:0061178       BP
GO:0061179       BP
GO:0061180       BP
GO:0061181       BP
GO:0061182       BP
GO:0061183       BP
GO:0061184       BP
GO:0061185       BP
GO:0061187       BP
GO:0061188       BP
GO:0061189       BP
GO:0061190       BP
GO:0061193       BP
GO:0061196       BP
GO:0061197       BP
GO:0061198       BP
GO:0061200       CC
GO:0061202       CC
GO:0061205       BP
GO:0061206       BP
GO:0061209       BP
GO:0061215       BP
GO:0061217       BP
GO:0061218       BP
GO:0061227       BP
GO:0061228       BP
GO:0061235       BP
GO:0061245       BP
GO:0061295       BP
GO:0061296       BP
GO:0061298       BP
GO:0061299       BP
GO:0061300       BP
GO:0061301       BP
GO:0061302       BP
GO:0061303       BP
GO:0061304       BP
GO:0061307       BP
GO:0061308       BP
GO:0061309       BP
GO:0061311       BP
GO:0061314       BP
GO:0061318       BP
GO:0061323       BP
GO:0061325       BP
GO:0061326       BP
GO:0061333       BP
GO:0061337       BP
GO:0061339       BP
GO:0061341       BP
GO:0061343       BP
GO:0061344       BP
GO:0061346       BP
GO:0061347       BP
GO:0061348       BP
GO:0061349       BP
GO:0061350       BP
GO:0061351       BP
GO:0061354       BP
GO:0061355       BP
GO:0061356       BP
GO:0061357       BP
GO:0061358       BP
GO:0061360       BP
GO:0061364       BP
GO:0061365       BP
GO:0061366       BP
GO:0061367       BP
GO:0061368       BP
GO:0061369       BP
GO:0061370       BP
GO:0061371       BP
GO:0061373       BP
GO:0061374       BP
GO:0061377       BP
GO:0061378       BP
GO:0061379       BP
GO:0061381       BP
GO:0061383       BP
GO:0061384       BP
GO:0061386       BP
GO:0061387       BP
GO:0061430       BP
GO:0061431       BP
GO:0061433       BP
GO:0061436       BP
GO:0061437       BP
GO:0061438       BP
GO:0061439       BP
GO:0061440       BP
GO:0061441       BP
GO:0061443       BP
GO:0061444       BP
GO:0061445       BP
GO:0061448       BP
GO:0061450       BP
GO:0061451       BP
GO:0061452       BP
GO:0061458       BP
GO:0061459       MF
GO:0061462       BP
GO:0061463       MF
GO:0061469       BP
GO:0061470       BP
GO:0061474       CC
GO:0061481       BP
GO:0061484       BP
GO:0061485       BP
GO:0061501       MF
GO:0061502       BP
GO:0061507       MF
GO:0061511       BP
GO:0061512       BP
GO:0061513       MF
GO:0061514       BP
GO:0061515       BP
GO:0061517       BP
GO:0061518       BP
GO:0061519       BP
GO:0061520       BP
GO:0061523       BP
GO:0061525       BP
GO:0061526       BP
GO:0061528       BP
GO:0061534       BP
GO:0061535       BP
GO:0061542       MF
GO:0061547       MF
GO:0061548       BP
GO:0061549       BP
GO:0061550       BP
GO:0061551       BP
GO:0061552       BP
GO:0061564       BP
GO:0061572       BP
GO:0061573       BP
GO:0061574       CC
GO:0061575       MF
GO:0061577       BP
GO:0061578       MF
GO:0061580       BP
GO:0061582       BP
GO:0061586       BP
GO:0061588       BP
GO:0061589       BP
GO:0061590       BP
GO:0061591       BP
GO:0061598       MF
GO:0061599       MF
GO:0061604       MF
GO:0061605       MF
GO:0061608       MF
GO:0061609       MF
GO:0061611       BP
GO:0061614       BP
GO:0061615       BP
GO:0061617       CC
GO:0061620       BP
GO:0061621       BP
GO:0061622       BP
GO:0061623       BP
GO:0061624       BP
GO:0061626       BP
GO:0061627       MF
GO:0061628       MF
GO:0061629       MF
GO:0061630       MF
GO:0061631       MF
GO:0061632       MF
GO:0061635       BP
GO:0061638       CC
GO:0061640       BP
GO:0061642       BP
GO:0061643       BP
GO:0061644       BP
GO:0061646       BP
GO:0061649       MF
GO:0061650       MF
GO:0061651       MF
GO:0061654       MF
GO:0061656       MF
GO:0061657       MF
GO:0061659       MF
GO:0061663       MF
GO:0061665       MF
GO:0061666       MF
GO:0061668       BP
GO:0061669       BP
GO:0061670       BP
GO:0061673       CC
GO:0061676       MF
GO:0061682       BP
GO:0061684       BP
GO:0061685       MF
GO:0061687       BP
GO:0061689       CC
GO:0061690       MF
GO:0061691       BP
GO:0061692       BP
GO:0061695       CC
GO:0061696       CC
GO:0061697       MF
GO:0061698       BP
GO:0061700       CC
GO:0061702       CC
GO:0061708       MF
GO:0061709       BP
GO:0061710       MF
GO:0061711       MF
GO:0061712       MF
GO:0061713       BP
GO:0061714       MF
GO:0061718       BP
GO:0061723       BP
GO:0061724       BP
GO:0061727       BP
GO:0061731       MF
GO:0061733       MF
GO:0061734       BP
GO:0061736       BP
GO:0061737       BP
GO:0061738       BP
GO:0061739       BP
GO:0061740       BP
GO:0061743       BP
GO:0061744       BP
GO:0061749       MF
GO:0061750       MF
GO:0061751       MF
GO:0061752       MF
GO:0061753       BP
GO:0061754       BP
GO:0061755       BP
GO:0061756       BP
GO:0061757       BP
GO:0061760       BP
GO:0061762       BP
GO:0061763       BP
GO:0061764       BP
GO:0061766       BP
GO:0061767       BP
GO:0061768       MF
GO:0061769       MF
GO:0061770       MF
GO:0061771       BP
GO:0061772       BP
GO:0061773       CC
GO:0061775       MF
GO:0061778       MF
GO:0061779       CC
GO:0061780       BP
GO:0061783       MF
GO:0061789       BP
GO:0061792       BP
GO:0061793       CC
GO:0061795       BP
GO:0061797       MF
GO:0061798       MF
GO:0061799       MF
GO:0061809       MF
GO:0061815       MF
GO:0061817       BP
GO:0061819       BP
GO:0061820       BP
GO:0061821       MF
GO:0061824       BP
GO:0061826       CC
GO:0061827       CC
GO:0061828       CC
GO:0061829       CC
GO:0061833       BP
GO:0061837       BP
GO:0061842       BP
GO:0061844       BP
GO:0061845       CC
GO:0061846       CC
GO:0061847       BP
GO:0061849       MF
GO:0061850       CC
GO:0061851       CC
GO:0061852       CC
GO:0061853       BP
GO:0061855       BP
GO:0061857       BP
GO:0061860       MF
GO:0061863       MF
GO:0061864       BP
GO:0061865       BP
GO:0061868       BP
GO:0061869       BP
GO:0061870       BP
GO:0061872       BP
GO:0061873       BP
GO:0061874       BP
GO:0061880       BP
GO:0061881       BP
GO:0061884       BP
GO:0061885       BP
GO:0061886       BP
GO:0061888       BP
GO:0061889       BP
GO:0061890       BP
GO:0061891       MF
GO:0061896       MF
GO:0061897       MF
GO:0061898       MF
GO:0061899       MF
GO:0061900       BP
GO:0061908       CC
GO:0061909       BP
GO:0061910       BP
GO:0061919       BP
GO:0061920       MF
GO:0061921       BP
GO:0061928       MF
GO:0061929       MF
GO:0061930       BP
GO:0061931       BP
GO:0061938       BP
GO:0061939       BP
GO:0061944       BP
GO:0061945       BP
GO:0061951       BP
GO:0061952       BP
GO:0061953       MF
GO:0061956       BP
GO:0061966       BP
GO:0061973       BP
GO:0061974       BP
GO:0061975       BP
GO:0061980       MF
GO:0061981       MF
GO:0061982       BP
GO:0061983       BP
GO:0061986       BP
GO:0061987       BP
GO:0061999       BP
GO:0062000       BP
GO:0062009       BP
GO:0062012       BP
GO:0062013       BP
GO:0062014       BP
GO:0062023       CC
GO:0062025       BP
GO:0062026       BP
GO:0062028       BP
GO:0062029       BP
GO:0062030       BP
GO:0062033       BP
GO:0062035       BP
GO:0062036       BP
GO:0062037       MF
GO:0062042       BP
GO:0062043       BP
GO:0062044       BP
GO:0062050       MF
GO:0062054       MF
GO:0062060       MF
GO:0062061       MF
GO:0062062       MF
GO:0062063       MF
GO:0062064       MF
GO:0062069       MF
GO:0062072       MF
GO:0062073       CC
GO:0062076       MF
GO:0062078       MF
GO:0062080       MF
GO:0062082       MF
GO:0062094       BP
GO:0062098       BP
GO:0062099       BP
GO:0062100       BP
GO:0062101       MF
GO:0062104       MF
GO:0062105       MF
GO:0062111       BP
GO:0062112       BP
GO:0062124       MF
GO:0062125       BP
GO:0062126       BP
GO:0062149       BP
GO:0062151       CC
GO:0062152       MF
GO:0062153       MF
GO:0062154       MF
GO:0062156       MF
GO:0062157       CC
GO:0062167       CC
GO:0062170       BP
GO:0062172       BP
GO:0062173       BP
GO:0062175       BP
GO:0062176       BP
GO:0062177       BP
GO:0062179       MF
GO:0062180       MF
GO:0062181       MF
GO:0062182       MF
GO:0062183       MF
GO:0062184       MF
GO:0062185       MF
GO:0062186       MF
GO:0062187       MF
GO:0062188       MF
GO:0062189       MF
GO:0062196       BP
GO:0062197       BP
GO:0062207       BP
GO:0062208       BP
GO:0062213       MF
GO:0062232       BP
GO:0062234       BP
GO:0062237       BP
GO:0065001       BP
GO:0065002       BP
GO:0065003       BP
GO:0065004       BP
GO:0065005       BP
GO:0065007       BP
GO:0065008       BP
GO:0065009       BP
GO:0065010       CC
GO:0070001       MF
GO:0070002       MF
GO:0070003       MF
GO:0070004       MF
GO:0070005       MF
GO:0070006       MF
GO:0070008       MF
GO:0070009       MF
GO:0070012       MF
GO:0070013       CC
GO:0070016       MF
GO:0070021       CC
GO:0070025       MF
GO:0070026       MF
GO:0070032       CC
GO:0070033       CC
GO:0070034       MF
GO:0070037       MF
GO:0070039       MF
GO:0070042       MF
GO:0070044       CC
GO:0070050       BP
GO:0070051       MF
GO:0070052       MF
GO:0070053       MF
GO:0070054       BP
GO:0070059       BP
GO:0070060       BP
GO:0070061       MF
GO:0070062       CC
GO:0070063       MF
GO:0070064       MF
GO:0070069       CC
GO:0070070       BP
GO:0070071       BP
GO:0070072       BP
GO:0070075       BP
GO:0070080       MF
GO:0070081       CC
GO:0070083       CC
GO:0070085       BP
GO:0070086       BP
GO:0070087       MF
GO:0070089       MF
GO:0070091       BP
GO:0070092       BP
GO:0070093       BP
GO:0070094       BP
GO:0070095       MF
GO:0070097       MF
GO:0070098       BP
GO:0070099       BP
GO:0070100       BP
GO:0070101       BP
GO:0070102       BP
GO:0070103       BP
GO:0070104       BP
GO:0070105       BP
GO:0070106       BP
GO:0070110       CC
GO:0070119       MF
GO:0070120       BP
GO:0070123       MF
GO:0070124       BP
GO:0070125       BP
GO:0070126       BP
GO:0070127       BP
GO:0070129       BP
GO:0070130       BP
GO:0070131       BP
GO:0070137       MF
GO:0070139       MF
GO:0070141       BP
GO:0070142       BP
GO:0070143       BP
GO:0070145       BP
GO:0070150       BP
GO:0070158       BP
GO:0070159       BP
GO:0070160       CC
GO:0070161       CC
GO:0070162       BP
GO:0070163       BP
GO:0070164       BP
GO:0070165       BP
GO:0070166       BP
GO:0070167       BP
GO:0070168       BP
GO:0070169       BP
GO:0070170       BP
GO:0070171       BP
GO:0070172       BP
GO:0070173       BP
GO:0070175       BP
GO:0070176       CC
GO:0070178       BP
GO:0070179       BP
GO:0070180       MF
GO:0070181       MF
GO:0070182       MF
GO:0070183       BP
GO:0070184       BP
GO:0070187       CC
GO:0070189       BP
GO:0070192       BP
GO:0070193       BP
GO:0070194       BP
GO:0070195       CC
GO:0070197       BP
GO:0070198       BP
GO:0070199       BP
GO:0070200       BP
GO:0070201       BP
GO:0070202       BP
GO:0070203       BP
GO:0070206       BP
GO:0070207       BP
GO:0070208       BP
GO:0070210       CC
GO:0070212       BP
GO:0070213       BP
GO:0070221       BP
GO:0070224       MF
GO:0070227       BP
GO:0070228       BP
GO:0070229       BP
GO:0070230       BP
GO:0070231       BP
GO:0070232       BP
GO:0070233       BP
GO:0070234       BP
GO:0070235       BP
GO:0070236       BP
GO:0070238       BP
GO:0070239       BP
GO:0070241       BP
GO:0070242       BP
GO:0070243       BP
GO:0070244       BP
GO:0070245       BP
GO:0070246       BP
GO:0070247       BP
GO:0070251       MF
GO:0070252       BP
GO:0070253       BP
GO:0070254       BP
GO:0070255       BP
GO:0070256       BP
GO:0070257       BP
GO:0070259       MF
GO:0070260       MF
GO:0070262       BP
GO:0070266       BP
GO:0070268       BP
GO:0070269       BP
GO:0070273       MF
GO:0070274       CC
GO:0070278       BP
GO:0070279       MF
GO:0070280       MF
GO:0070285       BP
GO:0070286       BP
GO:0070287       MF
GO:0070288       CC
GO:0070290       MF
GO:0070291       BP
GO:0070292       BP
GO:0070293       BP
GO:0070294       BP
GO:0070295       BP
GO:0070296       BP
GO:0070300       MF
GO:0070301       BP
GO:0070302       BP
GO:0070303       BP
GO:0070304       BP
GO:0070305       BP
GO:0070306       BP
GO:0070307       BP
GO:0070309       BP
GO:0070310       CC
GO:0070314       BP
GO:0070315       BP
GO:0070316       BP
GO:0070317       BP
GO:0070318       BP
GO:0070319       CC
GO:0070320       MF
GO:0070324       MF
GO:0070325       MF
GO:0070326       MF
GO:0070327       BP
GO:0070328       BP
GO:0070330       MF
GO:0070335       MF
GO:0070336       MF
GO:0070337       MF
GO:0070339       BP
GO:0070340       BP
GO:0070341       BP
GO:0070342       BP
GO:0070343       BP
GO:0070344       BP
GO:0070345       BP
GO:0070346       BP
GO:0070350       BP
GO:0070352       BP
GO:0070358       BP
GO:0070365       BP
GO:0070366       BP
GO:0070367       BP
GO:0070368       BP
GO:0070369       CC
GO:0070370       BP
GO:0070371       BP
GO:0070372       BP
GO:0070373       BP
GO:0070374       BP
GO:0070375       BP
GO:0070376       BP
GO:0070378       BP
GO:0070381       CC
GO:0070382       CC
GO:0070383       BP
GO:0070384       BP
GO:0070390       CC
GO:0070391       BP
GO:0070392       BP
GO:0070401       MF
GO:0070402       MF
GO:0070403       MF
GO:0070404       MF
GO:0070407       BP
GO:0070408       BP
GO:0070409       BP
GO:0070410       MF
GO:0070411       MF
GO:0070412       MF
GO:0070413       BP
GO:0070417       BP
GO:0070418       CC
GO:0070419       CC
GO:0070421       CC
GO:0070424       BP
GO:0070425       BP
GO:0070426       BP
GO:0070427       BP
GO:0070428       BP
GO:0070429       BP
GO:0070430       BP
GO:0070431       BP
GO:0070432       BP
GO:0070433       BP
GO:0070434       BP
GO:0070435       CC
GO:0070436       CC
GO:0070442       CC
GO:0070443       CC
GO:0070444       BP
GO:0070445       BP
GO:0070446       BP
GO:0070447       BP
GO:0070449       CC
GO:0070453       BP
GO:0070455       BP
GO:0070458       BP
GO:0070459       BP
GO:0070460       BP
GO:0070461       CC
GO:0070462       BP
GO:0070463       MF
GO:0070469       CC
GO:0070471       BP
GO:0070472       BP
GO:0070473       BP
GO:0070474       BP
GO:0070475       BP
GO:0070476       BP
GO:0070478       BP
GO:0070481       BP
GO:0070482       BP
GO:0070483       BP
GO:0070486       BP
GO:0070487       BP
GO:0070488       BP
GO:0070489       BP
GO:0070492       MF
GO:0070493       BP
GO:0070494       BP
GO:0070495       BP
GO:0070498       BP
GO:0070506       MF
GO:0070507       BP
GO:0070508       BP
GO:0070509       BP
GO:0070513       MF
GO:0070516       CC
GO:0070522       CC
GO:0070523       MF
GO:0070524       MF
GO:0070525       BP
GO:0070527       BP
GO:0070528       BP
GO:0070530       MF
GO:0070531       CC
GO:0070532       CC
GO:0070533       CC
GO:0070534       BP
GO:0070536       BP
GO:0070538       MF
GO:0070539       MF
GO:0070541       BP
GO:0070542       BP
GO:0070543       BP
GO:0070545       CC
GO:0070547       MF
GO:0070548       MF
GO:0070551       MF
GO:0070552       CC
GO:0070553       MF
GO:0070554       CC
GO:0070555       BP
GO:0070557       CC
GO:0070560       BP
GO:0070561       BP
GO:0070562       BP
GO:0070563       BP
GO:0070564       BP
GO:0070566       MF
GO:0070567       MF
GO:0070568       MF
GO:0070569       MF
GO:0070570       BP
GO:0070571       BP
GO:0070572       BP
GO:0070573       MF
GO:0070574       BP
GO:0070576       MF
GO:0070577       MF
GO:0070578       CC
GO:0070579       MF
GO:0070585       BP
GO:0070586       BP
GO:0070587       BP
GO:0070588       BP
GO:0070593       BP
GO:0070601       BP
GO:0070602       BP
GO:0070603       CC
GO:0070611       MF
GO:0070612       MF
GO:0070613       BP
GO:0070618       CC
GO:0070622       CC
GO:0070625       BP
GO:0070626       MF
GO:0070628       MF
GO:0070633       BP
GO:0070634       BP
GO:0070637       BP
GO:0070638       BP
GO:0070640       BP
GO:0070643       MF
GO:0070644       MF
GO:0070646       BP
GO:0070647       BP
GO:0070649       BP
GO:0070650       BP
GO:0070651       BP
GO:0070652       CC
GO:0070653       MF
GO:0070654       BP
GO:0070661       BP
GO:0070662       BP
GO:0070663       BP
GO:0070664       BP
GO:0070665       BP
GO:0070666       BP
GO:0070667       BP
GO:0070668       BP
GO:0070669       BP
GO:0070670       BP
GO:0070671       BP
GO:0070672       BP
GO:0070673       BP
GO:0070674       MF
GO:0070675       MF
GO:0070676       BP
GO:0070678       MF
GO:0070679       MF
GO:0070681       BP
GO:0070682       BP
GO:0070684       BP
GO:0070685       CC
GO:0070691       CC
GO:0070694       MF
GO:0070695       CC
GO:0070696       MF
GO:0070697       MF
GO:0070698       MF
GO:0070699       MF
GO:0070700       MF
GO:0070701       CC
GO:0070702       CC
GO:0070703       CC
GO:0070704       MF
GO:0070715       BP
GO:0070716       BP
GO:0070717       MF
GO:0070721       CC
GO:0070723       BP
GO:0070724       CC
GO:0070727       BP
GO:0070728       MF
GO:0070729       BP
GO:0070730       BP
GO:0070731       BP
GO:0070733       MF
GO:0070735       MF
GO:0070736       MF
GO:0070739       MF
GO:0070740       MF
GO:0070741       BP
GO:0070742       MF
GO:0070743       CC
GO:0070757       BP
GO:0070761       CC
GO:0070762       CC
GO:0070765       CC
GO:0070772       CC
GO:0070773       MF
GO:0070774       MF
GO:0070775       CC
GO:0070776       CC
GO:0070777       BP
GO:0070778       BP
GO:0070779       BP
GO:0070780       MF
GO:0070781       BP
GO:0070782       BP
GO:0070813       BP
GO:0070814       BP
GO:0070815       MF
GO:0070818       MF
GO:0070820       CC
GO:0070821       CC
GO:0070822       CC
GO:0070826       CC
GO:0070828       BP
GO:0070830       BP
GO:0070831       BP
GO:0070836       BP
GO:0070837       BP
GO:0070840       MF
GO:0070841       BP
GO:0070842       BP
GO:0070847       CC
GO:0070848       BP
GO:0070849       BP
GO:0070851       MF
GO:0070852       CC
GO:0070853       MF
GO:0070856       MF
GO:0070857       BP
GO:0070858       BP
GO:0070859       BP
GO:0070860       CC
GO:0070861       BP
GO:0070862       BP
GO:0070863       BP
GO:0070873       BP
GO:0070874       BP
GO:0070875       BP
GO:0070876       CC
GO:0070877       CC
GO:0070878       MF
GO:0070883       MF
GO:0070884       BP
GO:0070885       BP
GO:0070886       BP
GO:0070887       BP
GO:0070888       MF
GO:0070889       BP
GO:0070891       MF
GO:0070892       MF
GO:0070897       BP
GO:0070898       BP
GO:0070899       BP
GO:0070900       BP
GO:0070901       BP
GO:0070902       BP
GO:0070905       MF
GO:0070911       BP
GO:0070914       BP
GO:0070915       MF
GO:0070918       BP
GO:0070920       BP
GO:0070921       BP
GO:0070922       BP
GO:0070925       BP
GO:0070926       BP
GO:0070931       CC
GO:0070934       BP
GO:0070935       BP
GO:0070936       BP
GO:0070937       CC
GO:0070938       CC
GO:0070939       CC
GO:0070942       BP
GO:0070943       BP
GO:0070944       BP
GO:0070945       BP
GO:0070946       BP
GO:0070947       BP
GO:0070948       BP
GO:0070949       BP
GO:0070950       BP
GO:0070951       BP
GO:0070953       BP
GO:0070960       BP
GO:0070961       BP
GO:0070962       BP
GO:0070963       BP
GO:0070965       BP
GO:0070966       BP
GO:0070971       CC
GO:0070972       BP
GO:0070973       BP
GO:0070974       MF
GO:0070975       MF
GO:0070976       MF
GO:0070977       BP
GO:0070979       BP
GO:0070980       BP
GO:0070981       BP
GO:0070982       BP
GO:0070985       CC
GO:0070986       BP
GO:0070987       BP
GO:0070988       BP
GO:0070989       BP
GO:0070990       MF
GO:0070991       MF
GO:0070992       CC
GO:0070993       CC
GO:0070994       BP
GO:0070995       BP
GO:0070996       MF
GO:0071000       BP
GO:0071001       CC
GO:0071004       CC
GO:0071005       CC
GO:0071006       CC
GO:0071007       CC
GO:0071008       CC
GO:0071010       CC
GO:0071011       CC
GO:0071012       CC
GO:0071013       CC
GO:0071014       CC
GO:0071020       CC
GO:0071021       CC
GO:0071025       BP
GO:0071026       BP
GO:0071027       BP
GO:0071028       BP
GO:0071029       BP
GO:0071031       BP
GO:0071034       BP
GO:0071035       BP
GO:0071036       BP
GO:0071037       BP
GO:0071038       BP
GO:0071039       BP
GO:0071040       BP
GO:0071041       BP
GO:0071042       BP
GO:0071043       BP
GO:0071044       BP
GO:0071045       BP
GO:0071046       BP
GO:0071047       BP
GO:0071051       BP
GO:0071062       CC
GO:0071065       CC
GO:0071071       BP
GO:0071072       BP
GO:0071073       BP
GO:0071074       MF
GO:0071076       BP
GO:0071077       MF
GO:0071103       BP
GO:0071104       BP
GO:0071105       BP
GO:0071106       BP
GO:0071107       BP
GO:0071108       BP
GO:0071109       BP
GO:0071133       CC
GO:0071139       BP
GO:0071140       BP
GO:0071141       CC
GO:0071142       CC
GO:0071144       CC
GO:0071159       CC
GO:0071162       CC
GO:0071163       BP
GO:0071164       MF
GO:0071166       BP
GO:0071168       BP
GO:0071169       BP
GO:0071173       BP
GO:0071174       BP
GO:0071193       CC
GO:0071203       CC
GO:0071204       CC
GO:0071205       BP
GO:0071206       BP
GO:0071207       MF
GO:0071208       MF
GO:0071209       MF
GO:0071211       BP
GO:0071214       BP
GO:0071215       BP
GO:0071216       BP
GO:0071217       BP
GO:0071218       BP
GO:0071219       BP
GO:0071220       BP
GO:0071221       BP
GO:0071222       BP
GO:0071223       BP
GO:0071224       BP
GO:0071225       BP
GO:0071226       BP
GO:0071228       BP
GO:0071229       BP
GO:0071230       BP
GO:0071231       BP
GO:0071233       BP
GO:0071236       BP
GO:0071241       BP
GO:0071242       BP
GO:0071243       BP
GO:0071244       BP
GO:0071248       BP
GO:0071253       MF
GO:0071254       CC
GO:0071256       CC
GO:0071257       BP
GO:0071258       BP
GO:0071259       BP
GO:0071260       BP
GO:0071261       CC
GO:0071262       BP
GO:0071264       BP
GO:0071265       BP
GO:0071266       BP
GO:0071267       BP
GO:0071275       BP
GO:0071276       BP
GO:0071277       BP
GO:0071279       BP
GO:0071280       BP
GO:0071281       BP
GO:0071283       BP
GO:0071284       BP
GO:0071285       BP
GO:0071286       BP
GO:0071287       BP
GO:0071288       BP
GO:0071294       BP
GO:0071295       BP
GO:0071298       BP
GO:0071300       BP
GO:0071301       BP
GO:0071305       BP
GO:0071306       BP
GO:0071307       BP
GO:0071310       BP
GO:0071312       BP
GO:0071313       BP
GO:0071314       BP
GO:0071315       BP
GO:0071316       BP
GO:0071317       BP
GO:0071318       BP
GO:0071320       BP
GO:0071321       BP
GO:0071322       BP
GO:0071324       BP
GO:0071326       BP
GO:0071329       BP
GO:0071331       BP
GO:0071332       BP
GO:0071333       BP
GO:0071335       BP
GO:0071336       BP
GO:0071338       BP
GO:0071339       CC
GO:0071340       BP
GO:0071344       BP
GO:0071345       BP
GO:0071346       BP
GO:0071347       BP
GO:0071348       BP
GO:0071349       BP
GO:0071350       BP
GO:0071351       BP
GO:0071352       BP
GO:0071353       BP
GO:0071354       BP
GO:0071355       BP
GO:0071356       BP
GO:0071357       BP
GO:0071358       BP
GO:0071359       BP
GO:0071360       BP
GO:0071361       BP
GO:0071362       BP
GO:0071363       BP
GO:0071364       BP
GO:0071371       BP
GO:0071372       BP
GO:0071373       BP
GO:0071374       BP
GO:0071375       BP
GO:0071376       BP
GO:0071377       BP
GO:0071378       BP
GO:0071379       BP
GO:0071380       BP
GO:0071383       BP
GO:0071384       BP
GO:0071385       BP
GO:0071386       BP
GO:0071387       BP
GO:0071389       BP
GO:0071391       BP
GO:0071392       BP
GO:0071393       BP
GO:0071394       BP
GO:0071395       BP
GO:0071396       BP
GO:0071397       BP
GO:0071398       BP
GO:0071400       BP
GO:0071401       BP
GO:0071402       BP
GO:0071403       BP
GO:0071404       BP
GO:0071407       BP
GO:0071409       BP
GO:0071412       BP
GO:0071413       BP
GO:0071415       BP
GO:0071417       BP
GO:0071418       BP
GO:0071420       BP
GO:0071421       BP
GO:0071422       BP
GO:0071423       BP
GO:0071424       MF
GO:0071425       BP
GO:0071439       CC
GO:0071444       BP
GO:0071447       BP
GO:0071449       BP
GO:0071450       BP
GO:0071451       BP
GO:0071453       BP
GO:0071454       BP
GO:0071455       BP
GO:0071456       BP
GO:0071459       BP
GO:0071461       BP
GO:0071462       BP
GO:0071464       BP
GO:0071466       BP
GO:0071467       BP
GO:0071468       BP
GO:0071469       BP
GO:0071470       BP
GO:0071471       BP
GO:0071472       BP
GO:0071474       BP
GO:0071475       BP
GO:0071476       BP
GO:0071477       BP
GO:0071478       BP
GO:0071479       BP
GO:0071480       BP
GO:0071481       BP
GO:0071482       BP
GO:0071483       BP
GO:0071484       BP
GO:0071485       BP
GO:0071486       BP
GO:0071492       BP
GO:0071493       BP
GO:0071494       BP
GO:0071495       BP
GO:0071496       BP
GO:0071498       BP
GO:0071499       BP
GO:0071500       BP
GO:0071501       BP
GO:0071502       BP
GO:0071503       BP
GO:0071504       BP
GO:0071505       BP
GO:0071506       BP
GO:0071513       CC
GO:0071514       BP
GO:0071526       BP
GO:0071528       BP
GO:0071529       BP
GO:0071532       MF
GO:0071535       MF
GO:0071539       BP
GO:0071540       CC
GO:0071541       CC
GO:0071542       BP
GO:0071543       BP
GO:0071544       BP
GO:0071545       BP
GO:0071546       CC
GO:0071547       CC
GO:0071548       BP
GO:0071549       BP
GO:0071550       BP
GO:0071553       MF
GO:0071558       MF
GO:0071559       BP
GO:0071560       BP
GO:0071561       CC
GO:0071564       CC
GO:0071565       CC
GO:0071566       MF
GO:0071567       MF
GO:0071568       MF
GO:0071569       BP
GO:0071573       BP
GO:0071577       BP
GO:0071578       BP
GO:0071579       BP
GO:0071580       BP
GO:0071581       BP
GO:0071582       BP
GO:0071583       BP
GO:0071584       BP
GO:0071585       BP
GO:0071586       BP
GO:0071593       BP
GO:0071595       CC
GO:0071596       BP
GO:0071598       CC
GO:0071599       BP
GO:0071600       BP
GO:0071602       BP
GO:0071603       BP
GO:0071604       BP
GO:0071605       BP
GO:0071606       BP
GO:0071608       BP
GO:0071609       BP
GO:0071610       BP
GO:0071611       BP
GO:0071612       BP
GO:0071613       BP
GO:0071614       MF
GO:0071616       BP
GO:0071617       MF
GO:0071618       MF
GO:0071621       BP
GO:0071622       BP
GO:0071623       BP
GO:0071624       BP
GO:0071625       BP
GO:0071626       BP
GO:0071629       BP
GO:0071630       BP
GO:0071633       MF
GO:0071634       BP
GO:0071635       BP
GO:0071636       BP
GO:0071637       BP
GO:0071638       BP
GO:0071639       BP
GO:0071640       BP
GO:0071641       BP
GO:0071642       BP
GO:0071643       BP
GO:0071644       BP
GO:0071649       BP
GO:0071650       BP
GO:0071651       BP
GO:0071652       BP
GO:0071654       BP
GO:0071655       BP
GO:0071656       BP
GO:0071657       BP
GO:0071658       BP
GO:0071659       BP
GO:0071660       BP
GO:0071661       BP
GO:0071663       BP
GO:0071664       CC
GO:0071665       CC
GO:0071667       MF
GO:0071670       BP
GO:0071671       BP
GO:0071672       BP
GO:0071673       BP
GO:0071674       BP
GO:0071675       BP
GO:0071676       BP
GO:0071677       BP
GO:0071678       BP
GO:0071679       BP
GO:0071680       BP
GO:0071681       BP
GO:0071682       CC
GO:0071684       BP
GO:0071688       BP
GO:0071691       BP
GO:0071692       BP
GO:0071693       BP
GO:0071694       BP
GO:0071695       BP
GO:0071696       BP
GO:0071697       BP
GO:0071698       BP
GO:0071699       BP
GO:0071701       BP
GO:0071702       BP
GO:0071704       BP
GO:0071705       BP
GO:0071706       BP
GO:0071707       BP
GO:0071709       BP
GO:0071711       BP
GO:0071714       MF
GO:0071715       BP
GO:0071716       BP
GO:0071723       MF
GO:0071724       BP
GO:0071725       BP
GO:0071726       BP
GO:0071727       BP
GO:0071731       BP
GO:0071732       BP
GO:0071735       CC
GO:0071745       CC
GO:0071746       CC
GO:0071748       CC
GO:0071749       CC
GO:0071750       CC
GO:0071751       CC
GO:0071752       CC
GO:0071753       CC
GO:0071754       CC
GO:0071755       CC
GO:0071756       CC
GO:0071763       BP
GO:0071765       BP
GO:0071772       BP
GO:0071773       BP
GO:0071774       BP
GO:0071782       CC
GO:0071786       BP
GO:0071787       BP
GO:0071788       BP
GO:0071791       MF
GO:0071795       MF
GO:0071796       MF
GO:0071797       CC
GO:0071798       BP
GO:0071799       BP
GO:0071800       BP
GO:0071801       BP
GO:0071803       BP
GO:0071805       BP
GO:0071806       BP
GO:0071812       BP
GO:0071813       MF
GO:0071814       MF
GO:0071816       BP
GO:0071817       CC
GO:0071818       CC
GO:0071819       CC
GO:0071820       MF
GO:0071821       CC
GO:0071824       BP
GO:0071825       BP
GO:0071826       BP
GO:0071827       BP
GO:0071830       BP
GO:0071831       BP
GO:0071837       MF
GO:0071838       BP
GO:0071839       BP
GO:0071840       BP
GO:0071846       BP
GO:0071855       MF
GO:0071863       BP
GO:0071864       BP
GO:0071865       BP
GO:0071866       BP
GO:0071867       BP
GO:0071868       BP
GO:0071869       BP
GO:0071870       BP
GO:0071871       BP
GO:0071872       BP
GO:0071873       BP
GO:0071874       BP
GO:0071875       BP
GO:0071877       BP
GO:0071878       BP
GO:0071879       BP
GO:0071880       BP
GO:0071881       BP
GO:0071882       BP
GO:0071885       MF
GO:0071886       MF
GO:0071887       BP
GO:0071888       BP
GO:0071889       MF
GO:0071890       MF
GO:0071895       BP
GO:0071896       BP
GO:0071897       BP
GO:0071900       BP
GO:0071901       BP
GO:0071902       BP
GO:0071907       BP
GO:0071908       BP
GO:0071909       BP
GO:0071910       BP
GO:0071911       BP
GO:0071913       MF
GO:0071914       CC
GO:0071916       MF
GO:0071918       BP
GO:0071919       BP
GO:0071920       CC
GO:0071921       BP
GO:0071926       BP
GO:0071929       BP
GO:0071932       BP
GO:0071933       MF
GO:0071934       BP
GO:0071938       BP
GO:0071939       BP
GO:0071941       BP
GO:0071942       CC
GO:0071943       CC
GO:0071944       CC
GO:0071947       BP
GO:0071949       MF
GO:0071951       BP
GO:0071953       CC
GO:0071955       BP
GO:0071960       BP
GO:0071962       BP
GO:0071963       BP
GO:0071965       BP
GO:0071971       BP
GO:0071976       BP
GO:0071985       BP
GO:0071986       CC
GO:0071987       MF
GO:0071988       BP
GO:0072001       BP
GO:0072003       BP
GO:0072004       BP
GO:0072006       BP
GO:0072007       BP
GO:0072008       BP
GO:0072009       BP
GO:0072010       BP
GO:0072011       BP
GO:0072012       BP
GO:0072014       BP
GO:0072015       BP
GO:0072016       BP
GO:0072017       BP
GO:0072019       BP
GO:0072020       BP
GO:0072021       BP
GO:0072022       BP
GO:0072023       BP
GO:0072024       BP
GO:0072025       BP
GO:0072027       BP
GO:0072028       BP
GO:0072032       BP
GO:0072033       BP
GO:0072034       BP
GO:0072036       BP
GO:0072038       BP
GO:0072039       BP
GO:0072040       BP
GO:0072044       BP
GO:0072046       BP
GO:0072047       BP
GO:0072048       BP
GO:0072049       BP
GO:0072050       BP
GO:0072051       BP
GO:0072053       BP
GO:0072054       BP
GO:0072055       BP
GO:0072059       BP
GO:0072060       BP
GO:0072061       BP
GO:0072069       BP
GO:0072070       BP
GO:0072071       BP
GO:0072073       BP
GO:0072074       BP
GO:0072075       BP
GO:0072076       BP
GO:0072077       BP
GO:0072078       BP
GO:0072079       BP
GO:0072080       BP
GO:0072081       BP
GO:0072086       BP
GO:0072087       BP
GO:0072088       BP
GO:0072089       BP
GO:0072091       BP
GO:0072092       BP
GO:0072093       BP
GO:0072095       BP
GO:0072098       BP
GO:0072102       BP
GO:0072103       BP
GO:0072104       BP
GO:0072105       BP
GO:0072106       BP
GO:0072107       BP
GO:0072108       BP
GO:0072109       BP
GO:0072110       BP
GO:0072111       BP
GO:0072112       BP
GO:0072114       BP
GO:0072124       BP
GO:0072125       BP
GO:0072126       BP
GO:0072127       BP
GO:0072128       BP
GO:0072129       BP
GO:0072130       BP
GO:0072131       BP
GO:0072132       BP
GO:0072133       BP
GO:0072134       BP
GO:0072135       BP
GO:0072136       BP
GO:0072137       BP
GO:0072138       BP
GO:0072139       BP
GO:0072141       BP
GO:0072143       BP
GO:0072144       BP
GO:0072148       BP
GO:0072156       BP
GO:0072158       BP
GO:0072160       BP
GO:0072161       BP
GO:0072162       BP
GO:0072163       BP
GO:0072164       BP
GO:0072165       BP
GO:0072166       BP
GO:0072167       BP
GO:0072168       BP
GO:0072169       BP
GO:0072170       BP
GO:0072171       BP
GO:0072172       BP
GO:0072173       BP
GO:0072174       BP
GO:0072175       BP
GO:0072176       BP
GO:0072177       BP
GO:0072178       BP
GO:0072179       BP
GO:0072180       BP
GO:0072181       BP
GO:0072182       BP
GO:0072183       BP
GO:0072184       BP
GO:0072185       BP
GO:0072186       BP
GO:0072189       BP
GO:0072190       BP
GO:0072191       BP
GO:0072193       BP
GO:0072194       BP
GO:0072195       BP
GO:0072197       BP
GO:0072198       BP
GO:0072199       BP
GO:0072200       BP
GO:0072201       BP
GO:0072202       BP
GO:0072203       BP
GO:0072205       BP
GO:0072206       BP
GO:0072207       BP
GO:0072208       BP
GO:0072209       BP
GO:0072210       BP
GO:0072213       BP
GO:0072214       BP
GO:0072215       BP
GO:0072216       BP
GO:0072217       BP
GO:0072218       BP
GO:0072219       BP
GO:0072220       BP
GO:0072221       BP
GO:0072223       BP
GO:0072224       BP
GO:0072227       BP
GO:0072229       BP
GO:0072230       BP
GO:0072232       BP
GO:0072233       BP
GO:0072234       BP
GO:0072235       BP
GO:0072236       BP
GO:0072237       BP
GO:0072239       BP
GO:0072240       BP
GO:0072243       BP
GO:0072244       BP
GO:0072248       BP
GO:0072249       BP
GO:0072254       BP
GO:0072255       BP
GO:0072257       BP
GO:0072258       BP
GO:0072259       BP
GO:0072262       BP
GO:0072265       BP
GO:0072266       BP
GO:0072267       BP
GO:0072268       BP
GO:0072272       BP
GO:0072273       BP
GO:0072274       BP
GO:0072275       BP
GO:0072276       BP
GO:0072277       BP
GO:0072278       BP
GO:0072282       BP
GO:0072283       BP
GO:0072284       BP
GO:0072285       BP
GO:0072286       BP
GO:0072287       BP
GO:0072289       BP
GO:0072298       BP
GO:0072300       BP
GO:0072301       BP
GO:0072302       BP
GO:0072303       BP
GO:0072304       BP
GO:0072305       BP
GO:0072307       BP
GO:0072308       BP
GO:0072309       BP
GO:0072310       BP
GO:0072311       BP
GO:0072312       BP
GO:0072313       BP
GO:0072318       BP
GO:0072319       BP
GO:0072320       MF
GO:0072329       BP
GO:0072330       BP
GO:0072331       BP
GO:0072332       BP
GO:0072334       BP
GO:0072337       BP
GO:0072338       BP
GO:0072340       BP
GO:0072341       MF
GO:0072343       BP
GO:0072344       BP
GO:0072345       MF
GO:0072347       BP
GO:0072348       BP
GO:0072349       MF
GO:0072350       BP
GO:0072354       MF
GO:0072356       BP
GO:0072357       CC
GO:0072359       BP
GO:0072376       BP
GO:0072377       BP
GO:0072378       BP
GO:0072379       CC
GO:0072380       CC
GO:0072383       BP
GO:0072384       BP
GO:0072385       BP
GO:0072386       BP
GO:0072387       BP
GO:0072388       BP
GO:0072389       BP
GO:0072393       BP
GO:0072396       BP
GO:0072402       BP
GO:0072414       BP
GO:0072423       BP
GO:0072429       BP
GO:0072432       BP
GO:0072487       CC
GO:0072488       BP
GO:0072489       BP
GO:0072497       BP
GO:0072498       BP
GO:0072513       BP
GO:0072518       MF
GO:0072520       BP
GO:0072521       BP
GO:0072522       BP
GO:0072523       BP
GO:0072524       BP
GO:0072525       BP
GO:0072526       BP
GO:0072527       BP
GO:0072528       BP
GO:0072529       BP
GO:0072530       BP
GO:0072531       BP
GO:0072534       CC
GO:0072535       BP
GO:0072536       CC
GO:0072537       BP
GO:0072538       BP
GO:0072539       BP
GO:0072540       BP
GO:0072542       MF
GO:0072545       MF
GO:0072546       CC
GO:0072553       BP
GO:0072554       BP
GO:0072555       MF
GO:0072557       CC
GO:0072558       CC
GO:0072559       CC
GO:0072560       BP
GO:0072562       CC
GO:0072563       CC
GO:0072564       BP
GO:0072566       BP
GO:0072567       BP
GO:0072570       MF
GO:0072571       MF
GO:0072572       MF
GO:0072573       BP
GO:0072574       BP
GO:0072575       BP
GO:0072576       BP
GO:0072577       BP
GO:0072578       BP
GO:0072579       BP
GO:0072582       MF
GO:0072583       BP
GO:0072584       BP
GO:0072588       CC
GO:0072589       CC
GO:0072590       MF
GO:0072591       MF
GO:0072592       BP
GO:0072593       BP
GO:0072594       BP
GO:0072595       BP
GO:0072599       BP
GO:0072637       BP
GO:0072639       BP
GO:0072655       BP
GO:0072656       BP
GO:0072657       BP
GO:0072658       BP
GO:0072659       BP
GO:0072660       BP
GO:0072662       BP
GO:0072663       BP
GO:0072665       BP
GO:0072666       BP
GO:0072669       CC
GO:0072672       BP
GO:0072673       BP
GO:0072674       BP
GO:0072675       BP
GO:0072676       BP
GO:0072677       BP
GO:0072678       BP
GO:0072679       BP
GO:0072680       BP
GO:0072681       BP
GO:0072682       BP
GO:0072683       BP
GO:0072686       CC
GO:0072687       CC
GO:0072695       BP
GO:0072697       BP
GO:0072698       BP
GO:0072702       BP
GO:0072703       BP
GO:0072706       BP
GO:0072707       BP
GO:0072708       BP
GO:0072709       BP
GO:0072710       BP
GO:0072711       BP
GO:0072714       BP
GO:0072715       BP
GO:0072716       BP
GO:0072717       BP
GO:0072718       BP
GO:0072719       BP
GO:0072720       BP
GO:0072732       BP
GO:0072733       BP
GO:0072734       BP
GO:0072737       BP
GO:0072738       BP
GO:0072739       BP
GO:0072740       BP
GO:0072749       BP
GO:0072750       BP
GO:0072752       BP
GO:0072757       BP
GO:0075136       BP
GO:0075294       BP
GO:0075342       BP
GO:0075506       BP
GO:0075509       BP
GO:0075512       BP
GO:0075519       BP
GO:0075521       BP
GO:0075522       BP
GO:0075523       BP
GO:0075525       BP
GO:0075606       BP
GO:0075713       BP
GO:0075732       BP
GO:0075733       BP
GO:0080008       CC
GO:0080009       BP
GO:0080019       MF
GO:0080025       MF
GO:0080048       MF
GO:0080079       MF
GO:0080084       MF
GO:0080090       BP
GO:0080101       MF
GO:0080111       BP
GO:0080120       BP
GO:0080121       BP
GO:0080122       MF
GO:0080129       BP
GO:0080132       MF
GO:0080134       BP
GO:0080135       BP
GO:0080144       BP
GO:0080146       MF
GO:0080154       BP
GO:0080163       BP
GO:0080164       BP
GO:0080170       BP
GO:0080171       BP
GO:0080184       BP
GO:0085017       BP
GO:0085020       BP
GO:0085029       BP
GO:0086001       BP
GO:0086002       BP
GO:0086003       BP
GO:0086004       BP
GO:0086005       BP
GO:0086006       MF
GO:0086007       MF
GO:0086008       MF
GO:0086009       BP
GO:0086010       BP
GO:0086011       BP
GO:0086012       BP
GO:0086013       BP
GO:0086014       BP
GO:0086015       BP
GO:0086016       BP
GO:0086017       BP
GO:0086018       BP
GO:0086019       BP
GO:0086020       MF
GO:0086021       BP
GO:0086023       BP
GO:0086026       BP
GO:0086027       BP
GO:0086028       BP
GO:0086029       BP
GO:0086030       BP
GO:0086036       BP
GO:0086038       MF
GO:0086039       MF
GO:0086040       MF
GO:0086041       MF
GO:0086042       BP
GO:0086043       BP
GO:0086044       BP
GO:0086045       BP
GO:0086046       BP
GO:0086047       BP
GO:0086048       BP
GO:0086050       BP
GO:0086052       BP
GO:0086053       BP
GO:0086054       BP
GO:0086055       BP
GO:0086056       MF
GO:0086057       MF
GO:0086059       MF
GO:0086060       MF
GO:0086061       MF
GO:0086062       MF
GO:0086063       MF
GO:0086064       BP
GO:0086065       BP
GO:0086066       BP
GO:0086067       BP
GO:0086068       BP
GO:0086069       BP
                                                                                                                                                                                                  TERM
GO:0000002                                                                                                                                                            mitochondrial genome maintenance
GO:0000003                                                                                                                                                                                reproduction
GO:0000009                                                                                                                                                      alpha-1,6-mannosyltransferase activity
GO:0000010                                                                                                                                                   trans-hexaprenyltranstransferase activity
GO:0000012                                                                                                                                                                  single strand break repair
GO:0000014                                                                                                                                          single-stranded DNA endodeoxyribonuclease activity
GO:0000015                                                                                                                                                           phosphopyruvate hydratase complex
GO:0000016                                                                                                                                                                            lactase activity
GO:0000017                                                                                                                                                                   alpha-glucoside transport
GO:0000018                                                                                                                                                             regulation of DNA recombination
GO:0000019                                                                                                                                                         regulation of mitotic recombination
GO:0000022                                                                                                                                                                  mitotic spindle elongation
GO:0000023                                                                                                                                                                   maltose metabolic process
GO:0000025                                                                                                                                                                   maltose catabolic process
GO:0000026                                                                                                                                                      alpha-1,2-mannosyltransferase activity
GO:0000027                                                                                                                                                            ribosomal large subunit assembly
GO:0000028                                                                                                                                                            ribosomal small subunit assembly
GO:0000030                                                                                                                                                                mannosyltransferase activity
GO:0000033                                                                                                                                                      alpha-1,3-mannosyltransferase activity
GO:0000035                                                                                                                                                                                acyl binding
GO:0000036                                                                                                                                                                       acyl carrier activity
GO:0000038                                                                                                                                                very long-chain fatty acid metabolic process
GO:0000041                                                                                                                                                              transition metal ion transport
GO:0000045                                                                                                                                                                      autophagosome assembly
GO:0000048                                                                                                                                                                peptidyltransferase activity
GO:0000049                                                                                                                                                                                tRNA binding
GO:0000050                                                                                                                                                                                  urea cycle
GO:0000052                                                                                                                                                                citrulline metabolic process
GO:0000053                                                                                                                                                         argininosuccinate metabolic process
GO:0000054                                                                                                                                                       ribosomal subunit export from nucleus
GO:0000055                                                                                                                                                 ribosomal large subunit export from nucleus
GO:0000056                                                                                                                                                 ribosomal small subunit export from nucleus
GO:0000062                                                                                                                                                                      fatty-acyl-CoA binding
GO:0000064                                                                                                                                              L-ornithine transmembrane transporter activity
GO:0000070                                                                                                                                                        mitotic sister chromatid segregation
GO:0000075                                                                                                                                                             cell cycle checkpoint signaling
GO:0000076                                                                                                                                                        DNA replication checkpoint signaling
GO:0000077                                                                                                                                                             DNA damage checkpoint signaling
GO:0000079                                                                                                                     regulation of cyclin-dependent protein serine/threonine kinase activity
GO:0000080                                                                                                                                                                            mitotic G1 phase
GO:0000082                                                                                                                                                       G1/S transition of mitotic cell cycle
GO:0000086                                                                                                                                                       G2/M transition of mitotic cell cycle
GO:0000095                                                                                                                                  S-adenosyl-L-methionine transmembrane transporter activity
GO:0000096                                                                                                                                                         sulfur amino acid metabolic process
GO:0000097                                                                                                                                                      sulfur amino acid biosynthetic process
GO:0000098                                                                                                                                                         sulfur amino acid catabolic process
GO:0000099                                                                                                                                        sulfur amino acid transmembrane transporter activity
GO:0000101                                                                                                                                                                 sulfur amino acid transport
GO:0000103                                                                                                                                                                        sulfate assimilation
GO:0000104                                                                                                                                                            succinate dehydrogenase activity
GO:0000105                                                                                                                                                              histidine biosynthetic process
GO:0000109                                                                                                                                                          nucleotide-excision repair complex
GO:0000110                                                                                                                                                 nucleotide-excision repair factor 1 complex
GO:0000111                                                                                                                                                 nucleotide-excision repair factor 2 complex
GO:0000112                                                                                                                                                 nucleotide-excision repair factor 3 complex
GO:0000118                                                                                                                                                                 histone deacetylase complex
GO:0000120                                                                                                                                            RNA polymerase I transcription regulator complex
GO:0000121                                                                                                                                                             glycerol-1-phosphatase activity
GO:0000122                                                                                                                                   negative regulation of transcription by RNA polymerase II
GO:0000123                                                                                                                                                           histone acetyltransferase complex
GO:0000124                                                                                                                                                                                SAGA complex
GO:0000126                                                                                                                                                         transcription factor TFIIIB complex
GO:0000127                                                                                                                                                         transcription factor TFIIIC complex
GO:0000132                                                                                                                                                establishment of mitotic spindle orientation
GO:0000137                                                                                                                                                                          Golgi cis cisterna
GO:0000138                                                                                                                                                                        Golgi trans cisterna
GO:0000139                                                                                                                                                                              Golgi membrane
GO:0000140                                                                                                                                                  acylglycerone-phosphate reductase activity
GO:0000145                                                                                                                                                                                     exocyst
GO:0000146                                                                                                                                                                microfilament motor activity
GO:0000149                                                                                                                                                                               SNARE binding
GO:0000150                                                                                                                                                                DNA strand exchange activity
GO:0000151                                                                                                                                                                    ubiquitin ligase complex
GO:0000152                                                                                                                                                            nuclear ubiquitin ligase complex
GO:0000153                                                                                                                                                        cytoplasmic ubiquitin ligase complex
GO:0000154                                                                                                                                                                           rRNA modification
GO:0000159                                                                                                                                                         protein phosphatase type 2A complex
GO:0000164                                                                                                                                                          protein phosphatase type 1 complex
GO:0000165                                                                                                                                                                                MAPK cascade
GO:0000166                                                                                                                                                                          nucleotide binding
GO:0000170                                                                                                                                                            sphingosine hydroxylase activity
GO:0000171                                                                                                                                                                   ribonuclease MRP activity
GO:0000172                                                                                                                                                                    ribonuclease MRP complex
GO:0000175                                                                                                                                                              3'-5'-RNA exonuclease activity
GO:0000176                                                                                                                                                             nuclear exosome (RNase complex)
GO:0000177                                                                                                                                                         cytoplasmic exosome (RNase complex)
GO:0000178                                                                                                                                                                     exosome (RNase complex)
GO:0000179                                                                                                                                          rRNA (adenine-N6,N6-)-dimethyltransferase activity
GO:0000182                                                                                                                                                                                rDNA binding
GO:0000183                                                                                                                                                              rDNA heterochromatin formation
GO:0000184                                                                                                                         nuclear-transcribed mRNA catabolic process, nonsense-mediated decay
GO:0000209                                                                                                                                                                  protein polyubiquitination
GO:0000210                                                                                                                                                                 NAD+ diphosphatase activity
GO:0000212                                                                                                                                                                meiotic spindle organization
GO:0000213                                                                                                                                                           tRNA-intron endonuclease activity
GO:0000214                                                                                                                                                            tRNA-intron endonuclease complex
GO:0000215                                                                                                                                                         tRNA 2'-phosphotransferase activity
GO:0000217                                                                                                                                                             DNA secondary structure binding
GO:0000220                                                                                                                                       vacuolar proton-transporting V-type ATPase, V0 domain
GO:0000221                                                                                                                                       vacuolar proton-transporting V-type ATPase, V1 domain
GO:0000224                                                                                                                          peptide-N4-(N-acetyl-beta-glucosaminyl)asparagine amidase activity
GO:0000225                                                                                                                               N-acetylglucosaminylphosphatidylinositol deacetylase activity
GO:0000226                                                                                                                                                       microtubule cytoskeleton organization
GO:0000228                                                                                                                                                                          nuclear chromosome
GO:0000235                                                                                                                                                                          astral microtubule
GO:0000242                                                                                                                                                                     pericentriolar material
GO:0000243                                                                                                                                                                          commitment complex
GO:0000244                                                                                                                                                     spliceosomal tri-snRNP complex assembly
GO:0000245                                                                                                                                                               spliceosomal complex assembly
GO:0000246                                                                                                                                                     delta24(24-1) sterol reductase activity
GO:0000248                                                                                                                                                              C-5 sterol desaturase activity
GO:0000250                                                                                                                                                                lanosterol synthase activity
GO:0000253                                                                                                                                                            3-keto sterol reductase activity
GO:0000254                                                                                                                                                           C-4 methylsterol oxidase activity
GO:0000255                                                                                                                                                                 allantoin metabolic process
GO:0000256                                                                                                                                                                 allantoin catabolic process
GO:0000266                                                                                                                                                                       mitochondrial fission
GO:0000268                                                                                                                                                       peroxisome targeting sequence binding
GO:0000270                                                                                                                                                             peptidoglycan metabolic process
GO:0000271                                                                                                                                                         polysaccharide biosynthetic process
GO:0000272                                                                                                                                                            polysaccharide catabolic process
GO:0000274                                                                                                                                mitochondrial proton-transporting ATP synthase, stator stalk
GO:0000275                                                                                                               mitochondrial proton-transporting ATP synthase complex, catalytic sector F(1)
GO:0000276                                                                                                                mitochondrial proton-transporting ATP synthase complex, coupling factor F(o)
GO:0000278                                                                                                                                                                          mitotic cell cycle
GO:0000280                                                                                                                                                                            nuclear division
GO:0000281                                                                                                                                                                         mitotic cytokinesis
GO:0000285                                                                                                                                        1-phosphatidylinositol-3-phosphate 5-kinase activity
GO:0000287                                                                                                                                                                       magnesium ion binding
GO:0000288                                                                                                                   nuclear-transcribed mRNA catabolic process, deadenylation-dependent decay
GO:0000289                                                                                                                                            nuclear-transcribed mRNA poly(A) tail shortening
GO:0000290                                                                                                                               deadenylation-dependent decapping of nuclear-transcribed mRNA
GO:0000291                                                                                                                                  nuclear-transcribed mRNA catabolic process, exonucleolytic
GO:0000293                                                                                                                                                           ferric-chelate reductase activity
GO:0000295                                                                                                                                       adenine nucleotide transmembrane transporter activity
GO:0000296                                                                                                                                                                          spermine transport
GO:0000298                                                                                                                                                                endopolyphosphatase activity
GO:0000301                                                                                                                                        retrograde transport, vesicle recycling within Golgi
GO:0000302                                                                                                                                                         response to reactive oxygen species
GO:0000303                                                                                                                                                                      response to superoxide
GO:0000304                                                                                                                                                                  response to singlet oxygen
GO:0000305                                                                                                                                                                  response to oxygen radical
GO:0000307                                                                                                                                          cyclin-dependent protein kinase holoenzyme complex
GO:0000308                                                                                                                              cytoplasmic cyclin-dependent protein kinase holoenzyme complex
GO:0000309                                                                                                                                        nicotinamide-nucleotide adenylyltransferase activity
GO:0000313                                                                                                                                                                         organellar ribosome
GO:0000314                                                                                                                                                          organellar small ribosomal subunit
GO:0000315                                                                                                                                                          organellar large ribosomal subunit
GO:0000320                                                                                                                                                            re-entry into mitotic cell cycle
GO:0000322                                                                                                                                                                             storage vacuole
GO:0000323                                                                                                                                                                               lytic vacuole
GO:0000332                                                                                                                            template for synthesis of G-rich strand of telomere DNA activity
GO:0000333                                                                                                                                                           telomerase catalytic core complex
GO:0000334                                                                                                                                              3-hydroxyanthranilate 3,4-dioxygenase activity
GO:0000338                                                                                                                                                                       protein deneddylation
GO:0000339                                                                                                                                                                             RNA cap binding
GO:0000340                                                                                                                                                           RNA 7-methylguanosine cap binding
GO:0000346                                                                                                                                                                transcription export complex
GO:0000347                                                                                                                                                                                 THO complex
GO:0000349                                                                                                                      generation of catalytic spliceosome for first transesterification step
GO:0000350                                                                                                                     generation of catalytic spliceosome for second transesterification step
GO:0000353                                                                                                                                                    formation of quadruple SL/U4/U5/U6 snRNP
GO:0000354                                                                                                                                                   cis assembly of pre-catalytic spliceosome
GO:0000365                                                                                                                                                        mRNA trans splicing, via spliceosome
GO:0000375                                                                                                                                             RNA splicing, via transesterification reactions
GO:0000377                                                                                                        RNA splicing, via transesterification reactions with bulged adenosine as nucleophile
GO:0000378                                                                                                                                                                           RNA exon ligation
GO:0000379                                                                                                                                       tRNA-type intron splice site recognition and cleavage
GO:0000380                                                                                                                                                  alternative mRNA splicing, via spliceosome
GO:0000381                                                                                                                                    regulation of alternative mRNA splicing, via spliceosome
GO:0000386                                                                                                                                            second spliceosomal transesterification activity
GO:0000387                                                                                                                                                                 spliceosomal snRNP assembly
GO:0000388                                                                                                                 spliceosome conformational change to release U4 (or U4atac) and U1 (or U11)
GO:0000389                                                                                                                                                             mRNA 3'-splice site recognition
GO:0000390                                                                                                                                                            spliceosomal complex disassembly
GO:0000393                                                                                                                      spliceosomal conformational changes to generate catalytic conformation
GO:0000394                                                                                                                                     RNA splicing, via endonucleolytic cleavage and ligation
GO:0000395                                                                                                                                                             mRNA 5'-splice site recognition
GO:0000398                                                                                                                                                              mRNA splicing, via spliceosome
GO:0000400                                                                                                                                                               four-way junction DNA binding
GO:0000403                                                                                                                                                                          Y-form DNA binding
GO:0000404                                                                                                                                                               heteroduplex DNA loop binding
GO:0000405                                                                                                                                                                          bubble DNA binding
GO:0000407                                                                                                                                                                    phagophore assembly site
GO:0000408                                                                                                                                                                           EKC/KEOPS complex
GO:0000409                                                                                                                                                    regulation of transcription by galactose
GO:0000411                                                                                                                                           positive regulation of transcription by galactose
GO:0000413                                                                                                                                                       protein peptidyl-prolyl isomerization
GO:0000417                                                                                                                                                                                 HIR complex
GO:0000421                                                                                                                                                                      autophagosome membrane
GO:0000422                                                                                                                                                                  autophagy of mitochondrion
GO:0000423                                                                                                                                                                                   mitophagy
GO:0000425                                                                                                                                                                                   pexophagy
GO:0000428                                                                                                                                                         DNA-directed RNA polymerase complex
GO:0000429                                                                                                               carbon catabolite regulation of transcription from RNA polymerase II promoter
GO:0000430                                                                                                                      regulation of transcription from RNA polymerase II promoter by glucose
GO:0000431                                                                                                                    regulation of transcription from RNA polymerase II promoter by galactose
GO:0000432                                                                                                             positive regulation of transcription from RNA polymerase II promoter by glucose
GO:0000435                                                                                                           positive regulation of transcription from RNA polymerase II promoter by galactose
GO:0000436                                                                                                               carbon catabolite activation of transcription from RNA polymerase II promoter
GO:0000438                                                                                                                                            core TFIIH complex portion of holo TFIIH complex
GO:0000439                                                                                                                                                     transcription factor TFIIH core complex
GO:0000444                                                                                                                                                                     MIS12/MIND type complex
GO:0000445                                                                                                                                            THO complex part of transcription export complex
GO:0000447                                         endonucleolytic cleavage in ITS1 to separate SSU-rRNA from 5.8S rRNA and LSU-rRNA from tricistronic rRNA transcript (SSU-rRNA, 5.8S rRNA, LSU-rRNA)
GO:0000448                                                                             cleavage in ITS2 between 5.8S rRNA and LSU-rRNA of tricistronic rRNA transcript (SSU-rRNA, 5.8S rRNA, LSU-rRNA)
GO:0000451                                                                                                                                                                       rRNA 2'-O-methylation
GO:0000454                                                                                                                                                  snoRNA guided rRNA pseudouridine synthesis
GO:0000455                                                                                                                                                enzyme-directed rRNA pseudouridine synthesis
GO:0000460                                                                                                                                                                     maturation of 5.8S rRNA
GO:0000461                                                                                         endonucleolytic cleavage to generate mature 3'-end of SSU-rRNA from (SSU-rRNA, 5.8S rRNA, LSU-rRNA)
GO:0000462                                                                                                    maturation of SSU-rRNA from tricistronic rRNA transcript (SSU-rRNA, 5.8S rRNA, LSU-rRNA)
GO:0000463                                                                                                    maturation of LSU-rRNA from tricistronic rRNA transcript (SSU-rRNA, 5.8S rRNA, LSU-rRNA)
GO:0000466                                                                                                   maturation of 5.8S rRNA from tricistronic rRNA transcript (SSU-rRNA, 5.8S rRNA, LSU-rRNA)
GO:0000467                                                            exonucleolytic trimming to generate mature 3'-end of 5.8S rRNA from tricistronic rRNA transcript (SSU-rRNA, 5.8S rRNA, LSU-rRNA)
GO:0000470                                                                                                                                                                      maturation of LSU-rRNA
GO:0000472                                                                                         endonucleolytic cleavage to generate mature 5'-end of SSU-rRNA from (SSU-rRNA, 5.8S rRNA, LSU-rRNA)
GO:0000479                                                                                                    endonucleolytic cleavage of tricistronic rRNA transcript (SSU-rRNA, 5.8S rRNA, LSU-rRNA)
GO:0000480                                                                                          endonucleolytic cleavage in 5'-ETS of tricistronic rRNA transcript (SSU-rRNA, 5.8S rRNA, LSU-rRNA)
GO:0000481                                                                                                                                                                       maturation of 5S rRNA
GO:0000491                                                                                                                                          small nucleolar ribonucleoprotein complex assembly
GO:0000492                                                                                                                                                                     box C/D snoRNP assembly
GO:0000493                                                                                                                                                                   box H/ACA snoRNP assembly
GO:0000494                                                                                                                                                               box C/D RNA 3'-end processing
GO:0000495                                                                                                                                                             box H/ACA RNA 3'-end processing
GO:0000497                                                                                                                                                                       DNA template activity
GO:0000502                                                                                                                                                                          proteasome complex
GO:0000506                                                                                                              glycosylphosphatidylinositol-N-acetylglucosaminyltransferase (GPI-GnT) complex
GO:0000512                                                                                                                                         lncRNA-mediated post-transcriptional gene silencing
GO:0000514                                                                                                                                  3-sulfino-L-alanine: proton, glutamate antiporter activity
GO:0000515                                                                                                                                             aspartate:glutamate, proton antiporter activity
GO:0000578                                                                                                                                                                embryonic axis specification
GO:0000700                                                                                                                                               mismatch base pair DNA N-glycosylase activity
GO:0000701                                                                                                                               purine-specific mismatch base pair DNA N-glycosylase activity
GO:0000702                                                                                                                                             oxidized base lesion DNA N-glycosylase activity
GO:0000703                                                                                                                            oxidized pyrimidine nucleobase lesion DNA N-glycosylase activity
GO:0000706                                                                                                                                                  meiotic DNA double-strand break processing
GO:0000707                                                                                                                                                            meiotic DNA recombinase assembly
GO:0000708                                                                                                                                                                     meiotic strand invasion
GO:0000709                                                                                                                                                            meiotic joint molecule formation
GO:0000710                                                                                                                                                                     meiotic mismatch repair
GO:0000711                                                                                                                                                                meiotic DNA repair synthesis
GO:0000712                                                                                                                                           resolution of meiotic recombination intermediates
GO:0000715                                                                                                                                          nucleotide-excision repair, DNA damage recognition
GO:0000717                                                                                                                                            nucleotide-excision repair, DNA duplex unwinding
GO:0000720                                                                                                                                       pyrimidine dimer repair by nucleotide-excision repair
GO:0000721                                                                                                                                                     (R,R)-butanediol dehydrogenase activity
GO:0000722                                                                                                                                                      telomere maintenance via recombination
GO:0000723                                                                                                                                                                        telomere maintenance
GO:0000724                                                                                                                                     double-strand break repair via homologous recombination
GO:0000725                                                                                                                                                                      recombinational repair
GO:0000727                                                                                                                                    double-strand break repair via break-induced replication
GO:0000729                                                                                                                                                          DNA double-strand break processing
GO:0000730                                                                                                                                                                    DNA recombinase assembly
GO:0000731                                                                                                                                                        DNA synthesis involved in DNA repair
GO:0000732                                                                                                                                                                     DNA strand displacement
GO:0000741                                                                                                                                                                                   karyogamy
GO:0000768                                                                                                                                               syncytium formation by plasma membrane fusion
GO:0000773                                                                                                                              phosphatidyl-N-methylethanolamine N-methyltransferase activity
GO:0000774                                                                                                                                                  adenyl-nucleotide exchange factor activity
GO:0000775                                                                                                                                                              chromosome, centromeric region
GO:0000776                                                                                                                                                                                 kinetochore
GO:0000779                                                                                                                                                    condensed chromosome, centromeric region
GO:0000781                                                                                                                                                                chromosome, telomeric region
GO:0000782                                                                                                                                                                        telomere cap complex
GO:0000783                                                                                                                                                                nuclear telomere cap complex
GO:0000785                                                                                                                                                                                   chromatin
GO:0000786                                                                                                                                                                                  nucleosome
GO:0000791                                                                                                                                                                                 euchromatin
GO:0000792                                                                                                                                                                             heterochromatin
GO:0000793                                                                                                                                                                        condensed chromosome
GO:0000794                                                                                                                                                                condensed nuclear chromosome
GO:0000795                                                                                                                                                                        synaptonemal complex
GO:0000796                                                                                                                                                                           condensin complex
GO:0000800                                                                                                                                                                             lateral element
GO:0000801                                                                                                                                                                             central element
GO:0000802                                                                                                                                                                         transverse filament
GO:0000803                                                                                                                                                                              sex chromosome
GO:0000805                                                                                                                                                                                X chromosome
GO:0000806                                                                                                                                                                                Y chromosome
GO:0000808                                                                                                                                                                  origin recognition complex
GO:0000810                                                                                                                                             diacylglycerol diphosphate phosphatase activity
GO:0000811                                                                                                                                                                                GINS complex
GO:0000812                                                                                                                                                                                Swr1 complex
GO:0000813                                                                                                                                                                             ESCRT I complex
GO:0000814                                                                                                                                                                            ESCRT II complex
GO:0000815                                                                                                                                                                           ESCRT III complex
GO:0000819                                                                                                                                                                sister chromatid segregation
GO:0000820                                                                                                                                 regulation of glutamine family amino acid metabolic process
GO:0000821                                                                                                                                                    regulation of arginine metabolic process
GO:0000822                                                                                                                                                           inositol hexakisphosphate binding
GO:0000823                                                                                                                                              inositol-1,4,5-trisphosphate 6-kinase activity
GO:0000824                                                                                                                                                inositol tetrakisphosphate 3-kinase activity
GO:0000825                                                                                                                                                inositol tetrakisphosphate 6-kinase activity
GO:0000827                                                                                                                                        inositol-1,3,4,5,6-pentakisphosphate kinase activity
GO:0000828                                                                                                                                                   inositol hexakisphosphate kinase activity
GO:0000829                                                                                                                                                  inositol heptakisphosphate kinase activity
GO:0000831                                                                                                                                                 inositol hexakisphosphate 6-kinase activity
GO:0000832                                                                                                                                                 inositol hexakisphosphate 5-kinase activity
GO:0000835                                                                                                                                                                 ER ubiquitin ligase complex
GO:0000836                                                                                                                                                              Hrd1p ubiquitin ligase complex
GO:0000839                                                                                                                                                       Hrd1p ubiquitin ligase ERAD-L complex
GO:0000900                                                                                                                              mRNA regulatory element binding translation repressor activity
GO:0000902                                                                                                                                                                          cell morphogenesis
GO:0000910                                                                                                                                                                                 cytokinesis
GO:0000912                                                                                                                                    assembly of actomyosin apparatus involved in cytokinesis
GO:0000915                                                                                                                                                        actomyosin contractile ring assembly
GO:0000916                                                                                                                                                     actomyosin contractile ring contraction
GO:0000917                                                                                                                                                                    division septum assembly
GO:0000921                                                                                                                                                                        septin ring assembly
GO:0000922                                                                                                                                                                                spindle pole
GO:0000923                                                                                                                                                    equatorial microtubule organizing center
GO:0000930                                                                                                                                                                       gamma-tubulin complex
GO:0000931                                                                                                                                                                  gamma-tubulin ring complex
GO:0000932                                                                                                                                                                                      P-body
GO:0000938                                                                                                                                                                                GARP complex
GO:0000939                                                                                                                                                                           inner kinetochore
GO:0000940                                                                                                                                                                           outer kinetochore
GO:0000956                                                                                                                                                  nuclear-transcribed mRNA catabolic process
GO:0000957                                                                                                                                                         mitochondrial RNA catabolic process
GO:0000958                                                                                                                                                        mitochondrial mRNA catabolic process
GO:0000959                                                                                                                                                         mitochondrial RNA metabolic process
GO:0000960                                                                                                                                           regulation of mitochondrial RNA catabolic process
GO:0000961                                                                                                                                  negative regulation of mitochondrial RNA catabolic process
GO:0000962                                                                                                                                  positive regulation of mitochondrial RNA catabolic process
GO:0000963                                                                                                                                                                mitochondrial RNA processing
GO:0000964                                                                                                                                                         mitochondrial RNA 5'-end processing
GO:0000965                                                                                                                                                         mitochondrial RNA 3'-end processing
GO:0000966                                                                                                                                                                       RNA 5'-end processing
GO:0000967                                                                                                                                                                      rRNA 5'-end processing
GO:0000968                                                                                                                                                                          tRNA exon ligation
GO:0000971                                                                                               tRNA exon ligation utilizing 2',3' cyclic phosphate of 5'-exon as source of linkage phosphate
GO:0000972                                                                                                        transcription-dependent tethering of RNA polymerase II gene DNA at nuclear periphery
GO:0000973                                                                                                           post-transcriptional tethering of RNA polymerase II gene DNA at nuclear periphery
GO:0000974                                                                                                                                                                               Prp19 complex
GO:0000976                                                                                                                                                 transcription cis-regulatory region binding
GO:0000977                                                                                                             RNA polymerase II transcription regulatory region sequence-specific DNA binding
GO:0000978                                                                                                                       RNA polymerase II cis-regulatory region sequence-specific DNA binding
GO:0000979                                                                                                                               RNA polymerase II core promoter sequence-specific DNA binding
GO:0000981                                                                                                                       DNA-binding transcription factor activity, RNA polymerase II-specific
GO:0000987                                                                                                                                         cis-regulatory region sequence-specific DNA binding
GO:0000992                                                                                                                      RNA polymerase III cis-regulatory region sequence-specific DNA binding
GO:0000993                                                                                                                                                           RNA polymerase II complex binding
GO:0000994                                                                                                                                                             RNA polymerase III core binding
GO:0000995                                                                                                                         RNA polymerase III general transcription initiation factor activity
GO:0001002                                                                                                                            RNA polymerase III type 1 promoter sequence-specific DNA binding
GO:0001003                                                                                                                            RNA polymerase III type 2 promoter sequence-specific DNA binding
GO:0001006                                                                                                                            RNA polymerase III type 3 promoter sequence-specific DNA binding
GO:0001010                                                                                                    RNA polymerase II sequence-specific DNA-binding transcription factor recruiting activity
GO:0001016                                                                                                            RNA polymerase III transcription regulatory region sequence-specific DNA binding
GO:0001018                                                                                                                                        mitochondrial promoter sequence-specific DNA binding
GO:0001025                                                                                                                          RNA polymerase III general transcription initiation factor binding
GO:0001042                                                                                                                                                               RNA polymerase I core binding
GO:0001046                                                                                                                                                 core promoter sequence-specific DNA binding
GO:0001054                                                                                                                                                                   RNA polymerase I activity
GO:0001055                                                                                                                                                                  RNA polymerase II activity
GO:0001056                                                                                                                                                                 RNA polymerase III activity
GO:0001067                                                                                                                                        transcription regulatory region nucleic acid binding
GO:0001069                                                                                                                                                               regulatory region RNA binding
GO:0001079                                                                                                             nitrogen catabolite regulation of transcription from RNA polymerase II promoter
GO:0001080                                                                                                             nitrogen catabolite activation of transcription from RNA polymerase II promoter
GO:0001091                                                                                                                           RNA polymerase II general transcription initiation factor binding
GO:0001093                                                                                                                                                    TFIIB-class transcription factor binding
GO:0001094                                                                                                                                            TFIID-class transcription factor complex binding
GO:0001096                                                                                                                                            TFIIF-class transcription factor complex binding
GO:0001097                                                                                                                                            TFIIH-class transcription factor complex binding
GO:0001098                                                                                                                                                       basal transcription machinery binding
GO:0001099                                                                                                                                     basal RNA polymerase II transcription machinery binding
GO:0001100                                                                                                                                                    negative regulation of exit from mitosis
GO:0001101                                                                                                                                                                   response to acid chemical
GO:0001109                                                                                                                                       promoter clearance during DNA-templated transcription
GO:0001111                                                                                                                                                        RNA polymerase II promoter clearance
GO:0001112                                                                                                                                          DNA-templated transcription open complex formation
GO:0001113                                                                                                                          transcription open complex formation at RNA polymerase II promoter
GO:0001120                                                                                                                                                              protein-DNA complex remodeling
GO:0001147                                                                                                                                transcription termination site sequence-specific DNA binding
GO:0001156                                                                                                                                           TFIIIC-class transcription factor complex binding
GO:0001161                                                                                                                      intronic transcription regulatory region sequence-specific DNA binding
GO:0001162                                                                                                    RNA polymerase II intronic transcription regulatory region sequence-specific DNA binding
GO:0001163                                                                                                              RNA polymerase I transcription regulatory region sequence-specific DNA binding
GO:0001164                                                                                                                                RNA polymerase I core promoter sequence-specific DNA binding
GO:0001165                                                                                                                        RNA polymerase I cis-regulatory region sequence-specific DNA binding
GO:0001172                                                                                                                                                                 RNA-templated transcription
GO:0001173                                                                                                                                          DNA-templated transcriptional start site selection
GO:0001174                                                                                                                          transcriptional start site selection at RNA polymerase II promoter
GO:0001178                                                                                                            regulation of transcriptional start site selection at RNA polymerase II promoter
GO:0001179                                                                                                                            RNA polymerase I general transcription initiation factor binding
GO:0001181                                                                                                                           RNA polymerase I general transcription initiation factor activity
GO:0001188                                                                                                                                             RNA polymerase I preinitiation complex assembly
GO:0001192                                                                                                                     maintenance of transcriptional fidelity during transcription elongation
GO:0001193                                                                                                maintenance of transcriptional fidelity during transcription elongation by RNA polymerase II
GO:0001216                                                                                                                                                DNA-binding transcription activator activity
GO:0001217                                                                                                                                                DNA-binding transcription repressor activity
GO:0001221                                                                                                                                                           transcription coregulator binding
GO:0001222                                                                                                                                                           transcription corepressor binding
GO:0001223                                                                                                                                                           transcription coactivator binding
GO:0001227                                                                                                                    DNA-binding transcription repressor activity, RNA polymerase II-specific
GO:0001228                                                                                                                    DNA-binding transcription activator activity, RNA polymerase II-specific
GO:0001325                                                                                                                                                  formation of extrachromosomal circular DNA
GO:0001401                                                                                                                                                                                 SAM complex
GO:0001405                                                                                                                                                  PAM complex, Tim23 associated import motor
GO:0001408                                                                                                                                                                guanine nucleotide transport
GO:0001409                                                                                                                                       guanine nucleotide transmembrane transporter activity
GO:0001501                                                                                                                                                                 skeletal system development
GO:0001502                                                                                                                                                                      cartilage condensation
GO:0001503                                                                                                                                                                                ossification
GO:0001504                                                                                                                                                                     neurotransmitter uptake
GO:0001507                                                                                                                                           acetylcholine catabolic process in synaptic cleft
GO:0001508                                                                                                                                                                            action potential
GO:0001510                                                                                                                                                                             RNA methylation
GO:0001512                                                                                                                                     dihydronicotinamide riboside quinone reductase activity
GO:0001514                                                                                                                                                                selenocysteine incorporation
GO:0001515                                                                                                                                                                     opioid peptide activity
GO:0001516                                                                                                                                                          prostaglandin biosynthetic process
GO:0001517                                                                                                                                           N-acetylglucosamine 6-O-sulfotransferase activity
GO:0001518                                                                                                                                                        voltage-gated sodium channel complex
GO:0001519                                                                                                                                                                           peptide amidation
GO:0001520                                                                                                                                                                           outer dense fiber
GO:0001522                                                                                                                                                                     pseudouridine synthesis
GO:0001523                                                                                                                                                                  retinoid metabolic process
GO:0001525                                                                                                                                                                                angiogenesis
GO:0001527                                                                                                                                                                                 microfibril
GO:0001530                                                                                                                                                                  lipopolysaccharide binding
GO:0001532                                                                                                                                                            interleukin-21 receptor activity
GO:0001533                                                                                                                                                                          cornified envelope
GO:0001534                                                                                                                                                                                radial spoke
GO:0001535                                                                                                                                                                           radial spoke head
GO:0001536                                                                                                                                                                          radial spoke stalk
GO:0001537                                                                                                                                         N-acetylgalactosamine 4-O-sulfotransferase activity
GO:0001539                                                                                                                                                 cilium or flagellum-dependent cell motility
GO:0001540                                                                                                                                                                        amyloid-beta binding
GO:0001541                                                                                                                                                                ovarian follicle development
GO:0001542                                                                                                                                                             ovulation from ovarian follicle
GO:0001543                                                                                                                                                                    ovarian follicle rupture
GO:0001544                                                                                                                                            initiation of primordial ovarian follicle growth
GO:0001545                                                                                                                                                             primary ovarian follicle growth
GO:0001546                                                                                                                                                           preantral ovarian follicle growth
GO:0001547                                                                                                                                                              antral ovarian follicle growth
GO:0001549                                                                                                                                                                cumulus cell differentiation
GO:0001550                                                                                                                                                                   ovarian cumulus expansion
GO:0001552                                                                                                                                                                    ovarian follicle atresia
GO:0001553                                                                                                                                                                               luteinization
GO:0001554                                                                                                                                                                                  luteolysis
GO:0001555                                                                                                                                                                               oocyte growth
GO:0001556                                                                                                                                                                           oocyte maturation
GO:0001558                                                                                                                                                                   regulation of cell growth
GO:0001560                                                                                                                                         regulation of cell growth by extracellular stimulus
GO:0001561                                                                                                                                                                  fatty acid alpha-oxidation
GO:0001562                                                                                                                                                                       response to protozoan
GO:0001567                                                                                                                                                         cholesterol 25-hydroxylase activity
GO:0001568                                                                                                                                                                    blood vessel development
GO:0001569                                                                                                                                            branching involved in blood vessel morphogenesis
GO:0001570                                                                                                                                                                              vasculogenesis
GO:0001572                                                                                                                                                       lactosylceramide biosynthetic process
GO:0001573                                                                                                                                                               ganglioside metabolic process
GO:0001574                                                                                                                                                            ganglioside biosynthetic process
GO:0001575                                                                                                                                                                 globoside metabolic process
GO:0001576                                                                                                                                                              globoside biosynthetic process
GO:0001578                                                                                                                                                                microtubule bundle formation
GO:0001579                                                                                                                                                           medium-chain fatty acid transport
GO:0001580                                                                                                               detection of chemical stimulus involved in sensory perception of bitter taste
GO:0001581                                                                                                                 detection of chemical stimulus involved in sensory perception of sour taste
GO:0001582                                                                                                                detection of chemical stimulus involved in sensory perception of sweet taste
GO:0001587                                                                                                                                                   Gq/11-coupled serotonin receptor activity
GO:0001588                                                                                                                                 dopamine neurotransmitter receptor activity, coupled via Gs
GO:0001591                                                                                                                              dopamine neurotransmitter receptor activity, coupled via Gi/Go
GO:0001594                                                                                                                                                               trace-amine receptor activity
GO:0001595                                                                                                                                                               angiotensin receptor activity
GO:0001596                                                                                                                                                        angiotensin type I receptor activity
GO:0001601                                                                                                                                                                peptide YY receptor activity
GO:0001602                                                                                                                                                    pancreatic polypeptide receptor activity
GO:0001604                                                                                                                                                              urotensin II receptor activity
GO:0001605                                                                                                                                                            adrenomedullin receptor activity
GO:0001607                                                                                                                                                              neuromedin U receptor activity
GO:0001609                                                                                                                                               G protein-coupled adenosine receptor activity
GO:0001614                                                                                                                                                     purinergic nucleotide receptor activity
GO:0001616                                                                                                                                               growth hormone secretagogue receptor activity
GO:0001618                                                                                                                                                                     virus receptor activity
GO:0001621                                                                                                                                                     G protein-coupled ADP receptor activity
GO:0001626                                                                                                                                                                nociceptin receptor activity
GO:0001631                                                                                                                                                     cysteinyl leukotriene receptor activity
GO:0001632                                                                                                                                                            leukotriene B4 receptor activity
GO:0001635                                                                                                                                           calcitonin gene-related peptide receptor activity
GO:0001637                                                                                                                                         G protein-coupled chemoattractant receptor activity
GO:0001640                                                                                                                  adenylate cyclase inhibiting G protein-coupled glutamate receptor activity
GO:0001641                                                                                                                                           group II metabotropic glutamate receptor activity
GO:0001642                                                                                                                                          group III metabotropic glutamate receptor activity
GO:0001648                                                                                                                                                      proteinase-activated receptor activity
GO:0001649                                                                                                                                                                  osteoblast differentiation
GO:0001650                                                                                                                                                                            fibrillar center
GO:0001651                                                                                                                                                                   dense fibrillar component
GO:0001652                                                                                                                                                                          granular component
GO:0001653                                                                                                                                                                   peptide receptor activity
GO:0001654                                                                                                                                                                             eye development
GO:0001655                                                                                                                                                               urogenital system development
GO:0001656                                                                                                                                                                     metanephros development
GO:0001657                                                                                                                                                                    ureteric bud development
GO:0001658                                                                                                                                            branching involved in ureteric bud morphogenesis
GO:0001659                                                                                                                                                                     temperature homeostasis
GO:0001660                                                                                                                                                                            fever generation
GO:0001661                                                                                                                                                                  conditioned taste aversion
GO:0001662                                                                                                                                                                    behavioral fear response
GO:0001664                                                                                                                                                          G protein-coupled receptor binding
GO:0001665                                                                                                                          alpha-N-acetylgalactosaminide alpha-2,6-sialyltransferase activity
GO:0001666                                                                                                                                                                         response to hypoxia
GO:0001667                                                                                                                                                               ameboidal-type cell migration
GO:0001669                                                                                                                                                                           acrosomal vesicle
GO:0001671                                                                                                                                                                   ATPase activator activity
GO:0001673                                                                                                                                                                      male germ cell nucleus
GO:0001674                                                                                                                                                                    female germ cell nucleus
GO:0001675                                                                                                                                                                           acrosome assembly
GO:0001676                                                                                                                                                     long-chain fatty acid metabolic process
GO:0001678                                                                                                                                                           intracellular glucose homeostasis
GO:0001680                                                                                                                                                               tRNA 3'-terminal CCA addition
GO:0001681                                                                                                                                                           sialate O-acetylesterase activity
GO:0001682                                                                                                                                                                      tRNA 5'-leader removal
GO:0001691                                                                                                                                                                  pseudophosphatase activity
GO:0001692                                                                                                                                                                 histamine metabolic process
GO:0001694                                                                                                                                                              histamine biosynthetic process
GO:0001695                                                                                                                                                                 histamine catabolic process
GO:0001696                                                                                                                                                                      gastric acid secretion
GO:0001698                                                                                                                                                      gastrin-induced gastric acid secretion
GO:0001701                                                                                                                                                              in utero embryonic development
GO:0001702                                                                                                                                                      gastrulation with mouth forming second
GO:0001704                                                                                                                                                             formation of primary germ layer
GO:0001705                                                                                                                                                                          ectoderm formation
GO:0001706                                                                                                                                                                          endoderm formation
GO:0001707                                                                                                                                                                          mesoderm formation
GO:0001708                                                                                                                                                                     cell fate specification
GO:0001709                                                                                                                                                                     cell fate determination
GO:0001710                                                                                                                                                             mesodermal cell fate commitment
GO:0001711                                                                                                                                                             endodermal cell fate commitment
GO:0001712                                                                                                                                                             ectodermal cell fate commitment
GO:0001714                                                                                                                                                          endodermal cell fate specification
GO:0001715                                                                                                                                                          ectodermal cell fate specification
GO:0001716                                                                                                                                                               L-amino-acid oxidase activity
GO:0001717                                                                                                                                            conversion of seryl-tRNAsec to selenocys-tRNAsec
GO:0001725                                                                                                                                                                                stress fiber
GO:0001726                                                                                                                                                                                      ruffle
GO:0001727                                                                                                                                                                       lipid kinase activity
GO:0001729                                                                                                                                                                    ceramide kinase activity
GO:0001730                                                                                                                                                    2'-5'-oligoadenylate synthetase activity
GO:0001731                                                                                                                                              formation of translation preinitiation complex
GO:0001732                                                                                                                                     formation of cytoplasmic translation initiation complex
GO:0001733                                                                                                                                                galactosylceramide sulfotransferase activity
GO:0001734                                                                                                                                              mRNA (N6-adenosine)-methyltransferase activity
GO:0001735                                                                                                                                                             prenylcysteine oxidase activity
GO:0001736                                                                                                                                                            establishment of planar polarity
GO:0001738                                                                                                                                                     morphogenesis of a polarized epithelium
GO:0001739                                                                                                                                                                               sex chromatin
GO:0001740                                                                                                                                                                                   Barr body
GO:0001741                                                                                                                                                                                     XY body
GO:0001743                                                                                                                                                                      lens placode formation
GO:0001750                                                                                                                                                                 photoreceptor outer segment
GO:0001754                                                                                                                                                      eye photoreceptor cell differentiation
GO:0001755                                                                                                                                                                 neural crest cell migration
GO:0001756                                                                                                                                                                               somitogenesis
GO:0001757                                                                                                                                                                        somite specification
GO:0001758                                                                                                                                                              retinal dehydrogenase activity
GO:0001759                                                                                                                                                                             organ induction
GO:0001760                                                                                                                                    aminocarboxymuconate-semialdehyde decarboxylase activity
GO:0001762                                                                                                                                                                      beta-alanine transport
GO:0001763                                                                                                                                                      morphogenesis of a branching structure
GO:0001764                                                                                                                                                                            neuron migration
GO:0001765                                                                                                                                                                      membrane raft assembly
GO:0001766                                                                                                                                                                  membrane raft polarization
GO:0001767                                                                                                                                                        establishment of lymphocyte polarity
GO:0001768                                                                                                                                                            establishment of T cell polarity
GO:0001770                                                                                                                                               establishment of natural killer cell polarity
GO:0001771                                                                                                                                                             immunological synapse formation
GO:0001772                                                                                                                                                                       immunological synapse
GO:0001773                                                                                                                                                           myeloid dendritic cell activation
GO:0001774                                                                                                                                                                  microglial cell activation
GO:0001775                                                                                                                                                                             cell activation
GO:0001776                                                                                                                                                                       leukocyte homeostasis
GO:0001777                                                                                                                                                            T cell homeostatic proliferation
GO:0001778                                                                                                                                                                      plasma membrane repair
GO:0001779                                                                                                                                                         natural killer cell differentiation
GO:0001780                                                                                                                                                                      neutrophil homeostasis
GO:0001781                                                                                                                                                                neutrophil apoptotic process
GO:0001782                                                                                                                                                                          B cell homeostasis
GO:0001783                                                                                                                                                                    B cell apoptotic process
GO:0001784                                                                                                                                                             phosphotyrosine residue binding
GO:0001785                                                                                                                                                           prostaglandin J receptor activity
GO:0001786                                                                                                                                                                  phosphatidylserine binding
GO:0001787                                                                                                                                                           natural killer cell proliferation
GO:0001788                                                                                                                                                    antibody-dependent cellular cytotoxicity
GO:0001790                                                                                                                                                            polymeric immunoglobulin binding
GO:0001791                                                                                                                                                                                 IgM binding
GO:0001792                                                                                                                                                  polymeric immunoglobulin receptor activity
GO:0001793                                                                                                                                                                       IgM receptor activity
GO:0001794                                                                                                                                                                   type IIa hypersensitivity
GO:0001796                                                                                                                                                     regulation of type IIa hypersensitivity
GO:0001797                                                                                                                                            negative regulation of type IIa hypersensitivity
GO:0001798                                                                                                                                            positive regulation of type IIa hypersensitivity
GO:0001802                                                                                                                                                                   type III hypersensitivity
GO:0001803                                                                                                                                                     regulation of type III hypersensitivity
GO:0001805                                                                                                                                            positive regulation of type III hypersensitivity
GO:0001806                                                                                                                                                                    type IV hypersensitivity
GO:0001807                                                                                                                                                      regulation of type IV hypersensitivity
GO:0001808                                                                                                                                             negative regulation of type IV hypersensitivity
GO:0001809                                                                                                                                             positive regulation of type IV hypersensitivity
GO:0001810                                                                                                                                                       regulation of type I hypersensitivity
GO:0001811                                                                                                                                              negative regulation of type I hypersensitivity
GO:0001813                                                                                                                                      regulation of antibody-dependent cellular cytotoxicity
GO:0001814                                                                                                                             negative regulation of antibody-dependent cellular cytotoxicity
GO:0001815                                                                                                                             positive regulation of antibody-dependent cellular cytotoxicity
GO:0001816                                                                                                                                                                         cytokine production
GO:0001817                                                                                                                                                           regulation of cytokine production
GO:0001818                                                                                                                                                  negative regulation of cytokine production
GO:0001819                                                                                                                                                  positive regulation of cytokine production
GO:0001820                                                                                                                                                                         serotonin secretion
GO:0001821                                                                                                                                                                         histamine secretion
GO:0001822                                                                                                                                                                          kidney development
GO:0001823                                                                                                                                                                     mesonephros development
GO:0001824                                                                                                                                                                      blastocyst development
GO:0001825                                                                                                                                                                        blastocyst formation
GO:0001826                                                                                                                                                        inner cell mass cell differentiation
GO:0001827                                                                                                                                                        inner cell mass cell fate commitment
GO:0001828                                                                                                                                                      inner cell mass cellular morphogenesis
GO:0001829                                                                                                                                                        trophectodermal cell differentiation
GO:0001830                                                                                                                                                        trophectodermal cell fate commitment
GO:0001831                                                                                                                                                      trophectodermal cellular morphogenesis
GO:0001832                                                                                                                                                                           blastocyst growth
GO:0001833                                                                                                                                                          inner cell mass cell proliferation
GO:0001834                                                                                                                                                          trophectodermal cell proliferation
GO:0001835                                                                                                                                                                         blastocyst hatching
GO:0001836                                                                                                                                                   release of cytochrome c from mitochondria
GO:0001837                                                                                                                                                        epithelial to mesenchymal transition
GO:0001838                                                                                                                                                         embryonic epithelial tube formation
GO:0001839                                                                                                                                                                  neural plate morphogenesis
GO:0001840                                                                                                                                                                    neural plate development
GO:0001841                                                                                                                                                                       neural tube formation
GO:0001842                                                                                                                                                                       neural fold formation
GO:0001843                                                                                                                                                                         neural tube closure
GO:0001845                                                                                                                                                                      phagolysosome assembly
GO:0001846                                                                                                                                                                             opsonin binding
GO:0001847                                                                                                                                                                   opsonin receptor activity
GO:0001848                                                                                                                                                                          complement binding
GO:0001849                                                                                                                                                    complement component C1q complex binding
GO:0001850                                                                                                                                                            complement component C3a binding
GO:0001851                                                                                                                                                            complement component C3b binding
GO:0001855                                                                                                                                                            complement component C4b binding
GO:0001861                                                                                                                                                  complement component C4b receptor activity
GO:0001865                                                                                                                                                                   NK T cell differentiation
GO:0001866                                                                                                                                                                     NK T cell proliferation
GO:0001867                                                                                                                                                       complement activation, lectin pathway
GO:0001868                                                                                                                                         regulation of complement activation, lectin pathway
GO:0001869                                                                                                                                negative regulation of complement activation, lectin pathway
GO:0001872                                                                                                                                                                (1->3)-beta-D-glucan binding
GO:0001875                                                                                                                                                 lipopolysaccharide immune receptor activity
GO:0001878                                                                                                                                                                           response to yeast
GO:0001879                                                                                                                                                                          detection of yeast
GO:0001880                                                                                                                                                                   Mullerian duct regression
GO:0001881                                                                                                                                                                          receptor recycling
GO:0001882                                                                                                                                                                          nucleoside binding
GO:0001883                                                                                                                                                                   purine nucleoside binding
GO:0001885                                                                                                                                                                endothelial cell development
GO:0001886                                                                                                                                                              endothelial cell morphogenesis
GO:0001887                                                                                                                                                         selenium compound metabolic process
GO:0001888                                                                                                         glucuronyl-galactosyl-proteoglycan 4-alpha-N-acetylglucosaminyltransferase activity
GO:0001889                                                                                                                                                                           liver development
GO:0001890                                                                                                                                                                        placenta development
GO:0001891                                                                                                                                                                              phagocytic cup
GO:0001892                                                                                                                                                              embryonic placenta development
GO:0001893                                                                                                                                                               maternal placenta development
GO:0001894                                                                                                                                                                          tissue homeostasis
GO:0001895                                                                                                                                                                          retina homeostasis
GO:0001905                                                                                                                                                       activation of membrane attack complex
GO:0001906                                                                                                                                                                                cell killing
GO:0001909                                                                                                                                                             leukocyte mediated cytotoxicity
GO:0001910                                                                                                                                               regulation of leukocyte mediated cytotoxicity
GO:0001911                                                                                                                                      negative regulation of leukocyte mediated cytotoxicity
GO:0001912                                                                                                                                      positive regulation of leukocyte mediated cytotoxicity
GO:0001913                                                                                                                                                                T cell mediated cytotoxicity
GO:0001914                                                                                                                                                  regulation of T cell mediated cytotoxicity
GO:0001915                                                                                                                                         negative regulation of T cell mediated cytotoxicity
GO:0001916                                                                                                                                         positive regulation of T cell mediated cytotoxicity
GO:0001917                                                                                                                                                                 photoreceptor inner segment
GO:0001918                                                                                                                                                                farnesylated protein binding
GO:0001919                                                                                                                                                            regulation of receptor recycling
GO:0001920                                                                                                                                                   negative regulation of receptor recycling
GO:0001921                                                                                                                                                   positive regulation of receptor recycling
GO:0001922                                                                                                                                                                      B-1 B cell homeostasis
GO:0001923                                                                                                                                                                  B-1 B cell differentiation
GO:0001927                                                                                                                                                                            exocyst assembly
GO:0001928                                                                                                                                                              regulation of exocyst assembly
GO:0001931                                                                                                                                                                                      uropod
GO:0001932                                                                                                                                                       regulation of protein phosphorylation
GO:0001933                                                                                                                                              negative regulation of protein phosphorylation
GO:0001934                                                                                                                                              positive regulation of protein phosphorylation
GO:0001935                                                                                                                                                              endothelial cell proliferation
GO:0001936                                                                                                                                                regulation of endothelial cell proliferation
GO:0001937                                                                                                                                       negative regulation of endothelial cell proliferation
GO:0001938                                                                                                                                       positive regulation of endothelial cell proliferation
GO:0001939                                                                                                                                                                           female pronucleus
GO:0001940                                                                                                                                                                             male pronucleus
GO:0001941                                                                                                                                                          postsynaptic membrane organization
GO:0001942                                                                                                                                                                   hair follicle development
GO:0001944                                                                                                                                                                     vasculature development
GO:0001945                                                                                                                                                                    lymph vessel development
GO:0001946                                                                                                                                                                           lymphangiogenesis
GO:0001947                                                                                                                                                                               heart looping
GO:0001949                                                                                                                                                        sebaceous gland cell differentiation
GO:0001951                                                                                                                                                             intestinal D-glucose absorption
GO:0001952                                                                                                                                                          regulation of cell-matrix adhesion
GO:0001953                                                                                                                                                 negative regulation of cell-matrix adhesion
GO:0001954                                                                                                                                                 positive regulation of cell-matrix adhesion
GO:0001955                                                                                                                                                                     blood vessel maturation
GO:0001956                                                                                                                                           positive regulation of neurotransmitter secretion
GO:0001957                                                                                                                                                                intramembranous ossification
GO:0001958                                                                                                                                                                   endochondral ossification
GO:0001959                                                                                                                                           regulation of cytokine-mediated signaling pathway
GO:0001960                                                                                                                                  negative regulation of cytokine-mediated signaling pathway
GO:0001961                                                                                                                                  positive regulation of cytokine-mediated signaling pathway
GO:0001963                                                                                                                                                         synaptic transmission, dopaminergic
GO:0001964                                                                                                                                                                            startle response
GO:0001965                                                                                                                                                             G-protein alpha-subunit binding
GO:0001966                                                                                                                                                                                 thigmotaxis
GO:0001967                                                                                                                                                                           suckling behavior
GO:0001968                                                                                                                                                                         fibronectin binding
GO:0001969                                                                                                                                         regulation of activation of membrane attack complex
GO:0001970                                                                                                                                positive regulation of activation of membrane attack complex
GO:0001971                                                                                                                                negative regulation of activation of membrane attack complex
GO:0001972                                                                                                                                                                       retinoic acid binding
GO:0001973                                                                                                                                      G protein-coupled adenosine receptor signaling pathway
GO:0001974                                                                                                                                                                     blood vessel remodeling
GO:0001975                                                                                                                                                                     response to amphetamine
GO:0001976                                                                                                           nervous system process involved in regulation of systemic arterial blood pressure
GO:0001977                                                                                                                                 renal system process involved in regulation of blood volume
GO:0001978                                                                                                       regulation of systemic arterial blood pressure by carotid sinus baroreceptor feedback
GO:0001979                                                                                                                   regulation of systemic arterial blood pressure by chemoreceptor signaling
GO:0001980                                                                                                                       regulation of systemic arterial blood pressure by ischemic conditions
GO:0001983                                                                                                                         baroreceptor response to increased systemic arterial blood pressure
GO:0001984                                                                                         artery vasodilation involved in baroreceptor response to increased systemic arterial blood pressure
GO:0001985                                                                           negative regulation of heart rate involved in baroreceptor response to increased systemic arterial blood pressure
GO:0001990                                                                                                                                   regulation of systemic arterial blood pressure by hormone
GO:0001991                                                                                                             regulation of systemic arterial blood pressure by circulatory renin-angiotensin
GO:0001992                                                                                                                               regulation of systemic arterial blood pressure by vasopressin
GO:0001993                                                                                                                regulation of systemic arterial blood pressure by norepinephrine-epinephrine
GO:0001994                                                                                      norepinephrine-epinephrine vasoconstriction involved in regulation of systemic arterial blood pressure
GO:0001996                                                                                                                             positive regulation of heart rate by epinephrine-norepinephrine
GO:0001997                                                                                                         positive regulation of the force of heart contraction by epinephrine-norepinephrine
GO:0001998                                                                                            angiotensin-mediated vasoconstriction involved in regulation of systemic arterial blood pressure
GO:0001999                                                                       renal response to blood flow involved in circulatory renin-angiotensin regulation of systemic arterial blood pressure
GO:0002001                                                                                                                                                           renin secretion into blood stream
GO:0002002                                                                                                                                                   regulation of angiotensin levels in blood
GO:0002003                                                                                                                                                                      angiotensin maturation
GO:0002007                                                                                                                         detection of hypoxic conditions in blood by chemoreceptor signaling
GO:0002009                                                                                                                                                              morphogenesis of an epithelium
GO:0002011                                                                                                                                                        morphogenesis of an epithelial sheet
GO:0002014                                                                                    vasoconstriction of artery involved in ischemic response to lowering of systemic arterial blood pressure
GO:0002016                                                                                                                                             regulation of blood volume by renin-angiotensin
GO:0002017                                                                                                                                             regulation of blood volume by renal aldosterone
GO:0002018                                                                                                                                      renin-angiotensin regulation of aldosterone production
GO:0002019                                                                                                                                                   regulation of renal output by angiotensin
GO:0002020                                                                                                                                                                            protease binding
GO:0002021                                                                                                                                                                  response to dietary excess
GO:0002023                                                                                                                                      reduction of food intake in response to dietary excess
GO:0002024                                                                                                                                                                  diet induced thermogenesis
GO:0002025                                                                                 norepinephrine-epinephrine-mediated vasodilation involved in regulation of systemic arterial blood pressure
GO:0002026                                                                                                                                                regulation of the force of heart contraction
GO:0002027                                                                                                                                                                    regulation of heart rate
GO:0002028                                                                                                                                                          regulation of sodium ion transport
GO:0002029                                                                                                                             desensitization of G protein-coupled receptor signaling pathway
GO:0002030                                                                                                                                       inhibitory G protein-coupled receptor phosphorylation
GO:0002031                                                                                                                                                  G protein-coupled receptor internalization
GO:0002032                                                                                                                 desensitization of G protein-coupled receptor signaling pathway by arrestin
GO:0002034                                                                                                                       maintenance of blood vessel diameter homeostasis by renin-angiotensin
GO:0002035                                                                                                                                                              brain renin-angiotensin system
GO:0002036                                                                                                                                     regulation of L-glutamate import across plasma membrane
GO:0002037                                                                                                                            negative regulation of L-glutamate import across plasma membrane
GO:0002038                                                                                                                            positive regulation of L-glutamate import across plasma membrane
GO:0002039                                                                                                                                                                                 p53 binding
GO:0002040                                                                                                                                                                      sprouting angiogenesis
GO:0002041                                                                                                                                                                intussusceptive angiogenesis
GO:0002042                                                                                                                                           cell migration involved in sprouting angiogenesis
GO:0002043                                                                                                              blood vessel endothelial cell proliferation involved in sprouting angiogenesis
GO:0002046                                                                                                                                                                               opsin binding
GO:0002051                                                                                                                                                                  osteoblast fate commitment
GO:0002052                                                                                                                                             positive regulation of neuroblast proliferation
GO:0002053                                                                                                                                       positive regulation of mesenchymal cell proliferation
GO:0002054                                                                                                                                                                          nucleobase binding
GO:0002055                                                                                                                                                                             adenine binding
GO:0002058                                                                                                                                                                              uracil binding
GO:0002060                                                                                                                                                                   purine nucleobase binding
GO:0002061                                                                                                                                                               pyrimidine nucleobase binding
GO:0002062                                                                                                                                                                 chondrocyte differentiation
GO:0002063                                                                                                                                                                     chondrocyte development
GO:0002064                                                                                                                                                                 epithelial cell development
GO:0002065                                                                                                                                           columnar/cuboidal epithelial cell differentiation
GO:0002066                                                                                                                                               columnar/cuboidal epithelial cell development
GO:0002067                                                                                                                                                   glandular epithelial cell differentiation
GO:0002068                                                                                                                                                       glandular epithelial cell development
GO:0002069                                                                                                                                                columnar/cuboidal epithelial cell maturation
GO:0002070                                                                                                                                                                  epithelial cell maturation
GO:0002071                                                                                                                                                        glandular epithelial cell maturation
GO:0002072                                                                                                                             optic cup morphogenesis involved in camera-type eye development
GO:0002074                                                                                                                                                     extraocular skeletal muscle development
GO:0002076                                                                                                                                                                      osteoblast development
GO:0002077                                                                                                                                                                   acrosome matrix dispersal
GO:0002079                                                                                                                                                                    inner acrosomal membrane
GO:0002080                                                                                                                                                                          acrosomal membrane
GO:0002081                                                                                                                                                                    outer acrosomal membrane
GO:0002082                                                                                                                                                     regulation of oxidative phosphorylation
GO:0002083                                                                                                                                            4-hydroxybenzoate decaprenyltransferase activity
GO:0002084                                                                                                                                                                    protein depalmitoylation
GO:0002085                                                                                                                                          inhibition of neuroepithelial cell differentiation
GO:0002086                                                                                                                                                                       diaphragm contraction
GO:0002087                                                                                                                        regulation of respiratory gaseous exchange by nervous system process
GO:0002088                                                                                                                                                         lens development in camera-type eye
GO:0002089                                                                                                                                                       lens morphogenesis in camera-type eye
GO:0002090                                                                                                                                                      regulation of receptor internalization
GO:0002091                                                                                                                                             negative regulation of receptor internalization
GO:0002092                                                                                                                                             positive regulation of receptor internalization
GO:0002093                                                                                                                                                        auditory receptor cell morphogenesis
GO:0002094                                                                                                                                                              polyprenyltransferase activity
GO:0002095                                                                                                                                                   caveolar macromolecular signaling complex
GO:0002096                                                                                                                                                                                   polkadots
GO:0002097                                                                                                                                                               tRNA wobble base modification
GO:0002098                                                                                                                                                            tRNA wobble uridine modification
GO:0002100                                                                                                                                                    tRNA wobble adenosine to inosine editing
GO:0002101                                                                                                                                                           tRNA wobble cytosine modification
GO:0002102                                                                                                                                                                                    podosome
GO:0002112                                                                                                                                                             interleukin-33 receptor binding
GO:0002113                                                                                                                                                                      interleukin-33 binding
GO:0002114                                                                                                                                                            interleukin-33 receptor activity
GO:0002115                                                                                                                                                                store-operated calcium entry
GO:0002116                                                                                                                                                                 semaphorin receptor complex
GO:0002118                                                                                                                                                                         aggressive behavior
GO:0002121                                                                                                                                                              inter-male aggressive behavior
GO:0002125                                                                                                                                                                maternal aggressive behavior
GO:0002127                                                                                                                                                       tRNA wobble base cytosine methylation
GO:0002128                                                                                                                                                          tRNA nucleoside ribose methylation
GO:0002130                                                                                                                                                          wobble position ribose methylation
GO:0002133                                                                                                                                                                          polycystin complex
GO:0002134                                                                                                                                                                                 UTP binding
GO:0002135                                                                                                                                                                                 CTP binding
GO:0002138                                                                                                                                                          retinoic acid biosynthetic process
GO:0002139                                                                                                                                                                   stereocilia coupling link
GO:0002140                                                                                                                                                                        stereocilia tip link
GO:0002141                                                                                                                                                                      stereocilia ankle link
GO:0002142                                                                                                                                                              stereocilia ankle link complex
GO:0002143                                                                                                                                                     tRNA wobble position uridine thiolation
GO:0002144                                                                                                                                            cytosolic tRNA wobble base thiouridylase complex
GO:0002148                                                                                                                                                         hypochlorous acid metabolic process
GO:0002149                                                                                                                                                      hypochlorous acid biosynthetic process
GO:0002151                                                                                                                                                                    G-quadruplex RNA binding
GO:0002152                                                                                                                                                                       bile acid conjugation
GO:0002153                                                                                                                                                  steroid receptor RNA activator RNA binding
GO:0002154                                                                                                                                                  thyroid hormone mediated signaling pathway
GO:0002155                                                                                                                                    regulation of thyroid hormone mediated signaling pathway
GO:0002157                                                                                                                           positive regulation of thyroid hormone mediated signaling pathway
GO:0002158                                                                                                                                                                    osteoclast proliferation
GO:0002159                                                                                                                                                                          desmosome assembly
GO:0002161                                                                                                                                                             aminoacyl-tRNA editing activity
GO:0002162                                                                                                                                                                        dystroglycan binding
GO:0002169                                                                                                                                     3-methylcrotonyl-CoA carboxylase complex, mitochondrial
GO:0002172                                                                                                                                                         high-affinity IgM receptor activity
GO:0002174                                                                                                                                                             mammary stem cell proliferation
GO:0002175                                                                                                                                             protein localization to paranode region of axon
GO:0002176                                                                                                                                                                male germ cell proliferation
GO:0002177                                                                                                                                                                                   manchette
GO:0002178                                                                                                                                                                palmitoyltransferase complex
GO:0002181                                                                                                                                                                     cytoplasmic translation
GO:0002182                                                                                                                                                        cytoplasmic translational elongation
GO:0002183                                                                                                                                                        cytoplasmic translational initiation
GO:0002184                                                                                                                                                       cytoplasmic translational termination
GO:0002188                                                                                                                                                                    translation reinitiation
GO:0002189                                                                                                                                                    ribose phosphate diphosphokinase complex
GO:0002190                                                                                                                                                    cap-independent translational initiation
GO:0002191                                                                                                                                                      cap-dependent translational initiation
GO:0002192                                                                                                                                      IRES-dependent translational initiation of linear mRNA
GO:0002193                                                                                                                                                              MAML1-RBP-Jkappa- ICN1 complex
GO:0002194                                                                                                                                                                   hepatocyte cell migration
GO:0002196                                                                                                                                                            Ser-tRNA(Ala) hydrolase activity
GO:0002199                                                                                                                                                             zona pellucida receptor complex
GO:0002200                                                                                                                                                 somatic diversification of immune receptors
GO:0002204                                                                                                                   somatic recombination of immunoglobulin genes involved in immune response
GO:0002208                                                                                                                      somatic diversification of immunoglobulins involved in immune response
GO:0002209                                                                                                                                                                 behavioral defense response
GO:0002215                                                                                                                                                                defense response to nematode
GO:0002218                                                                                                                                                        activation of innate immune response
GO:0002220                                                                                                                   innate immune response activating cell surface receptor signaling pathway
GO:0002221                                                                                                                                              pattern recognition receptor signaling pathway
GO:0002222                                                                                                                      stimulatory killer cell immunoglobulin-like receptor signaling pathway
GO:0002223                                                                                                                                        stimulatory C-type lectin receptor signaling pathway
GO:0002224                                                                                                                                                        toll-like receptor signaling pathway
GO:0002225                                                                                                                                     positive regulation of antimicrobial peptide production
GO:0002227                                                                                                                                                            innate immune response in mucosa
GO:0002228                                                                                                                                                       natural killer cell mediated immunity
GO:0002230                                                                                                                                    positive regulation of defense response to virus by host
GO:0002232                                                                                                                                      leukocyte chemotaxis involved in inflammatory response
GO:0002237                                                                                                                                                    response to molecule of bacterial origin
GO:0002238                                                                                                                                                       response to molecule of fungal origin
GO:0002244                                                                                                                                               hematopoietic progenitor cell differentiation
GO:0002246                                                                                                                                             wound healing involved in inflammatory response
GO:0002248                                                                                                               connective tissue replacement involved in inflammatory response wound healing
GO:0002249                                                                                                                                                                           lymphocyte anergy
GO:0002250                                                                                                                                                                    adaptive immune response
GO:0002251                                                                                                                                                    organ or tissue specific immune response
GO:0002252                                                                                                                                                                     immune effector process
GO:0002253                                                                                                                                                               activation of immune response
GO:0002254                                                                                                                                                                               kinin cascade
GO:0002260                                                                                                                                                                      lymphocyte homeostasis
GO:0002262                                                                                                                                                                    myeloid cell homeostasis
GO:0002263                                                                                                                                                 cell activation involved in immune response
GO:0002264                                                                                                                                     endothelial cell activation involved in immune response
GO:0002265                                                                                                                                            astrocyte activation involved in immune response
GO:0002266                                                                                                                                                        follicular dendritic cell activation
GO:0002268                                                                                                                                                   follicular dendritic cell differentiation
GO:0002269                                                                                                                                      leukocyte activation involved in inflammatory response
GO:0002270                                                                                                                                                      plasmacytoid dendritic cell activation
GO:0002273                                                                                                                                                 plasmacytoid dendritic cell differentiation
GO:0002274                                                                                                                                                                myeloid leukocyte activation
GO:0002275                                                                                                                                         myeloid cell activation involved in immune response
GO:0002276                                                                                                                                             basophil activation involved in immune response
GO:0002277                                                                                                                               myeloid dendritic cell activation involved in immune response
GO:0002278                                                                                                                                           eosinophil activation involved in immune response
GO:0002279                                                                                                                                            mast cell activation involved in immune response
GO:0002280                                                                                                                                             monocyte activation involved in immune response
GO:0002281                                                                                                                                           macrophage activation involved in immune response
GO:0002282                                                                                                                                      microglial cell activation involved in immune response
GO:0002283                                                                                                                                           neutrophil activation involved in immune response
GO:0002285                                                                                                                                           lymphocyte activation involved in immune response
GO:0002286                                                                                                                                               T cell activation involved in immune response
GO:0002287                                                                                                                                    alpha-beta T cell activation involved in immune response
GO:0002290                                                                                                                                   gamma-delta T cell activation involved in immune response
GO:0002291                                                                                 T cell activation via T cell receptor contact with antigen bound to MHC molecule on antigen presenting cell
GO:0002292                                                                                                                                          T cell differentiation involved in immune response
GO:0002293                                                                                                                               alpha-beta T cell differentiation involved in immune response
GO:0002294                                                                                                                 CD4-positive, alpha-beta T cell differentiation involved in immune response
GO:0002295                                                                                                                                                            T-helper cell lineage commitment
GO:0002296                                                                                                                                                          T-helper 1 cell lineage commitment
GO:0002298                                                                                       CD4-positive, CD25-positive, alpha-beta regulatory T cell differentiation involved in immune response
GO:0002299                                                                                                                                           alpha-beta intraepithelial T cell differentiation
GO:0002300                                                                                                                             CD8-positive, alpha-beta intraepithelial T cell differentiation
GO:0002302                                                                                                                 CD8-positive, alpha-beta T cell differentiation involved in immune response
GO:0002304                                                                                                                                          gamma-delta intraepithelial T cell differentiation
GO:0002305                                                                                                                            CD8-positive, gamma-delta intraepithelial T cell differentiation
GO:0002309                                                                                                                                            T cell proliferation involved in immune response
GO:0002312                                                                                                                                               B cell activation involved in immune response
GO:0002313                                                                                                                                   mature B cell differentiation involved in immune response
GO:0002314                                                                                                                                                      germinal center B cell differentiation
GO:0002315                                                                                                                                                        marginal zone B cell differentiation
GO:0002316                                                                                                                                                           follicular B cell differentiation
GO:0002317                                                                                                                                                                 plasma cell differentiation
GO:0002318                                                                                                                                                     myeloid progenitor cell differentiation
GO:0002319                                                                                                                                                               memory B cell differentiation
GO:0002320                                                                                                                                                    lymphoid progenitor cell differentiation
GO:0002322                                                                                                                                            B cell proliferation involved in immune response
GO:0002323                                                                                                                                  natural killer cell activation involved in immune response
GO:0002325                                                                                                                             natural killer cell differentiation involved in immune response
GO:0002326                                                                                                                                                                   B cell lineage commitment
GO:0002327                                                                                                                                                             immature B cell differentiation
GO:0002328                                                                                                                                                                  pro-B cell differentiation
GO:0002329                                                                                                                                                                  pre-B cell differentiation
GO:0002331                                                                                                                                                                pre-B cell allelic exclusion
GO:0002332                                                                                                                                                   transitional stage B cell differentiation
GO:0002333                                                                                                                                               transitional one stage B cell differentiation
GO:0002334                                                                                                                                               transitional two stage B cell differentiation
GO:0002335                                                                                                                                                               mature B cell differentiation
GO:0002336                                                                                                                                                               B-1 B cell lineage commitment
GO:0002337                                                                                                                                                                 B-1a B cell differentiation
GO:0002339                                                                                                                                                                            B cell selection
GO:0002343                                                                                                                                                                 peripheral B cell selection
GO:0002344                                                                                                                                                                  B cell affinity maturation
GO:0002347                                                                                                                                                                      response to tumor cell
GO:0002349                                                                                                                                      histamine production involved in inflammatory response
GO:0002351                                                                                                                                      serotonin production involved in inflammatory response
GO:0002352                                                                                                                                                                   B cell negative selection
GO:0002353                                                                                                                                                             plasma kallikrein-kinin cascade
GO:0002355                                                                                                                                                                     detection of tumor cell
GO:0002357                                                                                                                                                              defense response to tumor cell
GO:0002358                                                                                                                                                            B cell homeostatic proliferation
GO:0002360                                                                                                                                                                   T cell lineage commitment
GO:0002361                                                                                                                   CD4-positive, CD25-positive, alpha-beta regulatory T cell differentiation
GO:0002362                                                                                                                CD4-positive, CD25-positive, alpha-beta regulatory T cell lineage commitment
GO:0002363                                                                                                                                                        alpha-beta T cell lineage commitment
GO:0002364                                                                                                                                                                NK T cell lineage commitment
GO:0002366                                                                                                                                            leukocyte activation involved in immune response
GO:0002367                                                                                                                                             cytokine production involved in immune response
GO:0002369                                                                                                                                                                  T cell cytokine production
GO:0002370                                                                                                                                                     natural killer cell cytokine production
GO:0002371                                                                                                                                                          dendritic cell cytokine production
GO:0002372                                                                                                                                                  myeloid dendritic cell cytokine production
GO:0002373                                                                                                                                             plasmacytoid dendritic cell cytokine production
GO:0002376                                                                                                                                                                       immune system process
GO:0002377                                                                                                                                                                   immunoglobulin production
GO:0002381                                                                                                               immunoglobulin production involved in immunoglobulin-mediated immune response
GO:0002383                                                                                                                                                  immune response in brain or nervous system
GO:0002384                                                                                                                                                                     hepatic immune response
GO:0002385                                                                                                                                                                     mucosal immune response
GO:0002387                                                                                                                                           immune response in gut-associated lymphoid tissue
GO:0002395                                                                                                                                immune response in nasopharyngeal-associated lymphoid tissue
GO:0002396                                                                                                                                                                MHC protein complex assembly
GO:0002397                                                                                                                                                        MHC class I protein complex assembly
GO:0002398                                                                                                                                                       MHC class Ib protein complex assembly
GO:0002399                                                                                                                                                       MHC class II protein complex assembly
GO:0002404                                                                                                                                      antigen sampling in mucosal-associated lymphoid tissue
GO:0002406                                                                                                                           antigen sampling by M cells in mucosal-associated lymphoid tissue
GO:0002407                                                                                                                                                                   dendritic cell chemotaxis
GO:0002408                                                                                                                                                           myeloid dendritic cell chemotaxis
GO:0002412                                                                                                                       antigen transcytosis by M cells in mucosal-associated lymphoid tissue
GO:0002413                                                                                                                                                           tolerance induction to tumor cell
GO:0002414                                                                                                                                             immunoglobulin transcytosis in epithelial cells
GO:0002415                                                                                               immunoglobulin transcytosis in epithelial cells mediated by polymeric immunoglobulin receptor
GO:0002416                                                                                                IgG immunoglobulin transcytosis in epithelial cells mediated by FcRn immunoglobulin receptor
GO:0002418                                                                                                                                                               immune response to tumor cell
GO:0002419                                                                                                                             T cell mediated cytotoxicity directed against tumor cell target
GO:0002420                                                                                                                natural killer cell mediated cytotoxicity directed against tumor cell target
GO:0002423                                                                                                                                  natural killer cell mediated immune response to tumor cell
GO:0002424                                                                                                                                               T cell mediated immune response to tumor cell
GO:0002426                                                                                                                                                 immunoglobulin production in mucosal tissue
GO:0002428                                                                                                                     antigen processing and presentation of peptide antigen via MHC class Ib
GO:0002429                                                                                                                          immune response-activating cell surface receptor signaling pathway
GO:0002430                                                                                                                                              complement receptor mediated signaling pathway
GO:0002431                                                                                                                                          Fc receptor mediated stimulatory signaling pathway
GO:0002432                                                                                                                                                                         granuloma formation
GO:0002433                                                                                                 immune response-regulating cell surface receptor signaling pathway involved in phagocytosis
GO:0002434                                                                                                                                                                    immune complex clearance
GO:0002435                                                                                                                                                    immune complex clearance by erythrocytes
GO:0002436                                                                                                                                       immune complex clearance by monocytes and macrophages
GO:0002437                                                                                                                                                 inflammatory response to antigenic stimulus
GO:0002438                                                                                                                                           acute inflammatory response to antigenic stimulus
GO:0002439                                                                                                                                         chronic inflammatory response to antigenic stimulus
GO:0002440                                                                                                                                         production of molecular mediator of immune response
GO:0002441                                                                                                                                       histamine secretion involved in inflammatory response
GO:0002442                                                                                                                                       serotonin secretion involved in inflammatory response
GO:0002443                                                                                                                                                                 leukocyte mediated immunity
GO:0002444                                                                                                                                                         myeloid leukocyte mediated immunity
GO:0002445                                                                                                                                                                    type II hypersensitivity
GO:0002446                                                                                                                                                                neutrophil mediated immunity
GO:0002447                                                                                                                                                                eosinophil mediated immunity
GO:0002448                                                                                                                                                                 mast cell mediated immunity
GO:0002449                                                                                                                                                                lymphocyte mediated immunity
GO:0002450                                                                                                                                                  B cell antigen processing and presentation
GO:0002451                                                                                                                                                       peripheral B cell tolerance induction
GO:0002455                                                                                                                              humoral immune response mediated by circulating immunoglobulin
GO:0002456                                                                                                                                                                    T cell mediated immunity
GO:0002457                                                                                                                                                  T cell antigen processing and presentation
GO:0002458                                                                                                                                                       peripheral T cell tolerance induction
GO:0002460                                                                   adaptive immune response based on somatic recombination of immune receptors built from immunoglobulin superfamily domains
GO:0002461                                                                                                                                          tolerance induction dependent upon immune response
GO:0002465                                                                                                                                                              peripheral tolerance induction
GO:0002467                                                                                                                                                                   germinal center formation
GO:0002468                                                                                                                                          dendritic cell antigen processing and presentation
GO:0002469                                                                                                                                  myeloid dendritic cell antigen processing and presentation
GO:0002470                                                                                                                             plasmacytoid dendritic cell antigen processing and presentation
GO:0002472                                                                                                                                              macrophage antigen processing and presentation
GO:0002474                                                                                                                      antigen processing and presentation of peptide antigen via MHC class I
GO:0002475                                                                                                                                        antigen processing and presentation via MHC class Ib
GO:0002476                                                                                                          antigen processing and presentation of endogenous peptide antigen via MHC class Ib
GO:0002477                                                                                                           antigen processing and presentation of exogenous peptide antigen via MHC class Ib
GO:0002478                                                                                                                            antigen processing and presentation of exogenous peptide antigen
GO:0002479                                                                                             antigen processing and presentation of exogenous peptide antigen via MHC class I, TAP-dependent
GO:0002480                                                                                           antigen processing and presentation of exogenous peptide antigen via MHC class I, TAP-independent
GO:0002481                                                                                            antigen processing and presentation of exogenous protein antigen via MHC class Ib, TAP-dependent
GO:0002483                                                                                                                           antigen processing and presentation of endogenous peptide antigen
GO:0002484                                                                                            antigen processing and presentation of endogenous peptide antigen via MHC class I via ER pathway
GO:0002485                                                                             antigen processing and presentation of endogenous peptide antigen via MHC class I via ER pathway, TAP-dependent
GO:0002486                                                                           antigen processing and presentation of endogenous peptide antigen via MHC class I via ER pathway, TAP-independent
GO:0002488                                                                                           antigen processing and presentation of endogenous peptide antigen via MHC class Ib via ER pathway
GO:0002489                                                                            antigen processing and presentation of endogenous peptide antigen via MHC class Ib via ER pathway, TAP-dependent
GO:0002491                                                                                                          antigen processing and presentation of endogenous peptide antigen via MHC class II
GO:0002495                                                                                                                     antigen processing and presentation of peptide antigen via MHC class II
GO:0002501                                                                                                                                           peptide antigen assembly with MHC protein complex
GO:0002502                                                                                                                                   peptide antigen assembly with MHC class I protein complex
GO:0002503                                                                                                                                  peptide antigen assembly with MHC class II protein complex
GO:0002504                                                                                                   antigen processing and presentation of peptide or polysaccharide antigen via MHC class II
GO:0002505                                                                                                              antigen processing and presentation of polysaccharide antigen via MHC class II
GO:0002507                                                                                                                                                                         tolerance induction
GO:0002508                                                                                                                                                                 central tolerance induction
GO:0002509                                                                                                                                                 central tolerance induction to self antigen
GO:0002510                                                                                                                                                          central B cell tolerance induction
GO:0002513                                                                                                                                                         tolerance induction to self antigen
GO:0002514                                                                                                                                                                  B cell tolerance induction
GO:0002517                                                                                                                                                                  T cell tolerance induction
GO:0002518                                                                                                                                        lymphocyte chemotaxis across high endothelial venule
GO:0002519                                                                                                                                                     natural killer cell tolerance induction
GO:0002520                                                                                                                                                                   immune system development
GO:0002521                                                                                                                                                                   leukocyte differentiation
GO:0002522                                                                                                                                             leukocyte migration involved in immune response
GO:0002523                                                                                                                                       leukocyte migration involved in inflammatory response
GO:0002524                                                                                                                                                                            hypersensitivity
GO:0002525                                                                                                                                       acute inflammatory response to non-antigenic stimulus
GO:0002526                                                                                                                                                                 acute inflammatory response
GO:0002528                                                                                                                 regulation of vascular permeability involved in acute inflammatory response
GO:0002532                                                                                                                          production of molecular mediator involved in inflammatory response
GO:0002534                                                                                                                                       cytokine production involved in inflammatory response
GO:0002536                                                                                                                                         respiratory burst involved in inflammatory response
GO:0002537                                                                                                                                   nitric oxide production involved in inflammatory response
GO:0002538                                                                                                                    arachidonic acid metabolite production involved in inflammatory response
GO:0002540                                                                                                                                    leukotriene production involved in inflammatory response
GO:0002541                                                                                                                       activation of plasma proteins involved in acute inflammatory response
GO:0002542                                                                                                                                                                       Factor XII activation
GO:0002543                                                                                                                                        activation of blood coagulation via clotting cascade
GO:0002544                                                                                                                                                               chronic inflammatory response
GO:0002545                                                                                                                                     chronic inflammatory response to non-antigenic stimulus
GO:0002548                                                                                                                                                                         monocyte chemotaxis
GO:0002551                                                                                                                                                                        mast cell chemotaxis
GO:0002552                                                                                                                                                            serotonin secretion by mast cell
GO:0002553                                                                                                                                                            histamine secretion by mast cell
GO:0002554                                                                                                                                                             serotonin secretion by platelet
GO:0002562                                                                                                somatic diversification of immune receptors via germline recombination within a single locus
GO:0002566                                                                                                                            somatic diversification of immune receptors via somatic mutation
GO:0002568                                                                                                                                            somatic diversification of T cell receptor genes
GO:0002572                                                                                                                                                                  pro-T cell differentiation
GO:0002573                                                                                                                                                           myeloid leukocyte differentiation
GO:0002574                                                                                                                                                                 thrombocyte differentiation
GO:0002576                                                                                                                                                                      platelet degranulation
GO:0002577                                                                                                                                           regulation of antigen processing and presentation
GO:0002578                                                                                                                                  negative regulation of antigen processing and presentation
GO:0002579                                                                                                                                  positive regulation of antigen processing and presentation
GO:0002580                                                                                     regulation of antigen processing and presentation of peptide or polysaccharide antigen via MHC class II
GO:0002581                                                                            negative regulation of antigen processing and presentation of peptide or polysaccharide antigen via MHC class II
GO:0002582                                                                            positive regulation of antigen processing and presentation of peptide or polysaccharide antigen via MHC class II
GO:0002583                                                                                                                        regulation of antigen processing and presentation of peptide antigen
GO:0002584                                                                                                               negative regulation of antigen processing and presentation of peptide antigen
GO:0002585                                                                                                               positive regulation of antigen processing and presentation of peptide antigen
GO:0002586                                                                                                       regulation of antigen processing and presentation of peptide antigen via MHC class II
GO:0002587                                                                                              negative regulation of antigen processing and presentation of peptide antigen via MHC class II
GO:0002588                                                                                              positive regulation of antigen processing and presentation of peptide antigen via MHC class II
GO:0002589                                                                                                        regulation of antigen processing and presentation of peptide antigen via MHC class I
GO:0002590                                                                                               negative regulation of antigen processing and presentation of peptide antigen via MHC class I
GO:0002604                                                                                                                            regulation of dendritic cell antigen processing and presentation
GO:0002605                                                                                                                   negative regulation of dendritic cell antigen processing and presentation
GO:0002606                                                                                                                   positive regulation of dendritic cell antigen processing and presentation
GO:0002616                                                                                                                                regulation of macrophage antigen processing and presentation
GO:0002617                                                                                                                       negative regulation of macrophage antigen processing and presentation
GO:0002622                                                                                                                                    regulation of B cell antigen processing and presentation
GO:0002634                                                                                                                                                     regulation of germinal center formation
GO:0002635                                                                                                                                            negative regulation of germinal center formation
GO:0002636                                                                                                                                            positive regulation of germinal center formation
GO:0002637                                                                                                                                                     regulation of immunoglobulin production
GO:0002638                                                                                                                                            negative regulation of immunoglobulin production
GO:0002639                                                                                                                                            positive regulation of immunoglobulin production
GO:0002643                                                                                                                                                           regulation of tolerance induction
GO:0002644                                                                                                                                                  negative regulation of tolerance induction
GO:0002645                                                                                                                                                  positive regulation of tolerance induction
GO:0002646                                                                                                                                                   regulation of central tolerance induction
GO:0002648                                                                                                                                          positive regulation of central tolerance induction
GO:0002649                                                                                                                                           regulation of tolerance induction to self antigen
GO:0002651                                                                                                                                  positive regulation of tolerance induction to self antigen
GO:0002652                                                                                                                            regulation of tolerance induction dependent upon immune response
GO:0002654                                                                                                                   positive regulation of tolerance induction dependent upon immune response
GO:0002658                                                                                                                                                regulation of peripheral tolerance induction
GO:0002660                                                                                                                                       positive regulation of peripheral tolerance induction
GO:0002661                                                                                                                                                    regulation of B cell tolerance induction
GO:0002663                                                                                                                                           positive regulation of B cell tolerance induction
GO:0002664                                                                                                                                                    regulation of T cell tolerance induction
GO:0002666                                                                                                                                           positive regulation of T cell tolerance induction
GO:0002667                                                                                                                                                                 regulation of T cell anergy
GO:0002669                                                                                                                                                        positive regulation of T cell anergy
GO:0002673                                                                                                                                                   regulation of acute inflammatory response
GO:0002674                                                                                                                                          negative regulation of acute inflammatory response
GO:0002675                                                                                                                                          positive regulation of acute inflammatory response
GO:0002676                                                                                                                                                 regulation of chronic inflammatory response
GO:0002677                                                                                                                                        negative regulation of chronic inflammatory response
GO:0002678                                                                                                                                        positive regulation of chronic inflammatory response
GO:0002679                                                                                                                                              respiratory burst involved in defense response
GO:0002681                                                                                                                                      somatic recombination of T cell receptor gene segments
GO:0002682                                                                                                                                                         regulation of immune system process
GO:0002683                                                                                                                                                negative regulation of immune system process
GO:0002684                                                                                                                                                positive regulation of immune system process
GO:0002685                                                                                                                                                           regulation of leukocyte migration
GO:0002686                                                                                                                                                  negative regulation of leukocyte migration
GO:0002687                                                                                                                                                  positive regulation of leukocyte migration
GO:0002688                                                                                                                                                          regulation of leukocyte chemotaxis
GO:0002689                                                                                                                                                 negative regulation of leukocyte chemotaxis
GO:0002690                                                                                                                                                 positive regulation of leukocyte chemotaxis
GO:0002691                                                                                                                                                        regulation of cellular extravasation
GO:0002692                                                                                                                                               negative regulation of cellular extravasation
GO:0002693                                                                                                                                               positive regulation of cellular extravasation
GO:0002694                                                                                                                                                          regulation of leukocyte activation
GO:0002695                                                                                                                                                 negative regulation of leukocyte activation
GO:0002696                                                                                                                                                 positive regulation of leukocyte activation
GO:0002697                                                                                                                                                       regulation of immune effector process
GO:0002698                                                                                                                                              negative regulation of immune effector process
GO:0002699                                                                                                                                              positive regulation of immune effector process
GO:0002700                                                                                                                           regulation of production of molecular mediator of immune response
GO:0002701                                                                                                                  negative regulation of production of molecular mediator of immune response
GO:0002702                                                                                                                  positive regulation of production of molecular mediator of immune response
GO:0002703                                                                                                                                                   regulation of leukocyte mediated immunity
GO:0002704                                                                                                                                          negative regulation of leukocyte mediated immunity
GO:0002705                                                                                                                                          positive regulation of leukocyte mediated immunity
GO:0002706                                                                                                                                                  regulation of lymphocyte mediated immunity
GO:0002707                                                                                                                                         negative regulation of lymphocyte mediated immunity
GO:0002708                                                                                                                                         positive regulation of lymphocyte mediated immunity
GO:0002709                                                                                                                                                      regulation of T cell mediated immunity
GO:0002710                                                                                                                                             negative regulation of T cell mediated immunity
GO:0002711                                                                                                                                             positive regulation of T cell mediated immunity
GO:0002712                                                                                                                                                      regulation of B cell mediated immunity
GO:0002713                                                                                                                                             negative regulation of B cell mediated immunity
GO:0002714                                                                                                                                             positive regulation of B cell mediated immunity
GO:0002715                                                                                                                                         regulation of natural killer cell mediated immunity
GO:0002716                                                                                                                                negative regulation of natural killer cell mediated immunity
GO:0002717                                                                                                                                positive regulation of natural killer cell mediated immunity
GO:0002718                                                                                                                               regulation of cytokine production involved in immune response
GO:0002719                                                                                                                      negative regulation of cytokine production involved in immune response
GO:0002720                                                                                                                      positive regulation of cytokine production involved in immune response
GO:0002724                                                                                                                                                    regulation of T cell cytokine production
GO:0002725                                                                                                                                           negative regulation of T cell cytokine production
GO:0002726                                                                                                                                           positive regulation of T cell cytokine production
GO:0002727                                                                                                                                       regulation of natural killer cell cytokine production
GO:0002728                                                                                                                              negative regulation of natural killer cell cytokine production
GO:0002729                                                                                                                              positive regulation of natural killer cell cytokine production
GO:0002730                                                                                                                                            regulation of dendritic cell cytokine production
GO:0002731                                                                                                                                   negative regulation of dendritic cell cytokine production
GO:0002732                                                                                                                                   positive regulation of dendritic cell cytokine production
GO:0002733                                                                                                                                    regulation of myeloid dendritic cell cytokine production
GO:0002735                                                                                                                           positive regulation of myeloid dendritic cell cytokine production
GO:0002736                                                                                                                               regulation of plasmacytoid dendritic cell cytokine production
GO:0002737                                                                                                                      negative regulation of plasmacytoid dendritic cell cytokine production
GO:0002747                                                                                                                                  antigen processing and presentation following phagocytosis
GO:0002752                                                                                                                                 cell surface pattern recognition receptor signaling pathway
GO:0002753                                                                                                                                  cytoplasmic pattern recognition receptor signaling pathway
GO:0002755                                                                                                                                        MyD88-dependent toll-like receptor signaling pathway
GO:0002756                                                                                                                                      MyD88-independent toll-like receptor signaling pathway
GO:0002757                                                                                                                                                immune response-activating signaling pathway
GO:0002758                                                                                                                                         innate immune response-activating signaling pathway
GO:0002759                                                                                                                                                regulation of antimicrobial humoral response
GO:0002760                                                                                                                                       positive regulation of antimicrobial humoral response
GO:0002761                                                                                                                                             regulation of myeloid leukocyte differentiation
GO:0002762                                                                                                                                    negative regulation of myeloid leukocyte differentiation
GO:0002763                                                                                                                                    positive regulation of myeloid leukocyte differentiation
GO:0002764                                                                                                                                                immune response-regulating signaling pathway
GO:0002765                                                                                                                                              immune response-inhibiting signal transduction
GO:0002767                                                                                                                          immune response-inhibiting cell surface receptor signaling pathway
GO:0002768                                                                                                                          immune response-regulating cell surface receptor signaling pathway
GO:0002769                                                                                                                                            natural killer cell inhibitory signaling pathway
GO:0002774                                                                                                                                           Fc receptor mediated inhibitory signaling pathway
GO:0002775                                                                                                                                                            antimicrobial peptide production
GO:0002777                                                                                                                                                  antimicrobial peptide biosynthetic process
GO:0002778                                                                                                                                                            antibacterial peptide production
GO:0002780                                                                                                                                                  antibacterial peptide biosynthetic process
GO:0002784                                                                                                                                              regulation of antimicrobial peptide production
GO:0002785                                                                                                                                     negative regulation of antimicrobial peptide production
GO:0002786                                                                                                                                              regulation of antibacterial peptide production
GO:0002787                                                                                                                                     negative regulation of antibacterial peptide production
GO:0002790                                                                                                                                                                           peptide secretion
GO:0002791                                                                                                                                                             regulation of peptide secretion
GO:0002792                                                                                                                                                    negative regulation of peptide secretion
GO:0002793                                                                                                                                                    positive regulation of peptide secretion
GO:0002803                                                                                                                                     positive regulation of antibacterial peptide production
GO:0002805                                                                                                                                    regulation of antimicrobial peptide biosynthetic process
GO:0002807                                                                                                                           positive regulation of antimicrobial peptide biosynthetic process
GO:0002808                                                                                                                                    regulation of antibacterial peptide biosynthetic process
GO:0002812                                                                                                        biosynthetic process of antibacterial peptides active against Gram-negative bacteria
GO:0002815                                                                                                        biosynthetic process of antibacterial peptides active against Gram-positive bacteria
GO:0002816                                                                                          regulation of biosynthetic process of antibacterial peptides active against Gram-positive bacteria
GO:0002819                                                                                                                                                      regulation of adaptive immune response
GO:0002820                                                                                                                                             negative regulation of adaptive immune response
GO:0002821                                                                                                                                             positive regulation of adaptive immune response
GO:0002822                                                     regulation of adaptive immune response based on somatic recombination of immune receptors built from immunoglobulin superfamily domains
GO:0002823                                            negative regulation of adaptive immune response based on somatic recombination of immune receptors built from immunoglobulin superfamily domains
GO:0002824                                            positive regulation of adaptive immune response based on somatic recombination of immune receptors built from immunoglobulin superfamily domains
GO:0002825                                                                                                                                               regulation of T-helper 1 type immune response
GO:0002826                                                                                                                                      negative regulation of T-helper 1 type immune response
GO:0002827                                                                                                                                      positive regulation of T-helper 1 type immune response
GO:0002828                                                                                                                                                        regulation of type 2 immune response
GO:0002829                                                                                                                                               negative regulation of type 2 immune response
GO:0002830                                                                                                                                               positive regulation of type 2 immune response
GO:0002831                                                                                                                                                   regulation of response to biotic stimulus
GO:0002832                                                                                                                                          negative regulation of response to biotic stimulus
GO:0002833                                                                                                                                          positive regulation of response to biotic stimulus
GO:0002834                                                                                                                                                        regulation of response to tumor cell
GO:0002835                                                                                                                                               negative regulation of response to tumor cell
GO:0002836                                                                                                                                               positive regulation of response to tumor cell
GO:0002837                                                                                                                                                 regulation of immune response to tumor cell
GO:0002838                                                                                                                                        negative regulation of immune response to tumor cell
GO:0002839                                                                                                                                        positive regulation of immune response to tumor cell
GO:0002840                                                                                                                                 regulation of T cell mediated immune response to tumor cell
GO:0002841                                                                                                                        negative regulation of T cell mediated immune response to tumor cell
GO:0002842                                                                                                                        positive regulation of T cell mediated immune response to tumor cell
GO:0002843                                                                                                                                             regulation of tolerance induction to tumor cell
GO:0002845                                                                                                                                    positive regulation of tolerance induction to tumor cell
GO:0002852                                                                                                               regulation of T cell mediated cytotoxicity directed against tumor cell target
GO:0002854                                                                                                      positive regulation of T cell mediated cytotoxicity directed against tumor cell target
GO:0002855                                                                                                                    regulation of natural killer cell mediated immune response to tumor cell
GO:0002856                                                                                                           negative regulation of natural killer cell mediated immune response to tumor cell
GO:0002857                                                                                                           positive regulation of natural killer cell mediated immune response to tumor cell
GO:0002858                                                                                                  regulation of natural killer cell mediated cytotoxicity directed against tumor cell target
GO:0002859                                                                                         negative regulation of natural killer cell mediated cytotoxicity directed against tumor cell target
GO:0002860                                                                                         positive regulation of natural killer cell mediated cytotoxicity directed against tumor cell target
GO:0002861                                                                                                                                   regulation of inflammatory response to antigenic stimulus
GO:0002862                                                                                                                          negative regulation of inflammatory response to antigenic stimulus
GO:0002863                                                                                                                          positive regulation of inflammatory response to antigenic stimulus
GO:0002864                                                                                                                             regulation of acute inflammatory response to antigenic stimulus
GO:0002865                                                                                                                    negative regulation of acute inflammatory response to antigenic stimulus
GO:0002866                                                                                                                    positive regulation of acute inflammatory response to antigenic stimulus
GO:0002870                                                                                                                                                                               T cell anergy
GO:0002874                                                                                                                           regulation of chronic inflammatory response to antigenic stimulus
GO:0002875                                                                                                                  negative regulation of chronic inflammatory response to antigenic stimulus
GO:0002876                                                                                                                  positive regulation of chronic inflammatory response to antigenic stimulus
GO:0002877                                                                                                                         regulation of acute inflammatory response to non-antigenic stimulus
GO:0002879                                                                                                                positive regulation of acute inflammatory response to non-antigenic stimulus
GO:0002880                                                                                                                       regulation of chronic inflammatory response to non-antigenic stimulus
GO:0002882                                                                                                              positive regulation of chronic inflammatory response to non-antigenic stimulus
GO:0002883                                                                                                                                                              regulation of hypersensitivity
GO:0002884                                                                                                                                                     negative regulation of hypersensitivity
GO:0002885                                                                                                                                                     positive regulation of hypersensitivity
GO:0002886                                                                                                                                           regulation of myeloid leukocyte mediated immunity
GO:0002887                                                                                                                                  negative regulation of myeloid leukocyte mediated immunity
GO:0002888                                                                                                                                  positive regulation of myeloid leukocyte mediated immunity
GO:0002889                                                                                                                                       regulation of immunoglobulin mediated immune response
GO:0002890                                                                                                                              negative regulation of immunoglobulin mediated immune response
GO:0002891                                                                                                                              positive regulation of immunoglobulin mediated immune response
GO:0002892                                                                                                                                                      regulation of type II hypersensitivity
GO:0002893                                                                                                                                             negative regulation of type II hypersensitivity
GO:0002894                                                                                                                                             positive regulation of type II hypersensitivity
GO:0002895                                                                                                                                            regulation of central B cell tolerance induction
GO:0002897                                                                                                                                   positive regulation of central B cell tolerance induction
GO:0002901                                                                                                                                                             mature B cell apoptotic process
GO:0002902                                                                                                                                                      regulation of B cell apoptotic process
GO:0002903                                                                                                                                             negative regulation of B cell apoptotic process
GO:0002904                                                                                                                                             positive regulation of B cell apoptotic process
GO:0002905                                                                                                                                               regulation of mature B cell apoptotic process
GO:0002906                                                                                                                                      negative regulation of mature B cell apoptotic process
GO:0002911                                                                                                                                                             regulation of lymphocyte anergy
GO:0002913                                                                                                                                                    positive regulation of lymphocyte anergy
GO:0002920                                                                                                                                                       regulation of humoral immune response
GO:0002921                                                                                                                                              negative regulation of humoral immune response
GO:0002922                                                                                                                                              positive regulation of humoral immune response
GO:0002923                                                                                                                regulation of humoral immune response mediated by circulating immunoglobulin
GO:0002924                                                                                                       negative regulation of humoral immune response mediated by circulating immunoglobulin
GO:0002925                                                                                                       positive regulation of humoral immune response mediated by circulating immunoglobulin
GO:0002926                                                                                                                                tRNA wobble base 5-methoxycarbonylmethyl-2-thiouridinylation
GO:0002930                                                                                                                                                             trabecular meshwork development
GO:0002931                                                                                                                                                                        response to ischemia
GO:0002933                                                                                                                                                                         lipid hydroxylation
GO:0002934                                                                                                                                                                      desmosome organization
GO:0002939                                                                                                                                                                 tRNA N1-guanine methylation
GO:0002940                                                                                                                                                                 tRNA N2-guanine methylation
GO:0002941                                                                                                                                                                   synoviocyte proliferation
GO:0002943                                                                                                                                                               tRNA dihydrouridine synthesis
GO:0002944                                                                                                                                                                      cyclin K-CDK12 complex
GO:0002945                                                                                                                                                                      cyclin K-CDK13 complex
GO:0002946                                                                                                                                                                tRNA C5-cytosine methylation
GO:0002947                                                                                                                                          tumor necrosis factor receptor superfamily complex
GO:0002949                                                                                                                                                tRNA threonylcarbamoyladenosine modification
GO:0002950                                                                                                                                              ceramide phosphoethanolamine synthase activity
GO:0002951                                                                                                                                                                  leukotriene-C(4) hydrolase
GO:0002953                                                                                                                                                               5'-deoxynucleotidase activity
GO:0003002                                                                                                                                                                             regionalization
GO:0003006                                                                                                                                              developmental process involved in reproduction
GO:0003007                                                                                                                                                                         heart morphogenesis
GO:0003008                                                                                                                                                                              system process
GO:0003009                                                                                                                                                                 skeletal muscle contraction
GO:0003010                                                                                                                                                       voluntary skeletal muscle contraction
GO:0003011                                                                                                                                                     involuntary skeletal muscle contraction
GO:0003012                                                                                                                                                                       muscle system process
GO:0003013                                                                                                                                                                  circulatory system process
GO:0003014                                                                                                                                                                        renal system process
GO:0003015                                                                                                                                                                               heart process
GO:0003016                                                                                                                                                                  respiratory system process
GO:0003017                                                                                                                                                                           lymph circulation
GO:0003018                                                                                                                                                      vascular process in circulatory system
GO:0003025                                                                                                                     regulation of systemic arterial blood pressure by baroreceptor feedback
GO:0003026                                                                                                         regulation of systemic arterial blood pressure by aortic arch baroreceptor feedback
GO:0003027                                                                                                      regulation of systemic arterial blood pressure by carotid body chemoreceptor signaling
GO:0003029                                                                                                            detection of hypoxic conditions in blood by carotid body chemoreceptor signaling
GO:0003032                                                                                                                                                                         detection of oxygen
GO:0003044                                                                                                                regulation of systemic arterial blood pressure mediated by a chemical signal
GO:0003050                                                                                                                regulation of systemic arterial blood pressure by atrial natriuretic peptide
GO:0003051                                                                                                                                                      angiotensin-mediated drinking behavior
GO:0003056                                                                                                                                 regulation of vascular associated smooth muscle contraction
GO:0003057                                                                                                                             regulation of the force of heart contraction by chemical signal
GO:0003058                                                                                                                                       hormonal regulation of the force of heart contraction
GO:0003062                                                                                                                                                 regulation of heart rate by chemical signal
GO:0003064                                                                                                                                                         regulation of heart rate by hormone
GO:0003065                                                                                                                                            positive regulation of heart rate by epinephrine
GO:0003068                                                                                                                             regulation of systemic arterial blood pressure by acetylcholine
GO:0003069                                                                                              acetylcholine-mediated vasodilation involved in regulation of systemic arterial blood pressure
GO:0003070                                                                                                                          regulation of systemic arterial blood pressure by neurotransmitter
GO:0003071                                                                                                             renal system process involved in regulation of systemic arterial blood pressure
GO:0003072                                                                                  renal control of peripheral vascular resistance involved in regulation of systemic arterial blood pressure
GO:0003073                                                                                                                                              regulation of systemic arterial blood pressure
GO:0003081                                                                                                                         regulation of systemic arterial blood pressure by renin-angiotensin
GO:0003084                                                                                                                                     positive regulation of systemic arterial blood pressure
GO:0003085                                                                                                                                     negative regulation of systemic arterial blood pressure
GO:0003091                                                                                                                                                                     renal water homeostasis
GO:0003093                                                                                                                                                         regulation of glomerular filtration
GO:0003094                                                                                                                                                                       glomerular filtration
GO:0003095                                                                                                                                                                        pressure natriuresis
GO:0003096                                                                                                                                                                  renal sodium ion transport
GO:0003097                                                                                                                                                                       renal water transport
GO:0003099                                                                                                                    positive regulation of the force of heart contraction by chemical signal
GO:0003100                                                                                                                                regulation of systemic arterial blood pressure by endothelin
GO:0003104                                                                                                                                                positive regulation of glomerular filtration
GO:0003105                                                                                                                                                negative regulation of glomerular filtration
GO:0003108                                                                                                                    negative regulation of the force of heart contraction by chemical signal
GO:0003116                                                                                                                                            regulation of vasoconstriction by norepinephrine
GO:0003117                                                                                                                                regulation of vasoconstriction by circulating norepinephrine
GO:0003127                                                                                                                                                                     detection of nodal flow
GO:0003128                                                                                                                                                                   heart field specification
GO:0003129                                                                                                                                                                             heart induction
GO:0003131                                                                                                                                                        mesodermal-endodermal cell signaling
GO:0003133                                                                                                                                                        endodermal-mesodermal cell signaling
GO:0003138                                                                                                                                                           primary heart field specification
GO:0003139                                                                                                                                                         secondary heart field specification
GO:0003140                                                                                                                                   determination of left/right asymmetry in lateral mesoderm
GO:0003142                                                                                                                                                             cardiogenic plate morphogenesis
GO:0003143                                                                                                                                                          embryonic heart tube morphogenesis
GO:0003144                                                                                                                                                              embryonic heart tube formation
GO:0003147                                                                                                                                     neural crest cell migration involved in heart formation
GO:0003148                                                                                                                                                          outflow tract septum morphogenesis
GO:0003149                                                                                                                                                             membranous septum morphogenesis
GO:0003150                                                                                                                                                               muscular septum morphogenesis
GO:0003151                                                                                                                                                                 outflow tract morphogenesis
GO:0003156                                                                                                                                                        regulation of animal organ formation
GO:0003157                                                                                                                                                                     endocardium development
GO:0003158                                                                                                                                                                     endothelium development
GO:0003159                                                                                                                                                             morphogenesis of an endothelium
GO:0003160                                                                                                                                                                   endocardium morphogenesis
GO:0003161                                                                                                                                                       cardiac conduction system development
GO:0003162                                                                                                                                                           atrioventricular node development
GO:0003163                                                                                                                                                                 sinoatrial node development
GO:0003164                                                                                                                                                             His-Purkinje system development
GO:0003165                                                                                                                                                                Purkinje myocyte development
GO:0003166                                                                                                                                                                   bundle of His development
GO:0003167                                                                                                                                                atrioventricular bundle cell differentiation
GO:0003168                                                                                                                                                            Purkinje myocyte differentiation
GO:0003169                                                                                                                                                                 coronary vein morphogenesis
GO:0003170                                                                                                                                                                     heart valve development
GO:0003171                                                                                                                                                          atrioventricular valve development
GO:0003172                                                                                                                                                                sinoatrial valve development
GO:0003174                                                                                                                                                                    mitral valve development
GO:0003175                                                                                                                                                                 tricuspid valve development
GO:0003176                                                                                                                                                                    aortic valve development
GO:0003177                                                                                                                                                                 pulmonary valve development
GO:0003178                                                                                                                                                            coronary sinus valve development
GO:0003179                                                                                                                                                                   heart valve morphogenesis
GO:0003180                                                                                                                                                                  aortic valve morphogenesis
GO:0003181                                                                                                                                                        atrioventricular valve morphogenesis
GO:0003182                                                                                                                                                          coronary sinus valve morphogenesis
GO:0003183                                                                                                                                                                  mitral valve morphogenesis
GO:0003184                                                                                                                                                               pulmonary valve morphogenesis
GO:0003185                                                                                                                                                              sinoatrial valve morphogenesis
GO:0003186                                                                                                                                                               tricuspid valve morphogenesis
GO:0003188                                                                                                                                                                       heart valve formation
GO:0003189                                                                                                                                                                      aortic valve formation
GO:0003190                                                                                                                                                            atrioventricular valve formation
GO:0003192                                                                                                                                                                      mitral valve formation
GO:0003193                                                                                                                                                                   pulmonary valve formation
GO:0003195                                                                                                                                                                   tricuspid valve formation
GO:0003197                                                                                                                                                             endocardial cushion development
GO:0003198                                                                                                              epithelial to mesenchymal transition involved in endocardial cushion formation
GO:0003199                                                                                                             endocardial cushion to mesenchymal transition involved in heart valve formation
GO:0003203                                                                                                                                                           endocardial cushion morphogenesis
GO:0003205                                                                                                                                                                 cardiac chamber development
GO:0003206                                                                                                                                                               cardiac chamber morphogenesis
GO:0003207                                                                                                                                                                   cardiac chamber formation
GO:0003208                                                                                                                                                             cardiac ventricle morphogenesis
GO:0003209                                                                                                                                                                cardiac atrium morphogenesis
GO:0003210                                                                                                                                                                    cardiac atrium formation
GO:0003211                                                                                                                                                                 cardiac ventricle formation
GO:0003213                                                                                                                                                          cardiac right atrium morphogenesis
GO:0003214                                                                                                                                                        cardiac left ventricle morphogenesis
GO:0003215                                                                                                                                                       cardiac right ventricle morphogenesis
GO:0003218                                                                                                                                                            cardiac left ventricle formation
GO:0003219                                                                                                                                                           cardiac right ventricle formation
GO:0003220                                                                                                                                        left ventricular cardiac muscle tissue morphogenesis
GO:0003221                                                                                                                                       right ventricular cardiac muscle tissue morphogenesis
GO:0003222                                                                                                                                              ventricular trabecula myocardium morphogenesis
GO:0003223                                                                                                                                                ventricular compact myocardium morphogenesis
GO:0003226                                                                                                                                          right ventricular compact myocardium morphogenesis
GO:0003228                                                                                                                                                    atrial cardiac muscle tissue development
GO:0003229                                                                                                                                               ventricular cardiac muscle tissue development
GO:0003230                                                                                                                                                                  cardiac atrium development
GO:0003231                                                                                                                                                               cardiac ventricle development
GO:0003235                                                                                                                                                                   sinus venosus development
GO:0003236                                                                                                                                                                 sinus venosus morphogenesis
GO:0003241                                                                                                                                                      growth involved in heart morphogenesis
GO:0003242                                                                                                                                                                  cardiac chamber ballooning
GO:0003245                                                                                                                                cardiac muscle tissue growth involved in heart morphogenesis
GO:0003249                                                                                                                                    cell proliferation involved in heart valve morphogenesis
GO:0003250                                                                                                                      regulation of cell proliferation involved in heart valve morphogenesis
GO:0003251                                                                                                             positive regulation of cell proliferation involved in heart valve morphogenesis
GO:0003252                                                                                                             negative regulation of cell proliferation involved in heart valve morphogenesis
GO:0003253                                                                                                                 cardiac neural crest cell migration involved in outflow tract morphogenesis
GO:0003254                                                                                                                                                       regulation of membrane depolarization
GO:0003259                                                                                                                                                      cardioblast anterior-lateral migration
GO:0003260                                                                                                                                                                       cardioblast migration
GO:0003263                                                                                                                                                                   cardioblast proliferation
GO:0003264                                                                                                                                                     regulation of cardioblast proliferation
GO:0003266                                                                                                                               regulation of secondary heart field cardioblast proliferation
GO:0003270                                                                                           Notch signaling pathway involved in regulation of secondary heart field cardioblast proliferation
GO:0003271                                                                                      smoothened signaling pathway involved in regulation of secondary heart field cardioblast proliferation
GO:0003272                                                                                                                                                               endocardial cushion formation
GO:0003273                                                                                                                                    cell migration involved in endocardial cushion formation
GO:0003274                                                                                                                                                                  endocardial cushion fusion
GO:0003275                                                                                                                                   apoptotic process involved in outflow tract morphogenesis
GO:0003278                                                                                                                                           apoptotic process involved in heart morphogenesis
GO:0003279                                                                                                                                                                  cardiac septum development
GO:0003281                                                                                                                                                              ventricular septum development
GO:0003283                                                                                                                                                                   atrial septum development
GO:0003284                                                                                                                                                                   septum primum development
GO:0003285                                                                                                                                                                 septum secundum development
GO:0003289                                                                                                                                                          atrial septum primum morphogenesis
GO:0003290                                                                                                                                                        atrial septum secundum morphogenesis
GO:0003292                                                                                                                                                         cardiac septum cell differentiation
GO:0003294                                                                                                                                                      atrial ventricular junction remodeling
GO:0003298                                                                                                                                                            physiological muscle hypertrophy
GO:0003299                                                                                                                                                    muscle hypertrophy in response to stress
GO:0003300                                                                                                                                                                  cardiac muscle hypertrophy
GO:0003301                                                                                                                                                    physiological cardiac muscle hypertrophy
GO:0003306                                                                                                                                         Wnt signaling pathway involved in heart development
GO:0003307                                                                                                                           regulation of Wnt signaling pathway involved in heart development
GO:0003308                                                                                                                  negative regulation of Wnt signaling pathway involved in heart development
GO:0003309                                                                                                                                                      type B pancreatic cell differentiation
GO:0003310                                                                                                                                                           pancreatic A cell differentiation
GO:0003311                                                                                                                                                           pancreatic D cell differentiation
GO:0003312                                                                                                                                                          pancreatic PP cell differentiation
GO:0003318                                                                                                                                 cell migration to the midline involved in heart development
GO:0003321                                                                                                                         positive regulation of blood pressure by epinephrine-norepinephrine
GO:0003322                                                                                                                                                               pancreatic A cell development
GO:0003323                                                                                                                                                          type B pancreatic cell development
GO:0003326                                                                                                                                                           pancreatic A cell fate commitment
GO:0003327                                                                                                                                                      type B pancreatic cell fate commitment
GO:0003329                                                                                                                                                          pancreatic PP cell fate commitment
GO:0003330                                                                                                                                    regulation of extracellular matrix constituent secretion
GO:0003331                                                                                                                           positive regulation of extracellular matrix constituent secretion
GO:0003332                                                                                                                           negative regulation of extracellular matrix constituent secretion
GO:0003333                                                                                                                                                          amino acid transmembrane transport
GO:0003334                                                                                                                                                                    keratinocyte development
GO:0003335                                                                                                                                                                      corneocyte development
GO:0003336                                                                                                                                                                     corneocyte desquamation
GO:0003337                                                                                                                  mesenchymal to epithelial transition involved in metanephros morphogenesis
GO:0003338                                                                                                                                                                   metanephros morphogenesis
GO:0003339                                                                                                    regulation of mesenchymal to epithelial transition involved in metanephros morphogenesis
GO:0003340                                                                                           negative regulation of mesenchymal to epithelial transition involved in metanephros morphogenesis
GO:0003341                                                                                                                                                                             cilium movement
GO:0003342                                                                                                                                                                   proepicardium development
GO:0003343                                                                                                                                                              septum transversum development
GO:0003344                                                                                                                                                                   pericardium morphogenesis
GO:0003345                                                                                                                          proepicardium cell migration involved in pericardium morphogenesis
GO:0003348                                                                                                                                                    cardiac endothelial cell differentiation
GO:0003350                                                                                                                                                            pulmonary myocardium development
GO:0003351                                                                                                                         epithelial cilium movement involved in extracellular fluid movement
GO:0003352                                                                                                                                                               regulation of cilium movement
GO:0003353                                                                                                                                                      positive regulation of cilium movement
GO:0003354                                                                                                                                                      negative regulation of cilium movement
GO:0003356                                                                                                                                                         regulation of cilium beat frequency
GO:0003357                                                                                                                                                        noradrenergic neuron differentiation
GO:0003358                                                                                                                                                            noradrenergic neuron development
GO:0003359                                                                                                                                                        noradrenergic neuron fate commitment
GO:0003360                                                                                                                                                                       brainstem development
GO:0003363                                                                                                                                 lamellipodium assembly involved in ameboidal cell migration
GO:0003365                                                                                                                         establishment of cell polarity involved in ameboidal cell migration
GO:0003366                                                                                                                                   cell-matrix adhesion involved in ameboidal cell migration
GO:0003376                                                                                                                                          sphingosine-1-phosphate receptor signaling pathway
GO:0003382                                                                                                                                                               epithelial cell morphogenesis
GO:0003383                                                                                                                                                                         apical constriction
GO:0003400                                                                                                                                                         regulation of COPII vesicle coating
GO:0003401                                                                                                                                                                             axis elongation
GO:0003402                                                                                                                                    planar cell polarity pathway involved in axis elongation
GO:0003404                                                                                                                                                                 optic vesicle morphogenesis
GO:0003406                                                                                                                                                      retinal pigment epithelium development
GO:0003407                                                                                                                                                                   neural retina development
GO:0003408                                                                                                                                 optic cup formation involved in camera-type eye development
GO:0003409                                                                                                                                                           optic cup structural organization
GO:0003412                                                                                            establishment of epithelial cell apical/basal polarity involved in camera-type eye morphogenesis
GO:0003413                                                                                                                     chondrocyte differentiation involved in endochondral bone morphogenesis
GO:0003414                                                                                                                       chondrocyte morphogenesis involved in endochondral bone morphogenesis
GO:0003415                                                                                                                                                                     chondrocyte hypertrophy
GO:0003416                                                                                                                                                                    endochondral bone growth
GO:0003417                                                                                                                                                          growth plate cartilage development
GO:0003418                                                                                                                                          growth plate cartilage chondrocyte differentiation
GO:0003419                                                                                                                                            growth plate cartilage chondrocyte proliferation
GO:0003421                                                                                                                                                   growth plate cartilage axis specification
GO:0003422                                                                                                                                                        growth plate cartilage morphogenesis
GO:0003429                                                                                                                                            growth plate cartilage chondrocyte morphogenesis
GO:0003430                                                                                                                                                   growth plate cartilage chondrocyte growth
GO:0003431                                                                                                                                              growth plate cartilage chondrocyte development
GO:0003433                                                                                                                         chondrocyte development involved in endochondral bone morphogenesis
GO:0003674                                                                                                                                                                          molecular_function
GO:0003676                                                                                                                                                                        nucleic acid binding
GO:0003677                                                                                                                                                                                 DNA binding
GO:0003678                                                                                                                                                                       DNA helicase activity
GO:0003680                                                                                                                                            minor groove of adenine-thymine-rich DNA binding
GO:0003681                                                                                                                                                                            bent DNA binding
GO:0003682                                                                                                                                                                           chromatin binding
GO:0003684                                                                                                                                                                         damaged DNA binding
GO:0003688                                                                                                                                                              DNA replication origin binding
GO:0003689                                                                                                                                                                   DNA clamp loader activity
GO:0003690                                                                                                                                                                 double-stranded DNA binding
GO:0003691                                                                                                                                                       double-stranded telomeric DNA binding
GO:0003692                                                                                                                                                                   left-handed Z-DNA binding
GO:0003696                                                                                                                                                                       satellite DNA binding
GO:0003697                                                                                                                                                                 single-stranded DNA binding
GO:0003700                                                                                                                                                   DNA-binding transcription factor activity
GO:0003707                                                                                                                                                           nuclear steroid receptor activity
GO:0003711                                                                                                                                                    transcription elongation factor activity
GO:0003712                                                                                                                                                          transcription coregulator activity
GO:0003713                                                                                                                                                          transcription coactivator activity
GO:0003714                                                                                                                                                          transcription corepressor activity
GO:0003720                                                                                                                                                                         telomerase activity
GO:0003721                                                                                                                                               telomerase RNA reverse transcriptase activity
GO:0003723                                                                                                                                                                                 RNA binding
GO:0003724                                                                                                                                                                       RNA helicase activity
GO:0003725                                                                                                                                                                 double-stranded RNA binding
GO:0003726                                                                                                                                            double-stranded RNA adenosine deaminase activity
GO:0003727                                                                                                                                                                 single-stranded RNA binding
GO:0003729                                                                                                                                                                                mRNA binding
GO:0003730                                                                                                                                                                         mRNA 3'-UTR binding
GO:0003735                                                                                                                                                          structural constituent of ribosome
GO:0003743                                                                                                                                                      translation initiation factor activity
GO:0003746                                                                                                                                                      translation elongation factor activity
GO:0003747                                                                                                                                                         translation release factor activity
GO:0003755                                                                                                                                                peptidyl-prolyl cis-trans isomerase activity
GO:0003756                                                                                                                                                        protein disulfide isomerase activity
GO:0003774                                                                                                                                                                 cytoskeletal motor activity
GO:0003777                                                                                                                                                                  microtubule motor activity
GO:0003779                                                                                                                                                                               actin binding
GO:0003785                                                                                                                                                                       actin monomer binding
GO:0003796                                                                                                                                                                           lysozyme activity
GO:0003810                                                                                                                                        protein-glutamine gamma-glutamyltransferase activity
GO:0003823                                                                                                                                                                             antigen binding
GO:0003824                                                                                                                                                                          catalytic activity
GO:0003827                                                                                                              alpha-1,3-mannosylglycoprotein 2-beta-N-acetylglucosaminyltransferase activity
GO:0003828                                                                                                                              alpha-N-acetylneuraminate alpha-2,8-sialyltransferase activity
GO:0003829                                                                                               beta-1,3-galactosyl-O-glycosyl-glycoprotein beta-1,6-N-acetylglucosaminyltransferase activity
GO:0003830                                                                                                               beta-1,4-mannosylglycoprotein 4-beta-N-acetylglucosaminyltransferase activity
GO:0003831                                                                                                               beta-N-acetylglucosaminylglycopeptide beta-1,4-galactosyltransferase activity
GO:0003834                                                                                                                                                   beta-carotene 15,15'-dioxygenase activity
GO:0003835                                                                                                                                       beta-galactoside alpha-2,6-sialyltransferase activity
GO:0003836                                                                                                                                 beta-galactoside (CMP) alpha-2,3-sialyltransferase activity
GO:0003837                                                                                                                                                              beta-ureidopropionase activity
GO:0003839                                                                                                                                                     gamma-glutamylcyclotransferase activity
GO:0003841                                                                                                                                       1-acylglycerol-3-phosphate O-acyltransferase activity
GO:0003842                                                                                                                                            1-pyrroline-5-carboxylate dehydrogenase activity
GO:0003844                                                                                                                                                  1,4-alpha-glucan branching enzyme activity
GO:0003845                                                                                                                                      11-beta-hydroxysteroid dehydrogenase [NAD(P)] activity
GO:0003846                                                                                                                                                   2-acylglycerol O-acyltransferase activity
GO:0003847                                                                                                                                     1-alkyl-2-acetylglycerophosphocholine esterase activity
GO:0003851                                                                                                                              2-hydroxyacylsphingosine 1-beta-galactosyltransferase activity
GO:0003853                                                                                                                                                 2-methylbutanoyl-CoA dehydrogenase activity
GO:0003854                                                                                                                                        3-beta-hydroxy-delta5-steroid dehydrogenase activity
GO:0003857                                                                                                                                                    3-hydroxyacyl-CoA dehydrogenase activity
GO:0003858                                                                                                                                                    3-hydroxybutyrate dehydrogenase activity
GO:0003860                                                                                                                                                  3-hydroxyisobutyryl-CoA hydrolase activity
GO:0003863                                                                                                             3-methyl-2-oxobutanoate dehydrogenase (2-methylpropanoyl-transferring) activity
GO:0003865                                                                                                                                              3-oxo-5-alpha-steroid 4-dehydrogenase activity
GO:0003867                                                                                                                                                       4-aminobutyrate transaminase activity
GO:0003868                                                                                                                                                4-hydroxyphenylpyruvate dioxygenase activity
GO:0003870                                                                                                                                                         5-aminolevulinate synthase activity
GO:0003872                                                                                                                                                              6-phosphofructokinase activity
GO:0003873                                                                                                                                                           6-phosphofructo-2-kinase activity
GO:0003874                                                                                                                                                6-pyruvoyltetrahydropterin synthase activity
GO:0003875                                                                                                                                                      ADP-ribosylarginine hydrolase activity
GO:0003876                                                                                                                                                                      AMP deaminase activity
GO:0003877                                                                                                                                                            ATP adenylyltransferase activity
GO:0003878                                                                                                                                                               ATP citrate synthase activity
GO:0003880                                                                                                                                    protein C-terminal carboxyl O-methyltransferase activity
GO:0003881                                                                                                                              CDP-diacylglycerol-inositol 3-phosphatidyltransferase activity
GO:0003882                                                                                                                                CDP-diacylglycerol-serine O-phosphatidyltransferase activity
GO:0003883                                                                                                                                                                       CTP synthase activity
GO:0003884                                                                                                                                                               D-amino-acid oxidase activity
GO:0003886                                                                                                                                                DNA (cytosine-5-)-methyltransferase activity
GO:0003887                                                                                                                                                        DNA-directed DNA polymerase activity
GO:0003896                                                                                                                                                                        DNA primase activity
GO:0003899                                                                                                                                                  DNA-directed 5'-3' RNA polymerase activity
GO:0003905                                                                                                                                                        alkylbase DNA N-glycosylase activity
GO:0003906                                                                                                                                   DNA-(apurinic or apyrimidinic site) endonuclease activity
GO:0003908                                                                                                                              methylated-DNA-[protein]-cysteine S-methyltransferase activity
GO:0003909                                                                                                                                                                         DNA ligase activity
GO:0003910                                                                                                                                                                   DNA ligase (ATP) activity
GO:0003912                                                                                                                                                      DNA nucleotidylexotransferase activity
GO:0003916                                                                                                                                                                  DNA topoisomerase activity
GO:0003917                                                                                                                      DNA topoisomerase type I (single strand cut, ATP-independent) activity
GO:0003918                                                                                                                     DNA topoisomerase type II (double strand cut, ATP-hydrolyzing) activity
GO:0003919                                                                                                                                                            FMN adenylyltransferase activity
GO:0003920                                                                                                                                                                      GMP reductase activity
GO:0003921                                                                                                                                                                       GMP synthase activity
GO:0003922                                                                                                                                               GMP synthase (glutamine-hydrolyzing) activity
GO:0003923                                                                                                                                                            GPI-anchor transamidase activity
GO:0003924                                                                                                                                                                             GTPase activity
GO:0003925                                                                                                                                                                          G protein activity
GO:0003933                                                                                                                                                                 GTP cyclohydrolase activity
GO:0003934                                                                                                                                                               GTP cyclohydrolase I activity
GO:0003937                                                                                                                                                                 IMP cyclohydrolase activity
GO:0003938                                                                                                                                                                  IMP dehydrogenase activity
GO:0003939                                                                                                                                                           L-iditol 2-dehydrogenase activity
GO:0003940                                                                                                                                                                      L-iduronidase activity
GO:0003941                                                                                                                                                             L-serine ammonia-lyase activity
GO:0003943                                                                                                                                                  N-acetylgalactosamine-4-sulfatase activity
GO:0003944                                                                                                                 N-acetylglucosamine-1-phosphodiester alpha-N-acetylglucosaminidase activity
GO:0003945                                                                                                                                                       N-acetyllactosamine synthase activity
GO:0003947                                                                                                  (N-acetylneuraminyl)-galactosylglucosylceramide N-acetylgalactosaminyltransferase activity
GO:0003948                                                                                                                                      N4-(beta-N-acetylglucosaminyl)-L-asparaginase activity
GO:0003950                                                                                                                                                        NAD+ ADP-ribosyltransferase activity
GO:0003951                                                                                                                                                                        NAD+ kinase activity
GO:0003952                                                                                                                                              NAD+ synthase (glutamine-hydrolyzing) activity
GO:0003953                                                                                                                                                                  NAD+ nucleosidase activity
GO:0003954                                                                                                                                                                 NADH dehydrogenase activity
GO:0003955                                                                                                                                                    NAD(P)H dehydrogenase (quinone) activity
GO:0003957                                                                                                                                              NAD(P)+ transhydrogenase (B-specific) activity
GO:0003958                                                                                                                                                        NADPH-hemoprotein reductase activity
GO:0003960                                                                                                                                                            NADPH:quinone reductase activity
GO:0003963                                                                                                                                                           RNA-3'-phosphate cyclase activity
GO:0003964                                                                                                                                                        RNA-directed DNA polymerase activity
GO:0003968                                                                                                                                                       RNA-dependent RNA polymerase activity
GO:0003972                                                                                                                                                                   RNA ligase (ATP) activity
GO:0003973                                                                                                                                                         (S)-2-hydroxy-acid oxidase activity
GO:0003974                                                                                                                                                UDP-N-acetylglucosamine 4-epimerase activity
GO:0003975                                                                                                   UDP-N-acetylglucosamine-dolichyl-phosphate N-acetylglucosaminephosphotransferase activity
GO:0003976                                                                                                     UDP-N-acetylglucosamine-lysosomal-enzyme N-acetylglucosaminephosphotransferase activity
GO:0003977                                                                                                                                            UDP-N-acetylglucosamine diphosphorylase activity
GO:0003978                                                                                                                                                            UDP-glucose 4-epimerase activity
GO:0003979                                                                                                                                                        UDP-glucose 6-dehydrogenase activity
GO:0003980                                                                                                                                       UDP-glucose:glycoprotein glucosyltransferase activity
GO:0003983                                                                                                                                        UTP:glucose-1-phosphate uridylyltransferase activity
GO:0003984                                                                                                                                                              acetolactate synthase activity
GO:0003985                                                                                                                                                     acetyl-CoA C-acetyltransferase activity
GO:0003986                                                                                                                                                               acetyl-CoA hydrolase activity
GO:0003987                                                                                                                                                                 acetate-CoA ligase activity
GO:0003988                                                                                                                                                       acetyl-CoA C-acyltransferase activity
GO:0003989                                                                                                                                                             acetyl-CoA carboxylase activity
GO:0003990                                                                                                                                                               acetylcholinesterase activity
GO:0003993                                                                                                                                                                   acid phosphatase activity
GO:0003994                                                                                                                                                                aconitate hydratase activity
GO:0003995                                                                                                                                                             acyl-CoA dehydrogenase activity
GO:0003997                                                                                                                                                                   acyl-CoA oxidase activity
GO:0003998                                                                                                                                                                    acylphosphatase activity
GO:0003999                                                                                                                                                  adenine phosphoribosyltransferase activity
GO:0004000                                                                                                                                                                adenosine deaminase activity
GO:0004001                                                                                                                                                                   adenosine kinase activity
GO:0004013                                                                                                                                                             adenosylhomocysteinase activity
GO:0004014                                                                                                                                                   adenosylmethionine decarboxylase activity
GO:0004016                                                                                                                                                                  adenylate cyclase activity
GO:0004017                                                                                                                                                                   adenylate kinase activity
GO:0004018                                                                                                                            N6-(1,2-dicarboxyethyl)AMP AMP-lyase (fumarate-forming) activity
GO:0004019                                                                                                                                                          adenylosuccinate synthase activity
GO:0004020                                                                                                                                                             adenylylsulfate kinase activity
GO:0004021                                                                                                                                          L-alanine:2-oxoglutarate aminotransferase activity
GO:0004022                                                                                                                                                       alcohol dehydrogenase (NAD+) activity
GO:0004024                                                                                                                                              alcohol dehydrogenase activity, zinc-dependent
GO:0004027                                                                                                                                                           alcohol sulfotransferase activity
GO:0004028                                                                                                                                               3-chloroallyl aldehyde dehydrogenase activity
GO:0004029                                                                                                                                                      aldehyde dehydrogenase (NAD+) activity
GO:0004030                                                                                                                                                   aldehyde dehydrogenase [NAD(P)+] activity
GO:0004031                                                                                                                                                                   aldehyde oxidase activity
GO:0004032                                                                                                                                                     alditol:NADP+ 1-oxidoreductase activity
GO:0004033                                                                                                                                                         aldo-keto reductase (NADP) activity
GO:0004034                                                                                                                                                                 aldose 1-epimerase activity
GO:0004035                                                                                                                                                               alkaline phosphatase activity
GO:0004037                                                                                                                                                                       allantoicase activity
GO:0004040                                                                                                                                                                            amidase activity
GO:0004042                                                                                                                                         acetyl-CoA:L-glutamate N-acetyltransferase activity
GO:0004043                                                                                                                                          L-aminoadipate-semialdehyde dehydrogenase activity
GO:0004044                                                                                                                                                     amidophosphoribosyltransferase activity
GO:0004045                                                                                                                                                           aminoacyl-tRNA hydrolase activity
GO:0004046                                                                                                                                                                       aminoacylase activity
GO:0004047                                                                                                                                                             aminomethyltransferase activity
GO:0004050                                                                                                                                                                            apyrase activity
GO:0004051                                                                                                                                                        arachidonate 5-lipoxygenase activity
GO:0004052                                                                                                                                                    arachidonate 12(S)-lipoxygenase activity
GO:0004053                                                                                                                                                                           arginase activity
GO:0004055                                                                                                                                                         argininosuccinate synthase activity
GO:0004056                                                                                                                                                            argininosuccinate lyase activity
GO:0004057                                                                                                                                                  arginyl-tRNA--protein transferase activity
GO:0004058                                                                                                                                                aromatic-L-amino-acid decarboxylase activity
GO:0004059                                                                                                                                                   aralkylamine N-acetyltransferase activity
GO:0004060                                                                                                                                                      arylamine N-acetyltransferase activity
GO:0004061                                                                                                                                                                    arylformamidase activity
GO:0004062                                                                                                                                                              aryl sulfotransferase activity
GO:0004063                                                                                                                                                             aryldialkylphosphatase activity
GO:0004064                                                                                                                                                                       arylesterase activity
GO:0004065                                                                                                                                                                      arylsulfatase activity
GO:0004066                                                                                                                                        asparagine synthase (glutamine-hydrolyzing) activity
GO:0004067                                                                                                                                                                       asparaginase activity
GO:0004068                                                                                                                                                          aspartate 1-decarboxylase activity
GO:0004069                                                                                                                                        L-aspartate:2-oxoglutarate aminotransferase activity
GO:0004070                                                                                                                                                     aspartate carbamoyltransferase activity
GO:0004074                                                                                                                                                     biliverdin reductase (NAD(P)+) activity
GO:0004075                                                                                                                                                                 biotin carboxylase activity
GO:0004077                                                                                                                                             biotin-[acetyl-CoA-carboxylase] ligase activity
GO:0004078                                                                                                                                    biotin-[methylcrotonoyl-CoA-carboxylase] ligase activity
GO:0004079                                                                                                                               biotin-[methylmalonyl-CoA-carboxytransferase] ligase activity
GO:0004080                                                                                                                        biotin-[propionyl-CoA-carboxylase (ATP-hydrolyzing)] ligase activity
GO:0004081                                                                                                                                  bis(5'-nucleosyl)-tetraphosphatase (asymmetrical) activity
GO:0004082                                                                                                                                                         bisphosphoglycerate mutase activity
GO:0004084                                                                                                                                             branched-chain-amino-acid transaminase activity
GO:0004085                                                                                                                                                          butyryl-CoA dehydrogenase activity
GO:0004087                                                                                                                                             carbamoyl-phosphate synthase (ammonia) activity
GO:0004088                                                                                                                               carbamoyl-phosphate synthase (glutamine-hydrolyzing) activity
GO:0004089                                                                                                                                                              carbonate dehydratase activity
GO:0004090                                                                                                                                                         carbonyl reductase (NADPH) activity
GO:0004092                                                                                                                                                      carnitine O-acetyltransferase activity
GO:0004095                                                                                                                                                   carnitine O-palmitoyltransferase activity
GO:0004096                                                                                                                                                                           catalase activity
GO:0004098                                                                                                                                                              cerebroside-sulfatase activity
GO:0004102                                                                                                                                                        choline O-acetyltransferase activity
GO:0004103                                                                                                                                                                     choline kinase activity
GO:0004104                                                                                                                                                                     cholinesterase activity
GO:0004105                                                                                                                                             choline-phosphate cytidylyltransferase activity
GO:0004108                                                                                                                                                              citrate (Si)-synthase activity
GO:0004109                                                                                                                                                         coproporphyrinogen oxidase activity
GO:0004111                                                                                                                                                                    creatine kinase activity
GO:0004112                                                                                                                                                cyclic-nucleotide phosphodiesterase activity
GO:0004113                                                                                                                                       2',3'-cyclic-nucleotide 3'-phosphodiesterase activity
GO:0004114                                                                                                                                          3',5'-cyclic-nucleotide phosphodiesterase activity
GO:0004115                                                                                                                                                 3',5'-cyclic-AMP phosphodiesterase activity
GO:0004117                                                                                         calmodulin-activated dual specificity 3',5'-cyclic-GMP, 3',5'-cyclic-AMP phosphodiesterase activity
GO:0004118                                                                                                                                cGMP-stimulated cyclic-nucleotide phosphodiesterase activity
GO:0004119                                                                                                                                 cGMP-inhibited cyclic-nucleotide phosphodiesterase activity
GO:0004122                                                                                                                                                        cystathionine beta-synthase activity
GO:0004123                                                                                                                                                          cystathionine gamma-lyase activity
GO:0004126                                                                                                                                                                 cytidine deaminase activity
GO:0004127                                                                                                                                                                  cytidylate kinase activity
GO:0004128                                                                                                                                         cytochrome-b5 reductase activity, acting on NAD(P)H
GO:0004129                                                                                                                                                               cytochrome-c oxidase activity
GO:0004132                                                                                                                                                                     dCMP deaminase activity
GO:0004133                                                                                                                                                        glycogen debranching enzyme activity
GO:0004134                                                                                                                                                         4-alpha-glucanotransferase activity
GO:0004135                                                                                                                                                        amylo-alpha-1,6-glucosidase activity
GO:0004136                                                                                                                                                              deoxyadenosine kinase activity
GO:0004137                                                                                                                                                               deoxycytidine kinase activity
GO:0004138                                                                                                                                                              deoxyguanosine kinase activity
GO:0004139                                                                                                                                                     deoxyribose-phosphate aldolase activity
GO:0004140                                                                                                                                                               dephospho-CoA kinase activity
GO:0004142                                                                                                                                           diacylglycerol cholinephosphotransferase activity
GO:0004143                                                                                                                                                ATP-dependent diacylglycerol kinase activity
GO:0004144                                                                                                                                                   diacylglycerol O-acyltransferase activity
GO:0004145                                                                                                                                                        diamine N-acetyltransferase activity
GO:0004146                                                                                                                                                            dihydrofolate reductase activity
GO:0004148                                                                                                                                                        dihydrolipoyl dehydrogenase activity
GO:0004149                                                                                                                                    dihydrolipoyllysine-residue succinyltransferase activity
GO:0004151                                                                                                                                                                     dihydroorotase activity
GO:0004152                                                                                                                                                       dihydroorotate dehydrogenase activity
GO:0004155                                                                                                                                                     6,7-dihydropteridine reductase activity
GO:0004157                                                                                                                                                                dihydropyrimidinase activity
GO:0004161                                                                                                                                                      dimethylallyltranstransferase activity
GO:0004163                                                                                                                                                  diphosphomevalonate decarboxylase activity
GO:0004164                                                                                                                                                                 diphthine synthase activity
GO:0004165                                                                                                                                              delta(3)-delta(2)-enoyl-CoA isomerase activity
GO:0004167                                                                                                                                                               dopachrome isomerase activity
GO:0004168                                                                                                                                                                    dolichol kinase activity
GO:0004169                                                                                                                             dolichyl-phosphate-mannose-protein mannosyltransferase activity
GO:0004170                                                                                                                                                                 dUTP diphosphatase activity
GO:0004174                                                                                                                                   electron-transferring-flavoprotein dehydrogenase activity
GO:0004175                                                                                                                                                                      endopeptidase activity
GO:0004176                                                                                                                                                            ATP-dependent peptidase activity
GO:0004177                                                                                                                                                                     aminopeptidase activity
GO:0004180                                                                                                                                                                   carboxypeptidase activity
GO:0004181                                                                                                                                                            metallocarboxypeptidase activity
GO:0004185                                                                                                                                                       serine-type carboxypeptidase activity
GO:0004190                                                                                                                                                        aspartic-type endopeptidase activity
GO:0004197                                                                                                                                                        cysteine-type endopeptidase activity
GO:0004198                                                                                                                                      calcium-dependent cysteine-type endopeptidase activity
GO:0004222                                                                                                                                                               metalloendopeptidase activity
GO:0004239                                                                                                                                                 initiator methionyl aminopeptidase activity
GO:0004252                                                                                                                                                          serine-type endopeptidase activity
GO:0004298                                                                                                                                                       threonine-type endopeptidase activity
GO:0004300                                                                                                                                                                enoyl-CoA hydratase activity
GO:0004301                                                                                                                                                                  epoxide hydrolase activity
GO:0004303                                                                                                                                           estradiol 17-beta-dehydrogenase [NAD(P)] activity
GO:0004304                                                                                                                                                           estrone sulfotransferase activity
GO:0004305                                                                                                                                                                ethanolamine kinase activity
GO:0004306                                                                                                                                        ethanolamine-phosphate cytidylyltransferase activity
GO:0004307                                                                                                                                                     ethanolaminephosphotransferase activity
GO:0004308                                                                                                                                                                exo-alpha-sialidase activity
GO:0004309                                                                                                                                                                 exopolyphosphatase activity
GO:0004310                                                                                                                                           farnesyl-diphosphate farnesyltransferase activity
GO:0004311                                                                                                                                                           farnesyltranstransferase activity
GO:0004312                                                                                                                                                                fatty acid synthase activity
GO:0004313                                                                                                                                         [acyl-carrier-protein] S-acetyltransferase activity
GO:0004314                                                                                                                                        [acyl-carrier-protein] S-malonyltransferase activity
GO:0004315                                                                                                                                          3-oxoacyl-[acyl-carrier-protein] synthase activity
GO:0004316                                                                                                                                 3-oxoacyl-[acyl-carrier-protein] reductase (NADPH) activity
GO:0004317                                                                                                                         (3R)-3-hydroxypalmitoyl-[acyl-carrier-protein] dehydratase activity
GO:0004321                                                                                                                                                            fatty-acyl-CoA synthase activity
GO:0004322                                                                                                                                                                        ferroxidase activity
GO:0004324                                                                                                                                                         ferredoxin-NADP+ reductase activity
GO:0004325                                                                                                                                                                     ferrochelatase activity
GO:0004326                                                                                                                                              tetrahydrofolylpolyglutamate synthase activity
GO:0004329                                                                                                                                                    formate-tetrahydrofolate ligase activity
GO:0004331                                                                                                                                            fructose-2,6-bisphosphate 2-phosphatase activity
GO:0004332                                                                                                                                                     fructose-bisphosphate aldolase activity
GO:0004333                                                                                                                                                                 fumarate hydratase activity
GO:0004334                                                                                                                                                                fumarylacetoacetase activity
GO:0004335                                                                                                                                                                      galactokinase activity
GO:0004336                                                                                                                                                               galactosylceramidase activity
GO:0004337                                                                                                                                                            geranyltranstransferase activity
GO:0004339                                                                                                                                                       glucan 1,4-alpha-glucosidase activity
GO:0004340                                                                                                                                                                        glucokinase activity
GO:0004342                                                                                                                                                  glucosamine-6-phosphate deaminase activity
GO:0004343                                                                                                                                        glucosamine 6-phosphate N-acetyltransferase activity
GO:0004344                                                                                                                                                              glucose dehydrogenase activity
GO:0004345                                                                                                                                                  glucose-6-phosphate dehydrogenase activity
GO:0004346                                                                                                                                                              glucose-6-phosphatase activity
GO:0004347                                                                                                                                                      glucose-6-phosphate isomerase activity
GO:0004348                                                                                                                                                                 glucosylceramidase activity
GO:0004349                                                                                                                                                                 glutamate 5-kinase activity
GO:0004350                                                                                                                                             glutamate-5-semialdehyde dehydrogenase activity
GO:0004351                                                                                                                                                            glutamate decarboxylase activity
GO:0004352                                                                                                                                                     glutamate dehydrogenase (NAD+) activity
GO:0004353                                                                                                                                                  glutamate dehydrogenase [NAD(P)+] activity
GO:0004354                                                                                                                                                    glutamate dehydrogenase (NADP+) activity
GO:0004356                                                                                                                                                               glutamine synthetase activity
GO:0004357                                                                                                                                                          glutamate-cysteine ligase activity
GO:0004359                                                                                                                                                                        glutaminase activity
GO:0004360                                                                                                                          glutamine-fructose-6-phosphate transaminase (isomerizing) activity
GO:0004361                                                                                                                                                         glutaryl-CoA dehydrogenase activity
GO:0004362                                                                                                                                             glutathione-disulfide reductase (NADP) activity
GO:0004363                                                                                                                                                               glutathione synthase activity
GO:0004364                                                                                                                                                            glutathione transferase activity
GO:0004365                                                                                                                  glyceraldehyde-3-phosphate dehydrogenase (NAD+) (phosphorylating) activity
GO:0004366                                                                                                                                             glycerol-3-phosphate O-acyltransferase activity
GO:0004368                                                                                                                                       glycerol-3-phosphate dehydrogenase (quinone) activity
GO:0004370                                                                                                                                                                    glycerol kinase activity
GO:0004371                                                                                                                                                                   glycerone kinase activity
GO:0004372                                                                                                                                                   glycine hydroxymethyltransferase activity
GO:0004373                                                                                                                                                         glycogen (starch) synthase activity
GO:0004375                                                                                                                                            glycine dehydrogenase (decarboxylating) activity
GO:0004376                                                                                                                                                     glycolipid mannosyltransferase activity
GO:0004377                                                                                                                           GDP-Man:Man3GlcNAc2-PP-Dol alpha-1,2-mannosyltransferase activity
GO:0004378                                                                                                                           GDP-Man:Man1GlcNAc2-PP-Dol alpha-1,3-mannosyltransferase activity
GO:0004379                                                                                                                                           glycylpeptide N-tetradecanoyltransferase activity
GO:0004380                                                                                                            glycoprotein-fucosylgalactoside alpha-N-acetylgalactosaminyltransferase activity
GO:0004381                                                                                                                                   fucosylgalactoside 3-alpha-galactosyltransferase activity
GO:0004382                                                                                                                                                                    GDP phosphatase activity
GO:0004383                                                                                                                                                                  guanylate cyclase activity
GO:0004385                                                                                                                                                                   guanylate kinase activity
GO:0004386                                                                                                                                                                           helicase activity
GO:0004392                                                                                                                                                       heme oxygenase (decyclizing) activity
GO:0004394                                                                                                                                               heparan sulfate 2-O-sulfotransferase activity
GO:0004396                                                                                                                                                                         hexokinase activity
GO:0004397                                                                                                                                                            histidine ammonia-lyase activity
GO:0004398                                                                                                                                                            histidine decarboxylase activity
GO:0004402                                                                                                                                                          histone acetyltransferase activity
GO:0004407                                                                                                                                                                histone deacetylase activity
GO:0004411                                                                                                                                                      homogentisate 1,2-dioxygenase activity
GO:0004415                                                                                                                                                          hyalurononglucosaminidase activity
GO:0004416                                                                                                                                                   hydroxyacylglutathione hydrolase activity
GO:0004418                                                                                                                                                       hydroxymethylbilane synthase activity
GO:0004419                                                                                                                                                    hydroxymethylglutaryl-CoA lyase activity
GO:0004420                                                                                                                                        hydroxymethylglutaryl-CoA reductase (NADPH) activity
GO:0004421                                                                                                                                                 hydroxymethylglutaryl-CoA synthase activity
GO:0004427                                                                                                                                                  inorganic diphosphate phosphatase activity
GO:0004430                                                                                                                                                    1-phosphatidylinositol 4-kinase activity
GO:0004435                                                                                                                                               phosphatidylinositol phospholipase C activity
GO:0004438                                                                                                                                       phosphatidylinositol-3-phosphate phosphatase activity
GO:0004439                                                                                                                                phosphatidylinositol-4,5-bisphosphate 5-phosphatase activity
GO:0004441                                                                                                                                            inositol-1,4-bisphosphate 1-phosphatase activity
GO:0004445                                                                                                                                               inositol-polyphosphate 5-phosphatase activity
GO:0004446                                                                                                                                              inositol-hexakisphosphate phosphatase activity
GO:0004447                                                                                                                                                                  iodide peroxidase activity
GO:0004448                                                                                                                                                 isocitrate dehydrogenase [NAD(P)+] activity
GO:0004449                                                                                                                                                    isocitrate dehydrogenase (NAD+) activity
GO:0004450                                                                                                                                                   isocitrate dehydrogenase (NADP+) activity
GO:0004452                                                                                                                                            isopentenyl-diphosphate delta-isomerase activity
GO:0004454                                                                                                                                                                     ketohexokinase activity
GO:0004457                                                                                                                                                              lactate dehydrogenase activity
GO:0004458                                                                                                                                               D-lactate dehydrogenase (cytochrome) activity
GO:0004459                                                                                                                                                            L-lactate dehydrogenase activity
GO:0004461                                                                                                                                                                   lactose synthase activity
GO:0004462                                                                                                                                                           lactoylglutathione lyase activity
GO:0004463                                                                                                                                                           leukotriene-A4 hydrolase activity
GO:0004464                                                                                                                                                            leukotriene-C4 synthase activity
GO:0004465                                                                                                                                                                 lipoprotein lipase activity
GO:0004466                                                                                                                                            long-chain fatty acyl-CoA dehydrogenase activity
GO:0004467                                                                                                                                                   long-chain fatty acid-CoA ligase activity
GO:0004468                                                                                                                    lysine N-acetyltransferase activity, acting on acetyl phosphate as donor
GO:0004470                                                                                                                                                                       malic enzyme activity
GO:0004471                                                                                                                                      malate dehydrogenase (decarboxylating) (NAD+) activity
GO:0004473                                                                                                                                     malate dehydrogenase (decarboxylating) (NADP+) activity
GO:0004474                                                                                                                                                                    malate synthase activity
GO:0004475                                                                                                                                      mannose-1-phosphate guanylyltransferase (GTP) activity
GO:0004476                                                                                                                                                      mannose-6-phosphate isomerase activity
GO:0004477                                                                                                                                            methenyltetrahydrofolate cyclohydrolase activity
GO:0004478                                                                                                                                                     methionine adenosyltransferase activity
GO:0004479                                                                                                                                                   methionyl-tRNA formyltransferase activity
GO:0004482                                                                                                                                        mRNA 5'-cap (guanine-N7-)-methyltransferase activity
GO:0004483                                                                                                                                          mRNA (nucleoside-2'-O-)-methyltransferase activity
GO:0004484                                                                                                                                                           mRNA guanylyltransferase activity
GO:0004485                                                                                                                                                    methylcrotonoyl-CoA carboxylase activity
GO:0004486                                                                                                                                  methylenetetrahydrofolate dehydrogenase [NAD(P)+] activity
GO:0004487                                                                                                                                     methylenetetrahydrofolate dehydrogenase (NAD+) activity
GO:0004488                                                                                                                                    methylenetetrahydrofolate dehydrogenase (NADP+) activity
GO:0004489                                                                                                                                      methylenetetrahydrofolate reductase (NAD(P)H) activity
GO:0004490                                                                                                                                                     methylglutaconyl-CoA hydratase activity
GO:0004491                                                                                                                         methylmalonate-semialdehyde dehydrogenase (acylating, NAD) activity
GO:0004492                                                                                                                                             methyl/ethyl malonyl-CoA decarboxylase activity
GO:0004493                                                                                                                                                        methylmalonyl-CoA epimerase activity
GO:0004494                                                                                                                                                           methylmalonyl-CoA mutase activity
GO:0004496                                                                                                                                                                  mevalonate kinase activity
GO:0004497                                                                                                                                                                      monooxygenase activity
GO:0004498                                                                                                                                                          calcidiol 1-monooxygenase activity
GO:0004499                                                                                                                                                  N,N-dimethylaniline monooxygenase activity
GO:0004500                                                                                                                                                        dopamine beta-monooxygenase activity
GO:0004502                                                                                                                                                         kynurenine 3-monooxygenase activity
GO:0004503                                                                                                                                                                         tyrosinase activity
GO:0004504                                                                                                                                                      peptidylglycine monooxygenase activity
GO:0004505                                                                                                                                                      phenylalanine 4-monooxygenase activity
GO:0004506                                                                                                                                                             squalene monooxygenase activity
GO:0004507                                                                                                                                                      steroid 11-beta-monooxygenase activity
GO:0004508                                                                                                                                                     steroid 17-alpha-monooxygenase activity
GO:0004509                                                                                                                                                           steroid 21-monooxygenase activity
GO:0004510                                                                                                                                                         tryptophan 5-monooxygenase activity
GO:0004511                                                                                                                                                           tyrosine 3-monooxygenase activity
GO:0004512                                                                                                                                                      inositol-3-phosphate synthase activity
GO:0004514                                                                                                                              nicotinate-nucleotide diphosphorylase (carboxylating) activity
GO:0004515                                                                                                                                          nicotinate-nucleotide adenylyltransferase activity
GO:0004516                                                                                                                                               nicotinate phosphoribosyltransferase activity
GO:0004517                                                                                                                                                              nitric-oxide synthase activity
GO:0004518                                                                                                                                                                           nuclease activity
GO:0004519                                                                                                                                                                       endonuclease activity
GO:0004520                                                                                                                                                                   DNA endonuclease activity
GO:0004521                                                                                                                                                                   RNA endonuclease activity
GO:0004522                                                                                                                                                                     ribonuclease A activity
GO:0004523                                                                                                                                                        RNA-DNA hybrid ribonuclease activity
GO:0004525                                                                                                                                                                   ribonuclease III activity
GO:0004526                                                                                                                                                                     ribonuclease P activity
GO:0004527                                                                                                                                                                        exonuclease activity
GO:0004528                                                                                                                                                                phosphodiesterase I activity
GO:0004529                                                                                                                                                                    DNA exonuclease activity
GO:0004530                                                                                                                                                                deoxyribonuclease I activity
GO:0004531                                                                                                                                                               deoxyribonuclease II activity
GO:0004532                                                                                                                                                                    RNA exonuclease activity
GO:0004534                                                                                                                                                              5'-3' RNA exonuclease activity
GO:0004535                                                                                                                                                      poly(A)-specific ribonuclease activity
GO:0004536                                                                                                                                                                       DNA nuclease activity
GO:0004540                                                                                                                                                                       RNA nuclease activity
GO:0004549                                                                                                                                                         tRNA-specific ribonuclease activity
GO:0004550                                                                                                                                                      nucleoside diphosphate kinase activity
GO:0004551                                                                                                                                                           dinucleotide phosphatase activity
GO:0004553                                                                                                                                        hydrolase activity, hydrolyzing O-glycosyl compounds
GO:0004555                                                                                                                                                              alpha,alpha-trehalase activity
GO:0004556                                                                                                                                                                      alpha-amylase activity
GO:0004557                                                                                                                                                                alpha-galactosidase activity
GO:0004558                                                                                                                                                              alpha-1,4-glucosidase activity
GO:0004559                                                                                                                                                                  alpha-mannosidase activity
GO:0004560                                                                                                                                                                 alpha-L-fucosidase activity
GO:0004561                                                                                                                                                      alpha-N-acetylglucosaminidase activity
GO:0004563                                                                                                                                                        beta-N-acetylhexosaminidase activity
GO:0004565                                                                                                                                                                 beta-galactosidase activity
GO:0004566                                                                                                                                                                 beta-glucuronidase activity
GO:0004567                                                                                                                                                                   beta-mannosidase activity
GO:0004568                                                                                                                                                                          chitinase activity
GO:0004569                                                                                                                                            glycoprotein endo-alpha-1,2-mannosidase activity
GO:0004571                                                                                                                                     mannosyl-oligosaccharide 1,2-alpha-mannosidase activity
GO:0004572                                                                                                                                 mannosyl-oligosaccharide 1,3-1,6-alpha-mannosidase activity
GO:0004573                                                                                                                                        Glc3Man9GlcNAc2 oligosaccharide glucosidase activity
GO:0004576                                                                                                                                                         oligosaccharyl transferase activity
GO:0004577                                                                                                              N-acetylglucosaminyldiphosphodolichol N-acetylglucosaminyltransferase activity
GO:0004578                                                                                                                              chitobiosyldiphosphodolichol beta-mannosyltransferase activity
GO:0004579                                                                                                                         dolichyl-diphosphooligosaccharide-protein glycotransferase activity
GO:0004581                                                                                                                                        dolichyl-phosphate beta-glucosyltransferase activity
GO:0004582                                                                                                                                      dolichyl-phosphate beta-D-mannosyltransferase activity
GO:0004583                                                                                                                    dolichyl-phosphate-glucose-glycolipid alpha-glucosyltransferase activity
GO:0004586                                                                                                                                                            ornithine decarboxylase activity
GO:0004587                                                                                                                                                         ornithine aminotransferase activity
GO:0004588                                                                                                                                                  orotate phosphoribosyltransferase activity
GO:0004590                                                                                                                                               orotidine-5'-phosphate decarboxylase activity
GO:0004591                                                                                                                                 oxoglutarate dehydrogenase (succinyl-transferring) activity
GO:0004594                                                                                                                                                                pantothenate kinase activity
GO:0004595                                                                                                                                          pantetheine-phosphate adenylyltransferase activity
GO:0004596                                                                                                                                                  peptide alpha-N-acetyltransferase activity
GO:0004598                                                                                                                                                       peptidylamidoglycolate lyase activity
GO:0004601                                                                                                                                                                         peroxidase activity
GO:0004602                                                                                                                                                             glutathione peroxidase activity
GO:0004603                                                                                                                                             phenylethanolamine N-methyltransferase activity
GO:0004605                                                                                                                                                 phosphatidate cytidylyltransferase activity
GO:0004607                                                                                                                                       phosphatidylcholine-sterol O-acyltransferase activity
GO:0004608                                                                                                                                       phosphatidylethanolamine N-methyltransferase activity
GO:0004609                                                                                                                                                   phosphatidylserine decarboxylase activity
GO:0004610                                                                                                                                                    phosphoacetylglucosamine mutase activity
GO:0004611                                                                                                                                                  phosphoenolpyruvate carboxykinase activity
GO:0004613                                                                                                                                            phosphoenolpyruvate carboxykinase (GTP) activity
GO:0004614                                                                                                                                                                 phosphoglucomutase activity
GO:0004615                                                                                                                                                                 phosphomannomutase activity
GO:0004616                                                                                                                                   phosphogluconate dehydrogenase (decarboxylating) activity
GO:0004617                                                                                                                                                     phosphoglycerate dehydrogenase activity
GO:0004618                                                                                                                                                            phosphoglycerate kinase activity
GO:0004619                                                                                                                                                            phosphoglycerate mutase activity
GO:0004620                                                                                                                                                                      phospholipase activity
GO:0004621                                                                                                                                       glycosylphosphatidylinositol phospholipase D activity
GO:0004622                                                                                                                                                                  lysophospholipase activity
GO:0004623                                                                                                                                                                   phospholipase A2 activity
GO:0004629                                                                                                                                                                    phospholipase C activity
GO:0004630                                                                                                                                                                    phospholipase D activity
GO:0004631                                                                                                                                                           phosphomevalonate kinase activity
GO:0004632                                                                                                                                               phosphopantothenate--cysteine ligase activity
GO:0004633                                                                                                                                          phosphopantothenoylcysteine decarboxylase activity
GO:0004634                                                                                                                                                          phosphopyruvate hydratase activity
GO:0004637                                                                                                                                                 phosphoribosylamine-glycine ligase activity
GO:0004638                                                                                                                                           phosphoribosylaminoimidazole carboxylase activity
GO:0004639                                                                                                                            phosphoribosylaminoimidazolesuccinocarboxamide synthase activity
GO:0004641                                                                                                                                     phosphoribosylformylglycinamidine cyclo-ligase activity
GO:0004642                                                                                                                                         phosphoribosylformylglycinamidine synthase activity
GO:0004643                                                                                                                          phosphoribosylaminoimidazolecarboxamide formyltransferase activity
GO:0004644                                                                                                                                        phosphoribosylglycinamide formyltransferase activity
GO:0004645                                                                                                                                                1,4-alpha-oligoglucan phosphorylase activity
GO:0004648                                                                                                                                 O-phospho-L-serine:2-oxoglutarate aminotransferase activity
GO:0004649                                                                                                                                                    poly(ADP-ribose) glycohydrolase activity
GO:0004651                                                                                                                                                      polynucleotide 5'-phosphatase activity
GO:0004653                                                                                                                                      polypeptide N-acetylgalactosaminyltransferase activity
GO:0004654                                                                                                                                          polyribonucleotide nucleotidyltransferase activity
GO:0004655                                                                                                                                                           porphobilinogen synthase activity
GO:0004656                                                                                                                                                  procollagen-proline 4-dioxygenase activity
GO:0004657                                                                                                                                                              proline dehydrogenase activity
GO:0004658                                                                                                                                                          propionyl-CoA carboxylase activity
GO:0004659                                                                                                                                                                  prenyltransferase activity
GO:0004660                                                                                                                                                        protein farnesyltransferase activity
GO:0004661                                                                                                                                                  protein geranylgeranyltransferase activity
GO:0004662                                                                                                                                             CAAX-protein geranylgeranyltransferase activity
GO:0004663                                                                                                                                                      Rab geranylgeranyltransferase activity
GO:0004666                                                                                                                                                prostaglandin-endoperoxide synthase activity
GO:0004667                                                                                                                                                           prostaglandin-D synthase activity
GO:0004668                                                                                                                                                         protein-arginine deiminase activity
GO:0004671                                                                                                                protein C-terminal S-isoprenylcysteine carboxyl O-methyltransferase activity
GO:0004672                                                                                                                                                                     protein kinase activity
GO:0004673                                                                                                                                                           protein histidine kinase activity
GO:0004674                                                                                                                                                    protein serine/threonine kinase activity
GO:0004675                                                                                                                             transmembrane receptor protein serine/threonine kinase activity
GO:0004676                                                                                                                                        3-phosphoinositide-dependent protein kinase activity
GO:0004677                                                                                                                                                       DNA-dependent protein kinase activity
GO:0004679                                                                                                                                                       AMP-activated protein kinase activity
GO:0004683                                                                                                                                                calmodulin-dependent protein kinase activity
GO:0004686                                                                                                                                                         elongation factor-2 kinase activity
GO:0004687                                                                                                                                                          myosin light chain kinase activity
GO:0004689                                                                                                                                                               phosphorylase kinase activity
GO:0004690                                                                                                                                         cyclic nucleotide-dependent protein kinase activity
GO:0004691                                                                                                                                                      cAMP-dependent protein kinase activity
GO:0004692                                                                                                                                                      cGMP-dependent protein kinase activity
GO:0004693                                                                                                                                   cyclin-dependent protein serine/threonine kinase activity
GO:0004694                                                                                                                             eukaryotic translation initiation factor 2alpha kinase activity
GO:0004697                                                                                                                                   diacylglycerol-dependent serine/threonine kinase activity
GO:0004698                                                                                                                           calcium,diacylglycerol-dependent serine/threonine kinase activity
GO:0004699                                                                                                              diacylglycerol-dependent, calcium-independent serine/threonine kinase activity
GO:0004703                                                                                                                                                  G protein-coupled receptor kinase activity
GO:0004705                                                                                                                                                                         JUN kinase activity
GO:0004706                                                                                                                                                           JUN kinase kinase kinase activity
GO:0004707                                                                                                                                                                         MAP kinase activity
GO:0004708                                                                                                                                                                  MAP kinase kinase activity
GO:0004709                                                                                                                                                           MAP kinase kinase kinase activity
GO:0004711                                                                                                                                                        ribosomal protein S6 kinase activity
GO:0004712                                                                                                                                           protein serine/threonine/tyrosine kinase activity
GO:0004713                                                                                                                                                            protein tyrosine kinase activity
GO:0004714                                                                                                                                     transmembrane receptor protein tyrosine kinase activity
GO:0004715                                                                                                                                      non-membrane spanning protein tyrosine kinase activity
GO:0004719                                                                                                                           protein-L-isoaspartate (D-aspartate) O-methyltransferase activity
GO:0004720                                                                                                                                                           protein-lysine 6-oxidase activity
GO:0004721                                                                                                                                                         phosphoprotein phosphatase activity
GO:0004722                                                                                                                                               protein serine/threonine phosphatase activity
GO:0004723                                                                                                                             calcium-dependent protein serine/threonine phosphatase activity
GO:0004725                                                                                                                                                       protein tyrosine phosphatase activity
GO:0004726                                                                                                                                 non-membrane spanning protein tyrosine phosphatase activity
GO:0004727                                                                                                                                            prenylated protein tyrosine phosphatase activity
GO:0004729                                                                                                                                        oxygen-dependent protoporphyrinogen oxidase activity
GO:0004731                                                                                                                                                    purine-nucleoside phosphorylase activity
GO:0004733                                                                                                                                                     pyridoxamine phosphate oxidase activity
GO:0004735                                                                                                                                                  pyrroline-5-carboxylate reductase activity
GO:0004736                                                                                                                                                               pyruvate carboxylase activity
GO:0004738                                                                                                                                                             pyruvate dehydrogenase activity
GO:0004739                                                                                                                                       pyruvate dehydrogenase (acetyl-transferring) activity
GO:0004740                                                                                                                                pyruvate dehydrogenase (acetyl-transferring) kinase activity
GO:0004741                                                                                                                         [pyruvate dehydrogenase (acetyl-transferring)]-phosphatase activity
GO:0004742                                                                                                                                      dihydrolipoyllysine-residue acetyltransferase activity
GO:0004743                                                                                                                                                                    pyruvate kinase activity
GO:0004745                                                                                                                                                          NAD-retinol dehydrogenase activity
GO:0004747                                                                                                                                                                         ribokinase activity
GO:0004748                                                                                                            ribonucleoside-diphosphate reductase activity, thioredoxin disulfide as acceptor
GO:0004749                                                                                                                                                   ribose phosphate diphosphokinase activity
GO:0004750                                                                                                                                                   D-ribulose-phosphate 3-epimerase activity
GO:0004751                                                                                                                                                       ribose-5-phosphate isomerase activity
GO:0004753                                                                                                                                                         saccharopine dehydrogenase activity
GO:0004754                                                                                                                                saccharopine dehydrogenase (NAD+, L-lysine-forming) activity
GO:0004756                                                                                                                                                           selenide, water dikinase activity
GO:0004757                                                                                                                                                              sepiapterin reductase activity
GO:0004758                                                                                                                                                      serine C-palmitoyltransferase activity
GO:0004760                                                                                                                                                       serine-pyruvate transaminase activity
GO:0004766                                                                                                                                                                spermidine synthase activity
GO:0004767                                                                                                                                                    sphingomyelin phosphodiesterase activity
GO:0004768                                                                                                                                                          stearoyl-CoA 9-desaturase activity
GO:0004769                                                                                                                                                            steroid delta-isomerase activity
GO:0004771                                                                                                                                                                    sterol esterase activity
GO:0004772                                                                                                                                                           sterol O-acyltransferase activity
GO:0004774                                                                                                                                                               succinate-CoA ligase activity
GO:0004775                                                                                                                                                 succinate-CoA ligase (ADP-forming) activity
GO:0004776                                                                                                                                                 succinate-CoA ligase (GDP-forming) activity
GO:0004777                                                                                                                                        succinate-semialdehyde dehydrogenase (NAD+) activity
GO:0004778                                                                                                                                                             succinyl-CoA hydrolase activity
GO:0004779                                                                                                                                                        sulfate adenylyltransferase activity
GO:0004781                                                                                                                                                  sulfate adenylyltransferase (ATP) activity
GO:0004782                                                                                                                                                       sulfinoalanine decarboxylase activity
GO:0004784                                                                                                                                                               superoxide dismutase activity
GO:0004788                                                                                                                                                           thiamine diphosphokinase activity
GO:0004790                                                                                                                                                      thioether S-methyltransferase activity
GO:0004791                                                                                                                                             thioredoxin-disulfide reductase (NADP) activity
GO:0004792                                                                                                                                                      thiosulfate sulfurtransferase activity
GO:0004793                                                                                                                                                                 threonine aldolase activity
GO:0004794                                                                                                                                                                threonine deaminase activity
GO:0004796                                                                                                                                                             thromboxane-A synthase activity
GO:0004797                                                                                                                                                                   thymidine kinase activity
GO:0004798                                                                                                                                                                 thymidylate kinase activity
GO:0004799                                                                                                                                                               thymidylate synthase activity
GO:0004800                                                                                                                                                            thyroxine 5'-deiodinase activity
GO:0004801                                                                                                                                                                      transaldolase activity
GO:0004802                                                                                                                                                                      transketolase activity
GO:0004803                                                                                                                                                                        transposase activity
GO:0004806                                                                                                                                                                triglyceride lipase activity
GO:0004807                                                                                                                                                         triose-phosphate isomerase activity
GO:0004810                                                                                                                                                    CCA tRNA nucleotidyltransferase activity
GO:0004812                                                                                                                                                              aminoacyl-tRNA ligase activity
GO:0004813                                                                                                                                                                alanine-tRNA ligase activity
GO:0004814                                                                                                                                                               arginine-tRNA ligase activity
GO:0004815                                                                                                                                                              aspartate-tRNA ligase activity
GO:0004816                                                                                                                                                             asparagine-tRNA ligase activity
GO:0004817                                                                                                                                                               cysteine-tRNA ligase activity
GO:0004818                                                                                                                                                              glutamate-tRNA ligase activity
GO:0004819                                                                                                                                                              glutamine-tRNA ligase activity
GO:0004820                                                                                                                                                                glycine-tRNA ligase activity
GO:0004821                                                                                                                                                              histidine-tRNA ligase activity
GO:0004822                                                                                                                                                             isoleucine-tRNA ligase activity
GO:0004823                                                                                                                                                                leucine-tRNA ligase activity
GO:0004824                                                                                                                                                                 lysine-tRNA ligase activity
GO:0004825                                                                                                                                                             methionine-tRNA ligase activity
GO:0004826                                                                                                                                                          phenylalanine-tRNA ligase activity
GO:0004827                                                                                                                                                                proline-tRNA ligase activity
GO:0004828                                                                                                                                                                 serine-tRNA ligase activity
GO:0004829                                                                                                                                                              threonine-tRNA ligase activity
GO:0004830                                                                                                                                                             tryptophan-tRNA ligase activity
GO:0004831                                                                                                                                                               tyrosine-tRNA ligase activity
GO:0004832                                                                                                                                                                 valine-tRNA ligase activity
GO:0004833                                                                                                                                                         tryptophan 2,3-dioxygenase activity
GO:0004835                                                                                                                                                            tubulin-tyrosine ligase activity
GO:0004838                                                                                                                                         L-tyrosine:2-oxoglutarate aminotransferase activity
GO:0004839                                                                                                                                                        ubiquitin activating enzyme activity
GO:0004842                                                                                                                                                      ubiquitin-protein transferase activity
GO:0004843                                                                                                                                                       cysteine-type deubiquitinase activity
GO:0004844                                                                                                                                                           uracil DNA N-glycosylase activity
GO:0004849                                                                                                                                                                     uridine kinase activity
GO:0004850                                                                                                                                                              uridine phosphorylase activity
GO:0004852                                                                                                                                                      uroporphyrinogen-III synthase activity
GO:0004853                                                                                                                                                     uroporphyrinogen decarboxylase activity
GO:0004854                                                                                                                                                             xanthine dehydrogenase activity
GO:0004855                                                                                                                                                                   xanthine oxidase activity
GO:0004856                                                                                                                                                                       xylulokinase activity
GO:0004857                                                                                                                                                                   enzyme inhibitor activity
GO:0004859                                                                                                                                                            phospholipase inhibitor activity
GO:0004860                                                                                                                                                           protein kinase inhibitor activity
GO:0004861                                                                                                                         cyclin-dependent protein serine/threonine kinase inhibitor activity
GO:0004862                                                                                                                                            cAMP-dependent protein kinase inhibitor activity
GO:0004864                                                                                                                                                      protein phosphatase inhibitor activity
GO:0004865                                                                                                                                     protein serine/threonine phosphatase inhibitor activity
GO:0004866                                                                                                                                                            endopeptidase inhibitor activity
GO:0004867                                                                                                                                                serine-type endopeptidase inhibitor activity
GO:0004869                                                                                                                                              cysteine-type endopeptidase inhibitor activity
GO:0004873                                                                                                                                                        asialoglycoprotein receptor activity
GO:0004875                                                                                                                                                                complement receptor activity
GO:0004876                                                                                                                                                  complement component C3a receptor activity
GO:0004877                                                                                                                                                  complement component C3b receptor activity
GO:0004878                                                                                                                                                  complement component C5a receptor activity
GO:0004879                                                                                                                                                                   nuclear receptor activity
GO:0004883                                                                                                                                                    nuclear glucocorticoid receptor activity
GO:0004888                                                                                                                                                   transmembrane signaling receptor activity
GO:0004890                                                                                                                                                                    GABA-A receptor activity
GO:0004896                                                                                                                                                                  cytokine receptor activity
GO:0004897                                                                                                                                               ciliary neurotrophic factor receptor activity
GO:0004900                                                                                                                                                            erythropoietin receptor activity
GO:0004903                                                                                                                                                            growth hormone receptor activity
GO:0004904                                                                                                                                                                interferon receptor activity
GO:0004905                                                                                                                                                         type I interferon receptor activity
GO:0004906                                                                                                                                                        type II interferon receptor activity
GO:0004908                                                                                                                                                             interleukin-1 receptor activity
GO:0004909                                                                                                                                         interleukin-1, type I, activating receptor activity
GO:0004910                                                                                                                                          interleukin-1, type II, blocking receptor activity
GO:0004911                                                                                                                                                             interleukin-2 receptor activity
GO:0004912                                                                                                                                                             interleukin-3 receptor activity
GO:0004913                                                                                                                                                             interleukin-4 receptor activity
GO:0004914                                                                                                                                                             interleukin-5 receptor activity
GO:0004915                                                                                                                                                             interleukin-6 receptor activity
GO:0004917                                                                                                                                                             interleukin-7 receptor activity
GO:0004918                                                                                                                                                             interleukin-8 receptor activity
GO:0004920                                                                                                                                                            interleukin-10 receptor activity
GO:0004921                                                                                                                                                            interleukin-11 receptor activity
GO:0004923                                                                                                                                                leukemia inhibitory factor receptor activity
GO:0004924                                                                                                                                                              oncostatin-M receptor activity
GO:0004925                                                                                                                                                                 prolactin receptor activity
GO:0004930                                                                                                                                                         G protein-coupled receptor activity
GO:0004931                                                                                                                                extracellularly ATP-gated monoatomic cation channel activity
GO:0004935                                                                                                                                                                adrenergic receptor activity
GO:0004936                                                                                                                                                          alpha-adrenergic receptor activity
GO:0004937                                                                                                                                                         alpha1-adrenergic receptor activity
GO:0004938                                                                                                                                                         alpha2-adrenergic receptor activity
GO:0004939                                                                                                                                                           beta-adrenergic receptor activity
GO:0004940                                                                                                                                                          beta1-adrenergic receptor activity
GO:0004941                                                                                                                                                          beta2-adrenergic receptor activity
GO:0004945                                                                                                                                                       angiotensin type II receptor activity
GO:0004946                                                                                                                                                                  bombesin receptor activity
GO:0004947                                                                                                                                                                bradykinin receptor activity
GO:0004948                                                                                                                                                                calcitonin receptor activity
GO:0004949                                                                                                                                                               cannabinoid receptor activity
GO:0004950                                                                                                                                                                 chemokine receptor activity
GO:0004951                                                                                                                                                           cholecystokinin receptor activity
GO:0004952                                                                                                                                                 dopamine neurotransmitter receptor activity
GO:0004953                                                                                                                                                                 icosanoid receptor activity
GO:0004954                                                                                                                                                                prostanoid receptor activity
GO:0004955                                                                                                                                                             prostaglandin receptor activity
GO:0004956                                                                                                                                                           prostaglandin D receptor activity
GO:0004957                                                                                                                                                           prostaglandin E receptor activity
GO:0004958                                                                                                                                                           prostaglandin F receptor activity
GO:0004960                                                                                                                                                               thromboxane receptor activity
GO:0004961                                                                                                                                                            thromboxane A2 receptor activity
GO:0004962                                                                                                                                                                endothelin receptor activity
GO:0004963                                                                                                                                              follicle-stimulating hormone receptor activity
GO:0004964                                                                                                                                                       luteinizing hormone receptor activity
GO:0004965                                                                                                                                                    G protein-coupled GABA receptor activity
GO:0004966                                                                                                                                                                   galanin receptor activity
GO:0004967                                                                                                                                                                  glucagon receptor activity
GO:0004968                                                                                                                                            gonadotropin-releasing hormone receptor activity
GO:0004969                                                                                                                                                                 histamine receptor activity
GO:0004970                                                                                                                                                           glutamate-gated receptor activity
GO:0004971                                                                                                                                                            AMPA glutamate receptor activity
GO:0004972                                                                                                                                                            NMDA glutamate receptor activity
GO:0004974                                                                                                                                                               leukotriene receptor activity
GO:0004977                                                                                                                                                              melanocortin receptor activity
GO:0004978                                                                                                                                                             corticotropin receptor activity
GO:0004979                                                                                                                                                            beta-endorphin receptor activity
GO:0004980                                                                                                                                            melanocyte-stimulating hormone receptor activity
GO:0004982                                                                                                                                                          N-formyl peptide receptor activity
GO:0004983                                                                                                                                                            neuropeptide Y receptor activity
GO:0004984                                                                                                                                                                 olfactory receptor activity
GO:0004985                                                                                                                                                  G protein-coupled opioid receptor activity
GO:0004990                                                                                                                                                                  oxytocin receptor activity
GO:0004991                                                                                                                                                       parathyroid hormone receptor activity
GO:0004992                                                                                                                                                platelet activating factor receptor activity
GO:0004993                                                                                                                                               G protein-coupled serotonin receptor activity
GO:0004994                                                                                                                                                              somatostatin receptor activity
GO:0004995                                                                                                                                                                tachykinin receptor activity
GO:0004996                                                                                                                                               thyroid-stimulating hormone receptor activity
GO:0004997                                                                                                                                             thyrotropin-releasing hormone receptor activity
GO:0004998                                                                                                                                                               transferrin receptor activity
GO:0004999                                                                                                                                         vasoactive intestinal polypeptide receptor activity
GO:0005000                                                                                                                                                               vasopressin receptor activity
GO:0005001                                                                                                                                transmembrane receptor protein tyrosine phosphatase activity
GO:0005003                                                                                                                                                                    ephrin receptor activity
GO:0005004                                                                                                                                                         GPI-linked ephrin receptor activity
GO:0005005                                                                                                                                                      transmembrane-ephrin receptor activity
GO:0005006                                                                                                                                                   epidermal growth factor receptor activity
GO:0005007                                                                                                                                                  fibroblast growth factor receptor activity
GO:0005008                                                                                                                                                  hepatocyte growth factor receptor activity
GO:0005009                                                                                                                                                                   insulin receptor activity
GO:0005010                                                                                                                                                insulin-like growth factor receptor activity
GO:0005011                                                                                                                                      macrophage colony-stimulating factor receptor activity
GO:0005017                                                                                                                                            platelet-derived growth factor receptor activity
GO:0005018                                                                                                                                      platelet-derived growth factor alpha-receptor activity
GO:0005019                                                                                                                                       platelet-derived growth factor beta-receptor activity
GO:0005020                                                                                                                                                          stem cell factor receptor activity
GO:0005021                                                                                                                                        vascular endothelial growth factor receptor activity
GO:0005024                                                                                                                                           transforming growth factor beta receptor activity
GO:0005025                                                                                                                                   transforming growth factor beta receptor activity, type I
GO:0005026                                                                                                                                  transforming growth factor beta receptor activity, type II
GO:0005030                                                                                                                                                              neurotrophin receptor activity
GO:0005031                                                                                                                                                     tumor necrosis factor receptor activity
GO:0005034                                                                                                                                                                         osmosensor activity
GO:0005035                                                                                                                                                                     death receptor activity
GO:0005041                                                                                                                                          low-density lipoprotein particle receptor activity
GO:0005042                                                                                                                                                                    netrin receptor activity
GO:0005043                                                                                                                                         netrin receptor activity involved in chemorepulsion
GO:0005044                                                                                                                                                                 scavenger receptor activity
GO:0005046                                                                                                                                                                       KDEL sequence binding
GO:0005047                                                                                                                                                         signal recognition particle binding
GO:0005048                                                                                                                                                                     signal sequence binding
GO:0005049                                                                                                                                                     nuclear export signal receptor activity
GO:0005052                                                                                                                                                peroxisome matrix targeting signal-1 binding
GO:0005053                                                                                                                                                peroxisome matrix targeting signal-2 binding
GO:0005055                                                                                                                                                                   laminin receptor activity
GO:0005068                                                                                                                             transmembrane receptor protein tyrosine kinase adaptor activity
GO:0005078                                                                                                                                                                MAP-kinase scaffold activity
GO:0005080                                                                                                                                                                    protein kinase C binding
GO:0005085                                                                                                                                                  guanyl-nucleotide exchange factor activity
GO:0005091                                                                                                                                          guanyl-nucleotide exchange factor adaptor activity
GO:0005092                                                                                                                                                         GDP-dissociation inhibitor activity
GO:0005093                                                                                                                                                     Rab GDP-dissociation inhibitor activity
GO:0005094                                                                                                                                                     Rho GDP-dissociation inhibitor activity
GO:0005095                                                                                                                                                                   GTPase inhibitor activity
GO:0005096                                                                                                                                                                   GTPase activator activity
GO:0005102                                                                                                                                                                  signaling receptor binding
GO:0005104                                                                                                                                                   fibroblast growth factor receptor binding
GO:0005105                                                                                                                                            type 1 fibroblast growth factor receptor binding
GO:0005109                                                                                                                                                                            frizzled binding
GO:0005111                                                                                                                                            type 2 fibroblast growth factor receptor binding
GO:0005112                                                                                                                                                                               Notch binding
GO:0005113                                                                                                                                                                             patched binding
GO:0005114                                                                                                                                    type II transforming growth factor beta receptor binding
GO:0005115                                                                                                                                       receptor tyrosine kinase-like orphan receptor binding
GO:0005119                                                                                                                                                                          smoothened binding
GO:0005121                                                                                                                                                                                Toll binding
GO:0005123                                                                                                                                                                      death receptor binding
GO:0005124                                                                                                                                                                  scavenger receptor binding
GO:0005125                                                                                                                                                                           cytokine activity
GO:0005126                                                                                                                                                                   cytokine receptor binding
GO:0005127                                                                                                                                                ciliary neurotrophic factor receptor binding
GO:0005128                                                                                                                                                             erythropoietin receptor binding
GO:0005129                                                                                                                           granulocyte macrophage colony-stimulating factor receptor binding
GO:0005130                                                                                                                                      granulocyte colony-stimulating factor receptor binding
GO:0005131                                                                                                                                                             growth hormone receptor binding
GO:0005132                                                                                                                                                          type I interferon receptor binding
GO:0005133                                                                                                                                                         type II interferon receptor binding
GO:0005134                                                                                                                                                              interleukin-2 receptor binding
GO:0005135                                                                                                                                                              interleukin-3 receptor binding
GO:0005136                                                                                                                                                              interleukin-4 receptor binding
GO:0005137                                                                                                                                                              interleukin-5 receptor binding
GO:0005138                                                                                                                                                              interleukin-6 receptor binding
GO:0005139                                                                                                                                                              interleukin-7 receptor binding
GO:0005140                                                                                                                                                              interleukin-9 receptor binding
GO:0005141                                                                                                                                                             interleukin-10 receptor binding
GO:0005142                                                                                                                                                             interleukin-11 receptor binding
GO:0005143                                                                                                                                                             interleukin-12 receptor binding
GO:0005144                                                                                                                                                             interleukin-13 receptor binding
GO:0005146                                                                                                                                                 leukemia inhibitory factor receptor binding
GO:0005147                                                                                                                                                               oncostatin-M receptor binding
GO:0005148                                                                                                                                                                  prolactin receptor binding
GO:0005149                                                                                                                                                              interleukin-1 receptor binding
GO:0005150                                                                                                                                                      interleukin-1, type I receptor binding
GO:0005151                                                                                                                                                     interleukin-1, type II receptor binding
GO:0005152                                                                                                                                                  interleukin-1 receptor antagonist activity
GO:0005153                                                                                                                                                              interleukin-8 receptor binding
GO:0005154                                                                                                                                                    epidermal growth factor receptor binding
GO:0005157                                                                                                                                       macrophage colony-stimulating factor receptor binding
GO:0005158                                                                                                                                                                    insulin receptor binding
GO:0005159                                                                                                                                                 insulin-like growth factor receptor binding
GO:0005160                                                                                                                                            transforming growth factor beta receptor binding
GO:0005161                                                                                                                                             platelet-derived growth factor receptor binding
GO:0005163                                                                                                                                                        nerve growth factor receptor binding
GO:0005164                                                                                                                                                      tumor necrosis factor receptor binding
GO:0005165                                                                                                                                                               neurotrophin receptor binding
GO:0005166                                                                                                                                                           neurotrophin p75 receptor binding
GO:0005167                                                                                                                                                           neurotrophin TRK receptor binding
GO:0005168                                                                                                                                                          neurotrophin TRKA receptor binding
GO:0005169                                                                                                                                                          neurotrophin TRKB receptor binding
GO:0005170                                                                                                                                                          neurotrophin TRKC receptor binding
GO:0005171                                                                                                                                                   hepatocyte growth factor receptor binding
GO:0005172                                                                                                                                         vascular endothelial growth factor receptor binding
GO:0005173                                                                                                                                                           stem cell factor receptor binding
GO:0005174                                                                                                                                                                       CD40 receptor binding
GO:0005175                                                                                                                                                                       CD27 receptor binding
GO:0005176                                                                                                                                                               ErbB-2 class receptor binding
GO:0005178                                                                                                                                                                            integrin binding
GO:0005179                                                                                                                                                                            hormone activity
GO:0005183                                                                                                                                             gonadotropin hormone-releasing hormone activity
GO:0005184                                                                                                                                                               neuropeptide hormone activity
GO:0005185                                                                                                                                                           neurohypophyseal hormone activity
GO:0005198                                                                                                                                                                structural molecule activity
GO:0005200                                                                                                                                                      structural constituent of cytoskeleton
GO:0005201                                                                                                                                                 extracellular matrix structural constituent
GO:0005212                                                                                                                                                          structural constituent of eye lens
GO:0005215                                                                                                                                                                        transporter activity
GO:0005216                                                                                                                                                             monoatomic ion channel activity
GO:0005217                                                                                                                                  intracellular ligand-gated monoatomic ion channel activity
GO:0005219                                                                                                                                        ryanodine-sensitive calcium-release channel activity
GO:0005220                                                                                                                     inositol 1,4,5-trisphosphate-sensitive calcium-release channel activity
GO:0005221                                                                                                                intracellular cyclic nucleotide-activated monoatomic cation channel activity
GO:0005222                                                                                                                                        intracellular cAMP-activated cation channel activity
GO:0005223                                                                                                                                        intracellular cGMP-activated cation channel activity
GO:0005225                                                                                                                                                     volume-sensitive anion channel activity
GO:0005227                                                                                                                                                   calcium-activated cation channel activity
GO:0005228                                                                                                                                   intracellular sodium-activated potassium channel activity
GO:0005229                                                                                                                                   intracellular calcium activated chloride channel activity
GO:0005230                                                                                                                                  extracellular ligand-gated monoatomic ion channel activity
GO:0005231                                                                                                                       excitatory extracellular ligand-gated monoatomic ion channel activity
GO:0005234                                                                                                                                        extracellularly glutamate-gated ion channel activity
GO:0005237                                                                                                                       inhibitory extracellular ligand-gated monoatomic ion channel activity
GO:0005242                                                                                                                                                 inward rectifier potassium channel activity
GO:0005243                                                                                                                                                               gap junction channel activity
GO:0005244                                                                                                                                               voltage-gated monoatomic ion channel activity
GO:0005245                                                                                                                                                      voltage-gated calcium channel activity
GO:0005246                                                                                                                                                          calcium channel regulator activity
GO:0005247                                                                                                                                                     voltage-gated chloride channel activity
GO:0005248                                                                                                                                                       voltage-gated sodium channel activity
GO:0005249                                                                                                                                                    voltage-gated potassium channel activity
GO:0005250                                                                                                                                       A-type (transient outward) potassium channel activity
GO:0005251                                                                                                                                                delayed rectifier potassium channel activity
GO:0005252                                                                                                                                                   open rectifier potassium channel activity
GO:0005253                                                                                                                                                           monoatomic anion channel activity
GO:0005254                                                                                                                                                                   chloride channel activity
GO:0005260                                                                                                                                         intracellularly ATP-gated chloride channel activity
GO:0005261                                                                                                                                                          monoatomic cation channel activity
GO:0005262                                                                                                                                                                    calcium channel activity
GO:0005267                                                                                                                                                                  potassium channel activity
GO:0005272                                                                                                                                                                     sodium channel activity
GO:0005275                                                                                                                                                    amine transmembrane transporter activity
GO:0005277                                                                                                                                            acetylcholine transmembrane transporter activity
GO:0005278                                                                                                                                                    acetylcholine:proton antiporter activity
GO:0005280                                                                                                                                                        amino acid:proton symporter activity
GO:0005283                                                                                                                                                        amino acid:sodium symporter activity
GO:0005287                                                                                                                           high-affinity basic amino acid transmembrane transporter activity
GO:0005289                                                                                                                                 high-affinity L-arginine transmembrane transporter activity
GO:0005290                                                                                                                                              L-histidine transmembrane transporter activity
GO:0005292                                                                                                                                     high-affinity lysine transmembrane transporter activity
GO:0005294                                                                                                                    neutral L-amino acid secondary active transmembrane transporter activity
GO:0005295                                                                                                                                              neutral L-amino acid:sodium symporter activity
GO:0005297                                                                                                                                                           proline:proton symporter activity
GO:0005298                                                                                                                                                           proline:sodium symporter activity
GO:0005302                                                                                                                                               L-tyrosine transmembrane transporter activity
GO:0005304                                                                                                                                                 L-valine transmembrane transporter activity
GO:0005307                                                                                                                                                           choline:sodium symporter activity
GO:0005308                                                                                                                                                 creatine transmembrane transporter activity
GO:0005310                                                                                                                                        dicarboxylic acid transmembrane transporter activity
GO:0005313                                                                                                                                              L-glutamate transmembrane transporter activity
GO:0005314                                                                                                                                high-affinity L-glutamate transmembrane transporter activity
GO:0005315                                                                                                                                      inorganic phosphate transmembrane transporter activity
GO:0005316                                                                                                                                 high-affinity inorganic phosphate:sodium symporter activity
GO:0005319                                                                                                                                                                  lipid transporter activity
GO:0005324                                                                                                                                                  long-chain fatty acid transporter activity
GO:0005326                                                                                                                                         neurotransmitter transmembrane transporter activity
GO:0005328                                                                                                                                                  neurotransmitter:sodium symporter activity
GO:0005330                                                                                                                                                          dopamine:sodium symporter activity
GO:0005332                                                                                                                                  gamma-aminobutyric acid:sodium:chloride symporter activity
GO:0005334                                                                                                                                                    norepinephrine:sodium symporter activity
GO:0005335                                                                                                                                                serotonin:sodium:chloride symporter activity
GO:0005337                                                                                                                                               nucleoside transmembrane transporter activity
GO:0005338                                                                                                                                         nucleotide-sugar transmembrane transporter activity
GO:0005342                                                                                                                                             organic acid transmembrane transporter activity
GO:0005343                                                                                                                                                      organic acid:sodium symporter activity
GO:0005344                                                                                                                                                                     oxygen carrier activity
GO:0005345                                                                                                                                        purine nucleobase transmembrane transporter activity
GO:0005346                                                                                                                                    purine ribonucleotide transmembrane transporter activity
GO:0005347                                                                                                                                                      ATP transmembrane transporter activity
GO:0005350                                                                                                                                    pyrimidine nucleobase transmembrane transporter activity
GO:0005351                                                                                                                                                      carbohydrate:proton symporter activity
GO:0005353                                                                                                                                                 fructose transmembrane transporter activity
GO:0005354                                                                                                                                                galactose transmembrane transporter activity
GO:0005355                                                                                                                                                  glucose transmembrane transporter activity
GO:0005356                                                                                                                                                           glucose:proton symporter activity
GO:0005362                                                                                                                                              low-affinity glucose:sodium symporter activity
GO:0005365                                                                                                                                             myo-inositol transmembrane transporter activity
GO:0005366                                                                                                                                                      myo-inositol:proton symporter activity
GO:0005367                                                                                                                                                      myo-inositol:sodium symporter activity
GO:0005368                                                                                                                                                  taurine transmembrane transporter activity
GO:0005369                                                                                                                                                           taurine:sodium symporter activity
GO:0005371                                                                                                                          tricarboxylate secondary active transmembrane transporter activity
GO:0005372                                                                                                                                                    water transmembrane transporter activity
GO:0005375                                                                                                                                               copper ion transmembrane transporter activity
GO:0005381                                                                                                                                                 iron ion transmembrane transporter activity
GO:0005384                                                                                                                                            manganese ion transmembrane transporter activity
GO:0005385                                                                                                                                                 zinc ion transmembrane transporter activity
GO:0005388                                                                                                                                                         P-type calcium transporter activity
GO:0005391                                                                                                                                     P-type sodium:potassium-exchanging transporter activity
GO:0005402                                                                                                                                           carbohydrate:monoatomic cation symporter activity
GO:0005412                                                                                                                                                           glucose:sodium symporter activity
GO:0005415                                                                                                                                                        nucleoside:sodium symporter activity
GO:0005416                                                                                                                                             amino acid:monoatomic cation symporter activity
GO:0005427                                                                                                           proton-dependent oligopeptide secondary active transmembrane transporter activity
GO:0005432                                                                                                                                                          calcium:sodium antiporter activity
GO:0005436                                                                                                                                                         sodium:phosphate symporter activity
GO:0005452                                                                                                                                                  solute:inorganic anion antiporter activity
GO:0005456                                                                                                                                  CMP-N-acetylneuraminate transmembrane transporter activity
GO:0005457                                                                                                                                               GDP-fucose transmembrane transporter activity
GO:0005459                                                                                                                                            UDP-galactose transmembrane transporter activity
GO:0005460                                                                                                                                              UDP-glucose transmembrane transporter activity
GO:0005461                                                                                                                                      UDP-glucuronic acid transmembrane transporter activity
GO:0005462                                                                                                                                  UDP-N-acetylglucosamine transmembrane transporter activity
GO:0005463                                                                                                                                UDP-N-acetylgalactosamine transmembrane transporter activity
GO:0005464                                                                                                                                               UDP-xylose transmembrane transporter activity
GO:0005471                                                                                                                                                                 ATP:ADP antiporter activity
GO:0005477                                                                                                                                pyruvate secondary active transmembrane transporter activity
GO:0005483                                                                                                                                                     soluble NSF attachment protein activity
GO:0005484                                                                                                                                                                      SNAP receptor activity
GO:0005488                                                                                                                                                                                     binding
GO:0005496                                                                                                                                                                             steroid binding
GO:0005497                                                                                                                                                                            androgen binding
GO:0005499                                                                                                                                                                           vitamin D binding
GO:0005501                                                                                                                                                                            retinoid binding
GO:0005502                                                                                                                                                                      11-cis retinal binding
GO:0005503                                                                                                                                                                   all-trans retinal binding
GO:0005504                                                                                                                                                                          fatty acid binding
GO:0005506                                                                                                                                                                            iron ion binding
GO:0005507                                                                                                                                                                          copper ion binding
GO:0005509                                                                                                                                                                         calcium ion binding
GO:0005513                                                                                                                                                                    detection of calcium ion
GO:0005515                                                                                                                                                                             protein binding
GO:0005516                                                                                                                                                                          calmodulin binding
GO:0005518                                                                                                                                                                            collagen binding
GO:0005519                                                                                                                                                     cytoskeletal regulatory protein binding
GO:0005520                                                                                                                                                          insulin-like growth factor binding
GO:0005521                                                                                                                                                                               lamin binding
GO:0005522                                                                                                                                                                            profilin binding
GO:0005523                                                                                                                                                                         tropomyosin binding
GO:0005524                                                                                                                                                                                 ATP binding
GO:0005525                                                                                                                                                                                 GTP binding
GO:0005527                                                                                                                                                                           macrolide binding
GO:0005528                                                                                                                                                                               FK506 binding
GO:0005534                                                                                                                                                                           galactose binding
GO:0005536                                                                                                                                                                             glucose binding
GO:0005537                                                                                                                                                                             mannose binding
GO:0005539                                                                                                                                                                   glycosaminoglycan binding
GO:0005540                                                                                                                                                                     hyaluronic acid binding
GO:0005542                                                                                                                                                                          folic acid binding
GO:0005543                                                                                                                                                                        phospholipid binding
GO:0005544                                                                                                                                                      calcium-dependent phospholipid binding
GO:0005545                                                                                                                                                              1-phosphatidylinositol binding
GO:0005546                                                                                                                                               phosphatidylinositol-4,5-bisphosphate binding
GO:0005547                                                                                                                                            phosphatidylinositol-3,4,5-trisphosphate binding
GO:0005548                                                                                                                                                           phospholipid transporter activity
GO:0005549                                                                                                                                                                             odorant binding
GO:0005575                                                                                                                                                                          cellular_component
GO:0005576                                                                                                                                                                        extracellular region
GO:0005577                                                                                                                                                                          fibrinogen complex
GO:0005579                                                                                                                                                                     membrane attack complex
GO:0005581                                                                                                                                                                             collagen trimer
GO:0005582                                                                                                                                                                     collagen type XV trimer
GO:0005583                                                                                                                                                                   fibrillar collagen trimer
GO:0005584                                                                                                                                                                      collagen type I trimer
GO:0005585                                                                                                                                                                     collagen type II trimer
GO:0005586                                                                                                                                                                    collagen type III trimer
GO:0005587                                                                                                                                                                     collagen type IV trimer
GO:0005588                                                                                                                                                                      collagen type V trimer
GO:0005589                                                                                                                                                                     collagen type VI trimer
GO:0005590                                                                                                                                                                    collagen type VII trimer
GO:0005591                                                                                                                                                                   collagen type VIII trimer
GO:0005592                                                                                                                                                                     collagen type XI trimer
GO:0005593                                                                                                                                                                       FACIT collagen trimer
GO:0005594                                                                                                                                                                     collagen type IX trimer
GO:0005595                                                                                                                                                                    collagen type XII trimer
GO:0005596                                                                                                                                                                    collagen type XIV trimer
GO:0005597                                                                                                                                                                    collagen type XVI trimer
GO:0005598                                                                                                                                                                 short-chain collagen trimer
GO:0005599                                                                                                                                                                      collagen type X trimer
GO:0005600                                                                                                                                                                   collagen type XIII trimer
GO:0005602                                                                                                                                                             complement component C1 complex
GO:0005604                                                                                                                                                                           basement membrane
GO:0005606                                                                                                                                                                           laminin-1 complex
GO:0005607                                                                                                                                                                           laminin-2 complex
GO:0005608                                                                                                                                                                           laminin-3 complex
GO:0005610                                                                                                                                                                           laminin-5 complex
GO:0005614                                                                                                                                                                         interstitial matrix
GO:0005615                                                                                                                                                                         extracellular space
GO:0005622                                                                                                                                                          intracellular anatomical structure
GO:0005634                                                                                                                                                                                     nucleus
GO:0005635                                                                                                                                                                            nuclear envelope
GO:0005637                                                                                                                                                                      nuclear inner membrane
GO:0005638                                                                                                                                                                              lamin filament
GO:0005640                                                                                                                                                                      nuclear outer membrane
GO:0005641                                                                                                                                                                      nuclear envelope lumen
GO:0005642                                                                                                                                                                           annulate lamellae
GO:0005643                                                                                                                                                                                nuclear pore
GO:0005652                                                                                                                                                                              nuclear lamina
GO:0005654                                                                                                                                                                                 nucleoplasm
GO:0005655                                                                                                                                                            nucleolar ribonuclease P complex
GO:0005656                                                                                                                                                             nuclear pre-replicative complex
GO:0005657                                                                                                                                                                            replication fork
GO:0005658                                                                                                                                                        alpha DNA polymerase:primase complex
GO:0005662                                                                                                                                                            DNA replication factor A complex
GO:0005663                                                                                                                                                            DNA replication factor C complex
GO:0005664                                                                                                                                           nuclear origin of replication recognition complex
GO:0005665                                                                                                                                                             RNA polymerase II, core complex
GO:0005666                                                                                                                                                                  RNA polymerase III complex
GO:0005667                                                                                                                                                             transcription regulator complex
GO:0005668                                                                                                                                             RNA polymerase transcription factor SL1 complex
GO:0005669                                                                                                                                                          transcription factor TFIID complex
GO:0005672                                                                                                                                                          transcription factor TFIIA complex
GO:0005673                                                                                                                                                          transcription factor TFIIE complex
GO:0005674                                                                                                                                                          transcription factor TFIIF complex
GO:0005675                                                                                                                                                     transcription factor TFIIH holo complex
GO:0005677                                                                                                                                                                 chromatin silencing complex
GO:0005680                                                                                                                                                                  anaphase-promoting complex
GO:0005681                                                                                                                                                                        spliceosomal complex
GO:0005682                                                                                                                                                                                    U5 snRNP
GO:0005683                                                                                                                                                                                    U7 snRNP
GO:0005684                                                                                                                                                                U2-type spliceosomal complex
GO:0005685                                                                                                                                                                                    U1 snRNP
GO:0005686                                                                                                                                                                                    U2 snRNP
GO:0005687                                                                                                                                                                                    U4 snRNP
GO:0005688                                                                                                                                                                                    U6 snRNP
GO:0005689                                                                                                                                                               U12-type spliceosomal complex
GO:0005690                                                                                                                                                                                U4atac snRNP
GO:0005691                                                                                                                                                                                U6atac snRNP
GO:0005692                                                                                                                                                                                   U11 snRNP
GO:0005694                                                                                                                                                                                  chromosome
GO:0005697                                                                                                                                                               telomerase holoenzyme complex
GO:0005700                                                                                                                                                                         polytene chromosome
GO:0005712                                                                                                                                                                                     chiasma
GO:0005713                                                                                                                                                                        recombination nodule
GO:0005715                                                                                                                                                                   late recombination nodule
GO:0005721                                                                                                                                                                 pericentric heterochromatin
GO:0005726                                                                                                                                                                       perichromatin fibrils
GO:0005730                                                                                                                                                                                   nucleolus
GO:0005731                                                                                                                                                                  nucleolus organizer region
GO:0005732                                                                                                                                              sno(s)RNA-containing ribonucleoprotein complex
GO:0005736                                                                                                                                                                    RNA polymerase I complex
GO:0005737                                                                                                                                                                                   cytoplasm
GO:0005739                                                                                                                                                                               mitochondrion
GO:0005740                                                                                                                                                                      mitochondrial envelope
GO:0005741                                                                                                                                                                mitochondrial outer membrane
GO:0005742                                                                                                                                            mitochondrial outer membrane translocase complex
GO:0005743                                                                                                                                                                mitochondrial inner membrane
GO:0005744                                                                                                                               TIM23 mitochondrial import inner membrane translocase complex
GO:0005745                                                                                                                                                                               m-AAA complex
GO:0005746                                                                                                                                                                   mitochondrial respirasome
GO:0005747                                                                                                                                                   mitochondrial respiratory chain complex I
GO:0005749                                                                                                    mitochondrial respiratory chain complex II, succinate dehydrogenase complex (ubiquinone)
GO:0005750                                                                                                                                                 mitochondrial respiratory chain complex III
GO:0005751                                                                                                                                                  mitochondrial respiratory chain complex IV
GO:0005753                                                                                                                                      mitochondrial proton-transporting ATP synthase complex
GO:0005754                                                                                                                              mitochondrial proton-transporting ATP synthase, catalytic core
GO:0005757                                                                                                                                          mitochondrial permeability transition pore complex
GO:0005758                                                                                                                                                           mitochondrial intermembrane space
GO:0005759                                                                                                                                                                        mitochondrial matrix
GO:0005760                                                                                                                                                                gamma DNA polymerase complex
GO:0005761                                                                                                                                                                      mitochondrial ribosome
GO:0005762                                                                                                                                                       mitochondrial large ribosomal subunit
GO:0005763                                                                                                                                                       mitochondrial small ribosomal subunit
GO:0005764                                                                                                                                                                                    lysosome
GO:0005765                                                                                                                                                                          lysosomal membrane
GO:0005766                                                                                                                                                                            primary lysosome
GO:0005767                                                                                                                                                                          secondary lysosome
GO:0005768                                                                                                                                                                                    endosome
GO:0005769                                                                                                                                                                              early endosome
GO:0005770                                                                                                                                                                               late endosome
GO:0005771                                                                                                                                                                         multivesicular body
GO:0005773                                                                                                                                                                                     vacuole
GO:0005774                                                                                                                                                                           vacuolar membrane
GO:0005775                                                                                                                                                                              vacuolar lumen
GO:0005776                                                                                                                                                                               autophagosome
GO:0005777                                                                                                                                                                                  peroxisome
GO:0005778                                                                                                                                                                        peroxisomal membrane
GO:0005782                                                                                                                                                                          peroxisomal matrix
GO:0005783                                                                                                                                                                       endoplasmic reticulum
GO:0005784                                                                                                                                                                    Sec61 translocon complex
GO:0005785                                                                                                                                                signal recognition particle receptor complex
GO:0005786                                                                                                                                signal recognition particle, endoplasmic reticulum targeting
GO:0005787                                                                                                                                                                    signal peptidase complex
GO:0005788                                                                                                                                                                 endoplasmic reticulum lumen
GO:0005789                                                                                                                                                              endoplasmic reticulum membrane
GO:0005790                                                                                                                                                                smooth endoplasmic reticulum
GO:0005791                                                                                                                                                                 rough endoplasmic reticulum
GO:0005793                                                                                                                                        endoplasmic reticulum-Golgi intermediate compartment
GO:0005794                                                                                                                                                                             Golgi apparatus
GO:0005795                                                                                                                                                                                 Golgi stack
GO:0005796                                                                                                                                                                                 Golgi lumen
GO:0005797                                                                                                                                                                       Golgi medial cisterna
GO:0005798                                                                                                                                                                    Golgi-associated vesicle
GO:0005801                                                                                                                                                                           cis-Golgi network
GO:0005802                                                                                                                                                                         trans-Golgi network
GO:0005811                                                                                                                                                                               lipid droplet
GO:0005813                                                                                                                                                                                  centrosome
GO:0005814                                                                                                                                                                                   centriole
GO:0005815                                                                                                                                                               microtubule organizing center
GO:0005818                                                                                                                                                                                       aster
GO:0005819                                                                                                                                                                                     spindle
GO:0005826                                                                                                                                                                 actomyosin contractile ring
GO:0005827                                                                                                                                                                           polar microtubule
GO:0005828                                                                                                                                                                     kinetochore microtubule
GO:0005829                                                                                                                                                                                     cytosol
GO:0005832                                                                                                                                                             chaperonin-containing T-complex
GO:0005833                                                                                                                                                                          hemoglobin complex
GO:0005834                                                                                                                                                            heterotrimeric G-protein complex
GO:0005838                                                                                                                                                              proteasome regulatory particle
GO:0005839                                                                                                                                                                     proteasome core complex
GO:0005840                                                                                                                                                                                    ribosome
GO:0005846                                                                                                                                                                 nuclear cap binding complex
GO:0005847                                                                                                                                mRNA cleavage and polyadenylation specificity factor complex
GO:0005848                                                                                                                                                    mRNA cleavage stimulating factor complex
GO:0005849                                                                                                                                                                mRNA cleavage factor complex
GO:0005850                                                                                                                                          eukaryotic translation initiation factor 2 complex
GO:0005851                                                                                                                                         eukaryotic translation initiation factor 2B complex
GO:0005852                                                                                                                                          eukaryotic translation initiation factor 3 complex
GO:0005853                                                                                                                                          eukaryotic translation elongation factor 1 complex
GO:0005854                                                                                                                                                      nascent polypeptide-associated complex
GO:0005856                                                                                                                                                                                cytoskeleton
GO:0005858                                                                                                                                                                     axonemal dynein complex
GO:0005859                                                                                                                                                                       muscle myosin complex
GO:0005861                                                                                                                                                                            troponin complex
GO:0005862                                                                                                                                                            muscle thin filament tropomyosin
GO:0005863                                                                                                                                                       striated muscle myosin thick filament
GO:0005865                                                                                                                                                               striated muscle thin filament
GO:0005868                                                                                                                                                                  cytoplasmic dynein complex
GO:0005869                                                                                                                                                                            dynactin complex
GO:0005871                                                                                                                                                                             kinesin complex
GO:0005873                                                                                                                                                                    plus-end kinesin complex
GO:0005874                                                                                                                                                                                 microtubule
GO:0005875                                                                                                                                                              microtubule associated complex
GO:0005876                                                                                                                                                                         spindle microtubule
GO:0005879                                                                                                                                                                        axonemal microtubule
GO:0005880                                                                                                                                                                         nuclear microtubule
GO:0005881                                                                                                                                                                     cytoplasmic microtubule
GO:0005882                                                                                                                                                                       intermediate filament
GO:0005883                                                                                                                                                                               neurofilament
GO:0005884                                                                                                                                                                              actin filament
GO:0005885                                                                                                                                                                      Arp2/3 protein complex
GO:0005886                                                                                                                                                                             plasma membrane
GO:0005889                                                                                                                                                  potassium:proton exchanging ATPase complex
GO:0005890                                                                                                                                                  sodium:potassium-exchanging ATPase complex
GO:0005891                                                                                                                                                       voltage-gated calcium channel complex
GO:0005892                                                                                                                                                         acetylcholine-gated channel complex
GO:0005893                                                                                                                                                              interleukin-2 receptor complex
GO:0005895                                                                                                                                                              interleukin-5 receptor complex
GO:0005896                                                                                                                                                              interleukin-6 receptor complex
GO:0005899                                                                                                                                                                    insulin receptor complex
GO:0005900                                                                                                                                                               oncostatin-M receptor complex
GO:0005901                                                                                                                                                                                     caveola
GO:0005902                                                                                                                                                                                 microvillus
GO:0005903                                                                                                                                                                                brush border
GO:0005905                                                                                                                                                                         clathrin-coated pit
GO:0005911                                                                                                                                                                          cell-cell junction
GO:0005912                                                                                                                                                                           adherens junction
GO:0005914                                                                                                                                                                      spot adherens junction
GO:0005915                                                                                                                                                                             zonula adherens
GO:0005916                                                                                                                                                                             fascia adherens
GO:0005921                                                                                                                                                                                gap junction
GO:0005922                                                                                                                                                                            connexin complex
GO:0005923                                                                                                                                                                   bicellular tight junction
GO:0005925                                                                                                                                                                              focal adhesion
GO:0005927                                                                                                                                                                      muscle tendon junction
GO:0005929                                                                                                                                                                                      cilium
GO:0005930                                                                                                                                                                                     axoneme
GO:0005938                                                                                                                                                                                 cell cortex
GO:0005940                                                                                                                                                                                 septin ring
GO:0005942                                                                                                                                                       phosphatidylinositol 3-kinase complex
GO:0005943                                                                                                                                             phosphatidylinositol 3-kinase complex, class IA
GO:0005944                                                                                                                                             phosphatidylinositol 3-kinase complex, class IB
GO:0005945                                                                                                                                                               6-phosphofructokinase complex
GO:0005947                                                                                                                                     mitochondrial alpha-ketoglutarate dehydrogenase complex
GO:0005948                                                                                                                                                               acetolactate synthase complex
GO:0005952                                                                                                                                                       cAMP-dependent protein kinase complex
GO:0005953                                                                                                                                              CAAX-protein geranylgeranyltransferase complex
GO:0005954                                                                                                                                    calcium- and calmodulin-dependent protein kinase complex
GO:0005955                                                                                                                                                                         calcineurin complex
GO:0005956                                                                                                                                                                  protein kinase CK2 complex
GO:0005958                                                                                                                                           DNA-dependent protein kinase-DNA ligase 4 complex
GO:0005960                                                                                                                                                                    glycine cleavage complex
GO:0005962                                                                                                                                       mitochondrial isocitrate dehydrogenase complex (NAD+)
GO:0005964                                                                                                                                                                phosphorylase kinase complex
GO:0005965                                                                                                                                                         protein farnesyltransferase complex
GO:0005967                                                                                                                                                mitochondrial pyruvate dehydrogenase complex
GO:0005968                                                                                                                                               Rab-protein geranylgeranyltransferase complex
GO:0005969                                                                                                                                                    serine-pyruvate aminotransferase complex
GO:0005971                                                                                                                                                ribonucleoside-diphosphate reductase complex
GO:0005975                                                                                                                                                              carbohydrate metabolic process
GO:0005976                                                                                                                                                            polysaccharide metabolic process
GO:0005977                                                                                                                                                                  glycogen metabolic process
GO:0005978                                                                                                                                                               glycogen biosynthetic process
GO:0005979                                                                                                                                                 regulation of glycogen biosynthetic process
GO:0005980                                                                                                                                                                  glycogen catabolic process
GO:0005981                                                                                                                                                    regulation of glycogen catabolic process
GO:0005982                                                                                                                                                                    starch metabolic process
GO:0005983                                                                                                                                                                    starch catabolic process
GO:0005984                                                                                                                                                              disaccharide metabolic process
GO:0005985                                                                                                                                                                   sucrose metabolic process
GO:0005986                                                                                                                                                                sucrose biosynthetic process
GO:0005988                                                                                                                                                                   lactose metabolic process
GO:0005989                                                                                                                                                                lactose biosynthetic process
GO:0005990                                                                                                                                                                   lactose catabolic process
GO:0005991                                                                                                                                                                 trehalose metabolic process
GO:0005993                                                                                                                                                                 trehalose catabolic process
GO:0005996                                                                                                                                                            monosaccharide metabolic process
GO:0005997                                                                                                                                                                  xylulose metabolic process
GO:0005998                                                                                                                                                                  xylulose catabolic process
GO:0006000                                                                                                                                                                  fructose metabolic process
GO:0006001                                                                                                                                                                  fructose catabolic process
GO:0006002                                                                                                                                                      fructose 6-phosphate metabolic process
GO:0006003                                                                                                                                                 fructose 2,6-bisphosphate metabolic process
GO:0006004                                                                                                                                                                    fucose metabolic process
GO:0006006                                                                                                                                                                   glucose metabolic process
GO:0006007                                                                                                                                                                   glucose catabolic process
GO:0006011                                                                                                                                                               UDP-glucose metabolic process
GO:0006012                                                                                                                                                                 galactose metabolic process
GO:0006013                                                                                                                                                                   mannose metabolic process
GO:0006014                                                                                                                                                                  D-ribose metabolic process
GO:0006015                                                                                                                                          5-phosphoribose 1-diphosphate biosynthetic process
GO:0006020                                                                                                                                                                  inositol metabolic process
GO:0006021                                                                                                                                                               inositol biosynthetic process
GO:0006022                                                                                                                                                               aminoglycan metabolic process
GO:0006023                                                                                                                                                            aminoglycan biosynthetic process
GO:0006024                                                                                                                                                      glycosaminoglycan biosynthetic process
GO:0006026                                                                                                                                                               aminoglycan catabolic process
GO:0006027                                                                                                                                                         glycosaminoglycan catabolic process
GO:0006029                                                                                                                                                              proteoglycan metabolic process
GO:0006030                                                                                                                                                                    chitin metabolic process
GO:0006032                                                                                                                                                                    chitin catabolic process
GO:0006040                                                                                                                                                               amino sugar metabolic process
GO:0006041                                                                                                                                                               glucosamine metabolic process
GO:0006043                                                                                                                                                               glucosamine catabolic process
GO:0006044                                                                                                                                                       N-acetylglucosamine metabolic process
GO:0006045                                                                                                                                                    N-acetylglucosamine biosynthetic process
GO:0006046                                                                                                                                                       N-acetylglucosamine catabolic process
GO:0006047                                                                                                                                                   UDP-N-acetylglucosamine metabolic process
GO:0006048                                                                                                                                                UDP-N-acetylglucosamine biosynthetic process
GO:0006049                                                                                                                                                   UDP-N-acetylglucosamine catabolic process
GO:0006050                                                                                                                                                               mannosamine metabolic process
GO:0006051                                                                                                                                                       N-acetylmannosamine metabolic process
GO:0006054                                                                                                                                                       N-acetylneuraminate metabolic process
GO:0006055                                                                                                                                                CMP-N-acetylneuraminate biosynthetic process
GO:0006056                                                                                                                                                              mannoprotein metabolic process
GO:0006058                                                                                                                                                              mannoprotein catabolic process
GO:0006059                                                                                                                                                                   hexitol metabolic process
GO:0006060                                                                                                                                                                  sorbitol metabolic process
GO:0006062                                                                                                                                                                  sorbitol catabolic process
GO:0006063                                                                                                                                                               uronic acid metabolic process
GO:0006064                                                                                                                                                               glucuronate catabolic process
GO:0006065                                                                                                                                                        UDP-glucuronate biosynthetic process
GO:0006066                                                                                                                                                                   alcohol metabolic process
GO:0006067                                                                                                                                                                   ethanol metabolic process
GO:0006068                                                                                                                                                                   ethanol catabolic process
GO:0006069                                                                                                                                                                           ethanol oxidation
GO:0006071                                                                                                                                                                  glycerol metabolic process
GO:0006072                                                                                                                                                      glycerol-3-phosphate metabolic process
GO:0006081                                                                                                                                                         cellular aldehyde metabolic process
GO:0006082                                                                                                                                                              organic acid metabolic process
GO:0006083                                                                                                                                                                   acetate metabolic process
GO:0006084                                                                                                                                                                acetyl-CoA metabolic process
GO:0006085                                                                                                                                                             acetyl-CoA biosynthetic process
GO:0006086                                                                                                                                               acetyl-CoA biosynthetic process from pyruvate
GO:0006089                                                                                                                                                                   lactate metabolic process
GO:0006090                                                                                                                                                                  pyruvate metabolic process
GO:0006091                                                                                                                                              generation of precursor metabolites and energy
GO:0006094                                                                                                                                                                             gluconeogenesis
GO:0006096                                                                                                                                                                          glycolytic process
GO:0006097                                                                                                                                                                            glyoxylate cycle
GO:0006098                                                                                                                                                                     pentose-phosphate shunt
GO:0006099                                                                                                                                                                    tricarboxylic acid cycle
GO:0006101                                                                                                                                                                   citrate metabolic process
GO:0006102                                                                                                                                                                isocitrate metabolic process
GO:0006103                                                                                                                                                            2-oxoglutarate metabolic process
GO:0006104                                                                                                                                                              succinyl-CoA metabolic process
GO:0006105                                                                                                                                                                 succinate metabolic process
GO:0006106                                                                                                                                                                  fumarate metabolic process
GO:0006107                                                                                                                                                              oxaloacetate metabolic process
GO:0006108                                                                                                                                                                    malate metabolic process
GO:0006109                                                                                                                                                regulation of carbohydrate metabolic process
GO:0006110                                                                                                                                                            regulation of glycolytic process
GO:0006111                                                                                                                                                               regulation of gluconeogenesis
GO:0006112                                                                                                                                                            energy reserve metabolic process
GO:0006113                                                                                                                                                                                fermentation
GO:0006114                                                                                                                                                               glycerol biosynthetic process
GO:0006116                                                                                                                                                                              NADH oxidation
GO:0006117                                                                                                                                                              acetaldehyde metabolic process
GO:0006119                                                                                                                                                                   oxidative phosphorylation
GO:0006120                                                                                                                                        mitochondrial electron transport, NADH to ubiquinone
GO:0006121                                                                                                                                   mitochondrial electron transport, succinate to ubiquinone
GO:0006122                                                                                                                                 mitochondrial electron transport, ubiquinol to cytochrome c
GO:0006123                                                                                                                                    mitochondrial electron transport, cytochrome c to oxygen
GO:0006127                                                                                                                                                                    glycerophosphate shuttle
GO:0006139                                                                                                                                            nucleobase-containing compound metabolic process
GO:0006140                                                                                                                                                  regulation of nucleotide metabolic process
GO:0006144                                                                                                                                                         purine nucleobase metabolic process
GO:0006145                                                                                                                                                         purine nucleobase catabolic process
GO:0006147                                                                                                                                                                   guanine catabolic process
GO:0006148                                                                                                                                                                   inosine catabolic process
GO:0006149                                                                                                                                                              deoxyinosine catabolic process
GO:0006152                                                                                                                                                         purine nucleoside catabolic process
GO:0006154                                                                                                                                                                 adenosine catabolic process
GO:0006157                                                                                                                                                            deoxyadenosine catabolic process
GO:0006161                                                                                                                                                            deoxyguanosine catabolic process
GO:0006163                                                                                                                                                         purine nucleotide metabolic process
GO:0006164                                                                                                                                                      purine nucleotide biosynthetic process
GO:0006166                                                                                                                                                               purine ribonucleoside salvage
GO:0006167                                                                                                                                                                    AMP biosynthetic process
GO:0006168                                                                                                                                                                             adenine salvage
GO:0006170                                                                                                                                                                   dAMP biosynthetic process
GO:0006171                                                                                                                                                                   cAMP biosynthetic process
GO:0006172                                                                                                                                                                    ADP biosynthetic process
GO:0006173                                                                                                                                                                   dADP biosynthetic process
GO:0006175                                                                                                                                                                   dATP biosynthetic process
GO:0006177                                                                                                                                                                    GMP biosynthetic process
GO:0006182                                                                                                                                                                   cGMP biosynthetic process
GO:0006183                                                                                                                                                                    GTP biosynthetic process
GO:0006185                                                                                                                                                                   dGDP biosynthetic process
GO:0006188                                                                                                                                                                    IMP biosynthetic process
GO:0006189                                                                                                                                                          'de novo' IMP biosynthetic process
GO:0006193                                                                                                                                                                       ITP catabolic process
GO:0006195                                                                                                                                                         purine nucleotide catabolic process
GO:0006196                                                                                                                                                                       AMP catabolic process
GO:0006198                                                                                                                                                                      cAMP catabolic process
GO:0006203                                                                                                                                                                      dGTP catabolic process
GO:0006204                                                                                                                                                                       IMP catabolic process
GO:0006206                                                                                                                                                     pyrimidine nucleobase metabolic process
GO:0006207                                                                                                                                        'de novo' pyrimidine nucleobase biosynthetic process
GO:0006208                                                                                                                                                     pyrimidine nucleobase catabolic process
GO:0006210                                                                                                                                                                   thymine catabolic process
GO:0006211                                                                                                                                                          5-methylcytosine catabolic process
GO:0006212                                                                                                                                                                    uracil catabolic process
GO:0006213                                                                                                                                                     pyrimidine nucleoside metabolic process
GO:0006214                                                                                                                                                                 thymidine catabolic process
GO:0006216                                                                                                                                                                  cytidine catabolic process
GO:0006218                                                                                                                                                                   uridine catabolic process
GO:0006220                                                                                                                                                     pyrimidine nucleotide metabolic process
GO:0006221                                                                                                                                                  pyrimidine nucleotide biosynthetic process
GO:0006222                                                                                                                                                                    UMP biosynthetic process
GO:0006225                                                                                                                                                                    UDP biosynthetic process
GO:0006226                                                                                                                                                                   dUMP biosynthetic process
GO:0006227                                                                                                                                                                   dUDP biosynthetic process
GO:0006228                                                                                                                                                                    UTP biosynthetic process
GO:0006231                                                                                                                                                                   dTMP biosynthetic process
GO:0006233                                                                                                                                                                   dTDP biosynthetic process
GO:0006235                                                                                                                                                                   dTTP biosynthetic process
GO:0006241                                                                                                                                                                    CTP biosynthetic process
GO:0006244                                                                                                                                                     pyrimidine nucleotide catabolic process
GO:0006248                                                                                                                                                                       CMP catabolic process
GO:0006249                                                                                                                                                                      dCMP catabolic process
GO:0006253                                                                                                                                                                      dCTP catabolic process
GO:0006254                                                                                                                                                                       CTP catabolic process
GO:0006256                                                                                                                                                                       UDP catabolic process
GO:0006258                                                                                                                                                               UDP-glucose catabolic process
GO:0006259                                                                                                                                                                       DNA metabolic process
GO:0006260                                                                                                                                                                             DNA replication
GO:0006261                                                                                                                                                               DNA-templated DNA replication
GO:0006264                                                                                                                                                               mitochondrial DNA replication
GO:0006265                                                                                                                                                                      DNA topological change
GO:0006266                                                                                                                                                                                DNA ligation
GO:0006268                                                                                                                                                   DNA unwinding involved in DNA replication
GO:0006269                                                                                                                                                    DNA replication, synthesis of RNA primer
GO:0006270                                                                                                                                                                  DNA replication initiation
GO:0006271                                                                                                                                           DNA strand elongation involved in DNA replication
GO:0006272                                                                                                                                                                   leading strand elongation
GO:0006273                                                                                                                                                                   lagging strand elongation
GO:0006274                                                                                                                                                                 DNA replication termination
GO:0006275                                                                                                                                                               regulation of DNA replication
GO:0006278                                                                                                                                                      RNA-templated DNA biosynthetic process
GO:0006281                                                                                                                                                                                  DNA repair
GO:0006282                                                                                                                                                                    regulation of DNA repair
GO:0006283                                                                                                                                            transcription-coupled nucleotide-excision repair
GO:0006284                                                                                                                                                                        base-excision repair
GO:0006285                                                                                                                                                     base-excision repair, AP site formation
GO:0006287                                                                                                                                                           base-excision repair, gap-filling
GO:0006288                                                                                                                                                          base-excision repair, DNA ligation
GO:0006289                                                                                                                                                                  nucleotide-excision repair
GO:0006290                                                                                                                                                                     pyrimidine dimer repair
GO:0006294                                                                                                                                    nucleotide-excision repair, preincision complex assembly
GO:0006297                                                                                                                                                 nucleotide-excision repair, DNA gap filling
GO:0006298                                                                                                                                                                             mismatch repair
GO:0006301                                                                                                                                                                      postreplication repair
GO:0006302                                                                                                                                                                  double-strand break repair
GO:0006303                                                                                                                                    double-strand break repair via nonhomologous end joining
GO:0006304                                                                                                                                                                            DNA modification
GO:0006305                                                                                                                                                                              DNA alkylation
GO:0006306                                                                                                                                                                             DNA methylation
GO:0006307                                                                                                                                                     DNA dealkylation involved in DNA repair
GO:0006308                                                                                                                                                                       DNA catabolic process
GO:0006309                                                                                                                                                                 apoptotic DNA fragmentation
GO:0006310                                                                                                                                                                           DNA recombination
GO:0006311                                                                                                                                                                     meiotic gene conversion
GO:0006312                                                                                                                                                                       mitotic recombination
GO:0006313                                                                                                                                                                           DNA transposition
GO:0006325                                                                                                                                                                      chromatin organization
GO:0006334                                                                                                                                                                         nucleosome assembly
GO:0006335                                                                                                                                                DNA replication-dependent chromatin assembly
GO:0006337                                                                                                                                                                      nucleosome disassembly
GO:0006338                                                                                                                                                                        chromatin remodeling
GO:0006346                                                                                                                                         DNA methylation-dependent heterochromatin formation
GO:0006351                                                                                                                                                                 DNA-templated transcription
GO:0006352                                                                                                                                                      DNA-templated transcription initiation
GO:0006353                                                                                                                                                     DNA-templated transcription termination
GO:0006354                                                                                                                                                      DNA-templated transcription elongation
GO:0006355                                                                                                                                                   regulation of DNA-templated transcription
GO:0006356                                                                                                                                             regulation of transcription by RNA polymerase I
GO:0006357                                                                                                                                            regulation of transcription by RNA polymerase II
GO:0006359                                                                                                                                           regulation of transcription by RNA polymerase III
GO:0006360                                                                                                                                                           transcription by RNA polymerase I
GO:0006361                                                                                                                                       transcription initiation at RNA polymerase I promoter
GO:0006362                                                                                                                                                transcription elongation by RNA polymerase I
GO:0006363                                                                                                                                               termination of RNA polymerase I transcription
GO:0006364                                                                                                                                                                             rRNA processing
GO:0006366                                                                                                                                                          transcription by RNA polymerase II
GO:0006367                                                                                                                                      transcription initiation at RNA polymerase II promoter
GO:0006368                                                                                                                                               transcription elongation by RNA polymerase II
GO:0006369                                                                                                                                              termination of RNA polymerase II transcription
GO:0006370                                                                                                                                                              7-methylguanosine mRNA capping
GO:0006376                                                                                                                                                                mRNA splice site recognition
GO:0006378                                                                                                                                                                        mRNA polyadenylation
GO:0006382                                                                                                                                                                adenosine to inosine editing
GO:0006383                                                                                                                                                         transcription by RNA polymerase III
GO:0006384                                                                                                                                     transcription initiation at RNA polymerase III promoter
GO:0006386                                                                                                                                             termination of RNA polymerase III transcription
GO:0006388                                                                                                                                    tRNA splicing, via endonucleolytic cleavage and ligation
GO:0006390                                                                                                                                                                 mitochondrial transcription
GO:0006391                                                                                                                                          transcription initiation at mitochondrial promoter
GO:0006392                                                                                                                                    transcription elongation by mitochondrial RNA polymerase
GO:0006393                                                                                                                                                  termination of mitochondrial transcription
GO:0006396                                                                                                                                                                              RNA processing
GO:0006397                                                                                                                                                                             mRNA processing
GO:0006398                                                                                                                                    mRNA 3'-end processing by stem-loop binding and cleavage
GO:0006399                                                                                                                                                                      tRNA metabolic process
GO:0006400                                                                                                                                                                           tRNA modification
GO:0006401                                                                                                                                                                       RNA catabolic process
GO:0006402                                                                                                                                                                      mRNA catabolic process
GO:0006403                                                                                                                                                                            RNA localization
GO:0006404                                                                                                                                                                     RNA import into nucleus
GO:0006405                                                                                                                                                                     RNA export from nucleus
GO:0006406                                                                                                                                                                    mRNA export from nucleus
GO:0006408                                                                                                                                                                   snRNA export from nucleus
GO:0006409                                                                                                                                                                    tRNA export from nucleus
GO:0006412                                                                                                                                                                                 translation
GO:0006413                                                                                                                                                                    translational initiation
GO:0006414                                                                                                                                                                    translational elongation
GO:0006415                                                                                                                                                                   translational termination
GO:0006417                                                                                                                                                                   regulation of translation
GO:0006418                                                                                                                                                 tRNA aminoacylation for protein translation
GO:0006419                                                                                                                                                                  alanyl-tRNA aminoacylation
GO:0006420                                                                                                                                                                 arginyl-tRNA aminoacylation
GO:0006421                                                                                                                                                             asparaginyl-tRNA aminoacylation
GO:0006422                                                                                                                                                                aspartyl-tRNA aminoacylation
GO:0006423                                                                                                                                                               cysteinyl-tRNA aminoacylation
GO:0006424                                                                                                                                                                glutamyl-tRNA aminoacylation
GO:0006425                                                                                                                                                              glutaminyl-tRNA aminoacylation
GO:0006426                                                                                                                                                                  glycyl-tRNA aminoacylation
GO:0006427                                                                                                                                                                histidyl-tRNA aminoacylation
GO:0006428                                                                                                                                                               isoleucyl-tRNA aminoacylation
GO:0006429                                                                                                                                                                  leucyl-tRNA aminoacylation
GO:0006430                                                                                                                                                                   lysyl-tRNA aminoacylation
GO:0006431                                                                                                                                                               methionyl-tRNA aminoacylation
GO:0006432                                                                                                                                                            phenylalanyl-tRNA aminoacylation
GO:0006433                                                                                                                                                                  prolyl-tRNA aminoacylation
GO:0006434                                                                                                                                                                   seryl-tRNA aminoacylation
GO:0006435                                                                                                                                                                threonyl-tRNA aminoacylation
GO:0006436                                                                                                                                                            tryptophanyl-tRNA aminoacylation
GO:0006437                                                                                                                                                                 tyrosyl-tRNA aminoacylation
GO:0006438                                                                                                                                                                   valyl-tRNA aminoacylation
GO:0006446                                                                                                                                                      regulation of translational initiation
GO:0006447                                                                                                                                              regulation of translational initiation by iron
GO:0006448                                                                                                                                                      regulation of translational elongation
GO:0006449                                                                                                                                                     regulation of translational termination
GO:0006450                                                                                                                                                        regulation of translational fidelity
GO:0006451                                                                                                                                                                   translational readthrough
GO:0006452                                                                                                                                                                 translational frameshifting
GO:0006457                                                                                                                                                                             protein folding
GO:0006458                                                                                                                                                                   'de novo' protein folding
GO:0006463                                                                                                                                                   steroid hormone receptor complex assembly
GO:0006465                                                                                                                                                                   signal peptide processing
GO:0006468                                                                                                                                                                     protein phosphorylation
GO:0006469                                                                                                                                              negative regulation of protein kinase activity
GO:0006470                                                                                                                                                                   protein dephosphorylation
GO:0006473                                                                                                                                                                         protein acetylation
GO:0006474                                                                                                                                                   N-terminal protein amino acid acetylation
GO:0006475                                                                                                                                                     internal protein amino acid acetylation
GO:0006476                                                                                                                                                                       protein deacetylation
GO:0006477                                                                                                                                                                           protein sulfation
GO:0006478                                                                                                                                                                 peptidyl-tyrosine sulfation
GO:0006479                                                                                                                                                                         protein methylation
GO:0006480                                                                                                                                                   N-terminal protein amino acid methylation
GO:0006481                                                                                                                                                              C-terminal protein methylation
GO:0006482                                                                                                                                                                       protein demethylation
GO:0006486                                                                                                                                                                       protein glycosylation
GO:0006487                                                                                                                                                              protein N-linked glycosylation
GO:0006488                                                                                                                                        dolichol-linked oligosaccharide biosynthetic process
GO:0006489                                                                                                                                                   dolichyl diphosphate biosynthetic process
GO:0006490                                                                                                                                     oligosaccharide-lipid intermediate biosynthetic process
GO:0006491                                                                                                                                                                         N-glycan processing
GO:0006493                                                                                                                                                              protein O-linked glycosylation
GO:0006497                                                                                                                                                                          protein lipidation
GO:0006498                                                                                                                                                               N-terminal protein lipidation
GO:0006499                                                                                                                                                           N-terminal protein myristoylation
GO:0006500                                                                                                                                                           N-terminal protein palmitoylation
GO:0006501                                                                                                                                                               C-terminal protein lipidation
GO:0006505                                                                                                                                                                GPI anchor metabolic process
GO:0006506                                                                                                                                                             GPI anchor biosynthetic process
GO:0006507                                                                                                                                                                          GPI anchor release
GO:0006508                                                                                                                                                                                 proteolysis
GO:0006509                                                                                                                                                     membrane protein ectodomain proteolysis
GO:0006511                                                                                                                                               ubiquitin-dependent protein catabolic process
GO:0006513                                                                                                                                                                  protein monoubiquitination
GO:0006515                                                                                                                  protein quality control for misfolded or incompletely synthesized proteins
GO:0006516                                                                                                                                                              glycoprotein catabolic process
GO:0006517                                                                                                                                                                     protein deglycosylation
GO:0006518                                                                                                                                                                   peptide metabolic process
GO:0006520                                                                                                                                                                amino acid metabolic process
GO:0006521                                                                                                                                         regulation of cellular amino acid metabolic process
GO:0006522                                                                                                                                                                   alanine metabolic process
GO:0006524                                                                                                                                                                   alanine catabolic process
GO:0006525                                                                                                                                                                  arginine metabolic process
GO:0006526                                                                                                                                                               arginine biosynthetic process
GO:0006527                                                                                                                                                                  arginine catabolic process
GO:0006528                                                                                                                                                                asparagine metabolic process
GO:0006529                                                                                                                                                             asparagine biosynthetic process
GO:0006530                                                                                                                                                                asparagine catabolic process
GO:0006531                                                                                                                                                                 aspartate metabolic process
GO:0006532                                                                                                                                                              aspartate biosynthetic process
GO:0006533                                                                                                                                                                 aspartate catabolic process
GO:0006534                                                                                                                                                                  cysteine metabolic process
GO:0006535                                                                                                                                                   cysteine biosynthetic process from serine
GO:0006536                                                                                                                                                                 glutamate metabolic process
GO:0006537                                                                                                                                                              glutamate biosynthetic process
GO:0006538                                                                                                                                                                 glutamate catabolic process
GO:0006539                                                                                                                                              glutamate catabolic process via 2-oxoglutarate
GO:0006540                                                                                                                                                      glutamate decarboxylation to succinate
GO:0006541                                                                                                                                                                 glutamine metabolic process
GO:0006542                                                                                                                                                              glutamine biosynthetic process
GO:0006543                                                                                                                                                                 glutamine catabolic process
GO:0006544                                                                                                                                                                   glycine metabolic process
GO:0006545                                                                                                                                                                glycine biosynthetic process
GO:0006546                                                                                                                                                                   glycine catabolic process
GO:0006547                                                                                                                                                                 histidine metabolic process
GO:0006548                                                                                                                                                                 histidine catabolic process
GO:0006549                                                                                                                                                                isoleucine metabolic process
GO:0006550                                                                                                                                                                isoleucine catabolic process
GO:0006551                                                                                                                                                                   leucine metabolic process
GO:0006552                                                                                                                                                                   leucine catabolic process
GO:0006553                                                                                                                                                                    lysine metabolic process
GO:0006554                                                                                                                                                                    lysine catabolic process
GO:0006555                                                                                                                                                                methionine metabolic process
GO:0006556                                                                                                                                                   S-adenosylmethionine biosynthetic process
GO:0006558                                                                                                                                                           L-phenylalanine metabolic process
GO:0006559                                                                                                                                                           L-phenylalanine catabolic process
GO:0006560                                                                                                                                                                   proline metabolic process
GO:0006561                                                                                                                                                                proline biosynthetic process
GO:0006562                                                                                                                                                                   proline catabolic process
GO:0006563                                                                                                                                                                  L-serine metabolic process
GO:0006564                                                                                                                                                               L-serine biosynthetic process
GO:0006565                                                                                                                                                                  L-serine catabolic process
GO:0006566                                                                                                                                                                 threonine metabolic process
GO:0006567                                                                                                                                                                 threonine catabolic process
GO:0006568                                                                                                                                                                tryptophan metabolic process
GO:0006569                                                                                                                                                                tryptophan catabolic process
GO:0006570                                                                                                                                                                  tyrosine metabolic process
GO:0006571                                                                                                                                                               tyrosine biosynthetic process
GO:0006572                                                                                                                                                                  tyrosine catabolic process
GO:0006573                                                                                                                                                                    valine metabolic process
GO:0006574                                                                                                                                                                    valine catabolic process
GO:0006575                                                                                                                                              cellular modified amino acid metabolic process
GO:0006576                                                                                                                                                            biogenic amine metabolic process
GO:0006577                                                                                                                                                        amino-acid betaine metabolic process
GO:0006578                                                                                                                                                     amino-acid betaine biosynthetic process
GO:0006579                                                                                                                                                        amino-acid betaine catabolic process
GO:0006580                                                                                                                                                              ethanolamine metabolic process
GO:0006581                                                                                                                                                             acetylcholine catabolic process
GO:0006582                                                                                                                                                                   melanin metabolic process
GO:0006583                                                                                                                                                  melanin biosynthetic process from tyrosine
GO:0006584                                                                                                                                                             catecholamine metabolic process
GO:0006585                                                                                                                                                 dopamine biosynthetic process from tyrosine
GO:0006586                                                                                                                                                           indolalkylamine metabolic process
GO:0006589                                                                                                                                                             octopamine biosynthetic process
GO:0006590                                                                                                                                                                  thyroid hormone generation
GO:0006591                                                                                                                                                                 ornithine metabolic process
GO:0006592                                                                                                                                                              ornithine biosynthetic process
GO:0006595                                                                                                                                                                 polyamine metabolic process
GO:0006596                                                                                                                                                              polyamine biosynthetic process
GO:0006597                                                                                                                                                               spermine biosynthetic process
GO:0006598                                                                                                                                                                 polyamine catabolic process
GO:0006599                                                                                                                                                                phosphagen metabolic process
GO:0006600                                                                                                                                                                  creatine metabolic process
GO:0006601                                                                                                                                                               creatine biosynthetic process
GO:0006603                                                                                                                                                           phosphocreatine metabolic process
GO:0006605                                                                                                                                                                           protein targeting
GO:0006606                                                                                                                                                                 protein import into nucleus
GO:0006607                                                                                                                                                     NLS-bearing protein import into nucleus
GO:0006610                                                                                                                                                       ribosomal protein import into nucleus
GO:0006611                                                                                                                                                                 protein export from nucleus
GO:0006612                                                                                                                                                               protein targeting to membrane
GO:0006613                                                                                                                                               cotranslational protein targeting to membrane
GO:0006614                                                                                                                                 SRP-dependent cotranslational protein targeting to membrane
GO:0006616                                                                                                                  SRP-dependent cotranslational protein targeting to membrane, translocation
GO:0006617                                                                                                    SRP-dependent cotranslational protein targeting to membrane, signal sequence recognition
GO:0006620                                                                                                                      post-translational protein targeting to endoplasmic reticulum membrane
GO:0006621                                                                                                                                                               protein retention in ER lumen
GO:0006622                                                                                                                                                               protein targeting to lysosome
GO:0006623                                                                                                                                                                protein targeting to vacuole
GO:0006624                                                                                                                                                                 vacuolar protein processing
GO:0006625                                                                                                                                                             protein targeting to peroxisome
GO:0006626                                                                                                                                                          protein targeting to mitochondrion
GO:0006627                                                                                                                           protein processing involved in protein targeting to mitochondrion
GO:0006629                                                                                                                                                                     lipid metabolic process
GO:0006631                                                                                                                                                                fatty acid metabolic process
GO:0006633                                                                                                                                                             fatty acid biosynthetic process
GO:0006635                                                                                                                                                                   fatty acid beta-oxidation
GO:0006636                                                                                                                                                 unsaturated fatty acid biosynthetic process
GO:0006637                                                                                                                                                                  acyl-CoA metabolic process
GO:0006638                                                                                                                                                             neutral lipid metabolic process
GO:0006639                                                                                                                                                              acylglycerol metabolic process
GO:0006640                                                                                                                                                       monoacylglycerol biosynthetic process
GO:0006641                                                                                                                                                              triglyceride metabolic process
GO:0006642                                                                                                                                                                   triglyceride mobilization
GO:0006643                                                                                                                                                            membrane lipid metabolic process
GO:0006644                                                                                                                                                              phospholipid metabolic process
GO:0006646                                                                                                                                               phosphatidylethanolamine biosynthetic process
GO:0006649                                                                                                                                                           phospholipid transfer to membrane
GO:0006650                                                                                                                                                       glycerophospholipid metabolic process
GO:0006651                                                                                                                                                         diacylglycerol biosynthetic process
GO:0006654                                                                                                                                                      phosphatidic acid biosynthetic process
GO:0006655                                                                                                                                                   phosphatidylglycerol biosynthetic process
GO:0006656                                                                                                                                                    phosphatidylcholine biosynthetic process
GO:0006657                                                                                                                                                                         CDP-choline pathway
GO:0006658                                                                                                                                                        phosphatidylserine metabolic process
GO:0006659                                                                                                                                                     phosphatidylserine biosynthetic process
GO:0006660                                                                                                                                                        phosphatidylserine catabolic process
GO:0006661                                                                                                                                                   phosphatidylinositol biosynthetic process
GO:0006662                                                                                                                                                            glycerol ether metabolic process
GO:0006663                                                                                                                                             platelet activating factor biosynthetic process
GO:0006664                                                                                                                                                                glycolipid metabolic process
GO:0006665                                                                                                                                                              sphingolipid metabolic process
GO:0006666                                                                                                                                                        3-keto-sphinganine metabolic process
GO:0006667                                                                                                                                                               sphinganine metabolic process
GO:0006668                                                                                                                                                   sphinganine-1-phosphate metabolic process
GO:0006669                                                                                                                                                sphinganine-1-phosphate biosynthetic process
GO:0006670                                                                                                                                                               sphingosine metabolic process
GO:0006671                                                                                                                                                          phytosphingosine metabolic process
GO:0006672                                                                                                                                                                  ceramide metabolic process
GO:0006677                                                                                                                                                          glycosylceramide metabolic process
GO:0006678                                                                                                                                                          glucosylceramide metabolic process
GO:0006679                                                                                                                                                       glucosylceramide biosynthetic process
GO:0006680                                                                                                                                                          glucosylceramide catabolic process
GO:0006681                                                                                                                                                        galactosylceramide metabolic process
GO:0006682                                                                                                                                                     galactosylceramide biosynthetic process
GO:0006683                                                                                                                                                        galactosylceramide catabolic process
GO:0006684                                                                                                                                                             sphingomyelin metabolic process
GO:0006685                                                                                                                                                             sphingomyelin catabolic process
GO:0006686                                                                                                                                                          sphingomyelin biosynthetic process
GO:0006687                                                                                                                                                         glycosphingolipid metabolic process
GO:0006688                                                                                                                                                      glycosphingolipid biosynthetic process
GO:0006689                                                                                                                                                               ganglioside catabolic process
GO:0006690                                                                                                                                                                 icosanoid metabolic process
GO:0006691                                                                                                                                                               leukotriene metabolic process
GO:0006692                                                                                                                                                                prostanoid metabolic process
GO:0006693                                                                                                                                                             prostaglandin metabolic process
GO:0006694                                                                                                                                                                steroid biosynthetic process
GO:0006695                                                                                                                                                            cholesterol biosynthetic process
GO:0006699                                                                                                                                                              bile acid biosynthetic process
GO:0006700                                                                                                                                                    C21-steroid hormone biosynthetic process
GO:0006701                                                                                                                                                           progesterone biosynthetic process
GO:0006702                                                                                                                                                               androgen biosynthetic process
GO:0006703                                                                                                                                                               estrogen biosynthetic process
GO:0006704                                                                                                                                                         glucocorticoid biosynthetic process
GO:0006705                                                                                                                                                      mineralocorticoid biosynthetic process
GO:0006706                                                                                                                                                                   steroid catabolic process
GO:0006707                                                                                                                                                               cholesterol catabolic process
GO:0006710                                                                                                                                                                  androgen catabolic process
GO:0006711                                                                                                                                                                  estrogen catabolic process
GO:0006713                                                                                                                                                            glucocorticoid catabolic process
GO:0006714                                                                                                                                                           sesquiterpenoid metabolic process
GO:0006720                                                                                                                                                                isoprenoid metabolic process
GO:0006721                                                                                                                                                                 terpenoid metabolic process
GO:0006722                                                                                                                                                              triterpenoid metabolic process
GO:0006725                                                                                                                                                cellular aromatic compound metabolic process
GO:0006726                                                                                                                                                            eye pigment biosynthetic process
GO:0006729                                                                                                                                                    tetrahydrobiopterin biosynthetic process
GO:0006730                                                                                                                                                                one-carbon metabolic process
GO:0006734                                                                                                                                                                      NADH metabolic process
GO:0006735                                                                                                                                                                           NADH regeneration
GO:0006738                                                                                                                                                     nicotinamide riboside catabolic process
GO:0006739                                                                                                                                                                      NADP metabolic process
GO:0006740                                                                                                                                                                          NADPH regeneration
GO:0006741                                                                                                                                                                   NADP biosynthetic process
GO:0006742                                                                                                                                                                      NADP catabolic process
GO:0006743                                                                                                                                                                ubiquinone metabolic process
GO:0006744                                                                                                                                                             ubiquinone biosynthetic process
GO:0006747                                                                                                                                                                    FAD biosynthetic process
GO:0006749                                                                                                                                                               glutathione metabolic process
GO:0006750                                                                                                                                                            glutathione biosynthetic process
GO:0006751                                                                                                                                                               glutathione catabolic process
GO:0006753                                                                                                                                                      nucleoside phosphate metabolic process
GO:0006754                                                                                                                                                                    ATP biosynthetic process
GO:0006760                                                                                                                                            folic acid-containing compound metabolic process
GO:0006766                                                                                                                                                                   vitamin metabolic process
GO:0006767                                                                                                                                                     water-soluble vitamin metabolic process
GO:0006768                                                                                                                                                                    biotin metabolic process
GO:0006769                                                                                                                                                              nicotinamide metabolic process
GO:0006771                                                                                                                                                                riboflavin metabolic process
GO:0006772                                                                                                                                                                  thiamine metabolic process
GO:0006775                                                                                                                                                       fat-soluble vitamin metabolic process
GO:0006776                                                                                                                                                                 vitamin A metabolic process
GO:0006777                                                                                                                                              Mo-molybdopterin cofactor biosynthetic process
GO:0006778                                                                                                                                             porphyrin-containing compound metabolic process
GO:0006779                                                                                                                                          porphyrin-containing compound biosynthetic process
GO:0006780                                                                                                                                                   uroporphyrinogen III biosynthetic process
GO:0006781                                                                                                                                                                        succinyl-CoA pathway
GO:0006782                                                                                                                                                  protoporphyrinogen IX biosynthetic process
GO:0006783                                                                                                                                                                   heme biosynthetic process
GO:0006784                                                                                                                                                                 heme A biosynthetic process
GO:0006785                                                                                                                                                                 heme B biosynthetic process
GO:0006787                                                                                                                                             porphyrin-containing compound catabolic process
GO:0006788                                                                                                                                                                              heme oxidation
GO:0006789                                                                                                                                                                       bilirubin conjugation
GO:0006790                                                                                                                                                           sulfur compound metabolic process
GO:0006793                                                                                                                                                                phosphorus metabolic process
GO:0006796                                                                                                                                             phosphate-containing compound metabolic process
GO:0006801                                                                                                                                                                superoxide metabolic process
GO:0006805                                                                                                                                                                xenobiotic metabolic process
GO:0006807                                                                                                                                                         nitrogen compound metabolic process
GO:0006808                                                                                                                                                          regulation of nitrogen utilization
GO:0006809                                                                                                                                                           nitric oxide biosynthetic process
GO:0006810                                                                                                                                                                                   transport
GO:0006811                                                                                                                                                                    monoatomic ion transport
GO:0006812                                                                                                                                                                 monoatomic cation transport
GO:0006813                                                                                                                                                                     potassium ion transport
GO:0006814                                                                                                                                                                        sodium ion transport
GO:0006816                                                                                                                                                                       calcium ion transport
GO:0006817                                                                                                                                                                     phosphate ion transport
GO:0006820                                                                                                                                                                  monoatomic anion transport
GO:0006821                                                                                                                                                                          chloride transport
GO:0006824                                                                                                                                                                        cobalt ion transport
GO:0006825                                                                                                                                                                        copper ion transport
GO:0006826                                                                                                                                                                          iron ion transport
GO:0006828                                                                                                                                                                     manganese ion transport
GO:0006829                                                                                                                                                                          zinc ion transport
GO:0006833                                                                                                                                                                             water transport
GO:0006835                                                                                                                                                                 dicarboxylic acid transport
GO:0006836                                                                                                                                                                  neurotransmitter transport
GO:0006837                                                                                                                                                                         serotonin transport
GO:0006839                                                                                                                                                                     mitochondrial transport
GO:0006842                                                                                                                                                                tricarboxylic acid transport
GO:0006843                                                                                                                                               mitochondrial citrate transmembrane transport
GO:0006844                                                                                                                                                                    acyl carnitine transport
GO:0006846                                                                                                                                                                           acetate transport
GO:0006848                                                                                                                                                                          pyruvate transport
GO:0006850                                                                                                                                              mitochondrial pyruvate transmembrane transport
GO:0006851                                                                                                                                           mitochondrial calcium ion transmembrane transport
GO:0006853                                                                                                                                                                           carnitine shuttle
GO:0006855                                                                                                                                                          xenobiotic transmembrane transport
GO:0006857                                                                                                                                                                      oligopeptide transport
GO:0006858                                                                                                                                                                     extracellular transport
GO:0006862                                                                                                                                                                        nucleotide transport
GO:0006863                                                                                                                                                                 purine nucleobase transport
GO:0006864                                                                                                                                                             pyrimidine nucleotide transport
GO:0006865                                                                                                                                                                        amino acid transport
GO:0006867                                                                                                                                                                        asparagine transport
GO:0006868                                                                                                                                                                         glutamine transport
GO:0006869                                                                                                                                                                             lipid transport
GO:0006873                                                                                                                                                    intracellular monoatomic ion homeostasis
GO:0006874                                                                                                                                                       intracellular calcium ion homeostasis
GO:0006878                                                                                                                                                        intracellular copper ion homeostasis
GO:0006879                                                                                                                                                          intracellular iron ion homeostasis
GO:0006880                                                                                                                                                      intracellular sequestering of iron ion
GO:0006882                                                                                                                                                          intracellular zinc ion homeostasis
GO:0006883                                                                                                                                                        intracellular sodium ion homeostasis
GO:0006884                                                                                                                                                                     cell volume homeostasis
GO:0006885                                                                                                                                                                            regulation of pH
GO:0006886                                                                                                                                                             intracellular protein transport
GO:0006887                                                                                                                                                                                  exocytosis
GO:0006888                                                                                                                                   endoplasmic reticulum to Golgi vesicle-mediated transport
GO:0006890                                                                                                                       retrograde vesicle-mediated transport, Golgi to endoplasmic reticulum
GO:0006891                                                                                                                                                      intra-Golgi vesicle-mediated transport
GO:0006892                                                                                                                                                       post-Golgi vesicle-mediated transport
GO:0006893                                                                                                                                                          Golgi to plasma membrane transport
GO:0006895                                                                                                                                                                 Golgi to endosome transport
GO:0006896                                                                                                                                                                  Golgi to vacuole transport
GO:0006897                                                                                                                                                                                 endocytosis
GO:0006898                                                                                                                                                               receptor-mediated endocytosis
GO:0006900                                                                                                                                                               vesicle budding from membrane
GO:0006901                                                                                                                                                                             vesicle coating
GO:0006903                                                                                                                                                                           vesicle targeting
GO:0006904                                                                                                                                                      vesicle docking involved in exocytosis
GO:0006906                                                                                                                                                                              vesicle fusion
GO:0006907                                                                                                                                                                                 pinocytosis
GO:0006909                                                                                                                                                                                phagocytosis
GO:0006910                                                                                                                                                                   phagocytosis, recognition
GO:0006911                                                                                                                                                                    phagocytosis, engulfment
GO:0006913                                                                                                                                                                 nucleocytoplasmic transport
GO:0006914                                                                                                                                                                                   autophagy
GO:0006915                                                                                                                                                                           apoptotic process
GO:0006919                                                                                                            activation of cysteine-type endopeptidase activity involved in apoptotic process
GO:0006921                                                                                                                     cellular component disassembly involved in execution phase of apoptosis
GO:0006924                                                                                                                                                    activation-induced cell death of T cells
GO:0006925                                                                                                                                                         inflammatory cell apoptotic process
GO:0006929                                                                                                                                                          substrate-dependent cell migration
GO:0006930                                                                                                                                          substrate-dependent cell migration, cell extension
GO:0006931                                                                                                                            substrate-dependent cell migration, cell attachment to substrate
GO:0006933                                                                                                             negative regulation of cell adhesion involved in substrate-bound cell migration
GO:0006935                                                                                                                                                                                  chemotaxis
GO:0006936                                                                                                                                                                          muscle contraction
GO:0006937                                                                                                                                                            regulation of muscle contraction
GO:0006939                                                                                                                                                                   smooth muscle contraction
GO:0006940                                                                                                                                                     regulation of smooth muscle contraction
GO:0006941                                                                                                                                                                 striated muscle contraction
GO:0006942                                                                                                                                                   regulation of striated muscle contraction
GO:0006949                                                                                                                                                                         syncytium formation
GO:0006950                                                                                                                                                                          response to stress
GO:0006952                                                                                                                                                                            defense response
GO:0006953                                                                                                                                                                        acute-phase response
GO:0006954                                                                                                                                                                       inflammatory response
GO:0006955                                                                                                                                                                             immune response
GO:0006956                                                                                                                                                                       complement activation
GO:0006957                                                                                                                                                  complement activation, alternative pathway
GO:0006958                                                                                                                                                    complement activation, classical pathway
GO:0006959                                                                                                                                                                     humoral immune response
GO:0006963                                                                                                                           positive regulation of antibacterial peptide biosynthetic process
GO:0006965                                                                                 positive regulation of biosynthetic process of antibacterial peptides active against Gram-positive bacteria
GO:0006968                                                                                                                                                                   cellular defense response
GO:0006970                                                                                                                                                                  response to osmotic stress
GO:0006971                                                                                                                                                                          hypotonic response
GO:0006972                                                                                                                                                                       hyperosmotic response
GO:0006974                                                                                                                                                                         DNA damage response
GO:0006977                                                                                               DNA damage response, signal transduction by p53 class mediator resulting in cell cycle arrest
GO:0006978                                                                             DNA damage response, signal transduction by p53 class mediator resulting in transcription of p21 class mediator
GO:0006979                                                                                                                                                                response to oxidative stress
GO:0006982                                                                                                                                                             response to lipid hydroperoxide
GO:0006983                                                                                                                                                                        ER overload response
GO:0006984                                                                                                                                                                ER-nucleus signaling pathway
GO:0006986                                                                                                                                                                response to unfolded protein
GO:0006991                                                                                                                                                                response to sterol depletion
GO:0006995                                                                                                                                                    cellular response to nitrogen starvation
GO:0006996                                                                                                                                                                      organelle organization
GO:0006997                                                                                                                                                                        nucleus organization
GO:0006998                                                                                                                                                               nuclear envelope organization
GO:0006999                                                                                                                                                                   nuclear pore organization
GO:0007000                                                                                                                                                                      nucleolus organization
GO:0007004                                                                                                                                                         telomere maintenance via telomerase
GO:0007005                                                                                                                                                                  mitochondrion organization
GO:0007006                                                                                                                                                         mitochondrial membrane organization
GO:0007007                                                                                                                                                   inner mitochondrial membrane organization
GO:0007008                                                                                                                                                   outer mitochondrial membrane organization
GO:0007009                                                                                                                                                                plasma membrane organization
GO:0007010                                                                                                                                                                   cytoskeleton organization
GO:0007014                                                                                                                                                                        actin ubiquitination
GO:0007015                                                                                                                                                                 actin filament organization
GO:0007017                                                                                                                                                                   microtubule-based process
GO:0007018                                                                                                                                                                  microtubule-based movement
GO:0007019                                                                                                                                                                microtubule depolymerization
GO:0007020                                                                                                                                                                      microtubule nucleation
GO:0007021                                                                                                                                                                    tubulin complex assembly
GO:0007023                                                                                                                                                     post-chaperonin tubulin folding pathway
GO:0007026                                                                                                                                         negative regulation of microtubule depolymerization
GO:0007028                                                                                                                                                                      cytoplasm organization
GO:0007029                                                                                                                                                          endoplasmic reticulum organization
GO:0007030                                                                                                                                                                          Golgi organization
GO:0007031                                                                                                                                                                     peroxisome organization
GO:0007032                                                                                                                                                                       endosome organization
GO:0007033                                                                                                                                                                        vacuole organization
GO:0007034                                                                                                                                                                          vacuolar transport
GO:0007035                                                                                                                                                                      vacuolar acidification
GO:0007039                                                                                                                                                    protein catabolic process in the vacuole
GO:0007040                                                                                                                                                                       lysosome organization
GO:0007041                                                                                                                                                                         lysosomal transport
GO:0007042                                                                                                                                                               lysosomal lumen acidification
GO:0007043                                                                                                                                                                 cell-cell junction assembly
GO:0007044                                                                                                                                                            cell-substrate junction assembly
GO:0007049                                                                                                                                                                                  cell cycle
GO:0007051                                                                                                                                                                        spindle organization
GO:0007052                                                                                                                                                                mitotic spindle organization
GO:0007056                                                                                                                                                 spindle assembly involved in female meiosis
GO:0007057                                                                                                                                               spindle assembly involved in female meiosis I
GO:0007059                                                                                                                                                                      chromosome segregation
GO:0007060                                                                                                                                                         male meiosis chromosome segregation
GO:0007062                                                                                                                                                                   sister chromatid cohesion
GO:0007063                                                                                                                                                     regulation of sister chromatid cohesion
GO:0007064                                                                                                                                                           mitotic sister chromatid cohesion
GO:0007066                                                                                                                                                    female meiosis sister chromatid cohesion
GO:0007076                                                                                                                                                             mitotic chromosome condensation
GO:0007077                                                                                                                                                        mitotic nuclear membrane disassembly
GO:0007079                                                                                                                                            mitotic chromosome movement towards spindle pole
GO:0007080                                                                                                                                                      mitotic metaphase chromosome alignment
GO:0007084                                                                                                                                                         mitotic nuclear membrane reassembly
GO:0007088                                                                                                                                                      regulation of mitotic nuclear division
GO:0007089                                                                                                                                        traversing start control point of mitotic cell cycle
GO:0007091                                                                                                                                         metaphase/anaphase transition of mitotic cell cycle
GO:0007093                                                                                                                                                     mitotic cell cycle checkpoint signaling
GO:0007094                                                                                                                                               mitotic spindle assembly checkpoint signaling
GO:0007095                                                                                                                                                  mitotic G2 DNA damage checkpoint signaling
GO:0007096                                                                                                                                                             regulation of exit from mitosis
GO:0007097                                                                                                                                                                           nuclear migration
GO:0007098                                                                                                                                                                            centrosome cycle
GO:0007099                                                                                                                                                                       centriole replication
GO:0007100                                                                                                                                                               mitotic centrosome separation
GO:0007112                                                                                                                                                                    male meiosis cytokinesis
GO:0007113                                                                                                                                                                      endomitotic cell cycle
GO:0007127                                                                                                                                                                                   meiosis I
GO:0007129                                                                                                                                                    homologous chromosome pairing at meiosis
GO:0007130                                                                                                                                                               synaptonemal complex assembly
GO:0007131                                                                                                                                                            reciprocal meiotic recombination
GO:0007135                                                                                                                                                                                  meiosis II
GO:0007140                                                                                                                                                               male meiotic nuclear division
GO:0007141                                                                                                                                                                              male meiosis I
GO:0007143                                                                                                                                                             female meiotic nuclear division
GO:0007144                                                                                                                                                                            female meiosis I
GO:0007147                                                                                                                                                                           female meiosis II
GO:0007154                                                                                                                                                                          cell communication
GO:0007155                                                                                                                                                                               cell adhesion
GO:0007156                                                                                                                             homophilic cell adhesion via plasma membrane adhesion molecules
GO:0007157                                                                                                                 heterophilic cell-cell adhesion via plasma membrane cell adhesion molecules
GO:0007158                                                                                                                                                                   neuron cell-cell adhesion
GO:0007159                                                                                                                                                                leukocyte cell-cell adhesion
GO:0007160                                                                                                                                                                        cell-matrix adhesion
GO:0007161                                                                                                                                                    calcium-independent cell-matrix adhesion
GO:0007162                                                                                                                                                        negative regulation of cell adhesion
GO:0007163                                                                                                                                               establishment or maintenance of cell polarity
GO:0007164                                                                                                                                                            establishment of tissue polarity
GO:0007165                                                                                                                                                                         signal transduction
GO:0007166                                                                                                                                                     cell surface receptor signaling pathway
GO:0007167                                                                                                                                            enzyme-linked receptor protein signaling pathway
GO:0007168                                                                                                                                                 receptor guanylyl cyclase signaling pathway
GO:0007169                                                                                                                            transmembrane receptor protein tyrosine kinase signaling pathway
GO:0007171                                                                                                                       activation of transmembrane receptor protein tyrosine kinase activity
GO:0007172                                                                                                                                                                     signal complex assembly
GO:0007173                                                                                                                                          epidermal growth factor receptor signaling pathway
GO:0007174                                                                                                                                                   epidermal growth factor catabolic process
GO:0007175                                                                                                                  negative regulation of epidermal growth factor-activated receptor activity
GO:0007176                                                                                                                           regulation of epidermal growth factor-activated receptor activity
GO:0007178                                                                                                                    transmembrane receptor protein serine/threonine kinase signaling pathway
GO:0007179                                                                                                                                  transforming growth factor beta receptor signaling pathway
GO:0007181                                                                                                                                   transforming growth factor beta receptor complex assembly
GO:0007185                                                                                                                       transmembrane receptor protein tyrosine phosphatase signaling pathway
GO:0007186                                                                                                                                                G protein-coupled receptor signaling pathway
GO:0007187                                                                                                 G protein-coupled receptor signaling pathway, coupled to cyclic nucleotide second messenger
GO:0007188                                                                                                                   adenylate cyclase-modulating G protein-coupled receptor signaling pathway
GO:0007189                                                                                                                   adenylate cyclase-activating G protein-coupled receptor signaling pathway
GO:0007190                                                                                                                                                    activation of adenylate cyclase activity
GO:0007191                                                                                                                            adenylate cyclase-activating dopamine receptor signaling pathway
GO:0007193                                                                                                                   adenylate cyclase-inhibiting G protein-coupled receptor signaling pathway
GO:0007194                                                                                                                                           negative regulation of adenylate cyclase activity
GO:0007195                                                                                                                            adenylate cyclase-inhibiting dopamine receptor signaling pathway
GO:0007196                                                                                                         adenylate cyclase-inhibiting G protein-coupled glutamate receptor signaling pathway
GO:0007197                                                                                                     adenylate cyclase-inhibiting G protein-coupled acetylcholine receptor signaling pathway
GO:0007198                                                                                                                           adenylate cyclase-inhibiting serotonin receptor signaling pathway
GO:0007199                                                                                                    G protein-coupled receptor signaling pathway coupled to cGMP nucleotide second messenger
GO:0007200                                                                                                                     phospholipase C-activating G protein-coupled receptor signaling pathway
GO:0007202                                                                                                                                                      activation of phospholipase C activity
GO:0007204                                                                                                                                  positive regulation of cytosolic calcium ion concentration
GO:0007205                                                                                                                    protein kinase C-activating G protein-coupled receptor signaling pathway
GO:0007206                                                                                                           phospholipase C-activating G protein-coupled glutamate receptor signaling pathway
GO:0007207                                                                                                       phospholipase C-activating G protein-coupled acetylcholine receptor signaling pathway
GO:0007208                                                                                                                             phospholipase C-activating serotonin receptor signaling pathway
GO:0007210                                                                                                                                                        serotonin receptor signaling pathway
GO:0007212                                                                                                                                                         dopamine receptor signaling pathway
GO:0007213                                                                                                                                  G protein-coupled acetylcholine receptor signaling pathway
GO:0007214                                                                                                                                                   gamma-aminobutyric acid signaling pathway
GO:0007215                                                                                                                                                        glutamate receptor signaling pathway
GO:0007216                                                                                                                                      G protein-coupled glutamate receptor signaling pathway
GO:0007217                                                                                                                                                       tachykinin receptor signaling pathway
GO:0007218                                                                                                                                                              neuropeptide signaling pathway
GO:0007219                                                                                                                                                                     Notch signaling pathway
GO:0007220                                                                                                                                                                   Notch receptor processing
GO:0007221                                                                                                                               positive regulation of transcription of Notch receptor target
GO:0007223                                                                                                                                           Wnt signaling pathway, calcium modulating pathway
GO:0007224                                                                                                                                                                smoothened signaling pathway
GO:0007225                                                                                                                                                                   patched ligand maturation
GO:0007229                                                                                                                                                         integrin-mediated signaling pathway
GO:0007231                                                                                                                                                               osmosensory signaling pathway
GO:0007249                                                                                                                                                     canonical NF-kappaB signal transduction
GO:0007250                                                                                                                                            activation of NF-kappaB-inducing kinase activity
GO:0007252                                                                                                                                                                    I-kappaB phosphorylation
GO:0007253                                                                                                                                                       cytoplasmic sequestering of NF-kappaB
GO:0007254                                                                                                                                                                                 JNK cascade
GO:0007258                                                                                                                                                                         JUN phosphorylation
GO:0007259                                                                                                                                                     receptor signaling pathway via JAK-STAT
GO:0007260                                                                                                                                                    tyrosine phosphorylation of STAT protein
GO:0007263                                                                                                                                                   nitric oxide mediated signal transduction
GO:0007264                                                                                                                                                   small GTPase-mediated signal transduction
GO:0007265                                                                                                                                                             Ras protein signal transduction
GO:0007266                                                                                                                                                             Rho protein signal transduction
GO:0007267                                                                                                                                                                         cell-cell signaling
GO:0007268                                                                                                                                                              chemical synaptic transmission
GO:0007269                                                                                                                                                                  neurotransmitter secretion
GO:0007270                                                                                                                                                         neuron-neuron synaptic transmission
GO:0007271                                                                                                                                                          synaptic transmission, cholinergic
GO:0007272                                                                                                                                                                     ensheathment of neurons
GO:0007274                                                                                                                                                         neuromuscular synaptic transmission
GO:0007275                                                                                                                                                          multicellular organism development
GO:0007276                                                                                                                                                                           gamete generation
GO:0007281                                                                                                                                                                       germ cell development
GO:0007283                                                                                                                                                                             spermatogenesis
GO:0007284                                                                                                                                                                spermatogonial cell division
GO:0007286                                                                                                                                                                       spermatid development
GO:0007288                                                                                                                                                                      sperm axoneme assembly
GO:0007289                                                                                                                                                           spermatid nucleus differentiation
GO:0007290                                                                                                                                                                spermatid nucleus elongation
GO:0007291                                                                                                                                                                     sperm individualization
GO:0007292                                                                                                                                                                    female gamete generation
GO:0007296                                                                                                                                                                              vitellogenesis
GO:0007308                                                                                                                                                                         oocyte construction
GO:0007309                                                                                                                                                                   oocyte axis specification
GO:0007314                                                                                                                                                oocyte anterior/posterior axis specification
GO:0007315                                                                                                                                                                         pole plasm assembly
GO:0007320                                                                                                                                                                                insemination
GO:0007321                                                                                                                                                                          sperm displacement
GO:0007338                                                                                                                                                                        single fertilization
GO:0007339                                                                                                                                                          binding of sperm to zona pellucida
GO:0007340                                                                                                                                                                           acrosome reaction
GO:0007341                                                                                                                                                               penetration of zona pellucida
GO:0007342                                                                                                                     fusion of sperm to egg plasma membrane involved in single fertilization
GO:0007343                                                                                                                                                                              egg activation
GO:0007344                                                                                                                                                                           pronuclear fusion
GO:0007346                                                                                                                                                            regulation of mitotic cell cycle
GO:0007349                                                                                                                                                                             cellularization
GO:0007350                                                                                                                                                                     blastoderm segmentation
GO:0007351                                                                                                                                                             tripartite regional subdivision
GO:0007352                                                                                                                                                zygotic specification of dorsal/ventral axis
GO:0007354                                                                                                                                    zygotic determination of anterior/posterior axis, embryo
GO:0007356                                                                                                                                                   thorax and anterior abdomen determination
GO:0007368                                                                                                                                                        determination of left/right symmetry
GO:0007369                                                                                                                                                                                gastrulation
GO:0007371                                                                                                                                                               ventral midline determination
GO:0007379                                                                                                                                                                       segment specification
GO:0007386                                                                                                                                                           compartment pattern specification
GO:0007387                                                                                                                                                      anterior compartment pattern formation
GO:0007388                                                                                                                                                         posterior compartment specification
GO:0007389                                                                                                                                                               pattern specification process
GO:0007398                                                                                                                                                                        ectoderm development
GO:0007399                                                                                                                                                                  nervous system development
GO:0007400                                                                                                                                                               neuroblast fate determination
GO:0007403                                                                                                                                                               glial cell fate determination
GO:0007405                                                                                                                                                                    neuroblast proliferation
GO:0007406                                                                                                                                             negative regulation of neuroblast proliferation
GO:0007409                                                                                                                                                                                axonogenesis
GO:0007411                                                                                                                                                                               axon guidance
GO:0007412                                                                                                                                                                     axon target recognition
GO:0007413                                                                                                                                                                        axonal fasciculation
GO:0007416                                                                                                                                                                            synapse assembly
GO:0007417                                                                                                                                                          central nervous system development
GO:0007418                                                                                                                                                                 ventral midline development
GO:0007420                                                                                                                                                                           brain development
GO:0007422                                                                                                                                                       peripheral nervous system development
GO:0007423                                                                                                                                                                   sensory organ development
GO:0007431                                                                                                                                                                  salivary gland development
GO:0007435                                                                                                                                                                salivary gland morphogenesis
GO:0007439                                                                                                                                                      ectodermal digestive tract development
GO:0007440                                                                                                                                                                       foregut morphogenesis
GO:0007442                                                                                                                                                                       hindgut morphogenesis
GO:0007492                                                                                                                                                                        endoderm development
GO:0007493                                                                                                                                                          endodermal cell fate determination
GO:0007494                                                                                                                                                                          midgut development
GO:0007495                                                                                                                       visceral mesoderm-endoderm interaction involved in midgut development
GO:0007497                                                                                                                                                                posterior midgut development
GO:0007498                                                                                                                                                                        mesoderm development
GO:0007499                                                                                                                                                           ectoderm and mesoderm interaction
GO:0007500                                                                                                                                                          mesodermal cell fate determination
GO:0007501                                                                                                                                                          mesodermal cell fate specification
GO:0007506                                                                                                                                                                gonadal mesoderm development
GO:0007507                                                                                                                                                                           heart development
GO:0007509                                                                                                                                                 mesoderm migration involved in gastrulation
GO:0007512                                                                                                                                                                     adult heart development
GO:0007517                                                                                                                                                                    muscle organ development
GO:0007518                                                                                                                                                                 myoblast fate determination
GO:0007519                                                                                                                                                          skeletal muscle tissue development
GO:0007520                                                                                                                                                                             myoblast fusion
GO:0007521                                                                                                                                                              muscle cell fate determination
GO:0007522                                                                                                                                                                 visceral muscle development
GO:0007525                                                                                                                                                                  somatic muscle development
GO:0007528                                                                                                                                                          neuromuscular junction development
GO:0007529                                                                                                                             establishment of synaptic specificity at neuromuscular junction
GO:0007530                                                                                                                                                                           sex determination
GO:0007538                                                                                                                                                                   primary sex determination
GO:0007542                                                                                                                                                        primary sex determination, germ-line
GO:0007548                                                                                                                                                                         sex differentiation
GO:0007549                                                                                                                                                          sex-chromosome dosage compensation
GO:0007565                                                                                                                                                                            female pregnancy
GO:0007566                                                                                                                                                                         embryo implantation
GO:0007567                                                                                                                                                                                 parturition
GO:0007584                                                                                                                                                                        response to nutrient
GO:0007585                                                                                                                                          respiratory gaseous exchange by respiratory system
GO:0007586                                                                                                                                                                                   digestion
GO:0007588                                                                                                                                                                                   excretion
GO:0007589                                                                                                                                                                        body fluid secretion
GO:0007595                                                                                                                                                                                   lactation
GO:0007596                                                                                                                                                                           blood coagulation
GO:0007597                                                                                                                                                        blood coagulation, intrinsic pathway
GO:0007599                                                                                                                                                                                  hemostasis
GO:0007600                                                                                                                                                                          sensory perception
GO:0007601                                                                                                                                                                           visual perception
GO:0007602                                                                                                                                                                           phototransduction
GO:0007603                                                                                                                                                            phototransduction, visible light
GO:0007604                                                                                                                                                                       phototransduction, UV
GO:0007605                                                                                                                                                                 sensory perception of sound
GO:0007606                                                                                                                                                     sensory perception of chemical stimulus
GO:0007608                                                                                                                                                                 sensory perception of smell
GO:0007610                                                                                                                                                                                    behavior
GO:0007611                                                                                                                                                                          learning or memory
GO:0007612                                                                                                                                                                                    learning
GO:0007613                                                                                                                                                                                      memory
GO:0007614                                                                                                                                                                           short-term memory
GO:0007616                                                                                                                                                                            long-term memory
GO:0007617                                                                                                                                                                             mating behavior
GO:0007618                                                                                                                                                                                      mating
GO:0007619                                                                                                                                                                          courtship behavior
GO:0007620                                                                                                                                                                                  copulation
GO:0007621                                                                                                                                                   negative regulation of female receptivity
GO:0007622                                                                                                                                                                           rhythmic behavior
GO:0007623                                                                                                                                                                            circadian rhythm
GO:0007624                                                                                                                                                                            ultradian rhythm
GO:0007625                                                                                                                                                                           grooming behavior
GO:0007626                                                                                                                                                                         locomotory behavior
GO:0007628                                                                                                                                                                      adult walking behavior
GO:0007630                                                                                                                                                                               jump response
GO:0007631                                                                                                                                                                            feeding behavior
GO:0007632                                                                                                                                                                             visual behavior
GO:0007634                                                                                                                                                                        optokinetic behavior
GO:0007635                                                                                                                                                                       chemosensory behavior
GO:0007638                                                                                                                                                                     mechanosensory behavior
GO:0008009                                                                                                                                                                          chemokine activity
GO:0008013                                                                                                                                                                        beta-catenin binding
GO:0008015                                                                                                                                                                           blood circulation
GO:0008016                                                                                                                                                             regulation of heart contraction
GO:0008017                                                                                                                                                                         microtubule binding
GO:0008020                                                                                                                                                    G protein-coupled photoreceptor activity
GO:0008021                                                                                                                                                                            synaptic vesicle
GO:0008023                                                                                                                                                     transcription elongation factor complex
GO:0008024                                                                                                                                 cyclin/CDK positive transcription elongation factor complex
GO:0008028                                                                                                                                      monocarboxylic acid transmembrane transporter activity
GO:0008033                                                                                                                                                                             tRNA processing
GO:0008035                                                                                                                                                   high-density lipoprotein particle binding
GO:0008037                                                                                                                                                                            cell recognition
GO:0008038                                                                                                                                                                          neuron recognition
GO:0008039                                                                                                                                                                 synaptic target recognition
GO:0008043                                                                                                                                                              intracellular ferritin complex
GO:0008045                                                                                                                                                                  motor neuron axon guidance
GO:0008046                                                                                                                                                             axon guidance receptor activity
GO:0008047                                                                                                                                                                   enzyme activator activity
GO:0008048                                                                                                                                      calcium sensitive guanylate cyclase activator activity
GO:0008049                                                                                                                                                                     male courtship behavior
GO:0008050                                                                                                                                                                   female courtship behavior
GO:0008052                                                                                                                                                        sensory organ boundary specification
GO:0008053                                                                                                                                                                        mitochondrial fusion
GO:0008061                                                                                                                                                                              chitin binding
GO:0008063                                                                                                                                                                      Toll signaling pathway
GO:0008064                                                                                                                                      regulation of actin polymerization or depolymerization
GO:0008065                                                                                                                                                        establishment of blood-nerve barrier
GO:0008066                                                                                                                                                                 glutamate receptor activity
GO:0008068                                                                                                                                   extracellularly glutamate-gated chloride channel activity
GO:0008073                                                                                                                                                  ornithine decarboxylase inhibitor activity
GO:0008074                                                                                                                                                          guanylate cyclase complex, soluble
GO:0008076                                                                                                                                                     voltage-gated potassium channel complex
GO:0008078                                                                                                                                                                   mesodermal cell migration
GO:0008079                                                                                                                                                     translation termination factor activity
GO:0008080                                                                                                                                                                N-acetyltransferase activity
GO:0008081                                                                                                                                                       phosphoric diester hydrolase activity
GO:0008083                                                                                                                                                                      growth factor activity
GO:0008088                                                                                                                                                                     axo-dendritic transport
GO:0008089                                                                                                                                                                anterograde axonal transport
GO:0008090                                                                                                                                                                 retrograde axonal transport
GO:0008091                                                                                                                                                                                    spectrin
GO:0008092                                                                                                                                                                cytoskeletal protein binding
GO:0008093                                                                                                                                                                cytoskeletal anchor activity
GO:0008094                                                                                                                                                       ATP-dependent activity, acting on DNA
GO:0008097                                                                                                                                                                             5S rRNA binding
GO:0008104                                                                                                                                                                        protein localization
GO:0008106                                                                                                                                                      alcohol dehydrogenase (NADP+) activity
GO:0008107                                                                                                                                           galactoside 2-alpha-L-fucosyltransferase activity
GO:0008108                                                                                                                                 UDP-glucose:hexose-1-phosphate uridylyltransferase activity
GO:0008109                                                                                                                     N-acetyllactosaminide beta-1,6-N-acetylglucosaminyltransferase activity
GO:0008111                                                                                                                                                      alpha-methylacyl-CoA racemase activity
GO:0008112                                                                                                                                                   nicotinamide N-methyltransferase activity
GO:0008113                                                                                                                                           peptide-methionine (S)-S-oxide reductase activity
GO:0008115                                                                                                                                                                  sarcosine oxidase activity
GO:0008116                                                                                                                                                           prostaglandin-I synthase activity
GO:0008117                                                                                                                                                   sphinganine-1-phosphate aldolase activity
GO:0008118                                                                                                                                  N-acetyllactosaminide alpha-2,3-sialyltransferase activity
GO:0008119                                                                                                                                                     thiopurine S-methyltransferase activity
GO:0008120                                                                                                                                                       ceramide glucosyltransferase activity
GO:0008121                                                                                                                                                   ubiquinol-cytochrome-c reductase activity
GO:0008123                                                                                                                                                  cholesterol 7-alpha-monooxygenase activity
GO:0008124                                                                                                                                     4-alpha-hydroxytetrahydrobiopterin dehydratase activity
GO:0008126                                                                                                                                                                     acetylesterase activity
GO:0008131                                                                                                                                                              primary amine oxidase activity
GO:0008134                                                                                                                                                                transcription factor binding
GO:0008135                                                                                                                                                    translation factor activity, RNA binding
GO:0008137                                                                                                                                                    NADH dehydrogenase (ubiquinone) activity
GO:0008138                                                                                                                                      protein tyrosine/serine/threonine phosphatase activity
GO:0008139                                                                                                                                                       nuclear localization sequence binding
GO:0008140                                                                                                                                               cAMP response element binding protein binding
GO:0008142                                                                                                                                                                           oxysterol binding
GO:0008143                                                                                                                                                                             poly(A) binding
GO:0008146                                                                                                                                                                   sulfotransferase activity
GO:0008147                                                                                                                                                              structural constituent of bone
GO:0008150                                                                                                                                                                          biological_process
GO:0008152                                                                                                                                                                           metabolic process
GO:0008154                                                                                                                                                    actin polymerization or depolymerization
GO:0008156                                                                                                                                                      negative regulation of DNA replication
GO:0008157                                                                                                                                                               protein phosphatase 1 binding
GO:0008158                                                                                                                                                                  hedgehog receptor activity
GO:0008160                                                                                                                                             protein tyrosine phosphatase activator activity
GO:0008168                                                                                                                                                                  methyltransferase activity
GO:0008169                                                                                                                                                                C-methyltransferase activity
GO:0008170                                                                                                                                                                N-methyltransferase activity
GO:0008171                                                                                                                                                                O-methyltransferase activity
GO:0008172                                                                                                                                                                S-methyltransferase activity
GO:0008173                                                                                                                                                              RNA methyltransferase activity
GO:0008174                                                                                                                                                             mRNA methyltransferase activity
GO:0008175                                                                                                                                                             tRNA methyltransferase activity
GO:0008176                                                                                                                                            tRNA (guanine(46)-N7)-methyltransferase activity
GO:0008177                                                                                                                                                  succinate dehydrogenase (quinone) activity
GO:0008179                                                                                                                                                                   adenylate cyclase binding
GO:0008180                                                                                                                                                                            COP9 signalosome
GO:0008184                                                                                                                                                             glycogen phosphorylase activity
GO:0008186                                                                                                                                                       ATP-dependent activity, acting on RNA
GO:0008187                                                                                                                                                               poly-pyrimidine tract binding
GO:0008188                                                                                                                                                              neuropeptide receptor activity
GO:0008190                                                                                                                                                     eukaryotic initiation factor 4E binding
GO:0008191                                                                                                                                                     metalloendopeptidase inhibitor activity
GO:0008192                                                                                                                                                            RNA guanylyltransferase activity
GO:0008193                                                                                                                                                           tRNA guanylyltransferase activity
GO:0008194                                                                                                                                                            UDP-glycosyltransferase activity
GO:0008195                                                                                                                                                          phosphatidate phosphatase activity
GO:0008198                                                                                                                                                                        ferrous iron binding
GO:0008199                                                                                                                                                                         ferric iron binding
GO:0008200                                                                                                                                                              ion channel inhibitor activity
GO:0008201                                                                                                                                                                             heparin binding
GO:0008202                                                                                                                                                                   steroid metabolic process
GO:0008203                                                                                                                                                               cholesterol metabolic process
GO:0008206                                                                                                                                                                 bile acid metabolic process
GO:0008207                                                                                                                                                       C21-steroid hormone metabolic process
GO:0008209                                                                                                                                                                  androgen metabolic process
GO:0008210                                                                                                                                                                  estrogen metabolic process
GO:0008211                                                                                                                                                            glucocorticoid metabolic process
GO:0008212                                                                                                                                                         mineralocorticoid metabolic process
GO:0008213                                                                                                                                                                          protein alkylation
GO:0008214                                                                                                                                                                        protein dealkylation
GO:0008215                                                                                                                                                                  spermine metabolic process
GO:0008216                                                                                                                                                                spermidine metabolic process
GO:0008217                                                                                                                                                                regulation of blood pressure
GO:0008219                                                                                                                                                                                  cell death
GO:0008227                                                                                                                                                   G protein-coupled amine receptor activity
GO:0008228                                                                                                                                                                                opsonization
GO:0008233                                                                                                                                                                          peptidase activity
GO:0008234                                                                                                                                                            cysteine-type peptidase activity
GO:0008235                                                                                                                                                                metalloexopeptidase activity
GO:0008236                                                                                                                                                              serine-type peptidase activity
GO:0008237                                                                                                                                                                   metallopeptidase activity
GO:0008238                                                                                                                                                                       exopeptidase activity
GO:0008239                                                                                                                                                               dipeptidyl-peptidase activity
GO:0008240                                                                                                                                                              tripeptidyl-peptidase activity
GO:0008241                                                                                                                                                               peptidyl-dipeptidase activity
GO:0008242                                                                                                                                                                    omega peptidase activity
GO:0008247                                                                                                                                      1-alkyl-2-acetylglycerophosphocholine esterase complex
GO:0008250                                                                                                                                                           oligosaccharyltransferase complex
GO:0008251                                                                                                                                                  tRNA-specific adenosine deaminase activity
GO:0008252                                                                                                                                                                       nucleotidase activity
GO:0008253                                                                                                                                                                    5'-nucleotidase activity
GO:0008254                                                                                                                                                                    3'-nucleotidase activity
GO:0008260                                                                                                                                            succinyl-CoA:3-oxo-acid CoA-transferase activity
GO:0008263                                                                                                                           pyrimidine-specific mismatch base pair DNA N-glycosylase activity
GO:0008265                                                                                                                                                Mo-molybdopterin cofactor sulfurase activity
GO:0008266                                                                                                                                                                         poly(U) RNA binding
GO:0008269                                                                                                                                            JAK pathway signal transduction adaptor activity
GO:0008270                                                                                                                                                                            zinc ion binding
GO:0008271                                                                                                                                 secondary active sulfate transmembrane transporter activity
GO:0008272                                                                                                                                                                           sulfate transport
GO:0008273                                                                                                                                               calcium, potassium:sodium antiporter activity
GO:0008275                                                                                                                                                                 gamma-tubulin small complex
GO:0008276                                                                                                                                                          protein methyltransferase activity
GO:0008277                                                                                                                                  regulation of G protein-coupled receptor signaling pathway
GO:0008278                                                                                                                                                                             cohesin complex
GO:0008281                                                                                                                                                              sulfonylurea receptor activity
GO:0008282                                                                                                                                                         inward rectifying potassium channel
GO:0008283                                                                                                                                                               cell population proliferation
GO:0008284                                                                                                                                        positive regulation of cell population proliferation
GO:0008285                                                                                                                                        negative regulation of cell population proliferation
GO:0008286                                                                                                                                                          insulin receptor signaling pathway
GO:0008287                                                                                                                                                protein serine/threonine phosphatase complex
GO:0008289                                                                                                                                                                               lipid binding
GO:0008290                                                                                                                                                             F-actin capping protein complex
GO:0008291                                                                                                                                                             acetylcholine metabolic process
GO:0008292                                                                                                                                                          acetylcholine biosynthetic process
GO:0008294                                                                                                                               calcium- and calmodulin-responsive adenylate cyclase activity
GO:0008295                                                                                                                                                             spermidine biosynthetic process
GO:0008296                                                                                                                                                              3'-5'-DNA exonuclease activity
GO:0008297                                                                                                                                           single-stranded DNA exodeoxyribonuclease activity
GO:0008298                                                                                                                                                             intracellular mRNA localization
GO:0008299                                                                                                                                                             isoprenoid biosynthetic process
GO:0008300                                                                                                                                                                isoprenoid catabolic process
GO:0008301                                                                                                                                                                        DNA binding, bending
GO:0008303                                                                                                                                                                             caspase complex
GO:0008305                                                                                                                                                                            integrin complex
GO:0008306                                                                                                                                                                        associative learning
GO:0008307                                                                                                                                                            structural constituent of muscle
GO:0008308                                                                                                                                             voltage-gated monoatomic anion channel activity
GO:0008309                                                                                                                                           double-stranded DNA exodeoxyribonuclease activity
GO:0008310                                                                                                                                          single-stranded DNA 3'-5' DNA exonuclease activity
GO:0008311                                                                                                                                          double-stranded DNA 3'-5' DNA exonuclease activity
GO:0008312                                                                                                                                                                              7S RNA binding
GO:0008315                                                                                                                                                      G2/MI transition of meiotic cell cycle
GO:0008318                                                                                                                                                          protein prenyltransferase activity
GO:0008320                                                                                                                                                  protein transmembrane transporter activity
GO:0008324                                                                                                                                        monoatomic cation transmembrane transporter activity
GO:0008327                                                                                                                                                                          methyl-CpG binding
GO:0008328                                                                                                                                                       ionotropic glutamate receptor complex
GO:0008330                                                                                                                                             protein tyrosine/threonine phosphatase activity
GO:0008331                                                                                                                                                 high voltage-gated calcium channel activity
GO:0008332                                                                                                                                                  low voltage-gated calcium channel activity
GO:0008333                                                                                                                                                              endosome to lysosome transport
GO:0008334                                                                                                                                                              histone mRNA metabolic process
GO:0008336                                                                                                                                                    gamma-butyrobetaine dioxygenase activity
GO:0008340                                                                                                                                                             determination of adult lifespan
GO:0008343                                                                                                                                                                      adult feeding behavior
GO:0008344                                                                                                                                                                   adult locomotory behavior
GO:0008347                                                                                                                                                                        glial cell migration
GO:0008348                                                                                                                                       negative regulation of antimicrobial humoral response
GO:0008349                                                                                                                                                    MAP kinase kinase kinase kinase activity
GO:0008352                                                                                                                                                                             katanin complex
GO:0008353                                                                                                                                   RNA polymerase II CTD heptapeptide repeat kinase activity
GO:0008354                                                                                                                                                                         germ cell migration
GO:0008355                                                                                                                                                                          olfactory learning
GO:0008356                                                                                                                                                                    asymmetric cell division
GO:0008358                                                                                                                                   maternal determination of anterior/posterior axis, embryo
GO:0008360                                                                                                                                                                    regulation of cell shape
GO:0008361                                                                                                                                                                     regulation of cell size
GO:0008366                                                                                                                                                                           axon ensheathment
GO:0008373                                                                                                                                                                  sialyltransferase activity
GO:0008374                                                                                                                                                                  O-acyltransferase activity
GO:0008375                                                                                                                                                      acetylglucosaminyltransferase activity
GO:0008376                                                                                                                                                    acetylgalactosaminyltransferase activity
GO:0008378                                                                                                                                                              galactosyltransferase activity
GO:0008379                                                                                                                                                             thioredoxin peroxidase activity
GO:0008380                                                                                                                                                                                RNA splicing
GO:0008381                                                                                                                                            mechanosensitive monoatomic ion channel activity
GO:0008384                                                                                                                                                                     IkappaB kinase activity
GO:0008385                                                                                                                                                                      IkappaB kinase complex
GO:0008386                                                                                                                                    cholesterol monooxygenase (side-chain-cleaving) activity
GO:0008387                                                                                                                                                        steroid 7-alpha-hydroxylase activity
GO:0008389                                                                                                                                                             coumarin 7-hydroxylase activity
GO:0008390                                                                                                                                                  testosterone 16-alpha-hydroxylase activity
GO:0008391                                                                                                                                                     arachidonic acid monooxygenase activity
GO:0008392                                                                                                                                                       arachidonic acid epoxygenase activity
GO:0008395                                                                                                                                                                steroid hydroxylase activity
GO:0008396                                                                                                                                                      oxysterol 7-alpha-hydroxylase activity
GO:0008397                                                                                                                                                        sterol 12-alpha-hydroxylase activity
GO:0008398                                                                                                                                                              sterol 14-demethylase activity
GO:0008401                                                                                                                                                        retinoic acid 4-hydroxylase activity
GO:0008403                                                                                                                                           25-hydroxycholecalciferol-24-hydroxylase activity
GO:0008404                                                                                                                                                 arachidonic acid 14,15-epoxygenase activity
GO:0008405                                                                                                                                                 arachidonic acid 11,12-epoxygenase activity
GO:0008406                                                                                                                                                                           gonad development
GO:0008408                                                                                                                                                                  3'-5' exonuclease activity
GO:0008409                                                                                                                                                                  5'-3' exonuclease activity
GO:0008410                                                                                                                                                                    CoA-transferase activity
GO:0008412                                                                                                                                            4-hydroxybenzoate octaprenyltransferase activity
GO:0008413                                                                                                                            8-oxo-7,8-dihydroguanosine triphosphate pyrophosphatase activity
GO:0008417                                                                                                                                                                 fucosyltransferase activity
GO:0008418                                                                                                                                       protein-N-terminal asparagine amidohydrolase activity
GO:0008419                                                                                                                                                      RNA lariat debranching enzyme activity
GO:0008420                                                                                                                              RNA polymerase II CTD heptapeptide repeat phosphatase activity
GO:0008422                                                                                                                                                                   beta-glucosidase activity
GO:0008424                                                                                                                                          glycoprotein 6-alpha-L-fucosyltransferase activity
GO:0008425                                                                                                                          2-polyprenyl-6-methoxy-1,4-benzoquinone methyltransferase activity
GO:0008426                                                                                                                                                         protein kinase C inhibitor activity
GO:0008427                                                                                                                                         calcium-dependent protein kinase inhibitor activity
GO:0008428                                                                                                                                                             ribonuclease inhibitor activity
GO:0008429                                                                                                                                                            phosphatidylethanolamine binding
GO:0008430                                                                                                                                                                            selenium binding
GO:0008431                                                                                                                                                                           vitamin E binding
GO:0008432                                                                                                                                                                          JUN kinase binding
GO:0008437                                                                                                                                                      thyrotropin-releasing hormone activity
GO:0008440                                                                                                                                              inositol-1,4,5-trisphosphate 3-kinase activity
GO:0008441                                                                                                                                                3'(2'),5'-bisphosphate nucleotidase activity
GO:0008442                                                                                                                                                 3-hydroxyisobutyrate dehydrogenase activity
GO:0008443                                                                                                                                                                phosphofructokinase activity
GO:0008444                                                                                                                  CDP-diacylglycerol-glycerol-3-phosphate 3-phosphatidyltransferase activity
GO:0008445                                                                                                                                                                D-aspartate oxidase activity
GO:0008446                                                                                                                                                        GDP-mannose 4,6-dehydratase activity
GO:0008448                                                                                                                                        N-acetylglucosamine-6-phosphate deacetylase activity
GO:0008449                                                                                                                                                    N-acetylglucosamine-6-sulfatase activity
GO:0008452                                                                                                                                                                         RNA ligase activity
GO:0008453                                                                                                                                                    alanine-glyoxylate transaminase activity
GO:0008454                                                                                                              alpha-1,3-mannosylglycoprotein 4-beta-N-acetylglucosaminyltransferase activity
GO:0008455                                                                                                              alpha-1,6-mannosylglycoprotein 2-beta-N-acetylglucosaminyltransferase activity
GO:0008456                                                                                                                                                    alpha-N-acetylgalactosaminidase activity
GO:0008457                                                                             beta-galactosyl-N-acetylglucosaminylgalactosylglucosyl-ceramide beta-1,3-acetylglucosaminyltransferase activity
GO:0008458                                                                                                                                                    carnitine O-octanoyltransferase activity
GO:0008459                                                                                                                                                     chondroitin 6-sulfotransferase activity
GO:0008460                                                                                                                                                       dTDP-glucose 4,6-dehydratase activity
GO:0008465                                                                                                                                                            glycerate dehydrogenase activity
GO:0008466                                                                                                                                                     glycogenin glucosyltransferase activity
GO:0008467                                                                                                                                 [heparan sulfate]-glucosamine 3-sulfotransferase 1 activity
GO:0008469                                                                                                                                               histone arginine N-methyltransferase activity
GO:0008470                                                                                                                                                       isovaleryl-CoA dehydrogenase activity
GO:0008474                                                                                                                                                      palmitoyl-(protein) hydrolase activity
GO:0008475                                                                                                                                                   procollagen-lysine 5-dioxygenase activity
GO:0008476                                                                                                                                                  protein-tyrosine sulfotransferase activity
GO:0008478                                                                                                                                                                   pyridoxal kinase activity
GO:0008479                                                                                                                                        tRNA-guanosine(34) queuine transglycosylase activity
GO:0008480                                                                                                                                                            sarcosine dehydrogenase activity
GO:0008481                                                                                                                                                                 sphinganine kinase activity
GO:0008482                                                                                                                                                                    sulfite oxidase activity
GO:0008483                                                                                                                                                                       transaminase activity
GO:0008484                                                                                                                                                           sulfuric ester hydrolase activity
GO:0008486                                                                                                                                      diphosphoinositol-polyphosphate diphosphatase activity
GO:0008488                                                                                                                                                         gamma-glutamyl carboxylase activity
GO:0008489                                                                                                                      UDP-galactose:glucosylceramide beta-1,4-galactosyltransferase activity
GO:0008493                                                                                                                                             tetracycline transmembrane transporter activity
GO:0008494                                                                                                                                                              translation activator activity
GO:0008495                                                                                                                                                   protoheme IX farnesyltransferase activity
GO:0008499                                                                                                              UDP-galactose:beta-N-acetylglucosamine beta-1,3-galactosyltransferase activity
GO:0008502                                                                                                                                                                 melatonin receptor activity
GO:0008503                                                                                                                                                            benzodiazepine receptor activity
GO:0008504                                                                                                                                                monoamine transmembrane transporter activity
GO:0008506                                                                                                                                                           sucrose:proton symporter activity
GO:0008507                                                                                                                                                            sodium:iodide symporter activity
GO:0008508                                                                                                                                                         bile acid:sodium symporter activity
GO:0008509                                                                                                                                         monoatomic anion transmembrane transporter activity
GO:0008510                                                                                                                                                       sodium:bicarbonate symporter activity
GO:0008511                                                                                                                                                sodium:potassium:chloride symporter activity
GO:0008513                                                                                                                          secondary active organic cation transmembrane transporter activity
GO:0008514                                                                                                                                            organic anion transmembrane transporter activity
GO:0008515                                                                                                                                                  sucrose transmembrane transporter activity
GO:0008516                                                                                                                                                                   hexose uniporter activity
GO:0008517                                                                                                                                               folic acid transmembrane transporter activity
GO:0008518                                                                                                                                                 folate:monoatomic anion antiporter activity
GO:0008519                                                                                                                                                 ammonium transmembrane transporter activity
GO:0008520                                                                                                                                                       L-ascorbate:sodium symporter activity
GO:0008521                                                                                                                                               acetyl-CoA transmembrane transporter activity
GO:0008523                                                                                                                            sodium-dependent multivitamin transmembrane transporter activity
GO:0008525                                                                                                                                                    phosphatidylcholine transporter activity
GO:0008526                                                                                                                                                      phosphatidylinositol transfer activity
GO:0008527                                                                                                                                                                     taste receptor activity
GO:0008528                                                                                                                                                 G protein-coupled peptide receptor activity
GO:0008531                                                                                                                                                                  riboflavin kinase activity
GO:0008532                                                                                                                     N-acetyllactosaminide beta-1,3-N-acetylglucosaminyltransferase activity
GO:0008534                                                                                                                                oxidized purine nucleobase lesion DNA N-glycosylase activity
GO:0008535                                                                                                                                                       respiratory chain complex IV assembly
GO:0008537                                                                                                                                                                proteasome activator complex
GO:0008540                                                                                                                                             proteasome regulatory particle, base subcomplex
GO:0008541                                                                                                                                              proteasome regulatory particle, lid subcomplex
GO:0008542                                                                                                                                                                             visual learning
GO:0008543                                                                                                                                         fibroblast growth factor receptor signaling pathway
GO:0008544                                                                                                                                                                       epidermis development
GO:0008545                                                                                                                                                                  JUN kinase kinase activity
GO:0008553                                                                                                                                                P-type proton-exporting transporter activity
GO:0008554                                                                                                                                                          P-type sodium transporter activity
GO:0008556                                                                                                                                         P-type potassium transmembrane transporter activity
GO:0008559                                                                                                                                                    ABC-type xenobiotic transporter activity
GO:0008568                                                                                                                                                        microtubule severing ATPase activity
GO:0008569                                                                                                                                               minus-end-directed microtubule motor activity
GO:0008574                                                                                                                                                plus-end-directed microtubule motor activity
GO:0008579                                                                                                                                                             JUN kinase phosphatase activity
GO:0008582                                                                                                                                   regulation of synaptic assembly at neuromuscular junction
GO:0008584                                                                                                                                                                      male gonad development
GO:0008585                                                                                                                                                                    female gonad development
GO:0008589                                                                                                                                                  regulation of smoothened signaling pathway
GO:0008591                                                                                                                             regulation of Wnt signaling pathway, calcium modulating pathway
GO:0008592                                                                                                                                                        regulation of Toll signaling pathway
GO:0008593                                                                                                                                                       regulation of Notch signaling pathway
GO:0008594                                                                                                                                                            photoreceptor cell morphogenesis
GO:0008595                                                                                                                                               anterior/posterior axis specification, embryo
GO:0008597                                                                                                                   calcium-dependent protein serine/threonine phosphatase regulator activity
GO:0008603                                                                                                                                            cAMP-dependent protein kinase regulator activity
GO:0008607                                                                                                                                                     phosphorylase kinase regulator activity
GO:0008608                                                                                                                                           attachment of spindle microtubules to kinetochore
GO:0008609                                                                                                                                                  alkylglycerone-phosphate synthase activity
GO:0008610                                                                                                                                                                  lipid biosynthetic process
GO:0008611                                                                                                                                                            ether lipid biosynthetic process
GO:0008612                                                                                                                                           peptidyl-lysine modification to peptidyl-hypusine
GO:0008613                                                                                                                                                                   diuretic hormone activity
GO:0008614                                                                                                                                                                pyridoxine metabolic process
GO:0008615                                                                                                                                                             pyridoxine biosynthetic process
GO:0008617                                                                                                                                                                 guanosine metabolic process
GO:0008622                                                                                                                                                              epsilon DNA polymerase complex
GO:0008623                                                                                                                                                                                       CHRAC
GO:0008625                                                                                                                            extrinsic apoptotic signaling pathway via death domain receptors
GO:0008626                                                                                                                                               granzyme-mediated apoptotic signaling pathway
GO:0008627                                                                                                                         intrinsic apoptotic signaling pathway in response to osmotic stress
GO:0008628                                                                                                                                                hormone-mediated apoptotic signaling pathway
GO:0008630                                                                                                                             intrinsic apoptotic signaling pathway in response to DNA damage
GO:0008631                                                                                                                       intrinsic apoptotic signaling pathway in response to oxidative stress
GO:0008635                                                                                            activation of cysteine-type endopeptidase activity involved in apoptotic process by cytochrome c
GO:0008637                                                                                                                                                             apoptotic mitochondrial changes
GO:0008641                                                                                                                                          ubiquitin-like modifier activating enzyme activity
GO:0008643                                                                                                                                                                      carbohydrate transport
GO:0008645                                                                                                                                                              hexose transmembrane transport
GO:0008649                                                                                                                                                             rRNA methyltransferase activity
GO:0008650                                                                                                                                             rRNA (uridine-2'-O-)-methyltransferase activity
GO:0008652                                                                                                                                                             amino acid biosynthetic process
GO:0008653                                                                                                                                                        lipopolysaccharide metabolic process
GO:0008654                                                                                                                                                           phospholipid biosynthetic process
GO:0008655                                                                                                                                                      pyrimidine-containing compound salvage
GO:0008656                                                                                                                cysteine-type endopeptidase activator activity involved in apoptotic process
GO:0008659                                                                                                                         (3R)-3-hydroxymyristoyl-[acyl-carrier-protein] dehydratase activity
GO:0008663                                                                                                                                       2',3'-cyclic-nucleotide 2'-phosphodiesterase activity
GO:0008670                                                                                                                                                  2,4-dienoyl-CoA reductase (NADPH) activity
GO:0008681                                                                                                                                           2-octaprenyl-6-methoxyphenol hydroxylase activity
GO:0008682                                                                                                                                                 3-demethoxyubiquinol 3-hydroxylase activity
GO:0008693                                                                                                                          (3R)-3-hydroxydecanoyl-[acyl-carrier-protein] dehydratase activity
GO:0008700                                                                                                                                                  4-hydroxy-2-oxoglutarate aldolase activity
GO:0008705                                                                                                                                                                methionine synthase activity
GO:0008707                                                                                                                                                                          4-phytase activity
GO:0008720                                                                                                                                                            D-lactate dehydrogenase activity
GO:0008721                                                                                                                                                             D-serine ammonia-lyase activity
GO:0008725                                                                                                                                                    DNA-3-methyladenine glycosylase activity
GO:0008732                                                                                                                                                          L-allo-threonine aldolase activity
GO:0008745                                                                                                                                                 N-acetylmuramoyl-L-alanine amidase activity
GO:0008746                                                                                                                                                           NAD(P)+ transhydrogenase activity
GO:0008747                                                                                                                                                          N-acetylneuraminate lyase activity
GO:0008753                                                                                                                                                      NADPH dehydrogenase (quinone) activity
GO:0008757                                                                                                                                   S-adenosylmethionine-dependent methyltransferase activity
GO:0008761                                                                                                                                                UDP-N-acetylglucosamine 2-epimerase activity
GO:0008768                                                                                                                                                            UDP-sugar diphosphatase activity
GO:0008775                                                                                                                                                            acetate CoA-transferase activity
GO:0008781                                                                                                                                             N-acylneuraminate cytidylyltransferase activity
GO:0008783                                                                                                                                                                         agmatinase activity
GO:0008785                                                                                                                                                      alkyl hydroperoxide reductase activity
GO:0008792                                                                                                                                                             arginine decarboxylase activity
GO:0008794                                                                                                                                                  arsenate reductase (glutaredoxin) activity
GO:0008796                                                                                                                                                 bis(5'-nucleosyl)-tetraphosphatase activity
GO:0008798                                                                                                                                                            beta-aspartyl-peptidase activity
GO:0008800                                                                                                                                                                     beta-lactamase activity
GO:0008802                                                                                                                                                     betaine-aldehyde dehydrogenase activity
GO:0008803                                                                                                                                   bis(5'-nucleosyl)-tetraphosphatase (symmetrical) activity
GO:0008812                                                                                                                                                              choline dehydrogenase activity
GO:0008817                                                                                                                                                      corrinoid adenosyltransferase activity
GO:0008821                                                                                                                                                crossover junction DNA endonuclease activity
GO:0008823                                                                                                                                                                   cupric reductase activity
GO:0008828                                                                                                                                                                 dATP diphosphatase activity
GO:0008829                                                                                                                                                                     dCTP deaminase activity
GO:0008832                                                                                                                                                                            dGTPase activity
GO:0008843                                                                                                                                                                      endochitinase activity
GO:0008859                                                                                                                                                                 exoribonuclease II activity
GO:0008865                                                                                                                                                                       fructokinase activity
GO:0008887                                                                                                                                                                   glycerate kinase activity
GO:0008889                                                                                                                                            glycerophosphodiester phosphodiesterase activity
GO:0008890                                                                                                                                                        glycine C-acetyltransferase activity
GO:0008892                                                                                                                                                                  guanine deaminase activity
GO:0008893                                                                                                                                  guanosine-3',5'-bis(diphosphate) 3'-diphosphatase activity
GO:0008894                                                                                                                             guanosine-5'-triphosphate,3'-diphosphate diphosphatase activity
GO:0008897                                                                                                                                               holo-[acyl-carrier-protein] synthase activity
GO:0008898                                                                                                                              S-adenosylmethionine-homocysteine S-methyltransferase activity
GO:0008900                                                                                                                                                P-type potassium:proton transporter activity
GO:0008903                                                                                                                                                          hydroxypyruvate isomerase activity
GO:0008929                                                                                                                                                             methylglyoxal synthase activity
GO:0008934                                                                                                                                               inositol monophosphate 1-phosphatase activity
GO:0008937                                                                                                                                                        ferredoxin-NAD(P) reductase activity
GO:0008940                                                                                                                                                                  nitrate reductase activity
GO:0008946                                                                                                                                                                  oligonucleotidase activity
GO:0008948                                                                                                                                                         oxaloacetate decarboxylase activity
GO:0008955                                                                                                                                                  peptidoglycan glycosyltransferase activity
GO:0008957                                                                                                                                                   phenylacetaldehyde dehydrogenase activity
GO:0008962                                                                                                                                                     phosphatidylglycerophosphatase activity
GO:0008967                                                                                                                                                       phosphoglycolate phosphatase activity
GO:0008970                                                                                                                                                                   phospholipase A1 activity
GO:0008973                                                                                                                                                                 phosphopentomutase activity
GO:0008983                                                                                                                                              protein-glutamate O-methyltransferase activity
GO:0008988                                                                                                                                               rRNA (adenine-N6-)-methyltransferase activity
GO:0008995                                                                                                                                                                     ribonuclease E activity
GO:0009000                                                                                                                                                               selenocysteine lyase activity
GO:0009007                                                                                                                             site-specific DNA-methyltransferase (adenine-specific) activity
GO:0009008                                                                                                                                                              DNA-methyltransferase activity
GO:0009013                                                                                                                                     succinate-semialdehyde dehydrogenase [NAD(P)+] activity
GO:0009032                                                                                                                                                            thymidine phosphorylase activity
GO:0009041                                                                                                                                                                    UMP/dUMP kinase activity
GO:0009048                                                                                                                                         dosage compensation by inactivation of X chromosome
GO:0009051                                                                                                                                                   pentose-phosphate shunt, oxidative branch
GO:0009052                                                                                                                                               pentose-phosphate shunt, non-oxidative branch
GO:0009055                                                                                                                                                                  electron transfer activity
GO:0009056                                                                                                                                                                           catabolic process
GO:0009057                                                                                                                                                             macromolecule catabolic process
GO:0009058                                                                                                                                                                        biosynthetic process
GO:0009059                                                                                                                                                          macromolecule biosynthetic process
GO:0009060                                                                                                                                                                         aerobic respiration
GO:0009062                                                                                                                                                                fatty acid catabolic process
GO:0009063                                                                                                                                                                amino acid catabolic process
GO:0009064                                                                                                                                               glutamine family amino acid metabolic process
GO:0009065                                                                                                                                               glutamine family amino acid catabolic process
GO:0009066                                                                                                                                               aspartate family amino acid metabolic process
GO:0009067                                                                                                                                            aspartate family amino acid biosynthetic process
GO:0009068                                                                                                                                               aspartate family amino acid catabolic process
GO:0009069                                                                                                                                                  serine family amino acid metabolic process
GO:0009070                                                                                                                                               serine family amino acid biosynthetic process
GO:0009071                                                                                                                                                  serine family amino acid catabolic process
GO:0009072                                                                                                                                                       aromatic amino acid metabolic process
GO:0009073                                                                                                                                             aromatic amino acid family biosynthetic process
GO:0009074                                                                                                                                                aromatic amino acid family catabolic process
GO:0009078                                                                                                                                                pyruvate family amino acid metabolic process
GO:0009080                                                                                                                                                pyruvate family amino acid catabolic process
GO:0009081                                                                                                                                                 branched-chain amino acid metabolic process
GO:0009082                                                                                                                                              branched-chain amino acid biosynthetic process
GO:0009083                                                                                                                                                 branched-chain amino acid catabolic process
GO:0009084                                                                                                                                            glutamine family amino acid biosynthetic process
GO:0009085                                                                                                                                                                 lysine biosynthetic process
GO:0009086                                                                                                                                                             methionine biosynthetic process
GO:0009087                                                                                                                                                                methionine catabolic process
GO:0009092                                                                                                                                                                homoserine metabolic process
GO:0009093                                                                                                                                                                  cysteine catabolic process
GO:0009095                                                                                                                         aromatic amino acid family biosynthetic process, prephenate pathway
GO:0009097                                                                                                                                                             isoleucine biosynthetic process
GO:0009098                                                                                                                                                                leucine biosynthetic process
GO:0009099                                                                                                                                                                 valine biosynthetic process
GO:0009100                                                                                                                                                              glycoprotein metabolic process
GO:0009101                                                                                                                                                           glycoprotein biosynthetic process
GO:0009104                                                                                                                                                        lipopolysaccharide catabolic process
GO:0009106                                                                                                                                                                   lipoate metabolic process
GO:0009107                                                                                                                                                                lipoate biosynthetic process
GO:0009110                                                                                                                                                                vitamin biosynthetic process
GO:0009111                                                                                                                                                                   vitamin catabolic process
GO:0009112                                                                                                                                                                nucleobase metabolic process
GO:0009113                                                                                                                                                      purine nucleobase biosynthetic process
GO:0009114                                                                                                                                                              hypoxanthine catabolic process
GO:0009115                                                                                                                                                                  xanthine catabolic process
GO:0009116                                                                                                                                                                nucleoside metabolic process
GO:0009117                                                                                                                                                                nucleotide metabolic process
GO:0009119                                                                                                                                                            ribonucleoside metabolic process
GO:0009120                                                                                                                                                       deoxyribonucleoside metabolic process
GO:0009123                                                                                                                                                  nucleoside monophosphate metabolic process
GO:0009124                                                                                                                                               nucleoside monophosphate biosynthetic process
GO:0009125                                                                                                                                                  nucleoside monophosphate catabolic process
GO:0009126                                                                                                                                           purine nucleoside monophosphate metabolic process
GO:0009127                                                                                                                                        purine nucleoside monophosphate biosynthetic process
GO:0009128                                                                                                                                           purine nucleoside monophosphate catabolic process
GO:0009129                                                                                                                                       pyrimidine nucleoside monophosphate metabolic process
GO:0009130                                                                                                                                    pyrimidine nucleoside monophosphate biosynthetic process
GO:0009131                                                                                                                                       pyrimidine nucleoside monophosphate catabolic process
GO:0009132                                                                                                                                                    nucleoside diphosphate metabolic process
GO:0009133                                                                                                                                                 nucleoside diphosphate biosynthetic process
GO:0009134                                                                                                                                                    nucleoside diphosphate catabolic process
GO:0009135                                                                                                                                             purine nucleoside diphosphate metabolic process
GO:0009136                                                                                                                                          purine nucleoside diphosphate biosynthetic process
GO:0009137                                                                                                                                             purine nucleoside diphosphate catabolic process
GO:0009138                                                                                                                                         pyrimidine nucleoside diphosphate metabolic process
GO:0009139                                                                                                                                      pyrimidine nucleoside diphosphate biosynthetic process
GO:0009140                                                                                                                                         pyrimidine nucleoside diphosphate catabolic process
GO:0009141                                                                                                                                                   nucleoside triphosphate metabolic process
GO:0009142                                                                                                                                                nucleoside triphosphate biosynthetic process
GO:0009143                                                                                                                                                   nucleoside triphosphate catabolic process
GO:0009144                                                                                                                                            purine nucleoside triphosphate metabolic process
GO:0009145                                                                                                                                         purine nucleoside triphosphate biosynthetic process
GO:0009146                                                                                                                                            purine nucleoside triphosphate catabolic process
GO:0009147                                                                                                                                        pyrimidine nucleoside triphosphate metabolic process
GO:0009148                                                                                                                                     pyrimidine nucleoside triphosphate biosynthetic process
GO:0009149                                                                                                                                        pyrimidine nucleoside triphosphate catabolic process
GO:0009150                                                                                                                                                     purine ribonucleotide metabolic process
GO:0009151                                                                                                                                                purine deoxyribonucleotide metabolic process
GO:0009152                                                                                                                                                  purine ribonucleotide biosynthetic process
GO:0009153                                                                                                                                             purine deoxyribonucleotide biosynthetic process
GO:0009154                                                                                                                                                     purine ribonucleotide catabolic process
GO:0009155                                                                                                                                                purine deoxyribonucleotide catabolic process
GO:0009156                                                                                                                                           ribonucleoside monophosphate biosynthetic process
GO:0009157                                                                                                                                      deoxyribonucleoside monophosphate biosynthetic process
GO:0009158                                                                                                                                              ribonucleoside monophosphate catabolic process
GO:0009159                                                                                                                                         deoxyribonucleoside monophosphate catabolic process
GO:0009161                                                                                                                                              ribonucleoside monophosphate metabolic process
GO:0009162                                                                                                                                         deoxyribonucleoside monophosphate metabolic process
GO:0009163                                                                                                                                                             nucleoside biosynthetic process
GO:0009164                                                                                                                                                                nucleoside catabolic process
GO:0009165                                                                                                                                                             nucleotide biosynthetic process
GO:0009166                                                                                                                                                                nucleotide catabolic process
GO:0009167                                                                                                                                       purine ribonucleoside monophosphate metabolic process
GO:0009168                                                                                                                                    purine ribonucleoside monophosphate biosynthetic process
GO:0009169                                                                                                                                       purine ribonucleoside monophosphate catabolic process
GO:0009170                                                                                                                                  purine deoxyribonucleoside monophosphate metabolic process
GO:0009171                                                                                                                               purine deoxyribonucleoside monophosphate biosynthetic process
GO:0009172                                                                                                                                  purine deoxyribonucleoside monophosphate catabolic process
GO:0009173                                                                                                                                   pyrimidine ribonucleoside monophosphate metabolic process
GO:0009174                                                                                                                                pyrimidine ribonucleoside monophosphate biosynthetic process
GO:0009175                                                                                                                                   pyrimidine ribonucleoside monophosphate catabolic process
GO:0009176                                                                                                                              pyrimidine deoxyribonucleoside monophosphate metabolic process
GO:0009177                                                                                                                           pyrimidine deoxyribonucleoside monophosphate biosynthetic process
GO:0009178                                                                                                                              pyrimidine deoxyribonucleoside monophosphate catabolic process
GO:0009179                                                                                                                                         purine ribonucleoside diphosphate metabolic process
GO:0009180                                                                                                                                      purine ribonucleoside diphosphate biosynthetic process
GO:0009181                                                                                                                                         purine ribonucleoside diphosphate catabolic process
GO:0009182                                                                                                                                    purine deoxyribonucleoside diphosphate metabolic process
GO:0009183                                                                                                                                 purine deoxyribonucleoside diphosphate biosynthetic process
GO:0009184                                                                                                                                    purine deoxyribonucleoside diphosphate catabolic process
GO:0009185                                                                                                                                                ribonucleoside diphosphate metabolic process
GO:0009186                                                                                                                                           deoxyribonucleoside diphosphate metabolic process
GO:0009187                                                                                                                                                         cyclic nucleotide metabolic process
GO:0009188                                                                                                                                             ribonucleoside diphosphate biosynthetic process
GO:0009189                                                                                                                                        deoxyribonucleoside diphosphate biosynthetic process
GO:0009190                                                                                                                                                      cyclic nucleotide biosynthetic process
GO:0009191                                                                                                                                                ribonucleoside diphosphate catabolic process
GO:0009192                                                                                                                                           deoxyribonucleoside diphosphate catabolic process
GO:0009193                                                                                                                                     pyrimidine ribonucleoside diphosphate metabolic process
GO:0009194                                                                                                                                  pyrimidine ribonucleoside diphosphate biosynthetic process
GO:0009195                                                                                                                                     pyrimidine ribonucleoside diphosphate catabolic process
GO:0009196                                                                                                                                pyrimidine deoxyribonucleoside diphosphate metabolic process
GO:0009197                                                                                                                             pyrimidine deoxyribonucleoside diphosphate biosynthetic process
GO:0009199                                                                                                                                               ribonucleoside triphosphate metabolic process
GO:0009200                                                                                                                                          deoxyribonucleoside triphosphate metabolic process
GO:0009201                                                                                                                                            ribonucleoside triphosphate biosynthetic process
GO:0009202                                                                                                                                       deoxyribonucleoside triphosphate biosynthetic process
GO:0009203                                                                                                                                               ribonucleoside triphosphate catabolic process
GO:0009204                                                                                                                                          deoxyribonucleoside triphosphate catabolic process
GO:0009205                                                                                                                                        purine ribonucleoside triphosphate metabolic process
GO:0009206                                                                                                                                     purine ribonucleoside triphosphate biosynthetic process
GO:0009207                                                                                                                                        purine ribonucleoside triphosphate catabolic process
GO:0009208                                                                                                                                    pyrimidine ribonucleoside triphosphate metabolic process
GO:0009209                                                                                                                                 pyrimidine ribonucleoside triphosphate biosynthetic process
GO:0009210                                                                                                                                    pyrimidine ribonucleoside triphosphate catabolic process
GO:0009211                                                                                                                               pyrimidine deoxyribonucleoside triphosphate metabolic process
GO:0009212                                                                                                                            pyrimidine deoxyribonucleoside triphosphate biosynthetic process
GO:0009213                                                                                                                               pyrimidine deoxyribonucleoside triphosphate catabolic process
GO:0009214                                                                                                                                                         cyclic nucleotide catabolic process
GO:0009215                                                                                                                                   purine deoxyribonucleoside triphosphate metabolic process
GO:0009216                                                                                                                                purine deoxyribonucleoside triphosphate biosynthetic process
GO:0009217                                                                                                                                   purine deoxyribonucleoside triphosphate catabolic process
GO:0009218                                                                                                                                                 pyrimidine ribonucleotide metabolic process
GO:0009219                                                                                                                                            pyrimidine deoxyribonucleotide metabolic process
GO:0009220                                                                                                                                              pyrimidine ribonucleotide biosynthetic process
GO:0009221                                                                                                                                         pyrimidine deoxyribonucleotide biosynthetic process
GO:0009222                                                                                                                                                 pyrimidine ribonucleotide catabolic process
GO:0009223                                                                                                                                            pyrimidine deoxyribonucleotide catabolic process
GO:0009224                                                                                                                                                                    CMP biosynthetic process
GO:0009225                                                                                                                                                          nucleotide-sugar metabolic process
GO:0009226                                                                                                                                                       nucleotide-sugar biosynthetic process
GO:0009227                                                                                                                                                          nucleotide-sugar catabolic process
GO:0009229                                                                                                                                                   thiamine diphosphate biosynthetic process
GO:0009231                                                                                                                                                             riboflavin biosynthetic process
GO:0009233                                                                                                                                                               menaquinone metabolic process
GO:0009234                                                                                                                                                            menaquinone biosynthetic process
GO:0009235                                                                                                                                                                 cobalamin metabolic process
GO:0009237                                                                                                                                                               siderophore metabolic process
GO:0009240                                                                                                                                                isopentenyl diphosphate biosynthetic process
GO:0009247                                                                                                                                                             glycolipid biosynthetic process
GO:0009249                                                                                                                                                                         protein lipoylation
GO:0009250                                                                                                                                                                 glucan biosynthetic process
GO:0009251                                                                                                                                                                    glucan catabolic process
GO:0009253                                                                                                                                                             peptidoglycan catabolic process
GO:0009256                                                                                                                                                 10-formyltetrahydrofolate metabolic process
GO:0009257                                                                                                                                              10-formyltetrahydrofolate biosynthetic process
GO:0009258                                                                                                                                                 10-formyltetrahydrofolate catabolic process
GO:0009259                                                                                                                                                            ribonucleotide metabolic process
GO:0009260                                                                                                                                                         ribonucleotide biosynthetic process
GO:0009261                                                                                                                                                            ribonucleotide catabolic process
GO:0009262                                                                                                                                                       deoxyribonucleotide metabolic process
GO:0009263                                                                                                                                                    deoxyribonucleotide biosynthetic process
GO:0009264                                                                                                                                                       deoxyribonucleotide catabolic process
GO:0009265                                                                                                                                                 2'-deoxyribonucleotide biosynthetic process
GO:0009266                                                                                                                                                            response to temperature stimulus
GO:0009267                                                                                                                                                             cellular response to starvation
GO:0009268                                                                                                                                                                              response to pH
GO:0009295                                                                                                                                                                                    nucleoid
GO:0009298                                                                                                                                                            GDP-mannose biosynthetic process
GO:0009299                                                                                                                                                                          mRNA transcription
GO:0009301                                                                                                                                                                         snRNA transcription
GO:0009303                                                                                                                                                                          rRNA transcription
GO:0009304                                                                                                                                                                          tRNA transcription
GO:0009306                                                                                                                                                                           protein secretion
GO:0009308                                                                                                                                                                     amine metabolic process
GO:0009309                                                                                                                                                                  amine biosynthetic process
GO:0009310                                                                                                                                                                     amine catabolic process
GO:0009311                                                                                                                                                           oligosaccharide metabolic process
GO:0009312                                                                                                                                                        oligosaccharide biosynthetic process
GO:0009313                                                                                                                                                           oligosaccharide catabolic process
GO:0009314                                                                                                                                                                       response to radiation
GO:0009328                                                                                                                                                           phenylalanine-tRNA ligase complex
GO:0009330                                                                                                                      DNA topoisomerase type II (double strand cut, ATP-hydrolyzing) complex
GO:0009331                                                                                                                                                  glycerol-3-phosphate dehydrogenase complex
GO:0009353                                                                                                                                            mitochondrial oxoglutarate dehydrogenase complex
GO:0009360                                                                                                                                                                  DNA polymerase III complex
GO:0009361                                                                                                                                                  succinate-CoA ligase complex (ADP-forming)
GO:0009368                                                                                                                                                                   endopeptidase Clp complex
GO:0009374                                                                                                                                                                              biotin binding
GO:0009378                                                                                                                                                         four-way junction helicase activity
GO:0009383                                                                                                                                              rRNA (cytosine-C5-)-methyltransferase activity
GO:0009384                                                                                                                                                           N-acylmannosamine kinase activity
GO:0009386                                                                                                                                                                   translational attenuation
GO:0009394                                                                                                                                                    2'-deoxyribonucleotide metabolic process
GO:0009395                                                                                                                                                              phospholipid catabolic process
GO:0009396                                                                                                                                         folic acid-containing compound biosynthetic process
GO:0009397                                                                                                                                            folic acid-containing compound catabolic process
GO:0009398                                                                                                                                                                    FMN biosynthetic process
GO:0009403                                                                                                                                                                  toxin biosynthetic process
GO:0009404                                                                                                                                                                     toxin metabolic process
GO:0009407                                                                                                                                                                     toxin catabolic process
GO:0009408                                                                                                                                                                            response to heat
GO:0009409                                                                                                                                                                            response to cold
GO:0009410                                                                                                                                                             response to xenobiotic stimulus
GO:0009411                                                                                                                                                                              response to UV
GO:0009414                                                                                                                                                               response to water deprivation
GO:0009415                                                                                                                                                                           response to water
GO:0009416                                                                                                                                                                  response to light stimulus
GO:0009435                                                                                                                                                                    NAD biosynthetic process
GO:0009436                                                                                                                                                                glyoxylate catabolic process
GO:0009437                                                                                                                                                                 carnitine metabolic process
GO:0009438                                                                                                                                                             methylglyoxal metabolic process
GO:0009439                                                                                                                                                                   cyanate metabolic process
GO:0009440                                                                                                                                                                   cyanate catabolic process
GO:0009441                                                                                                                                                                 glycolate metabolic process
GO:0009443                                                                                                                                                              pyridoxal 5'-phosphate salvage
GO:0009445                                                                                                                                                                putrescine metabolic process
GO:0009446                                                                                                                                                             putrescine biosynthetic process
GO:0009447                                                                                                                                                                putrescine catabolic process
GO:0009448                                                                                                                                                   gamma-aminobutyric acid metabolic process
GO:0009449                                                                                                                                                gamma-aminobutyric acid biosynthetic process
GO:0009450                                                                                                                                                   gamma-aminobutyric acid catabolic process
GO:0009451                                                                                                                                                                            RNA modification
GO:0009452                                                                                                                                                               7-methylguanosine RNA capping
GO:0009566                                                                                                                                                                               fertilization
GO:0009581                                                                                                                                                              detection of external stimulus
GO:0009582                                                                                                                                                               detection of abiotic stimulus
GO:0009583                                                                                                                                                                 detection of light stimulus
GO:0009584                                                                                                                                                                  detection of visible light
GO:0009589                                                                                                                                                                             detection of UV
GO:0009590                                                                                                                                                                        detection of gravity
GO:0009593                                                                                                                                                              detection of chemical stimulus
GO:0009595                                                                                                                                                                detection of biotic stimulus
GO:0009597                                                                                                                                                                          detection of virus
GO:0009605                                                                                                                                                               response to external stimulus
GO:0009607                                                                                                                                                                 response to biotic stimulus
GO:0009608                                                                                                                                                                        response to symbiont
GO:0009609                                                                                                                                                             response to symbiotic bacterium
GO:0009611                                                                                                                                                                        response to wounding
GO:0009612                                                                                                                                                             response to mechanical stimulus
GO:0009615                                                                                                                                                                           response to virus
GO:0009617                                                                                                                                                                       response to bacterium
GO:0009620                                                                                                                                                                          response to fungus
GO:0009624                                                                                                                                                                        response to nematode
GO:0009628                                                                                                                                                                response to abiotic stimulus
GO:0009629                                                                                                                                                                         response to gravity
GO:0009631                                                                                                                                                                            cold acclimation
GO:0009635                                                                                                                                                                       response to herbicide
GO:0009636                                                                                                                                                                 response to toxic substance
GO:0009637                                                                                                                                                                      response to blue light
GO:0009642                                                                                                                                                                 response to light intensity
GO:0009644                                                                                                                                                            response to high light intensity
GO:0009645                                                                                                                                                    response to low light intensity stimulus
GO:0009646                                                                                                                                                                response to absence of light
GO:0009648                                                                                                                                                                              photoperiodism
GO:0009649                                                                                                                                                              entrainment of circadian clock
GO:0009650                                                                                                                                                                               UV protection
GO:0009651                                                                                                                                                                     response to salt stress
GO:0009653                                                                                                                                                          anatomical structure morphogenesis
GO:0009669                                                                                                                                                sucrose:monoatomic cation symporter activity
GO:0009673                                                                                                                                   low-affinity phosphate transmembrane transporter activity
GO:0009674                                                                                                                                                         potassium:sodium symporter activity
GO:0009679                                                                                                                                                            hexose:proton symporter activity
GO:0009682                                                                                                                                                                 induced systemic resistance
GO:0009683                                                                                                                                                         indoleacetic acid metabolic process
GO:0009692                                                                                                                                                                  ethylene metabolic process
GO:0009698                                                                                                                                                           phenylpropanoid metabolic process
GO:0009712                                                                                                                                              catechol-containing compound metabolic process
GO:0009713                                                                                                                                           catechol-containing compound biosynthetic process
GO:0009719                                                                                                                                                             response to endogenous stimulus
GO:0009725                                                                                                                                                                         response to hormone
GO:0009726                                                                                                                                                            detection of endogenous stimulus
GO:0009730                                                                                                                                                          detection of carbohydrate stimulus
GO:0009732                                                                                                                                                                detection of hexose stimulus
GO:0009737                                                                                                                                                                   response to abscisic acid
GO:0009738                                                                                                                                                   abscisic acid-activated signaling pathway
GO:0009743                                                                                                                                                                    response to carbohydrate
GO:0009744                                                                                                                                                                         response to sucrose
GO:0009746                                                                                                                                                                          response to hexose
GO:0009749                                                                                                                                                                         response to glucose
GO:0009750                                                                                                                                                                        response to fructose
GO:0009751                                                                                                                                                                  response to salicylic acid
GO:0009753                                                                                                                                                                   response to jasmonic acid
GO:0009755                                                                                                                                                          hormone-mediated signaling pathway
GO:0009756                                                                                                                                                             carbohydrate mediated signaling
GO:0009757                                                                                                                                                                   hexose mediated signaling
GO:0009785                                                                                                                                                                blue light signaling pathway
GO:0009786                                                                                                                                                      regulation of asymmetric cell division
GO:0009787                                                                                                                                     regulation of abscisic acid-activated signaling pathway
GO:0009789                                                                                                                            positive regulation of abscisic acid-activated signaling pathway
GO:0009790                                                                                                                                                                          embryo development
GO:0009791                                                                                                                                                                  post-embryonic development
GO:0009792                                                                                                                                          embryo development ending in birth or egg hatching
GO:0009794                                                                                                                                                 regulation of mitotic cell cycle, embryonic
GO:0009798                                                                                                                                                                          axis specification
GO:0009799                                                                                                                                                                   specification of symmetry
GO:0009804                                                                                                                                                                  coumarin metabolic process
GO:0009810                                                                                                                                                                  stilbene metabolic process
GO:0009812                                                                                                                                                                 flavonoid metabolic process
GO:0009820                                                                                                                                                                  alkaloid metabolic process
GO:0009822                                                                                                                                                                  alkaloid catabolic process
GO:0009826                                                                                                                                                                  unidimensional cell growth
GO:0009838                                                                                                                                                                                  abscission
GO:0009841                                                                                                                                                     mitochondrial endopeptidase Clp complex
GO:0009850                                                                                                                                                                     auxin metabolic process
GO:0009855                                                                                                                                                         determination of bilateral symmetry
GO:0009880                                                                                                                                                             embryonic pattern specification
GO:0009881                                                                                                                                                                      photoreceptor activity
GO:0009882                                                                                                                                                           blue light photoreceptor activity
GO:0009886                                                                                                                                                         post-embryonic animal morphogenesis
GO:0009887                                                                                                                                                                  animal organ morphogenesis
GO:0009888                                                                                                                                                                          tissue development
GO:0009889                                                                                                                                                          regulation of biosynthetic process
GO:0009890                                                                                                                                                 negative regulation of biosynthetic process
GO:0009891                                                                                                                                                 positive regulation of biosynthetic process
GO:0009892                                                                                                                                                    negative regulation of metabolic process
GO:0009893                                                                                                                                                    positive regulation of metabolic process
GO:0009894                                                                                                                                                             regulation of catabolic process
GO:0009895                                                                                                                                                    negative regulation of catabolic process
GO:0009896                                                                                                                                                    positive regulation of catabolic process
GO:0009897                                                                                                                                                            external side of plasma membrane
GO:0009898                                                                                                                                                         cytoplasmic side of plasma membrane
GO:0009912                                                                                                                                                      auditory receptor cell fate commitment
GO:0009913                                                                                                                                                              epidermal cell differentiation
GO:0009914                                                                                                                                                                           hormone transport
GO:0009922                                                                                                                                                                fatty acid elongase activity
GO:0009923                                                                                                                                                                 fatty acid elongase complex
GO:0009925                                                                                                                                                                       basal plasma membrane
GO:0009931                                                                                                                                  calcium-dependent protein serine/threonine kinase activity
GO:0009932                                                                                                                                                                             cell tip growth
GO:0009946                                                                                                                                                          proximal/distal axis specification
GO:0009948                                                                                                                                                       anterior/posterior axis specification
GO:0009949                                                                                                                                           polarity specification of anterior/posterior axis
GO:0009950                                                                                                                                                           dorsal/ventral axis specification
GO:0009952                                                                                                                                                    anterior/posterior pattern specification
GO:0009953                                                                                                                                                            dorsal/ventral pattern formation
GO:0009954                                                                                                                                                           proximal/distal pattern formation
GO:0009955                                                                                                                                                       adaxial/abaxial pattern specification
GO:0009956                                                                                                                                                                    radial pattern formation
GO:0009957                                                                                                                                                           epidermal cell fate specification
GO:0009966                                                                                                                                                           regulation of signal transduction
GO:0009967                                                                                                                                                  positive regulation of signal transduction
GO:0009968                                                                                                                                                  negative regulation of signal transduction
GO:0009972                                                                                                                                                                        cytidine deamination
GO:0009975                                                                                                                                                                            cyclase activity
GO:0009982                                                                                                                                                             pseudouridine synthase activity
GO:0009986                                                                                                                                                                                cell surface
GO:0009987                                                                                                                                                                            cellular process
GO:0009988                                                                                                                                                                       cell-cell recognition
GO:0009991                                                                                                                                                          response to extracellular stimulus
GO:0009992                                                                                                                                                             intracellular water homeostasis
GO:0009994                                                                                                                                                                      oocyte differentiation
GO:0009996                                                                                                                                              negative regulation of cell fate specification
GO:0010001                                                                                                                                                                  glial cell differentiation
GO:0010002                                                                                                                                                                 cardioblast differentiation
GO:0010008                                                                                                                                                                           endosome membrane
GO:0010009                                                                                                                                                       cytoplasmic side of endosome membrane
GO:0010021                                                                                                                                                            amylopectin biosynthetic process
GO:0010025                                                                                                                                                                    wax biosynthetic process
GO:0010032                                                                                                                                                             meiotic chromosome condensation
GO:0010033                                                                                                                                                               response to organic substance
GO:0010034                                                                                                                                                                         response to acetate
GO:0010035                                                                                                                                                             response to inorganic substance
GO:0010037                                                                                                                                                                  response to carbon dioxide
GO:0010038                                                                                                                                                                       response to metal ion
GO:0010039                                                                                                                                                                        response to iron ion
GO:0010040                                                                                                                                                                    response to iron(II) ion
GO:0010041                                                                                                                                                                   response to iron(III) ion
GO:0010042                                                                                                                                                                   response to manganese ion
GO:0010043                                                                                                                                                                        response to zinc ion
GO:0010044                                                                                                                                                                    response to aluminum ion
GO:0010045                                                                                                                                                                   response to nickel cation
GO:0010046                                                                                                                                                                       response to mycotoxin
GO:0010070                                                                                                                                                             zygote asymmetric cell division
GO:0010085                                                                                                                                              polarity specification of proximal/distal axis
GO:0010092                                                                                                                                                      specification of animal organ identity
GO:0010121                                                                                                                                         arginine catabolic process to proline via ornithine
GO:0010124                                                                                                                                                             phenylacetate catabolic process
GO:0010133                                                                                                                                                      proline catabolic process to glutamate
GO:0010138                                                                                                                                                           pyrimidine ribonucleotide salvage
GO:0010142                                                                                                                               farnesyl diphosphate biosynthetic process, mevalonate pathway
GO:0010155                                                                                                                                                              regulation of proton transport
GO:0010157                                                                                                                                                                        response to chlorate
GO:0010159                                                                                                                                                      specification of animal organ position
GO:0010160                                                                                                                                                          formation of animal organ boundary
GO:0010164                                                                                                                                                                      response to cesium ion
GO:0010165                                                                                                                                                                           response to X-ray
GO:0010166                                                                                                                                                                       wax metabolic process
GO:0010171                                                                                                                                                                          body morphogenesis
GO:0010172                                                                                                                                                                embryonic body morphogenesis
GO:0010181                                                                                                                                                                                 FMN binding
GO:0010182                                                                                                                                                            sugar mediated signaling pathway
GO:0010185                                                                                                                                                     regulation of cellular defense response
GO:0010186                                                                                                                                            positive regulation of cellular defense response
GO:0010189                                                                                                                                                              vitamin E biosynthetic process
GO:0010193                                                                                                                                                                           response to ozone
GO:0010212                                                                                                                                                              response to ionizing radiation
GO:0010224                                                                                                                                                                            response to UV-B
GO:0010225                                                                                                                                                                            response to UV-C
GO:0010226                                                                                                                                                                     response to lithium ion
GO:0010232                                                                                                                                                                          vascular transport
GO:0010243                                                                                                                                                         response to organonitrogen compound
GO:0010248                                                                                                                      establishment or maintenance of transmembrane electrochemical gradient
GO:0010255                                                                                                                                                          glucose mediated signaling pathway
GO:0010256                                                                                                                                                            endomembrane system organization
GO:0010257                                                                                                                                                         NADH dehydrogenase complex assembly
GO:0010265                                                                                                                                                                        SCF complex assembly
GO:0010266                                                                                                                                                                      response to vitamin B1
GO:0010269                                                                                                                                                                    response to selenium ion
GO:0010272                                                                                                                                                                      response to silver ion
GO:0010273                                                                                                                                                                detoxification of copper ion
GO:0010286                                                                                                                                                                            heat acclimation
GO:0010288                                                                                                                                                                        response to lead ion
GO:0010308                                                                                                                                          acireductone dioxygenase (Ni2+-requiring) activity
GO:0010309                                                                                                                                      acireductone dioxygenase [iron(II)-requiring] activity
GO:0010310                                                                                                                                           regulation of hydrogen peroxide metabolic process
GO:0010312                                                                                                                                                                  detoxification of zinc ion
GO:0010314                                                                                                                                                    phosphatidylinositol-5-phosphate binding
GO:0010324                                                                                                                                                                       membrane invagination
GO:0010332                                                                                                                                                                 response to gamma radiation
GO:0010335                                                                                                                                                        response to non-ionic osmotic stress
GO:0010340                                                                                                                                                       carboxyl-O-methyltransferase activity
GO:0010348                                                                                                                                                          lithium:proton antiporter activity
GO:0010351                                                                                                                                                                       lithium ion transport
GO:0010359                                                                                                                                                        regulation of anion channel activity
GO:0010360                                                                                                                                               negative regulation of anion channel activity
GO:0010369                                                                                                                                                                                chromocenter
GO:0010370                                                                                                                                                                  perinucleolar chromocenter
GO:0010385                                                                                                                                                      double-stranded methylated DNA binding
GO:0010387                                                                                                                                                                   COP9 signalosome assembly
GO:0010389                                                                                                                                         regulation of G2/M transition of mitotic cell cycle
GO:0010420                                                                                                                         3,4-dihydroxy-5-polyprenylbenzoic acid O-methyltransferase activity
GO:0010421                                                                                                                                            hydrogen peroxide-mediated programmed cell death
GO:0010424                                                                                                                                            DNA methylation on cytosine within a CG sequence
GO:0010428                                                                                                                                                                        methyl-CpNpG binding
GO:0010430                                                                                                                                                                  fatty acid omega-oxidation
GO:0010436                                                                                                                                                             carotenoid dioxygenase activity
GO:0010437                                                                                                                                     9,10 (9', 10')-carotenoid-cleaving dioxygenase activity
GO:0010446                                                                                                                                                                     response to alkaline pH
GO:0010447                                                                                                                                                                       response to acidic pH
GO:0010453                                                                                                                                                          regulation of cell fate commitment
GO:0010454                                                                                                                                                 negative regulation of cell fate commitment
GO:0010455                                                                                                                                                 positive regulation of cell fate commitment
GO:0010457                                                                                                                                                                centriole-centriole cohesion
GO:0010458                                                                                                                                                                           exit from mitosis
GO:0010459                                                                                                                                                           negative regulation of heart rate
GO:0010460                                                                                                                                                           positive regulation of heart rate
GO:0010463                                                                                                                                                              mesenchymal cell proliferation
GO:0010464                                                                                                                                                regulation of mesenchymal cell proliferation
GO:0010465                                                                                                                                                       nerve growth factor receptor activity
GO:0010466                                                                                                                                                   negative regulation of peptidase activity
GO:0010467                                                                                                                                                                             gene expression
GO:0010468                                                                                                                                                               regulation of gene expression
GO:0010469                                                                                                                                                   regulation of signaling receptor activity
GO:0010470                                                                                                                                                                  regulation of gastrulation
GO:0010481                                                                                                                                                                     epidermal cell division
GO:0010482                                                                                                                                                       regulation of epidermal cell division
GO:0010484                                                                                                                                                       histone H3 acetyltransferase activity
GO:0010485                                                                                                                                                       histone H4 acetyltransferase activity
GO:0010494                                                                                                                                                                  cytoplasmic stress granule
GO:0010496                                                                                                                                                                     intercellular transport
GO:0010498                                                                                                                                                       proteasomal protein catabolic process
GO:0010499                                                                                                                                 proteasomal ubiquitin-independent protein catabolic process
GO:0010501                                                                                                                                                           RNA secondary structure unwinding
GO:0010506                                                                                                                                                                     regulation of autophagy
GO:0010507                                                                                                                                                            negative regulation of autophagy
GO:0010508                                                                                                                                                            positive regulation of autophagy
GO:0010510                                                                                                                                 regulation of acetyl-CoA biosynthetic process from pyruvate
GO:0010511                                                                                                                                     regulation of phosphatidylinositol biosynthetic process
GO:0010512                                                                                                                            negative regulation of phosphatidylinositol biosynthetic process
GO:0010513                                                                                                                            positive regulation of phosphatidylinositol biosynthetic process
GO:0010517                                                                                                                                                        regulation of phospholipase activity
GO:0010518                                                                                                                                               positive regulation of phospholipase activity
GO:0010519                                                                                                                                               negative regulation of phospholipase activity
GO:0010520                                                                                                                                              regulation of reciprocal meiotic recombination
GO:0010521                                                                                                                                                               telomerase inhibitor activity
GO:0010522                                                                                                                                            regulation of calcium ion transport into cytosol
GO:0010523                                                                                                                                   negative regulation of calcium ion transport into cytosol
GO:0010524                                                                                                                                   positive regulation of calcium ion transport into cytosol
GO:0010526                                                                                                                                                                   retrotransposon silencing
GO:0010533                                                                                                                                           regulation of activation of Janus kinase activity
GO:0010536                                                                                                                                  positive regulation of activation of Janus kinase activity
GO:0010543                                                                                                                                                           regulation of platelet activation
GO:0010544                                                                                                                                                  negative regulation of platelet activation
GO:0010556                                                                                                                                            regulation of macromolecule biosynthetic process
GO:0010557                                                                                                                                   positive regulation of macromolecule biosynthetic process
GO:0010558                                                                                                                                   negative regulation of macromolecule biosynthetic process
GO:0010559                                                                                                                                             regulation of glycoprotein biosynthetic process
GO:0010560                                                                                                                                    positive regulation of glycoprotein biosynthetic process
GO:0010561                                                                                                                                    negative regulation of glycoprotein biosynthetic process
GO:0010562                                                                                                                                         positive regulation of phosphorus metabolic process
GO:0010563                                                                                                                                         negative regulation of phosphorus metabolic process
GO:0010564                                                                                                                                                            regulation of cell cycle process
GO:0010565                                                                                                                                             regulation of cellular ketone metabolic process
GO:0010566                                                                                                                                                   regulation of ketone biosynthetic process
GO:0010569                                                                                                                       regulation of double-strand break repair via homologous recombination
GO:0010571                                                                                                                                   positive regulation of nuclear cell cycle DNA replication
GO:0010572                                                                                                                                                  positive regulation of platelet activation
GO:0010573                                                                                                                                               vascular endothelial growth factor production
GO:0010574                                                                                                                                 regulation of vascular endothelial growth factor production
GO:0010575                                                                                                                        positive regulation of vascular endothelial growth factor production
GO:0010578                                                                                           regulation of adenylate cyclase activity involved in G protein-coupled receptor signaling pathway
GO:0010585                                                                                                                                                                         glutamine secretion
GO:0010586                                                                                                                                                                     miRNA metabolic process
GO:0010587                                                                                                                                                                     miRNA catabolic process
GO:0010591                                                                                                                                                        regulation of lamellipodium assembly
GO:0010592                                                                                                                                               positive regulation of lamellipodium assembly
GO:0010593                                                                                                                                               negative regulation of lamellipodium assembly
GO:0010594                                                                                                                                                    regulation of endothelial cell migration
GO:0010595                                                                                                                                           positive regulation of endothelial cell migration
GO:0010596                                                                                                                                           negative regulation of endothelial cell migration
GO:0010603                                                                                                                                     regulation of cytoplasmic mRNA processing body assembly
GO:0010604                                                                                                                                      positive regulation of macromolecule metabolic process
GO:0010605                                                                                                                                      negative regulation of macromolecule metabolic process
GO:0010606                                                                                                                            positive regulation of cytoplasmic mRNA processing body assembly
GO:0010607                                                                                                                            negative regulation of cytoplasmic mRNA processing body assembly
GO:0010608                                                                                                                                          post-transcriptional regulation of gene expression
GO:0010609                                                                                                           mRNA localization resulting in post-transcriptional regulation of gene expression
GO:0010610                                                                                                                                 regulation of mRNA stability involved in response to stress
GO:0010611                                                                                                                                                    regulation of cardiac muscle hypertrophy
GO:0010612                                                                                                                                                     regulation of cardiac muscle adaptation
GO:0010613                                                                                                                                           positive regulation of cardiac muscle hypertrophy
GO:0010614                                                                                                                                           negative regulation of cardiac muscle hypertrophy
GO:0010615                                                                                                                                            positive regulation of cardiac muscle adaptation
GO:0010616                                                                                                                                            negative regulation of cardiac muscle adaptation
GO:0010621                                                                                                                   negative regulation of transcription by transcription factor localization
GO:0010623                                                                                                                                          programmed cell death involved in cell development
GO:0010624                                                                                                                                                    regulation of Schwann cell proliferation
GO:0010625                                                                                                                                           positive regulation of Schwann cell proliferation
GO:0010626                                                                                                                                           negative regulation of Schwann cell proliferation
GO:0010628                                                                                                                                                      positive regulation of gene expression
GO:0010629                                                                                                                                                      negative regulation of gene expression
GO:0010631                                                                                                                                                                   epithelial cell migration
GO:0010632                                                                                                                                                     regulation of epithelial cell migration
GO:0010633                                                                                                                                            negative regulation of epithelial cell migration
GO:0010634                                                                                                                                            positive regulation of epithelial cell migration
GO:0010635                                                                                                                                                          regulation of mitochondrial fusion
GO:0010636                                                                                                                                                 positive regulation of mitochondrial fusion
GO:0010637                                                                                                                                                 negative regulation of mitochondrial fusion
GO:0010638                                                                                                                                               positive regulation of organelle organization
GO:0010639                                                                                                                                               negative regulation of organelle organization
GO:0010640                                                                                                                     regulation of platelet-derived growth factor receptor signaling pathway
GO:0010641                                                                                                            positive regulation of platelet-derived growth factor receptor signaling pathway
GO:0010642                                                                                                            negative regulation of platelet-derived growth factor receptor signaling pathway
GO:0010643                                                                                                                                                     cell communication by chemical coupling
GO:0010644                                                                                                                                                   cell communication by electrical coupling
GO:0010645                                                                                                                                       regulation of cell communication by chemical coupling
GO:0010646                                                                                                                                                            regulation of cell communication
GO:0010647                                                                                                                                                   positive regulation of cell communication
GO:0010648                                                                                                                                                   negative regulation of cell communication
GO:0010649                                                                                                                                     regulation of cell communication by electrical coupling
GO:0010650                                                                                                                            positive regulation of cell communication by electrical coupling
GO:0010652                                                                                                                              positive regulation of cell communication by chemical coupling
GO:0010656                                                                                                                                        negative regulation of muscle cell apoptotic process
GO:0010657                                                                                                                                                               muscle cell apoptotic process
GO:0010658                                                                                                                                                      striated muscle cell apoptotic process
GO:0010659                                                                                                                                                       cardiac muscle cell apoptotic process
GO:0010660                                                                                                                                                 regulation of muscle cell apoptotic process
GO:0010661                                                                                                                                        positive regulation of muscle cell apoptotic process
GO:0010662                                                                                                                                        regulation of striated muscle cell apoptotic process
GO:0010663                                                                                                                               positive regulation of striated muscle cell apoptotic process
GO:0010664                                                                                                                               negative regulation of striated muscle cell apoptotic process
GO:0010665                                                                                                                                         regulation of cardiac muscle cell apoptotic process
GO:0010666                                                                                                                                positive regulation of cardiac muscle cell apoptotic process
GO:0010667                                                                                                                                negative regulation of cardiac muscle cell apoptotic process
GO:0010668                                                                                                                                                             ectodermal cell differentiation
GO:0010669                                                                                                                                                            epithelial structure maintenance
GO:0010692                                                                                                                                                 regulation of alkaline phosphatase activity
GO:0010694                                                                                                                                        positive regulation of alkaline phosphatase activity
GO:0010698                                                                                                                                                        acetyltransferase activator activity
GO:0010700                                                                                                                                             negative regulation of norepinephrine secretion
GO:0010701                                                                                                                                             positive regulation of norepinephrine secretion
GO:0010705                                                                                                     meiotic DNA double-strand break processing involved in reciprocal meiotic recombination
GO:0010706                                                                                                                                       ganglioside biosynthetic process via lactosylceramide
GO:0010707                                                                                                                                         globoside biosynthetic process via lactosylceramide
GO:0010710                                                                                                                                                    regulation of collagen catabolic process
GO:0010711                                                                                                                                           negative regulation of collagen catabolic process
GO:0010712                                                                                                                                                    regulation of collagen metabolic process
GO:0010713                                                                                                                                           negative regulation of collagen metabolic process
GO:0010714                                                                                                                                           positive regulation of collagen metabolic process
GO:0010715                                                                                                                                              regulation of extracellular matrix disassembly
GO:0010716                                                                                                                                     negative regulation of extracellular matrix disassembly
GO:0010717                                                                                                                                          regulation of epithelial to mesenchymal transition
GO:0010718                                                                                                                                 positive regulation of epithelial to mesenchymal transition
GO:0010719                                                                                                                                 negative regulation of epithelial to mesenchymal transition
GO:0010720                                                                                                                                                     positive regulation of cell development
GO:0010721                                                                                                                                                     negative regulation of cell development
GO:0010722                                                                                                                                                       regulation of ferrochelatase activity
GO:0010724                                                                                                                                        regulation of definitive erythrocyte differentiation
GO:0010725                                                                                                                                         regulation of primitive erythrocyte differentiation
GO:0010726                                                                                                                                  positive regulation of hydrogen peroxide metabolic process
GO:0010727                                                                                                                                  negative regulation of hydrogen peroxide metabolic process
GO:0010728                                                                                                                                        regulation of hydrogen peroxide biosynthetic process
GO:0010729                                                                                                                               positive regulation of hydrogen peroxide biosynthetic process
GO:0010730                                                                                                                               negative regulation of hydrogen peroxide biosynthetic process
GO:0010731                                                                                                                                                                   protein glutathionylation
GO:0010732                                                                                                                                                     regulation of protein glutathionylation
GO:0010734                                                                                                                                            negative regulation of protein glutathionylation
GO:0010736                                                                                                                                                              serum response element binding
GO:0010737                                                                                                                                                                  protein kinase A signaling
GO:0010738                                                                                                                                                    regulation of protein kinase A signaling
GO:0010739                                                                                                                                           positive regulation of protein kinase A signaling
GO:0010742                                                                                                                                                macrophage derived foam cell differentiation
GO:0010743                                                                                                                                  regulation of macrophage derived foam cell differentiation
GO:0010744                                                                                                                         positive regulation of macrophage derived foam cell differentiation
GO:0010745                                                                                                                         negative regulation of macrophage derived foam cell differentiation
GO:0010746                                                                                                                           regulation of long-chain fatty acid import across plasma membrane
GO:0010747                                                                                                                  positive regulation of long-chain fatty acid import across plasma membrane
GO:0010748                                                                                                                  negative regulation of long-chain fatty acid import across plasma membrane
GO:0010749                                                                                                                                     regulation of nitric oxide mediated signal transduction
GO:0010750                                                                                                                            positive regulation of nitric oxide mediated signal transduction
GO:0010751                                                                                                                            negative regulation of nitric oxide mediated signal transduction
GO:0010752                                                                                                                                                       regulation of cGMP-mediated signaling
GO:0010753                                                                                                                                              positive regulation of cGMP-mediated signaling
GO:0010754                                                                                                                                              negative regulation of cGMP-mediated signaling
GO:0010755                                                                                                                                                        regulation of plasminogen activation
GO:0010756                                                                                                                                               positive regulation of plasminogen activation
GO:0010757                                                                                                                                               negative regulation of plasminogen activation
GO:0010758                                                                                                                                                         regulation of macrophage chemotaxis
GO:0010759                                                                                                                                                positive regulation of macrophage chemotaxis
GO:0010760                                                                                                                                                negative regulation of macrophage chemotaxis
GO:0010761                                                                                                                                                                        fibroblast migration
GO:0010762                                                                                                                                                          regulation of fibroblast migration
GO:0010763                                                                                                                                                 positive regulation of fibroblast migration
GO:0010764                                                                                                                                                 negative regulation of fibroblast migration
GO:0010765                                                                                                                                                 positive regulation of sodium ion transport
GO:0010766                                                                                                                                                 negative regulation of sodium ion transport
GO:0010770                                                                                                                                                   positive regulation of cell morphogenesis
GO:0010774                                                                                                                        meiotic strand invasion involved in reciprocal meiotic recombination
GO:0010780                                                                                                      meiotic DNA double-strand break formation involved in reciprocal meiotic recombination
GO:0010792                                                                                                           DNA double-strand break processing involved in repair via single-strand annealing
GO:0010793                                                                                                                                                      regulation of mRNA export from nucleus
GO:0010795                                                                                                                                               regulation of ubiquinone biosynthetic process
GO:0010796                                                                                                                                                      regulation of multivesicular body size
GO:0010799                                                                                                                                            regulation of peptidyl-threonine phosphorylation
GO:0010800                                                                                                                                   positive regulation of peptidyl-threonine phosphorylation
GO:0010801                                                                                                                                   negative regulation of peptidyl-threonine phosphorylation
GO:0010803                                                                                                                              regulation of tumor necrosis factor-mediated signaling pathway
GO:0010804                                                                                                                     negative regulation of tumor necrosis factor-mediated signaling pathway
GO:0010807                                                                                                                                                      regulation of synaptic vesicle priming
GO:0010808                                                                                                                                             positive regulation of synaptic vesicle priming
GO:0010810                                                                                                                                                       regulation of cell-substrate adhesion
GO:0010811                                                                                                                                              positive regulation of cell-substrate adhesion
GO:0010812                                                                                                                                              negative regulation of cell-substrate adhesion
GO:0010813                                                                                                                                                              neuropeptide catabolic process
GO:0010814                                                                                                                                                               substance P catabolic process
GO:0010815                                                                                                                                                                bradykinin catabolic process
GO:0010816                                                                                                                                                                calcitonin catabolic process
GO:0010817                                                                                                                                                                regulation of hormone levels
GO:0010818                                                                                                                                                                           T cell chemotaxis
GO:0010819                                                                                                                                                             regulation of T cell chemotaxis
GO:0010820                                                                                                                                                    positive regulation of T cell chemotaxis
GO:0010821                                                                                                                                                    regulation of mitochondrion organization
GO:0010822                                                                                                                                           positive regulation of mitochondrion organization
GO:0010823                                                                                                                                           negative regulation of mitochondrion organization
GO:0010824                                                                                                                                                        regulation of centrosome duplication
GO:0010825                                                                                                                                               positive regulation of centrosome duplication
GO:0010826                                                                                                                                               negative regulation of centrosome duplication
GO:0010827                                                                                                                                               regulation of glucose transmembrane transport
GO:0010828                                                                                                                                      positive regulation of glucose transmembrane transport
GO:0010829                                                                                                                                      negative regulation of glucose transmembrane transport
GO:0010830                                                                                                                                                       regulation of myotube differentiation
GO:0010831                                                                                                                                              positive regulation of myotube differentiation
GO:0010832                                                                                                                                              negative regulation of myotube differentiation
GO:0010833                                                                                                                                               telomere maintenance via telomere lengthening
GO:0010835                                                                                                                                                      regulation of protein ADP-ribosylation
GO:0010836                                                                                                                                             negative regulation of protein ADP-ribosylation
GO:0010837                                                                                                                                                    regulation of keratinocyte proliferation
GO:0010838                                                                                                                                           positive regulation of keratinocyte proliferation
GO:0010839                                                                                                                                           negative regulation of keratinocyte proliferation
GO:0010840                                                                                                                                       regulation of circadian sleep/wake cycle, wakefulness
GO:0010841                                                                                                                              positive regulation of circadian sleep/wake cycle, wakefulness
GO:0010842                                                                                                                                                                      retina layer formation
GO:0010844                                                                                                                                                               recombination hotspot binding
GO:0010845                                                                                                                                     positive regulation of reciprocal meiotic recombination
GO:0010849                                                                                                                     regulation of proton-transporting ATPase activity, rotational mechanism
GO:0010851                                                                                                                                                                  cyclase regulator activity
GO:0010852                                                                                                                                                                  cyclase inhibitor activity
GO:0010853                                                                                                                                                                  cyclase activator activity
GO:0010854                                                                                                                                                        adenylate cyclase regulator activity
GO:0010855                                                                                                                                                        adenylate cyclase inhibitor activity
GO:0010856                                                                                                                                                        adenylate cyclase activator activity
GO:0010857                                                                                                                                                   calcium-dependent protein kinase activity
GO:0010858                                                                                                                                         calcium-dependent protein kinase regulator activity
GO:0010859                                                                                                                            calcium-dependent cysteine-type endopeptidase inhibitor activity
GO:0010863                                                                                                                                             positive regulation of phospholipase C activity
GO:0010866                                                                                                                                             regulation of triglyceride biosynthetic process
GO:0010867                                                                                                                                    positive regulation of triglyceride biosynthetic process
GO:0010868                                                                                                                                    negative regulation of triglyceride biosynthetic process
GO:0010874                                                                                                                                                            regulation of cholesterol efflux
GO:0010875                                                                                                                                                   positive regulation of cholesterol efflux
GO:0010876                                                                                                                                                                          lipid localization
GO:0010877                                                                                                                                                   lipid transport involved in lipid storage
GO:0010878                                                                                                                                                                         cholesterol storage
GO:0010879                                                                                                                                       cholesterol transport involved in cholesterol storage
GO:0010880                                                                                                     regulation of release of sequestered calcium ion into cytosol by sarcoplasmic reticulum
GO:0010881                                                                                            regulation of cardiac muscle contraction by regulation of the release of sequestered calcium ion
GO:0010882                                                                                                                           regulation of cardiac muscle contraction by calcium ion signaling
GO:0010883                                                                                                                                                                 regulation of lipid storage
GO:0010884                                                                                                                                                        positive regulation of lipid storage
GO:0010885                                                                                                                                                           regulation of cholesterol storage
GO:0010886                                                                                                                                                  positive regulation of cholesterol storage
GO:0010887                                                                                                                                                  negative regulation of cholesterol storage
GO:0010888                                                                                                                                                        negative regulation of lipid storage
GO:0010889                                                                                                                                                  regulation of sequestering of triglyceride
GO:0010890                                                                                                                                         positive regulation of sequestering of triglyceride
GO:0010891                                                                                                                                         negative regulation of sequestering of triglyceride
GO:0010893                                                                                                                                         positive regulation of steroid biosynthetic process
GO:0010894                                                                                                                                         negative regulation of steroid biosynthetic process
GO:0010896                                                                                                                                                regulation of triglyceride catabolic process
GO:0010897                                                                                                                                       negative regulation of triglyceride catabolic process
GO:0010898                                                                                                                                       positive regulation of triglyceride catabolic process
GO:0010899                                                                                                                                         regulation of phosphatidylcholine catabolic process
GO:0010900                                                                                                                                negative regulation of phosphatidylcholine catabolic process
GO:0010901                                                                                                                              regulation of very-low-density lipoprotein particle remodeling
GO:0010902                                                                                                                     positive regulation of very-low-density lipoprotein particle remodeling
GO:0010903                                                                                                                     negative regulation of very-low-density lipoprotein particle remodeling
GO:0010904                                                                                                                                                 regulation of UDP-glucose catabolic process
GO:0010905                                                                                                                                        negative regulation of UDP-glucose catabolic process
GO:0010906                                                                                                                                                     regulation of glucose metabolic process
GO:0010907                                                                                                                                            positive regulation of glucose metabolic process
GO:0010908                                                                                                                             regulation of heparan sulfate proteoglycan biosynthetic process
GO:0010909                                                                                                                    positive regulation of heparan sulfate proteoglycan biosynthetic process
GO:0010911                                                                                                                                                            regulation of isomerase activity
GO:0010912                                                                                                                                                   positive regulation of isomerase activity
GO:0010915                                                                                                                               regulation of very-low-density lipoprotein particle clearance
GO:0010916                                                                                                                      negative regulation of very-low-density lipoprotein particle clearance
GO:0010917                                                                                                                                     negative regulation of mitochondrial membrane potential
GO:0010918                                                                                                                                     positive regulation of mitochondrial membrane potential
GO:0010919                                                                                                                                       regulation of inositol phosphate biosynthetic process
GO:0010920                                                                                                                              negative regulation of inositol phosphate biosynthetic process
GO:0010921                                                                                                                                                          regulation of phosphatase activity
GO:0010922                                                                                                                                                 positive regulation of phosphatase activity
GO:0010923                                                                                                                                                 negative regulation of phosphatase activity
GO:0010924                                                                                                                                 regulation of inositol-polyphosphate 5-phosphatase activity
GO:0010925                                                                                                                        positive regulation of inositol-polyphosphate 5-phosphatase activity
GO:0010927                                                                                                                                       cellular component assembly involved in morphogenesis
GO:0010931                                                                                                                                                              macrophage tolerance induction
GO:0010932                                                                                                                                                regulation of macrophage tolerance induction
GO:0010933                                                                                                                                       positive regulation of macrophage tolerance induction
GO:0010934                                                                                                                                                              macrophage cytokine production
GO:0010935                                                                                                                                                regulation of macrophage cytokine production
GO:0010936                                                                                                                                       negative regulation of macrophage cytokine production
GO:0010938                                                                                                                                                    cytoplasmic microtubule depolymerization
GO:0010944                                                                                                                        negative regulation of transcription by competitive promoter binding
GO:0010945                                                                                                                                                           coenzyme A diphosphatase activity
GO:0010948                                                                                                                                                   negative regulation of cell cycle process
GO:0010949                                                                                                                                    negative regulation of intestinal phytosterol absorption
GO:0010950                                                                                                                                               positive regulation of endopeptidase activity
GO:0010951                                                                                                                                               negative regulation of endopeptidase activity
GO:0010952                                                                                                                                                   positive regulation of peptidase activity
GO:0010954                                                                                                                                                   positive regulation of protein processing
GO:0010955                                                                                                                                                   negative regulation of protein processing
GO:0010956                                                                                                                                   negative regulation of calcidiol 1-monooxygenase activity
GO:0010957                                                                                                                                       negative regulation of vitamin D biosynthetic process
GO:0010958                                                                                                                                      regulation of amino acid import across plasma membrane
GO:0010959                                                                                                                                                           regulation of metal ion transport
GO:0010960                                                                                                                                                                   magnesium ion homeostasis
GO:0010961                                                                                                                                                     intracellular magnesium ion homeostasis
GO:0010962                                                                                                                                                   regulation of glucan biosynthetic process
GO:0010965                                                                                                                                           regulation of mitotic sister chromatid separation
GO:0010966                                                                                                                                                           regulation of phosphate transport
GO:0010967                                                                                                                                                regulation of polyamine biosynthetic process
GO:0010968                                                                                                                                                        regulation of microtubule nucleation
GO:0010970                                                                                                                                                                 transport along microtubule
GO:0010971                                                                                                                                positive regulation of G2/M transition of mitotic cell cycle
GO:0010972                                                                                                                                negative regulation of G2/M transition of mitotic cell cycle
GO:0010975                                                                                                                                                 regulation of neuron projection development
GO:0010976                                                                                                                                        positive regulation of neuron projection development
GO:0010977                                                                                                                                        negative regulation of neuron projection development
GO:0010979                                                                                                                                             regulation of vitamin D 24-hydroxylase activity
GO:0010980                                                                                                                                    positive regulation of vitamin D 24-hydroxylase activity
GO:0010982                                                                                                                                   regulation of high-density lipoprotein particle clearance
GO:0010983                                                                                                                          positive regulation of high-density lipoprotein particle clearance
GO:0010984                                                                                                                                                regulation of lipoprotein particle clearance
GO:0010985                                                                                                                                       negative regulation of lipoprotein particle clearance
GO:0010986                                                                                                                                       positive regulation of lipoprotein particle clearance
GO:0010987                                                                                                                          negative regulation of high-density lipoprotein particle clearance
GO:0010988                                                                                                                                    regulation of low-density lipoprotein particle clearance
GO:0010989                                                                                                                           negative regulation of low-density lipoprotein particle clearance
GO:0010992                                                                                                                                                                         ubiquitin recycling
GO:0010994                                                                                                                                                         free ubiquitin chain polymerization
GO:0010996                                                                                                                                                               response to auditory stimulus
GO:0010997                                                                                                                                                          anaphase-promoting complex binding
GO:0010998                                                                                                                        regulation of translational initiation by eIF2 alpha phosphorylation
GO:0010999                                                                                                                                            regulation of eIF2 alpha phosphorylation by heme
GO:0012501                                                                                                                                                                       programmed cell death
GO:0012502                                                                                                                                                          induction of programmed cell death
GO:0012505                                                                                                                                                                         endomembrane system
GO:0012506                                                                                                                                                                            vesicle membrane
GO:0012507                                                                                                                                                      ER to Golgi transport vesicle membrane
GO:0012510                                                                                                                                              trans-Golgi network transport vesicle membrane
GO:0014002                                                                                                                                                                       astrocyte development
GO:0014003                                                                                                                                                                 oligodendrocyte development
GO:0014004                                                                                                                                                                   microglia differentiation
GO:0014005                                                                                                                                                                       microglia development
GO:0014006                                                                                                                                                     regulation of microglia differentiation
GO:0014008                                                                                                                                            positive regulation of microglia differentiation
GO:0014009                                                                                                                                                                    glial cell proliferation
GO:0014010                                                                                                                                                                  Schwann cell proliferation
GO:0014011                                                                                                                                    Schwann cell proliferation involved in axon regeneration
GO:0014012                                                                                                                                                 peripheral nervous system axon regeneration
GO:0014013                                                                                                                                                                   regulation of gliogenesis
GO:0014014                                                                                                                                                          negative regulation of gliogenesis
GO:0014015                                                                                                                                                          positive regulation of gliogenesis
GO:0014016                                                                                                                                                                  neuroblast differentiation
GO:0014017                                                                                                                                                                  neuroblast fate commitment
GO:0014020                                                                                                                                                               primary neural tube formation
GO:0014022                                                                                                                                                                     neural plate elongation
GO:0014028                                                                                                                                                                         notochord formation
GO:0014029                                                                                                                                                                      neural crest formation
GO:0014031                                                                                                                                                                mesenchymal cell development
GO:0014032                                                                                                                                                               neural crest cell development
GO:0014033                                                                                                                                                           neural crest cell differentiation
GO:0014034                                                                                                                                                           neural crest cell fate commitment
GO:0014036                                                                                                                                                        neural crest cell fate specification
GO:0014037                                                                                                                                                                Schwann cell differentiation
GO:0014038                                                                                                                                                  regulation of Schwann cell differentiation
GO:0014040                                                                                                                                         positive regulation of Schwann cell differentiation
GO:0014041                                                                                                                                                             regulation of neuron maturation
GO:0014042                                                                                                                                                    positive regulation of neuron maturation
GO:0014043                                                                                                                                                    negative regulation of neuron maturation
GO:0014044                                                                                                                                                                    Schwann cell development
GO:0014045                                                                                                                                            establishment of endothelial blood-brain barrier
GO:0014046                                                                                                                                                                          dopamine secretion
GO:0014047                                                                                                                                                                         glutamate secretion
GO:0014048                                                                                                                                                           regulation of glutamate secretion
GO:0014049                                                                                                                                                  positive regulation of glutamate secretion
GO:0014050                                                                                                                                                  negative regulation of glutamate secretion
GO:0014051                                                                                                                                                           gamma-aminobutyric acid secretion
GO:0014052                                                                                                                                             regulation of gamma-aminobutyric acid secretion
GO:0014053                                                                                                                                    negative regulation of gamma-aminobutyric acid secretion
GO:0014054                                                                                                                                    positive regulation of gamma-aminobutyric acid secretion
GO:0014055                                                                                                                                                  acetylcholine secretion, neurotransmission
GO:0014056                                                                                                                                    regulation of acetylcholine secretion, neurotransmission
GO:0014057                                                                                                                           positive regulation of acetylcholine secretion, neurotransmission
GO:0014059                                                                                                                                                            regulation of dopamine secretion
GO:0014060                                                                                                                                                         regulation of epinephrine secretion
GO:0014061                                                                                                                                                      regulation of norepinephrine secretion
GO:0014062                                                                                                                                                           regulation of serotonin secretion
GO:0014063                                                                                                                                                  negative regulation of serotonin secretion
GO:0014064                                                                                                                                                  positive regulation of serotonin secretion
GO:0014069                                                                                                                                                                        postsynaptic density
GO:0014070                                                                                                                                                         response to organic cyclic compound
GO:0014072                                                                                                                                                           response to isoquinoline alkaloid
GO:0014074                                                                                                                                                      response to purine-containing compound
GO:0014075                                                                                                                                                                           response to amine
GO:0014701                                                                                                                                                  junctional sarcoplasmic reticulum membrane
GO:0014704                                                                                                                                                                           intercalated disc
GO:0014705                                                                                                                                                                                      C zone
GO:0014706                                                                                                                                                          striated muscle tissue development
GO:0014707                                                                                                                                                   branchiomeric skeletal muscle development
GO:0014717                                                                                                            regulation of satellite cell activation involved in skeletal muscle regeneration
GO:0014718                                                                                                   positive regulation of satellite cell activation involved in skeletal muscle regeneration
GO:0014719                                                                                                                                                   skeletal muscle satellite cell activation
GO:0014721                                                                                                                                                          twitch skeletal muscle contraction
GO:0014722                                                                                                                          regulation of skeletal muscle contraction by calcium ion signaling
GO:0014723                                                                                             regulation of skeletal muscle contraction by modulation of calcium ion sensitivity of myofibril
GO:0014724                                                                                                                                            regulation of twitch skeletal muscle contraction
GO:0014728                                                                                                                                      regulation of the force of skeletal muscle contraction
GO:0014731                                                                                                                                                            spectrin-associated cytoskeleton
GO:0014732                                                                                                                                                                     skeletal muscle atrophy
GO:0014733                                                                                                                                                    regulation of skeletal muscle adaptation
GO:0014734                                                                                                                                                                 skeletal muscle hypertrophy
GO:0014735                                                                                                                                                                regulation of muscle atrophy
GO:0014737                                                                                                                                                       positive regulation of muscle atrophy
GO:0014738                                                                                                                                                            regulation of muscle hyperplasia
GO:0014739                                                                                                                                                   positive regulation of muscle hyperplasia
GO:0014740                                                                                                                                                   negative regulation of muscle hyperplasia
GO:0014741                                                                                                                                                   negative regulation of muscle hypertrophy
GO:0014742                                                                                                                                                   positive regulation of muscle hypertrophy
GO:0014743                                                                                                                                                            regulation of muscle hypertrophy
GO:0014744                                                                                                                                                    positive regulation of muscle adaptation
GO:0014745                                                                                                                                                    negative regulation of muscle adaptation
GO:0014801                                                                                                                                                         longitudinal sarcoplasmic reticulum
GO:0014802                                                                                                                                                                           terminal cisterna
GO:0014804                                                                                                                                                                     terminal cisterna lumen
GO:0014805                                                                                                                                                                    smooth muscle adaptation
GO:0014806                                                                                                                                                                   smooth muscle hyperplasia
GO:0014807                                                                                                                                                                 regulation of somitogenesis
GO:0014808                                                                                                                   release of sequestered calcium ion into cytosol by sarcoplasmic reticulum
GO:0014809                                                                                               regulation of skeletal muscle contraction by regulation of release of sequestered calcium ion
GO:0014810                                                                                      positive regulation of skeletal muscle contraction by regulation of release of sequestered calcium ion
GO:0014812                                                                                                                                                                       muscle cell migration
GO:0014816                                                                                                                                              skeletal muscle satellite cell differentiation
GO:0014819                                                                                                                                                   regulation of skeletal muscle contraction
GO:0014820                                                                                                                                                             tonic smooth muscle contraction
GO:0014821                                                                                                                                                            phasic smooth muscle contraction
GO:0014822                                                                                                                                                                       detection of wounding
GO:0014823                                                                                                                                                                        response to activity
GO:0014824                                                                                                                                                            artery smooth muscle contraction
GO:0014826                                                                                                                                                              vein smooth muscle contraction
GO:0014827                                                                                                                                                         intestine smooth muscle contraction
GO:0014828                                                                                                                                                    distal stomach smooth muscle contraction
GO:0014829                                                                                                                                               vascular associated smooth muscle contraction
GO:0014831                                                                                                                                          gastro-intestinal system smooth muscle contraction
GO:0014832                                                                                                                                                   urinary bladder smooth muscle contraction
GO:0014834                                                                                                         skeletal muscle satellite cell maintenance involved in skeletal muscle regeneration
GO:0014835                                                                                                                           myoblast differentiation involved in skeletal muscle regeneration
GO:0014839                                                                                                                                 myoblast migration involved in skeletal muscle regeneration
GO:0014841                                                                                                                                                skeletal muscle satellite cell proliferation
GO:0014842                                                                                                                                  regulation of skeletal muscle satellite cell proliferation
GO:0014843                                                                                                          growth factor dependent regulation of skeletal muscle satellite cell proliferation
GO:0014846                                                                                                                                                         esophagus smooth muscle contraction
GO:0014848                                                                                                                                                     urinary tract smooth muscle contraction
GO:0014849                                                                                                                                                            ureter smooth muscle contraction
GO:0014850                                                                                                                                                                 response to muscle activity
GO:0014852                                                                                                  regulation of skeletal muscle contraction by neural stimulation via neuromuscular junction
GO:0014853                                                                                            regulation of excitatory postsynaptic membrane potential involved in skeletal muscle contraction
GO:0014854                                                                                                                                                                      response to inactivity
GO:0014855                                                                                                                                                          striated muscle cell proliferation
GO:0014856                                                                                                                                                          skeletal muscle cell proliferation
GO:0014857                                                                                                                                            regulation of skeletal muscle cell proliferation
GO:0014858                                                                                                                                   positive regulation of skeletal muscle cell proliferation
GO:0014859                                                                                                                                   negative regulation of skeletal muscle cell proliferation
GO:0014860                                                                                                            neurotransmitter secretion involved in regulation of skeletal muscle contraction
GO:0014861                                                                                                                regulation of skeletal muscle contraction via regulation of action potential
GO:0014862                                                                                                             regulation of skeletal muscle contraction by chemo-mechanical energy conversion
GO:0014866                                                                                                                                                                 skeletal myofibril assembly
GO:0014870                                                                                                                                                               response to muscle inactivity
GO:0014873                                                                                                                     response to muscle activity involved in regulation of muscle adaptation
GO:0014874                                                                                                                            response to stimulus involved in regulation of muscle adaptation
GO:0014877                                                                                                                   response to muscle inactivity involved in regulation of muscle adaptation
GO:0014878                                                                                                                 response to electrical stimulus involved in regulation of muscle adaptation
GO:0014883                                                                                                                                                      transition between fast and slow fiber
GO:0014886                                                                                                                                                      transition between slow and fast fiber
GO:0014887                                                                                                                                                                   cardiac muscle adaptation
GO:0014888                                                                                                                                                                  striated muscle adaptation
GO:0014889                                                                                                                                                                              muscle atrophy
GO:0014891                                                                                                                                                                     striated muscle atrophy
GO:0014894                                                                                                                         response to denervation involved in regulation of muscle adaptation
GO:0014895                                                                                                                                                                   smooth muscle hypertrophy
GO:0014896                                                                                                                                                                          muscle hypertrophy
GO:0014897                                                                                                                                                                 striated muscle hypertrophy
GO:0014898                                                                                                                                            cardiac muscle hypertrophy in response to stress
GO:0014900                                                                                                                                                                          muscle hyperplasia
GO:0014901                                                                                                                          satellite cell activation involved in skeletal muscle regeneration
GO:0014902                                                                                                                                                                     myotube differentiation
GO:0014904                                                                                                                                                                    myotube cell development
GO:0014905                                                                                                                                    myoblast fusion involved in skeletal muscle regeneration
GO:0014906                                                                                                                           myotube cell development involved in skeletal muscle regeneration
GO:0014908                                                                                                                            myotube differentiation involved in skeletal muscle regeneration
GO:0014909                                                                                                                                                                smooth muscle cell migration
GO:0014910                                                                                                                                                  regulation of smooth muscle cell migration
GO:0014911                                                                                                                                         positive regulation of smooth muscle cell migration
GO:0014912                                                                                                                                         negative regulation of smooth muscle cell migration
GO:0014916                                                                                                                                                           regulation of lung blood pressure
GO:0015012                                                                                                                                           heparan sulfate proteoglycan biosynthetic process
GO:0015014                                                                                                heparan sulfate proteoglycan biosynthetic process, polysaccharide chain biosynthetic process
GO:0015015                                                                                                                   heparan sulfate proteoglycan biosynthetic process, enzymatic modification
GO:0015016                                                                                                                                   [heparan sulfate]-glucosamine N-sulfotransferase activity
GO:0015018                                                                                                                  galactosylgalactosylxylosylprotein 3-beta-glucuronosyltransferase activity
GO:0015019                                                                                                                                    heparan-alpha-glucosaminide N-acetyltransferase activity
GO:0015020                                                                                                                                                            glucuronosyltransferase activity
GO:0015024                                                                                                                                                            glucuronate-2-sulfatase activity
GO:0015026                                                                                                                                                                         coreceptor activity
GO:0015030                                                                                                                                                                                  Cajal body
GO:0015031                                                                                                                                                                           protein transport
GO:0015035                                                                                                                                                        protein-disulfide reductase activity
GO:0015036                                                                                                                                                           disulfide oxidoreductase activity
GO:0015038                                                                                                                                               glutathione disulfide oxidoreductase activity
GO:0015039                                                                                                                                                        NADPH-adrenodoxin reductase activity
GO:0015052                                                                                                                                                          beta3-adrenergic receptor activity
GO:0015054                                                                                                                                                                   gastrin receptor activity
GO:0015055                                                                                                                                                                  secretin receptor activity
GO:0015056                                                                                                                                           corticotrophin-releasing factor receptor activity
GO:0015057                                                                                                                                                        thrombin-activated receptor activity
GO:0015067                                                                                                                                                                 amidinotransferase activity
GO:0015068                                                                                                                                                         glycine amidinotransferase activity
GO:0015074                                                                                                                                                                             DNA integration
GO:0015075                                                                                                                                           monoatomic ion transmembrane transporter activity
GO:0015078                                                                                                                                                   proton transmembrane transporter activity
GO:0015079                                                                                                                                            potassium ion transmembrane transporter activity
GO:0015080                                                                                                                                               silver ion transmembrane transporter activity
GO:0015081                                                                                                                                               sodium ion transmembrane transporter activity
GO:0015085                                                                                                                                              calcium ion transmembrane transporter activity
GO:0015086                                                                                                                                              cadmium ion transmembrane transporter activity
GO:0015087                                                                                                                                               cobalt ion transmembrane transporter activity
GO:0015093                                                                                                                                             ferrous iron transmembrane transporter activity
GO:0015094                                                                                                                                                 lead ion transmembrane transporter activity
GO:0015095                                                                                                                                            magnesium ion transmembrane transporter activity
GO:0015098                                                                                                                                            molybdate ion transmembrane transporter activity
GO:0015099                                                                                                                                            nickel cation transmembrane transporter activity
GO:0015101                                                                                                                                           organic cation transmembrane transporter activity
GO:0015103                                                                                                                                          inorganic anion transmembrane transporter activity
GO:0015105                                                                                                                                                 arsenite transmembrane transporter activity
GO:0015106                                                                                                                                              bicarbonate transmembrane transporter activity
GO:0015108                                                                                                                                                 chloride transmembrane transporter activity
GO:0015111                                                                                                                                                   iodide transmembrane transporter activity
GO:0015112                                                                                                                                                  nitrate transmembrane transporter activity
GO:0015114                                                                                                                                            phosphate ion transmembrane transporter activity
GO:0015116                                                                                                                                                  sulfate transmembrane transporter activity
GO:0015117                                                                                                                                              thiosulfate transmembrane transporter activity
GO:0015119                                                                                                                                         hexose phosphate transmembrane transporter activity
GO:0015125                                                                                                                                                bile acid transmembrane transporter activity
GO:0015126                                                                                                                                    canalicular bile acid transmembrane transporter activity
GO:0015127                                                                                                                                                bilirubin transmembrane transporter activity
GO:0015129                                                                                                                                                  lactate transmembrane transporter activity
GO:0015130                                                                                                                                               mevalonate transmembrane transporter activity
GO:0015131                                                                                                                                             oxaloacetate transmembrane transporter activity
GO:0015132                                                                                                                                            prostaglandin transmembrane transporter activity
GO:0015135                                                                                                                                              glucuronate transmembrane transporter activity
GO:0015136                                                                                                                                              sialic acid transmembrane transporter activity
GO:0015137                                                                                                                                                  citrate transmembrane transporter activity
GO:0015138                                                                                                                                                 fumarate transmembrane transporter activity
GO:0015139                                                                                                                                      alpha-ketoglutarate transmembrane transporter activity
GO:0015140                                                                                                                                                   malate transmembrane transporter activity
GO:0015141                                                                                                                                                succinate transmembrane transporter activity
GO:0015142                                                                                                                                       tricarboxylic acid transmembrane transporter activity
GO:0015143                                                                                                                                                    urate transmembrane transporter activity
GO:0015144                                                                                                                                             carbohydrate transmembrane transporter activity
GO:0015145                                                                                                                                           monosaccharide transmembrane transporter activity
GO:0015146                                                                                                                                                  pentose transmembrane transporter activity
GO:0015149                                                                                                                                                   hexose transmembrane transporter activity
GO:0015150                                                                                                                                                   fucose transmembrane transporter activity
GO:0015151                                                                                                                                          alpha-glucoside transmembrane transporter activity
GO:0015152                                                                                                                                      glucose-6-phosphate transmembrane transporter activity
GO:0015154                                                                                                                                             disaccharide transmembrane transporter activity
GO:0015157                                                                                                                                          oligosaccharide transmembrane transporter activity
GO:0015164                                                                                                                                            glucuronoside transmembrane transporter activity
GO:0015165                                                                                                                              pyrimidine nucleotide-sugar transmembrane transporter activity
GO:0015166                                                                                                                                                   polyol transmembrane transporter activity
GO:0015168                                                                                                                                                 glycerol transmembrane transporter activity
GO:0015171                                                                                                                                               amino acid transmembrane transporter activity
GO:0015172                                                                                                                                        acidic amino acid transmembrane transporter activity
GO:0015173                                                                                                                                      aromatic amino acid transmembrane transporter activity
GO:0015174                                                                                                                                         basic amino acid transmembrane transporter activity
GO:0015175                                                                                                                                     neutral L-amino acid transmembrane transporter activity
GO:0015179                                                                                                                                             L-amino acid transmembrane transporter activity
GO:0015180                                                                                                                                                L-alanine transmembrane transporter activity
GO:0015182                                                                                                                                             L-asparagine transmembrane transporter activity
GO:0015183                                                                                                                                              L-aspartate transmembrane transporter activity
GO:0015184                                                                                                                                                L-cystine transmembrane transporter activity
GO:0015185                                                                                                                                  gamma-aminobutyric acid transmembrane transporter activity
GO:0015186                                                                                                                                              L-glutamine transmembrane transporter activity
GO:0015187                                                                                                                                                  glycine transmembrane transporter activity
GO:0015188                                                                                                                                             L-isoleucine transmembrane transporter activity
GO:0015189                                                                                                                                                 L-lysine transmembrane transporter activity
GO:0015190                                                                                                                                                L-leucine transmembrane transporter activity
GO:0015191                                                                                                                                             L-methionine transmembrane transporter activity
GO:0015192                                                                                                                                          L-phenylalanine transmembrane transporter activity
GO:0015193                                                                                                                                                L-proline transmembrane transporter activity
GO:0015194                                                                                                                                                 L-serine transmembrane transporter activity
GO:0015195                                                                                                                                              L-threonine transmembrane transporter activity
GO:0015196                                                                                                                                             L-tryptophan transmembrane transporter activity
GO:0015199                                                                                                                                       amino-acid betaine transmembrane transporter activity
GO:0015200                                                                                                                                           methylammonium transmembrane transporter activity
GO:0015203                                                                                                                                                polyamine transmembrane transporter activity
GO:0015204                                                                                                                                                     urea transmembrane transporter activity
GO:0015205                                                                                                                                               nucleobase transmembrane transporter activity
GO:0015207                                                                                                                                                  adenine transmembrane transporter activity
GO:0015208                                                                                                                                                  guanine transmembrane transporter activity
GO:0015210                                                                                                                                                   uracil transmembrane transporter activity
GO:0015211                                                                                                                                        purine nucleoside transmembrane transporter activity
GO:0015212                                                                                                                                                 cytidine transmembrane transporter activity
GO:0015213                                                                                                                                                  uridine transmembrane transporter activity
GO:0015214                                                                                                                                    pyrimidine nucleoside transmembrane transporter activity
GO:0015215                                                                                                                                               nucleotide transmembrane transporter activity
GO:0015216                                                                                                                                        purine nucleotide transmembrane transporter activity
GO:0015217                                                                                                                                                      ADP transmembrane transporter activity
GO:0015218                                                                                                                                    pyrimidine nucleotide transmembrane transporter activity
GO:0015220                                                                                                                                                  choline transmembrane transporter activity
GO:0015225                                                                                                                                                   biotin transmembrane transporter activity
GO:0015226                                                                                                                                                carnitine transmembrane transporter activity
GO:0015227                                                                                                                                           acyl carnitine transmembrane transporter activity
GO:0015228                                                                                                                                               coenzyme A transmembrane transporter activity
GO:0015229                                                                                                                                          L-ascorbic acid transmembrane transporter activity
GO:0015230                                                                                                                                                      FAD transmembrane transporter activity
GO:0015232                                                                                                                                                     heme transmembrane transporter activity
GO:0015233                                                                                                                                             pantothenate transmembrane transporter activity
GO:0015234                                                                                                                                                 thiamine transmembrane transporter activity
GO:0015245                                                                                                                                               fatty acid transmembrane transporter activity
GO:0015247                                                                                                                                                         aminophospholipid flippase activity
GO:0015248                                                                                                                                                                 sterol transporter activity
GO:0015250                                                                                                                                                                      water channel activity
GO:0015252                                                                                                                                                                     proton channel activity
GO:0015254                                                                                                                                                                   glycerol channel activity
GO:0015264                                                                                                                                                             methylammonium channel activity
GO:0015265                                                                                                                                                                       urea channel activity
GO:0015267                                                                                                                                                                            channel activity
GO:0015269                                                                                                                                                calcium-activated potassium channel activity
GO:0015271                                                                                                                                                outward rectifier potassium channel activity
GO:0015272                                                                                                                                   ATP-activated inward rectifier potassium channel activity
GO:0015275                                                                                                                    stretch-activated, monoatomic cation-selective, calcium channel activity
GO:0015276                                                                                                                                                ligand-gated monoatomic ion channel activity
GO:0015277                                                                                                                                               kainate selective glutamate receptor activity
GO:0015278                                                                                                                                                            calcium-release channel activity
GO:0015279                                                                                                                                                     store-operated calcium channel activity
GO:0015280                                                                                                                                                        ligand-gated sodium channel activity
GO:0015288                                                                                                                                                                              porin activity
GO:0015291                                                                                                                                         secondary active transmembrane transporter activity
GO:0015292                                                                                                                                                                          uniporter activity
GO:0015293                                                                                                                                                                          symporter activity
GO:0015294                                                                                                                                                 solute:monoatomic cation symporter activity
GO:0015295                                                                                                                                                            solute:proton symporter activity
GO:0015296                                                                                                                                       monoatomic anion:monoatomic cation symporter activity
GO:0015297                                                                                                                                                                         antiporter activity
GO:0015304                                                                                                                                                                  glucose uniporter activity
GO:0015311                                                                                                                                                        monoamine:proton antiporter activity
GO:0015312                                                                                                                                                        polyamine:proton antiporter activity
GO:0015315                                                                                                                                     organophosphate:inorganic phosphate antiporter activity
GO:0015317                                                                                                                                                         phosphate:proton symporter activity
GO:0015318                                                                                                                               inorganic molecular entity transmembrane transporter activity
GO:0015319                                                                                                                                               sodium:inorganic phosphate symporter activity
GO:0015322                                                                                                                            secondary active oligopeptide transmembrane transporter activity
GO:0015327                                                                                                                                                       cystine:glutamate antiporter activity
GO:0015328                                                                                                                                 cystine secondary active transmembrane transporter activity
GO:0015333                                                                                                                                                           peptide:proton symporter activity
GO:0015343                                                                                                                                         siderophore-iron transmembrane transporter activity
GO:0015347                                                                                                                         sodium-independent organic anion transmembrane transporter activity
GO:0015349                                                                                                                                          thyroid hormone transmembrane transporter activity
GO:0015350                                                                                                                                             methotrexate transmembrane transporter activity
GO:0015355                                                                                                                         secondary active monocarboxylate transmembrane transporter activity
GO:0015361                                                                                                                                        low-affinity sodium:dicarboxylate symporter activity
GO:0015362                                                                                                                                       high-affinity sodium:dicarboxylate symporter activity
GO:0015367                                                                                                                                                     oxoglutarate:malate antiporter activity
GO:0015368                                                                                                                                               calcium:monoatomic cation antiporter activity
GO:0015369                                                                                                                                                          calcium:proton antiporter activity
GO:0015370                                                                                                                                                            solute:sodium symporter activity
GO:0015371                                                                                                                                                         galactose:sodium symporter activity
GO:0015373                                                                                                                                                  monoatomic anion:sodium symporter activity
GO:0015375                                                                                                                                                           glycine:sodium symporter activity
GO:0015377                                                                                                                                               chloride:monoatomic cation symporter activity
GO:0015378                                                                                                                                                          sodium:chloride symporter activity
GO:0015379                                                                                                                                                       potassium:chloride symporter activity
GO:0015382                                                                                                                                                           sodium:sulfate symporter activity
GO:0015383                                                                                                                                                     sulfate:bicarbonate antiporter activity
GO:0015385                                                                                                                                                           sodium:proton antiporter activity
GO:0015386                                                                                                                                                        potassium:proton antiporter activity
GO:0015389                                                                                                                                pyrimidine- and adenosine-specific:sodium symporter activity
GO:0015390                                                                                                                                        purine-specific nucleoside:sodium symporter activity
GO:0015391                                                                                                                                             nucleobase:monoatomic cation symporter activity
GO:0015399                                                                                                                                           primary active transmembrane transporter activity
GO:0015410                                                                                                                                                     ABC-type manganese transporter activity
GO:0015417                                                                                                                                                     ABC-type polyamine transporter activity
GO:0015420                                                                                                                                                   ABC-type vitamin B12 transporter activity
GO:0015421                                                                                                                                                  ABC-type oligopeptide transporter activity
GO:0015431                                                                                                                                       ABC-type glutathione S-conjugate transporter activity
GO:0015432                                                                                                                                                     ABC-type bile acid transporter activity
GO:0015433                                                                                                                                               ABC-type peptide antigen transporter activity
GO:0015439                                                                                                                                                          ABC-type heme transporter activity
GO:0015440                                                                                                                                                       ABC-type peptide transporter activity
GO:0015450                                                                                                                                                        protein-transporting ATPase activity
GO:0015453                                                                                                                             oxidoreduction-driven active transmembrane transporter activity
GO:0015459                                                                                                                                                        potassium channel regulator activity
GO:0015464                                                                                                                                                             acetylcholine receptor activity
GO:0015467                                                                                                                             G-protein activated inward rectifier potassium channel activity
GO:0015485                                                                                                                                                                         cholesterol binding
GO:0015489                                                                                                                                               putrescine transmembrane transporter activity
GO:0015495                                                                                                                                           gamma-aminobutyric acid:proton symporter activity
GO:0015498                                                                                                                                                      pantothenate:sodium symporter activity
GO:0015499                                                                                                                                                  formate transmembrane transporter activity
GO:0015501                                                                                                                                                         glutamate:sodium symporter activity
GO:0015517                                                                                                                                                         galactose:proton symporter activity
GO:0015526                                                                                                                                    hexose-phosphate:inorganic phosphate antiporter activity
GO:0015538                                                                                                                                                       sialic acid:proton symporter activity
GO:0015552                                                                                                                                               propionate transmembrane transporter activity
GO:0015556                                                                                                                                         C4-dicarboxylate transmembrane transporter activity
GO:0015562                                                                                                                                                   efflux transmembrane transporter activity
GO:0015578                                                                                                                                                  mannose transmembrane transporter activity
GO:0015594                                                                                                                                                    ABC-type putrescine transporter activity
GO:0015605                                                                                                                                    organophosphate ester transmembrane transporter activity
GO:0015606                                                                                                                                               spermidine transmembrane transporter activity
GO:0015616                                                                                                                                                                    DNA translocase activity
GO:0015629                                                                                                                                                                          actin cytoskeleton
GO:0015630                                                                                                                                                                    microtubule cytoskeleton
GO:0015631                                                                                                                                                                             tubulin binding
GO:0015636                                                                                                                                   short-chain fatty acid transmembrane transporter activity
GO:0015643                                                                                                                                                                     toxic substance binding
GO:0015645                                                                                                                                                                  fatty acid ligase activity
GO:0015647                                                                                                                                            peptidoglycan transmembrane transporter activity
GO:0015650                                                                                                                                                           lactate:proton symporter activity
GO:0015651                                                                                                                                quaternary ammonium group transmembrane transporter activity
GO:0015655                                                                                                                                                           alanine:sodium symporter activity
GO:0015657                                                                                                                                         branched-chain amino acid:sodium symporter activity
GO:0015658                                                                                                                                branched-chain amino acid transmembrane transporter activity
GO:0015662                                                                                                                                                             P-type ion transporter activity
GO:0015665                                                                                                                                                  alcohol transmembrane transporter activity
GO:0015669                                                                                                                                                                               gas transport
GO:0015670                                                                                                                                                                    carbon dioxide transport
GO:0015671                                                                                                                                                                            oxygen transport
GO:0015675                                                                                                                                                                     nickel cation transport
GO:0015677                                                                                                                                                                           copper ion import
GO:0015679                                                                                                                                                        plasma membrane copper ion transport
GO:0015680                                                                                                                                                   protein maturation by copper ion transfer
GO:0015689                                                                                                                                                                     molybdate ion transport
GO:0015691                                                                                                                                                                       cadmium ion transport
GO:0015692                                                                                                                                                                          lead ion transport
GO:0015693                                                                                                                                                                     magnesium ion transport
GO:0015694                                                                                                                                                                       mercury ion transport
GO:0015695                                                                                                                                                                    organic cation transport
GO:0015697                                                                                                                                                         quaternary ammonium group transport
GO:0015698                                                                                                                                                                   inorganic anion transport
GO:0015700                                                                                                                                                                          arsenite transport
GO:0015701                                                                                                                                                                       bicarbonate transport
GO:0015705                                                                                                                                                                            iodide transport
GO:0015706                                                                                                                                                             nitrate transmembrane transport
GO:0015707                                                                                                                                                                           nitrite transport
GO:0015709                                                                                                                                                                       thiosulfate transport
GO:0015711                                                                                                                                                                     organic anion transport
GO:0015712                                                                                                                                                                  hexose phosphate transport
GO:0015718                                                                                                                                                               monocarboxylic acid transport
GO:0015721                                                                                                                                                           bile acid and bile salt transport
GO:0015722                                                                                                                                                             canalicular bile acid transport
GO:0015723                                                                                                                                                                         bilirubin transport
GO:0015724                                                                                                                                                                           formate transport
GO:0015727                                                                                                                                                                           lactate transport
GO:0015728                                                                                                                                                                        mevalonate transport
GO:0015729                                                                                                                                                                      oxaloacetate transport
GO:0015730                                                                                                                                                          propanoate transmembrane transport
GO:0015732                                                                                                                                                                     prostaglandin transport
GO:0015734                                                                                                                                                                           taurine transport
GO:0015735                                                                                                                                                         uronic acid transmembrane transport
GO:0015736                                                                                                                                                          hexuronate transmembrane transport
GO:0015738                                                                                                                                                         glucuronate transmembrane transport
GO:0015739                                                                                                                                                                       sialic acid transport
GO:0015740                                                                                                                                                                  C4-dicarboxylate transport
GO:0015741                                                                                                                                                                          fumarate transport
GO:0015742                                                                                                                                                               alpha-ketoglutarate transport
GO:0015743                                                                                                                                                                            malate transport
GO:0015744                                                                                                                                                                         succinate transport
GO:0015746                                                                                                                                                                           citrate transport
GO:0015747                                                                                                                                                                             urate transport
GO:0015748                                                                                                                                                             organophosphate ester transport
GO:0015749                                                                                                                                                      monosaccharide transmembrane transport
GO:0015750                                                                                                                                                             pentose transmembrane transport
GO:0015755                                                                                                                                                            fructose transmembrane transport
GO:0015756                                                                                                                                                              fucose transmembrane transport
GO:0015757                                                                                                                                                           galactose transmembrane transport
GO:0015760                                                                                                                                                               glucose-6-phosphate transport
GO:0015761                                                                                                                                                             mannose transmembrane transport
GO:0015766                                                                                                                                                                      disaccharide transport
GO:0015770                                                                                                                                                                           sucrose transport
GO:0015772                                                                                                                                                                   oligosaccharide transport
GO:0015774                                                                                                                                                                    polysaccharide transport
GO:0015779                                                                                                                                                                     glucuronoside transport
GO:0015780                                                                                                                                                    nucleotide-sugar transmembrane transport
GO:0015782                                                                                                                                             CMP-N-acetylneuraminate transmembrane transport
GO:0015783                                                                                                                                                          GDP-fucose transmembrane transport
GO:0015786                                                                                                                                                         UDP-glucose transmembrane transport
GO:0015787                                                                                                                                                 UDP-glucuronic acid transmembrane transport
GO:0015789                                                                                                                                           UDP-N-acetylgalactosamine transmembrane transport
GO:0015790                                                                                                                                                          UDP-xylose transmembrane transport
GO:0015791                                                                                                                                                              polyol transmembrane transport
GO:0015793                                                                                                                                                            glycerol transmembrane transport
GO:0015797                                                                                                                                                            mannitol transmembrane transport
GO:0015798                                                                                                                                                                      myo-inositol transport
GO:0015800                                                                                                                                                                 acidic amino acid transport
GO:0015801                                                                                                                                                               aromatic amino acid transport
GO:0015802                                                                                                                                                                  basic amino acid transport
GO:0015803                                                                                                                                                         branched-chain amino acid transport
GO:0015804                                                                                                                                                                neutral amino acid transport
GO:0015805                                                                                                                                                           S-adenosyl-L-methionine transport
GO:0015807                                                                                                                                                                      L-amino acid transport
GO:0015808                                                                                                                                                                         L-alanine transport
GO:0015810                                                                                                                                                           aspartate transmembrane transport
GO:0015811                                                                                                                                                                         L-cystine transport
GO:0015812                                                                                                                                                           gamma-aminobutyric acid transport
GO:0015813                                                                                                                                                         L-glutamate transmembrane transport
GO:0015816                                                                                                                                                                           glycine transport
GO:0015817                                                                                                                                                                         histidine transport
GO:0015818                                                                                                                                                                        isoleucine transport
GO:0015819                                                                                                                                                                            lysine transport
GO:0015820                                                                                                                                                                           leucine transport
GO:0015821                                                                                                                                                                        methionine transport
GO:0015822                                                                                                                                                                         ornithine transport
GO:0015823                                                                                                                                                                     phenylalanine transport
GO:0015824                                                                                                                                                                           proline transport
GO:0015825                                                                                                                                                                          L-serine transport
GO:0015826                                                                                                                                                                         threonine transport
GO:0015827                                                                                                                                                                        tryptophan transport
GO:0015828                                                                                                                                                                          tyrosine transport
GO:0015829                                                                                                                                                                            valine transport
GO:0015833                                                                                                                                                                           peptide transport
GO:0015835                                                                                                                                                                     peptidoglycan transport
GO:0015837                                                                                                                                                                             amine transport
GO:0015838                                                                                                                                                                amino-acid betaine transport
GO:0015840                                                                                                                                                                              urea transport
GO:0015842                                                                                                                                    aminergic neurotransmitter loading into synaptic vesicle
GO:0015843                                                                                                                                                                    methylammonium transport
GO:0015844                                                                                                                                                                         monoamine transport
GO:0015846                                                                                                                                                                         polyamine transport
GO:0015847                                                                                                                                                                        putrescine transport
GO:0015848                                                                                                                                                                        spermidine transport
GO:0015849                                                                                                                                                                      organic acid transport
GO:0015850                                                                                                                                                          organic hydroxy compound transport
GO:0015851                                                                                                                                                                        nucleobase transport
GO:0015853                                                                                                                                                                           adenine transport
GO:0015854                                                                                                                                                                           guanine transport
GO:0015855                                                                                                                                                             pyrimidine nucleobase transport
GO:0015857                                                                                                                                                                            uracil transport
GO:0015858                                                                                                                                                                        nucleoside transport
GO:0015860                                                                                                                                                   purine nucleoside transmembrane transport
GO:0015861                                                                                                                                                                          cytidine transport
GO:0015862                                                                                                                                                                           uridine transport
GO:0015864                                                                                                                                                             pyrimidine nucleoside transport
GO:0015865                                                                                                                                                                 purine nucleotide transport
GO:0015866                                                                                                                                                                               ADP transport
GO:0015867                                                                                                                                                                               ATP transport
GO:0015868                                                                                                                                                             purine ribonucleotide transport
GO:0015870                                                                                                                                                                     acetylcholine transport
GO:0015871                                                                                                                                                                           choline transport
GO:0015872                                                                                                                                                                          dopamine transport
GO:0015874                                                                                                                                                                    norepinephrine transport
GO:0015876                                                                                                                                                                        acetyl-CoA transport
GO:0015878                                                                                                                                                                            biotin transport
GO:0015879                                                                                                                                                                         carnitine transport
GO:0015880                                                                                                                                                                        coenzyme A transport
GO:0015881                                                                                                                                                            creatine transmembrane transport
GO:0015882                                                                                                                                                     L-ascorbic acid transmembrane transport
GO:0015883                                                                                                                                                                               FAD transport
GO:0015884                                                                                                                                                                        folic acid transport
GO:0015886                                                                                                                                                                              heme transport
GO:0015887                                                                                                                                                        pantothenate transmembrane transport
GO:0015888                                                                                                                                                                          thiamine transport
GO:0015889                                                                                                                                                                         cobalamin transport
GO:0015891                                                                                                                                                                       siderophore transport
GO:0015904                                                                                                                                                        tetracycline transmembrane transport
GO:0015908                                                                                                                                                                        fatty acid transport
GO:0015909                                                                                                                                                             long-chain fatty acid transport
GO:0015910                                                                                                                                                long-chain fatty acid import into peroxisome
GO:0015911                                                                                                                                         long-chain fatty acid import across plasma membrane
GO:0015912                                                                                                                                                            short-chain fatty acid transport
GO:0015913                                                                                                                                              short-chain fatty acid transmembrane transport
GO:0015914                                                                                                                                                                      phospholipid transport
GO:0015916                                                                                                                                                                    fatty-acyl-CoA transport
GO:0015917                                                                                                                                                                 aminophospholipid transport
GO:0015918                                                                                                                                                                            sterol transport
GO:0015919                                                                                                                                                              peroxisomal membrane transport
GO:0015920                                                                                                                                                                lipopolysaccharide transport
GO:0015923                                                                                                                                                                        mannosidase activity
GO:0015924                                                                                                                                               mannosyl-oligosaccharide mannosidase activity
GO:0015925                                                                                                                                                                      galactosidase activity
GO:0015926                                                                                                                                                                        glucosidase activity
GO:0015927                                                                                                                                                                          trehalase activity
GO:0015928                                                                                                                                                                         fucosidase activity
GO:0015929                                                                                                                                                                     hexosaminidase activity
GO:0015931                                                                                                                                                    nucleobase-containing compound transport
GO:0015932                                                                                                                           nucleobase-containing compound transmembrane transporter activity
GO:0015934                                                                                                                                                                     large ribosomal subunit
GO:0015935                                                                                                                                                                     small ribosomal subunit
GO:0015936                                                                                                                                                                coenzyme A metabolic process
GO:0015937                                                                                                                                                             coenzyme A biosynthetic process
GO:0015938                                                                                                                                                                coenzyme A catabolic process
GO:0015939                                                                                                                                                              pantothenate metabolic process
GO:0015942                                                                                                                                                                   formate metabolic process
GO:0015949                                                                                                                                        nucleobase-containing small molecule interconversion
GO:0015959                                                                                                                                                 diadenosine polyphosphate metabolic process
GO:0015960                                                                                                                                              diadenosine polyphosphate biosynthetic process
GO:0015961                                                                                                                                                 diadenosine polyphosphate catabolic process
GO:0015962                                                                                                                                                  diadenosine triphosphate metabolic process
GO:0015964                                                                                                                                                  diadenosine triphosphate catabolic process
GO:0015965                                                                                                                                                diadenosine tetraphosphate metabolic process
GO:0015966                                                                                                                                             diadenosine tetraphosphate biosynthetic process
GO:0015980                                                                                                                                         energy derivation by oxidation of organic compounds
GO:0015986                                                                                                                                                    proton motive force-driven ATP synthesis
GO:0015988                                                                                                             energy coupled proton transmembrane transport, against electrochemical gradient
GO:0015990                                                                                                                                                 electron transport coupled proton transport
GO:0016004                                                                                                                                                            phospholipase activator activity
GO:0016005                                                                                                                                                         phospholipase A2 activator activity
GO:0016010                                                                                                                                                  dystrophin-associated glycoprotein complex
GO:0016011                                                                                                                                                                        dystroglycan complex
GO:0016012                                                                                                                                                                         sarcoglycan complex
GO:0016013                                                                                                                                                                          syntrophin complex
GO:0016015                                                                                                                                                                          morphogen activity
GO:0016018                                                                                                                                                                       cyclosporin A binding
GO:0016019                                                                                                                                                      peptidoglycan immune receptor activity
GO:0016020                                                                                                                                                                                    membrane
GO:0016024                                                                                                                                                     CDP-diacylglycerol biosynthetic process
GO:0016031                                                                                                                                                              tRNA import into mitochondrion
GO:0016032                                                                                                                                                                               viral process
GO:0016034                                                                                                                                                       maleylacetoacetate isomerase activity
GO:0016035                                                                                                                                                                 zeta DNA polymerase complex
GO:0016036                                                                                                                                                   cellular response to phosphate starvation
GO:0016037                                                                                                                                                                            light absorption
GO:0016038                                                                                                                                                                 absorption of visible light
GO:0016042                                                                                                                                                                     lipid catabolic process
GO:0016043                                                                                                                                                             cellular component organization
GO:0016045                                                                                                                                                                      detection of bacterium
GO:0016046                                                                                                                                                                         detection of fungus
GO:0016048                                                                                                                                                           detection of temperature stimulus
GO:0016049                                                                                                                                                                                 cell growth
GO:0016050                                                                                                                                                                        vesicle organization
GO:0016051                                                                                                                                                           carbohydrate biosynthetic process
GO:0016052                                                                                                                                                              carbohydrate catabolic process
GO:0016053                                                                                                                                                           organic acid biosynthetic process
GO:0016054                                                                                                                                                              organic acid catabolic process
GO:0016055                                                                                                                                                                       Wnt signaling pathway
GO:0016056                                                                                                                                                        rhodopsin mediated signaling pathway
GO:0016062                                                                                                                                                  adaptation of rhodopsin mediated signaling
GO:0016064                                                                                                                                                     immunoglobulin mediated immune response
GO:0016068                                                                                                                                                                     type I hypersensitivity
GO:0016070                                                                                                                                                                       RNA metabolic process
GO:0016071                                                                                                                                                                      mRNA metabolic process
GO:0016072                                                                                                                                                                      rRNA metabolic process
GO:0016073                                                                                                                                                                     snRNA metabolic process
GO:0016074                                                                                                                                                                 sno(s)RNA metabolic process
GO:0016075                                                                                                                                                                      rRNA catabolic process
GO:0016076                                                                                                                                                                     snRNA catabolic process
GO:0016077                                                                                                                                                                 sno(s)RNA catabolic process
GO:0016078                                                                                                                                                                      tRNA catabolic process
GO:0016079                                                                                                                                                                 synaptic vesicle exocytosis
GO:0016080                                                                                                                                                                  synaptic vesicle targeting
GO:0016081                                                                                                                                                                    synaptic vesicle docking
GO:0016082                                                                                                                                                                    synaptic vesicle priming
GO:0016093                                                                                                                                                                polyprenol metabolic process
GO:0016094                                                                                                                                                             polyprenol biosynthetic process
GO:0016095                                                                                                                                                                polyprenol catabolic process
GO:0016098                                                                                                                                                             monoterpenoid metabolic process
GO:0016101                                                                                                                                                               diterpenoid metabolic process
GO:0016102                                                                                                                                                            diterpenoid biosynthetic process
GO:0016103                                                                                                                                                               diterpenoid catabolic process
GO:0016104                                                                                                                                                           triterpenoid biosynthetic process
GO:0016107                                                                                                                                                           sesquiterpenoid catabolic process
GO:0016108                                                                                                                                                            tetraterpenoid metabolic process
GO:0016109                                                                                                                                                         tetraterpenoid biosynthetic process
GO:0016110                                                                                                                                                            tetraterpenoid catabolic process
GO:0016114                                                                                                                                                              terpenoid biosynthetic process
GO:0016115                                                                                                                                                                 terpenoid catabolic process
GO:0016116                                                                                                                                                                carotenoid metabolic process
GO:0016117                                                                                                                                                             carotenoid biosynthetic process
GO:0016118                                                                                                                                                                carotenoid catabolic process
GO:0016119                                                                                                                                                                  carotene metabolic process
GO:0016121                                                                                                                                                                  carotene catabolic process
GO:0016122                                                                                                                                                               xanthophyll metabolic process
GO:0016123                                                                                                                                                            xanthophyll biosynthetic process
GO:0016124                                                                                                                                                               xanthophyll catabolic process
GO:0016125                                                                                                                                                                    sterol metabolic process
GO:0016126                                                                                                                                                                 sterol biosynthetic process
GO:0016127                                                                                                                                                                    sterol catabolic process
GO:0016128                                                                                                                                                              phytosteroid metabolic process
GO:0016129                                                                                                                                                           phytosteroid biosynthetic process
GO:0016131                                                                                                                                                           brassinosteroid metabolic process
GO:0016132                                                                                                                                                        brassinosteroid biosynthetic process
GO:0016137                                                                                                                                                                 glycoside metabolic process
GO:0016139                                                                                                                                                                 glycoside catabolic process
GO:0016149                                                                                                                                         translation release factor activity, codon specific
GO:0016150                                                                                                                                      translation release factor activity, codon nonspecific
GO:0016151                                                                                                                                                                       nickel cation binding
GO:0016153                                                                                                                                                                urocanate hydratase activity
GO:0016154                                                                                                                                                pyrimidine-nucleoside phosphorylase activity
GO:0016155                                                                                                                                               formyltetrahydrofolate dehydrogenase activity
GO:0016158                                                                                                                                                                          3-phytase activity
GO:0016160                                                                                                                                                                            amylase activity
GO:0016165                                                                                                                                                         linoleate 13S-lipoxygenase activity
GO:0016167                                                                                                                                    glial cell-derived neurotrophic factor receptor activity
GO:0016170                                                                                                                                                             interleukin-15 receptor binding
GO:0016174                                                                                                                                                       NAD(P)H oxidase H2O2-forming activity
GO:0016175                                                                                                                                              superoxide-generating NAD(P)H oxidase activity
GO:0016176                                                                                                                                      superoxide-generating NADPH oxidase activator activity
GO:0016180                                                                                                                                                                            snRNA processing
GO:0016182                                                                                                                                                      synaptic vesicle budding from endosome
GO:0016183                                                                                                                                                                    synaptic vesicle coating
GO:0016185                                                                                                                           synaptic vesicle budding from presynaptic endocytic zone membrane
GO:0016188                                                                                                                                                                 synaptic vesicle maturation
GO:0016189                                                                                                                                                         synaptic vesicle to endosome fusion
GO:0016191                                                                                                                                                                  synaptic vesicle uncoating
GO:0016192                                                                                                                                                                  vesicle-mediated transport
GO:0016197                                                                                                                                                                         endosomal transport
GO:0016198                                                                                                                                                               axon choice point recognition
GO:0016199                                                                                                                                                       axon midline choice point recognition
GO:0016202                                                                                                                                            regulation of striated muscle tissue development
GO:0016203                                                                                                                                                                           muscle attachment
GO:0016206                                                                                                                                                       catechol O-methyltransferase activity
GO:0016208                                                                                                                                                                                 AMP binding
GO:0016209                                                                                                                                                                        antioxidant activity
GO:0016211                                                                                                                                                                     ammonia ligase activity
GO:0016212                                                                                                                                               kynurenine-oxoglutarate transaminase activity
GO:0016213                                                                                                                                                           linoleoyl-CoA desaturase activity
GO:0016215                                                                                                                                                                acyl-CoA desaturase activity
GO:0016222                                                                                                                                                   procollagen-proline 4-dioxygenase complex
GO:0016223                                                                                                                                                 beta-alanine-pyruvate transaminase activity
GO:0016226                                                                                                                                                                iron-sulfur cluster assembly
GO:0016229                                                                                                                                                              steroid dehydrogenase activity
GO:0016230                                                                                                                                          sphingomyelin phosphodiesterase activator activity
GO:0016231                                                                                                                                                       beta-N-acetylglucosaminidase activity
GO:0016232                                                                                                                                                             HNK-1 sulfotransferase activity
GO:0016233                                                                                                                                                                            telomere capping
GO:0016234                                                                                                                                                                              inclusion body
GO:0016235                                                                                                                                                                                   aggresome
GO:0016236                                                                                                                                                                              macroautophagy
GO:0016237                                                                                                                                                                              microautophagy
GO:0016239                                                                                                                                                       positive regulation of macroautophagy
GO:0016240                                                                                                                                                              autophagosome membrane docking
GO:0016241                                                                                                                                                                regulation of macroautophagy
GO:0016242                                                                                                                                                       negative regulation of macroautophagy
GO:0016243                                                                                                                                                            regulation of autophagosome size
GO:0016247                                                                                                                                                                  channel regulator activity
GO:0016248                                                                                                                                                                  channel inhibitor activity
GO:0016250                                                                                                                                                  N-sulfoglucosamine sulfohydrolase activity
GO:0016251                                                                                                                          RNA polymerase II general transcription initiation factor activity
GO:0016254                                                                                                                                                    preassembly of GPI anchor in ER membrane
GO:0016255                                                                                                                                                         attachment of GPI anchor to protein
GO:0016256                                                                                                                                                             N-glycan processing to lysosome
GO:0016259                                                                                                                                                            selenocysteine metabolic process
GO:0016260                                                                                                                                                         selenocysteine biosynthetic process
GO:0016261                                                                                                                                                            selenocysteine catabolic process
GO:0016262                                                                                                                                            protein N-acetylglucosaminyltransferase activity
GO:0016263                                                                                                                    glycoprotein-N-acetylgalactosamine 3-beta-galactosyltransferase activity
GO:0016264                                                                                                                                                                       gap junction assembly
GO:0016266                                                                                                                                                                         O-glycan processing
GO:0016267                                                                                                                                                                 O-glycan processing, core 1
GO:0016268                                                                                                                                                                 O-glycan processing, core 2
GO:0016269                                                                                                                                                                 O-glycan processing, core 3
GO:0016272                                                                                                                                                                           prefoldin complex
GO:0016273                                                                                                                                                       arginine N-methyltransferase activity
GO:0016274                                                                                                                                               protein-arginine N-methyltransferase activity
GO:0016278                                                                                                                                                         lysine N-methyltransferase activity
GO:0016279                                                                                                                                                 protein-lysine N-methyltransferase activity
GO:0016281                                                                                                                                         eukaryotic translation initiation factor 4F complex
GO:0016282                                                                                                                                                        eukaryotic 43S preinitiation complex
GO:0016286                                                                                                                              small conductance calcium-activated potassium channel activity
GO:0016287                                                                                                                                              glycerone-phosphate O-acyltransferase activity
GO:0016289                                                                                                                                                                 acyl-CoA hydrolase activity
GO:0016297                                                                                                                                                         fatty acyl-[ACP] hydrolase activity
GO:0016298                                                                                                                                                                             lipase activity
GO:0016300                                                                                                                                                   tRNA (uridine) methyltransferase activity
GO:0016301                                                                                                                                                                             kinase activity
GO:0016303                                                                                                                                                    1-phosphatidylinositol-3-kinase activity
GO:0016308                                                                                                                                        1-phosphatidylinositol-4-phosphate 5-kinase activity
GO:0016309                                                                                                                                        1-phosphatidylinositol-5-phosphate 4-kinase activity
GO:0016310                                                                                                                                                                             phosphorylation
GO:0016311                                                                                                                                                                           dephosphorylation
GO:0016312                                                                                                                                                  inositol bisphosphate phosphatase activity
GO:0016314                                                                                                                             phosphatidylinositol-3,4,5-trisphosphate 3-phosphatase activity
GO:0016316                                                                                                                                phosphatidylinositol-3,4-bisphosphate 4-phosphatase activity
GO:0016320                                                                                                                                                       endoplasmic reticulum membrane fusion
GO:0016321                                                                                                                                                       female meiosis chromosome segregation
GO:0016322                                                                                                                                                                           neuron remodeling
GO:0016323                                                                                                                                                                 basolateral plasma membrane
GO:0016324                                                                                                                                                                      apical plasma membrane
GO:0016327                                                                                                                                                                apicolateral plasma membrane
GO:0016328                                                                                                                                                                     lateral plasma membrane
GO:0016331                                                                                                                                                       morphogenesis of embryonic epithelium
GO:0016332                                                                                                                            establishment or maintenance of polarity of embryonic epithelium
GO:0016333                                                                                                                                                      morphogenesis of follicular epithelium
GO:0016334                                                                                                                           establishment or maintenance of polarity of follicular epithelium
GO:0016338                                                                                                          calcium-independent cell-cell adhesion via plasma membrane cell-adhesion molecules
GO:0016339                                                                                                            calcium-dependent cell-cell adhesion via plasma membrane cell adhesion molecules
GO:0016340                                                                                                                                                      calcium-dependent cell-matrix adhesion
GO:0016342                                                                                                                                                                             catenin complex
GO:0016344                                                                                                                                            meiotic chromosome movement towards spindle pole
GO:0016358                                                                                                                                                                        dendrite development
GO:0016361                                                                                                                                                           activin receptor activity, type I
GO:0016362                                                                                                                                                          activin receptor activity, type II
GO:0016363                                                                                                                                                                              nuclear matrix
GO:0016401                                                                                                                                                              palmitoyl-CoA oxidase activity
GO:0016402                                                                                                                                                             pristanoyl-CoA oxidase activity
GO:0016403                                                                                                                                                                 dimethylargininase activity
GO:0016404                                                                                                                                       15-hydroxyprostaglandin dehydrogenase (NAD+) activity
GO:0016405                                                                                                                                                                         CoA-ligase activity
GO:0016406                                                                                                                                                        carnitine O-acyltransferase activity
GO:0016407                                                                                                                                                                  acetyltransferase activity
GO:0016408                                                                                                                                                                  C-acyltransferase activity
GO:0016409                                                                                                                                                               palmitoyltransferase activity
GO:0016410                                                                                                                                                                  N-acyltransferase activity
GO:0016411                                                                                                                                                     acylglycerol O-acyltransferase activity
GO:0016412                                                                                                                                                           serine O-acyltransferase activity
GO:0016413                                                                                                                                                                O-acetyltransferase activity
GO:0016414                                                                                                                                                              O-octanoyltransferase activity
GO:0016415                                                                                                                                                                octanoyltransferase activity
GO:0016416                                                                                                                                                             O-palmitoyltransferase activity
GO:0016417                                                                                                                                                                  S-acyltransferase activity
GO:0016418                                                                                                                                                                S-acetyltransferase activity
GO:0016419                                                                                                                                                               S-malonyltransferase activity
GO:0016420                                                                                                                                                                 malonyltransferase activity
GO:0016421                                                                                                                                                                    CoA carboxylase activity
GO:0016422                                                                                                                                  mRNA (2'-O-methyladenosine-N6-)-methyltransferase activity
GO:0016423                                                                                                                                                   tRNA (guanine) methyltransferase activity
GO:0016426                                                                                                                                                   tRNA (adenine) methyltransferase activity
GO:0016427                                                                                                                                                  tRNA (cytidine) methyltransferase activity
GO:0016428                                                                                                                                               tRNA (cytidine-5-)-methyltransferase activity
GO:0016432                                                                                                                                         tRNA-uridine aminocarboxypropyltransferase activity
GO:0016433                                                                                                                                                   rRNA (adenine) methyltransferase activity
GO:0016434                                                                                                                                                  rRNA (cytosine) methyltransferase activity
GO:0016435                                                                                                                                                   rRNA (guanine) methyltransferase activity
GO:0016436                                                                                                                                                   rRNA (uridine) methyltransferase activity
GO:0016441                                                                                                                                                         post-transcriptional gene silencing
GO:0016442                                                                                                                                                                                RISC complex
GO:0016444                                                                                                                                                              somatic cell DNA recombination
GO:0016445                                                                                                                                                  somatic diversification of immunoglobulins
GO:0016446                                                                                                                                               somatic hypermutation of immunoglobulin genes
GO:0016447                                                                                                                                       somatic recombination of immunoglobulin gene segments
GO:0016453                                                                                                                                                                C-acetyltransferase activity
GO:0016454                                                                                                                                                             C-palmitoyltransferase activity
GO:0016459                                                                                                                                                                              myosin complex
GO:0016460                                                                                                                                                                           myosin II complex
GO:0016461                                                                                                                                                               unconventional myosin complex
GO:0016462                                                                                                                                                                    pyrophosphatase activity
GO:0016469                                                                                                                                               proton-transporting two-sector ATPase complex
GO:0016471                                                                                                                                          vacuolar proton-transporting V-type ATPase complex
GO:0016476                                                                                                                                                          regulation of embryonic cell shape
GO:0016477                                                                                                                                                                              cell migration
GO:0016479                                                                                                                                    negative regulation of transcription by RNA polymerase I
GO:0016480                                                                                                                                  negative regulation of transcription by RNA polymerase III
GO:0016482                                                                                                                                                                         cytosolic transport
GO:0016485                                                                                                                                                                          protein processing
GO:0016486                                                                                                                                                                  peptide hormone processing
GO:0016487                                                                                                                                                                  farnesol metabolic process
GO:0016488                                                                                                                                                                  farnesol catabolic process
GO:0016491                                                                                                                                                                     oxidoreductase activity
GO:0016492                                                                                                                                             G protein-coupled neurotensin receptor activity
GO:0016493                                                                                                                                                             C-C chemokine receptor activity
GO:0016494                                                                                                                                                           C-X-C chemokine receptor activity
GO:0016495                                                                                                                                                          C-X3-C chemokine receptor activity
GO:0016496                                                                                                                                                               substance P receptor activity
GO:0016497                                                                                                                                                               substance K receptor activity
GO:0016499                                                                                                                                                                    orexin receptor activity
GO:0016500                                                                                                                                                           protein-hormone receptor activity
GO:0016501                                                                                                                                                              prostacyclin receptor activity
GO:0016502                                                                                                                                                                nucleotide receptor activity
GO:0016503                                                                                                                                                                 pheromone receptor activity
GO:0016504                                                                                                                                                                peptidase activator activity
GO:0016505                                                                                                                                  peptidase activator activity involved in apoptotic process
GO:0016507                                                                                                                                 mitochondrial fatty acid beta-oxidation multienzyme complex
GO:0016509                                                                                                                                         long-chain-3-hydroxyacyl-CoA dehydrogenase activity
GO:0016513                                                                                                                                                                 core-binding factor complex
GO:0016514                                                                                                                                                                             SWI/SNF complex
GO:0016517                                                                                                                                                            interleukin-12 receptor activity
GO:0016519                                                                                                                                                gastric inhibitory peptide receptor activity
GO:0016520                                                                                                                                          growth hormone-releasing hormone receptor activity
GO:0016521                                                                                                                                 pituitary adenylate cyclase activating polypeptide activity
GO:0016524                                                                                                                                                                latrotoxin receptor activity
GO:0016525                                                                                                                                                         negative regulation of angiogenesis
GO:0016528                                                                                                                                                                                  sarcoplasm
GO:0016529                                                                                                                                                                      sarcoplasmic reticulum
GO:0016530                                                                                                                                                                   metallochaperone activity
GO:0016531                                                                                                                                                                   copper chaperone activity
GO:0016532                                                                                                                                              superoxide dismutase copper chaperone activity
GO:0016533                                                                                                                                                                    protein kinase 5 complex
GO:0016538                                                                                                                         cyclin-dependent protein serine/threonine kinase regulator activity
GO:0016539                                                                                                                                                            intein-mediated protein splicing
GO:0016540                                                                                                                                                                      protein autoprocessing
GO:0016553                                                                                                                                                     base conversion or substitution editing
GO:0016554                                                                                                                                                                 cytidine to uridine editing
GO:0016556                                                                                                                                                                           mRNA modification
GO:0016557                                                                                                                                                              peroxisome membrane biogenesis
GO:0016558                                                                                                                                                       protein import into peroxisome matrix
GO:0016559                                                                                                                                                                          peroxisome fission
GO:0016560                                                                                                                                              protein import into peroxisome matrix, docking
GO:0016561                                                                                                                                        protein import into peroxisome matrix, translocation
GO:0016562                                                                                                                                   protein import into peroxisome matrix, receptor recycling
GO:0016567                                                                                                                                                                      protein ubiquitination
GO:0016579                                                                                                                                                                    protein deubiquitination
GO:0016581                                                                                                                                                                                NuRD complex
GO:0016586                                                                                                                                                                            RSC-type complex
GO:0016589                                                                                                                                                                                NURF complex
GO:0016590                                                                                                                                                                                 ACF complex
GO:0016591                                                                                                                                                               RNA polymerase II, holoenzyme
GO:0016592                                                                                                                                                                            mediator complex
GO:0016593                                                                                                                                                                          Cdc73/Paf1 complex
GO:0016594                                                                                                                                                                             glycine binding
GO:0016595                                                                                                                                                                           glutamate binding
GO:0016597                                                                                                                                                                          amino acid binding
GO:0016598                                                                                                                                                                        protein arginylation
GO:0016600                                                                                                                                                                           flotillin complex
GO:0016601                                                                                                                                                             Rac protein signal transduction
GO:0016602                                                                                                                                                                CCAAT-binding factor complex
GO:0016603                                                                                                                                                glutaminyl-peptide cyclotransferase activity
GO:0016604                                                                                                                                                                                nuclear body
GO:0016605                                                                                                                                                                                    PML body
GO:0016607                                                                                                                                                                               nuclear speck
GO:0016608                                                                                                                                                   growth hormone-releasing hormone activity
GO:0016614                                                                                                                                    oxidoreductase activity, acting on CH-OH group of donors
GO:0016615                                                                                                                                                               malate dehydrogenase activity
GO:0016616                                                                                                       oxidoreductase activity, acting on the CH-OH group of donors, NAD or NADP as acceptor
GO:0016617                                                                                                                                                             4-oxoproline reductase activity
GO:0016618                                                                                                                                                          hydroxypyruvate reductase activity
GO:0016620                                                                                             oxidoreductase activity, acting on the aldehyde or oxo group of donors, NAD or NADP as acceptor
GO:0016623                                                                                                  oxidoreductase activity, acting on the aldehyde or oxo group of donors, oxygen as acceptor
GO:0016624                                                                                               oxidoreductase activity, acting on the aldehyde or oxo group of donors, disulfide as acceptor
GO:0016627                                                                                                                                oxidoreductase activity, acting on the CH-CH group of donors
GO:0016628                                                                                                       oxidoreductase activity, acting on the CH-CH group of donors, NAD or NADP as acceptor
GO:0016631                                                                                                                                             enoyl-[acyl-carrier-protein] reductase activity
GO:0016634                                                                                                            oxidoreductase activity, acting on the CH-CH group of donors, oxygen as acceptor
GO:0016635                                                                                       oxidoreductase activity, acting on the CH-CH group of donors, quinone or related compound as acceptor
GO:0016638                                                                                                                               oxidoreductase activity, acting on the CH-NH2 group of donors
GO:0016639                                                                                                      oxidoreductase activity, acting on the CH-NH2 group of donors, NAD or NADP as acceptor
GO:0016641                                                                                                           oxidoreductase activity, acting on the CH-NH2 group of donors, oxygen as acceptor
GO:0016642                                                                                                        oxidoreductase activity, acting on the CH-NH2 group of donors, disulfide as acceptor
GO:0016645                                                                                                                                oxidoreductase activity, acting on the CH-NH group of donors
GO:0016646                                                                                                       oxidoreductase activity, acting on the CH-NH group of donors, NAD or NADP as acceptor
GO:0016647                                                                                                            oxidoreductase activity, acting on the CH-NH group of donors, oxygen as acceptor
GO:0016649                                                                                       oxidoreductase activity, acting on the CH-NH group of donors, quinone or similar compound as acceptor
GO:0016651                                                                                                                                                  oxidoreductase activity, acting on NAD(P)H
GO:0016652                                                                                                                              oxidoreductase activity, acting on NAD(P)H, NAD(P) as acceptor
GO:0016653                                                                                                                        oxidoreductase activity, acting on NAD(P)H, heme protein as acceptor
GO:0016655                                                                                                         oxidoreductase activity, acting on NAD(P)H, quinone or similar compound as acceptor
GO:0016661                                                                                                                    oxidoreductase activity, acting on other nitrogenous compounds as donors
GO:0016662                                                                                            oxidoreductase activity, acting on other nitrogenous compounds as donors, cytochrome as acceptor
GO:0016663                                                                                                oxidoreductase activity, acting on other nitrogenous compounds as donors, oxygen as acceptor
GO:0016667                                                                                                                                 oxidoreductase activity, acting on a sulfur group of donors
GO:0016668                                                                                                             oxidoreductase activity, acting on a sulfur group of donors, NAD(P) as acceptor
GO:0016670                                                                                                             oxidoreductase activity, acting on a sulfur group of donors, oxygen as acceptor
GO:0016671                                                                                                          oxidoreductase activity, acting on a sulfur group of donors, disulfide as acceptor
GO:0016672                                                                                        oxidoreductase activity, acting on a sulfur group of donors, quinone or similar compound as acceptor
GO:0016675                                                                                                                                   oxidoreductase activity, acting on a heme group of donors
GO:0016679                                                                                                               oxidoreductase activity, acting on diphenols and related substances as donors
GO:0016684                                                                                                                                     oxidoreductase activity, acting on peroxide as acceptor
GO:0016701                                                                                                     oxidoreductase activity, acting on single donors with incorporation of molecular oxygen
GO:0016702                                                               oxidoreductase activity, acting on single donors with incorporation of molecular oxygen, incorporation of two atoms of oxygen
GO:0016705                                                                                       oxidoreductase activity, acting on paired donors, with incorporation or reduction of molecular oxygen
GO:0016706                                                                                                                                               2-oxoglutarate-dependent dioxygenase activity
GO:0016709                        oxidoreductase activity, acting on paired donors, with incorporation or reduction of molecular oxygen, NAD(P)H as one donor, and incorporation of one atom of oxygen
GO:0016711                                                                                                                                                         flavonoid 3'-monooxygenase activity
GO:0016712 oxidoreductase activity, acting on paired donors, with incorporation or reduction of molecular oxygen, reduced flavin or flavoprotein as one donor, and incorporation of one atom of oxygen
GO:0016713    oxidoreductase activity, acting on paired donors, with incorporation or reduction of molecular oxygen, reduced iron-sulfur protein as one donor, and incorporation of one atom of oxygen
GO:0016714              oxidoreductase activity, acting on paired donors, with incorporation or reduction of molecular oxygen, reduced pteridine as one donor, and incorporation of one atom of oxygen
GO:0016715              oxidoreductase activity, acting on paired donors, with incorporation or reduction of molecular oxygen, reduced ascorbate as one donor, and incorporation of one atom of oxygen
GO:0016716               oxidoreductase activity, acting on paired donors, with incorporation or reduction of molecular oxygen, another compound as one donor, and incorporation of one atom of oxygen
GO:0016717                               oxidoreductase activity, acting on paired donors, with oxidation of a pair of donors resulting in the reduction of molecular oxygen to two molecules of water
GO:0016721                                                                                                                          oxidoreductase activity, acting on superoxide radicals as acceptor
GO:0016722                                                                                                                                               oxidoreductase activity, acting on metal ions
GO:0016723                                                                                                                      oxidoreductase activity, acting on metal ions, NAD or NADP as acceptor
GO:0016724                                                                                                                           oxidoreductase activity, acting on metal ions, oxygen as acceptor
GO:0016725                                                                                                                                         oxidoreductase activity, acting on CH or CH2 groups
GO:0016726                                                                                                                oxidoreductase activity, acting on CH or CH2 groups, NAD or NADP as acceptor
GO:0016727                                                                                                                     oxidoreductase activity, acting on CH or CH2 groups, oxygen as acceptor
GO:0016728                                                                                                                  oxidoreductase activity, acting on CH or CH2 groups, disulfide as acceptor
GO:0016730                                                                                                                           oxidoreductase activity, acting on iron-sulfur proteins as donors
GO:0016731                                                                                                  oxidoreductase activity, acting on iron-sulfur proteins as donors, NAD or NADP as acceptor
GO:0016740                                                                                                                                                                        transferase activity
GO:0016741                                                                                                                                        transferase activity, transferring one-carbon groups
GO:0016742                                                                                                                                    hydroxymethyl-, formyl- and related transferase activity
GO:0016743                                                                                                                                                  carboxyl- or carbamoyltransferase activity
GO:0016744                                                                                                                                                     transketolase or transaldolase activity
GO:0016746                                                                                                                                                                    acyltransferase activity
GO:0016747                                                                                                                  acyltransferase activity, transferring groups other than amino-acyl groups
GO:0016748                                                                                                                                                                succinyltransferase activity
GO:0016749                                                                                                                                                              N-succinyltransferase activity
GO:0016751                                                                                                                                                              S-succinyltransferase activity
GO:0016755                                                                                                                                                               aminoacyltransferase activity
GO:0016757                                                                                                                                                                glycosyltransferase activity
GO:0016758                                                                                                                                                                 hexosyltransferase activity
GO:0016763                                                                                                                                                                pentosyltransferase activity
GO:0016765                                                                                                                 transferase activity, transferring alkyl or aryl (other than methyl) groups
GO:0016769                                                                                                                                       transferase activity, transferring nitrogenous groups
GO:0016772                                                                                                                             transferase activity, transferring phosphorus-containing groups
GO:0016773                                                                                                                                      phosphotransferase activity, alcohol group as acceptor
GO:0016774                                                                                                                                     phosphotransferase activity, carboxyl group as acceptor
GO:0016775                                                                                                                                  phosphotransferase activity, nitrogenous group as acceptor
GO:0016776                                                                                                                                    phosphotransferase activity, phosphate group as acceptor
GO:0016778                                                                                                                                                               diphosphotransferase activity
GO:0016779                                                                                                                                                             nucleotidyltransferase activity
GO:0016780                                                                                                                         phosphotransferase activity, for other substituted phosphate groups
GO:0016781                                                                                                                                               phosphotransferase activity, paired acceptors
GO:0016782                                                                                                                                transferase activity, transferring sulphur-containing groups
GO:0016783                                                                                                                                                                  sulfurtransferase activity
GO:0016784                                                                                                                                               3-mercaptopyruvate sulfurtransferase activity
GO:0016785                                                                                                                                                                  selenotransferase activity
GO:0016787                                                                                                                                                                          hydrolase activity
GO:0016788                                                                                                                                                   hydrolase activity, acting on ester bonds
GO:0016790                                                                                                                                                               thiolester hydrolase activity
GO:0016791                                                                                                                                                                        phosphatase activity
GO:0016793                                                                                                                                                  triphosphoric monoester hydrolase activity
GO:0016794                                                                                                                                                   diphosphoric monoester hydrolase activity
GO:0016796                                                                                 exonuclease activity, active with either ribo- or deoxyribonucleic acids and producing 5'-phosphomonoesters
GO:0016798                                                                                                                                                hydrolase activity, acting on glycosyl bonds
GO:0016799                                                                                                                                        hydrolase activity, hydrolyzing N-glycosyl compounds
GO:0016801                                                                                                                                                   hydrolase activity, acting on ether bonds
GO:0016803                                                                                                                                                                    ether hydrolase activity
GO:0016805                                                                                                                                                                        dipeptidase activity
GO:0016807                                                                                                                                                     cysteine-type carboxypeptidase activity
GO:0016810                                                                                                                       hydrolase activity, acting on carbon-nitrogen (but not peptide) bonds
GO:0016811                                                                                                     hydrolase activity, acting on carbon-nitrogen (but not peptide) bonds, in linear amides
GO:0016812                                                                                                     hydrolase activity, acting on carbon-nitrogen (but not peptide) bonds, in cyclic amides
GO:0016813                                                                                                   hydrolase activity, acting on carbon-nitrogen (but not peptide) bonds, in linear amidines
GO:0016814                                                                                                   hydrolase activity, acting on carbon-nitrogen (but not peptide) bonds, in cyclic amidines
GO:0016817                                                                                                                                               hydrolase activity, acting on acid anhydrides
GO:0016818                                                                                                          hydrolase activity, acting on acid anhydrides, in phosphorus-containing anhydrides
GO:0016819                                                                                                            hydrolase activity, acting on acid anhydrides, in sulfonyl-containing anhydrides
GO:0016822                                                                                                                                      hydrolase activity, acting on acid carbon-carbon bonds
GO:0016823                                                                                                               hydrolase activity, acting on acid carbon-carbon bonds, in ketonic substances
GO:0016825                                                                                                                                hydrolase activity, acting on acid phosphorus-nitrogen bonds
GO:0016826                                                                                                                                    hydrolase activity, acting on acid sulfur-nitrogen bonds
GO:0016829                                                                                                                                                                              lyase activity
GO:0016830                                                                                                                                                                carbon-carbon lyase activity
GO:0016831                                                                                                                                                                      carboxy-lyase activity
GO:0016832                                                                                                                                                                     aldehyde-lyase activity
GO:0016833                                                                                                                                                                     oxo-acid-lyase activity
GO:0016835                                                                                                                                                                carbon-oxygen lyase activity
GO:0016836                                                                                                                                                                        hydro-lyase activity
GO:0016838                                                                                                                                          carbon-oxygen lyase activity, acting on phosphates
GO:0016840                                                                                                                                                              carbon-nitrogen lyase activity
GO:0016841                                                                                                                                                                      ammonia-lyase activity
GO:0016842                                                                                                                                                                      amidine-lyase activity
GO:0016843                                                                                                                                                                        amine-lyase activity
GO:0016844                                                                                                                                                             strictosidine synthase activity
GO:0016846                                                                                                                                                                carbon-sulfur lyase activity
GO:0016849                                                                                                                                                            phosphorus-oxygen lyase activity
GO:0016853                                                                                                                                                                          isomerase activity
GO:0016854                                                                                                                                                             racemase and epimerase activity
GO:0016855                                                                                                                      racemase and epimerase activity, acting on amino acids and derivatives
GO:0016857                                                                                                                    racemase and epimerase activity, acting on carbohydrates and derivatives
GO:0016859                                                                                                                                                                cis-trans isomerase activity
GO:0016860                                                                                                                                                      intramolecular oxidoreductase activity
GO:0016861                                                                                                                 intramolecular oxidoreductase activity, interconverting aldoses and ketoses
GO:0016862                                                                                                               intramolecular oxidoreductase activity, interconverting keto- and enol-groups
GO:0016863                                                                                                                               intramolecular oxidoreductase activity, transposing C=C bonds
GO:0016864                                                                                                                               intramolecular oxidoreductase activity, transposing S-S bonds
GO:0016866                                                                                                                                                         intramolecular transferase activity
GO:0016868                                                                                                                                                  intramolecular phosphotransferase activity
GO:0016869                                                                                                                                                    intramolecular aminotransferase activity
GO:0016872                                                                                                                                                               intramolecular lyase activity
GO:0016874                                                                                                                                                                             ligase activity
GO:0016875                                                                                                                                                ligase activity, forming carbon-oxygen bonds
GO:0016877                                                                                                                                                ligase activity, forming carbon-sulfur bonds
GO:0016878                                                                                                                                                                  acid-thiol ligase activity
GO:0016879                                                                                                                                              ligase activity, forming carbon-nitrogen bonds
GO:0016880                                                                                                                                                     acid-ammonia (or amide) ligase activity
GO:0016881                                                                                                                                                             acid-amino acid ligase activity
GO:0016882                                                                                                                                                                       cyclo-ligase activity
GO:0016884                                                                                                                            carbon-nitrogen ligase activity, with glutamine as amido-N-donor
GO:0016885                                                                                                                                                ligase activity, forming carbon-carbon bonds
GO:0016886                                                                                                                                             ligase activity, forming phosphoric ester bonds
GO:0016887                                                                                                                                                                     ATP hydrolysis activity
GO:0016888                                                                                                                              endodeoxyribonuclease activity, producing 5'-phosphomonoesters
GO:0016889                                                                                                                                   DNA endonuclease activity, producing 3'-phosphomonoesters
GO:0016890                                                                                                                     site-specific endodeoxyribonuclease activity, specific for altered base
GO:0016891                                                                                                                                   RNA endonuclease activity, producing 5'-phosphomonoesters
GO:0016892                                                                                                                                   RNA endonuclease activity, producing 3'-phosphomonoesters
GO:0016893                                                                                endonuclease activity, active with either ribo- or deoxyribonucleic acids and producing 5'-phosphomonoesters
GO:0016894                                                                                endonuclease activity, active with either ribo- or deoxyribonucleic acids and producing 3'-phosphomonoesters
GO:0016895                                                                                                                                    DNA exonuclease activity, producing 5'-phosphomonoesters
GO:0016896                                                                                                                                    RNA exonuclease activity, producing 5'-phosphomonoesters
GO:0016898                                                                                                        oxidoreductase activity, acting on the CH-OH group of donors, cytochrome as acceptor
GO:0016899                                                                                                            oxidoreductase activity, acting on the CH-OH group of donors, oxygen as acceptor
GO:0016901                                                                                       oxidoreductase activity, acting on the CH-OH group of donors, quinone or similar compound as acceptor
GO:0016903                                                                                                                      oxidoreductase activity, acting on the aldehyde or oxo group of donors
GO:0016907                                                                                                                                           G protein-coupled acetylcholine receptor activity
GO:0016913                                                                                                                                                       follicle-stimulating hormone activity
GO:0016914                                                                                                                                                        follicle-stimulating hormone complex
GO:0016917                                                                                                                                                                      GABA receptor activity
GO:0016918                                                                                                                                                                             retinal binding
GO:0016920                                                                                                                                                             pyroglutamyl-peptidase activity
GO:0016922                                                                                                                                                                    nuclear receptor binding
GO:0016925                                                                                                                                                                         protein sumoylation
GO:0016926                                                                                                                                                                       protein desumoylation
GO:0016929                                                                                                                                                                        deSUMOylase activity
GO:0016933                                                                                                                                          extracellularly glycine-gated ion channel activity
GO:0016934                                                                                                                                     extracellularly glycine-gated chloride channel activity
GO:0016935                                                                                                                                                      glycine-gated chloride channel complex
GO:0016936                                                                                                                                                                         galactoside binding
GO:0016937                                                                                                                                           short-chain fatty acyl-CoA dehydrogenase activity
GO:0016938                                                                                                                                                                           kinesin I complex
GO:0016939                                                                                                                                                                          kinesin II complex
GO:0016941                                                                                                                                                       natriuretic peptide receptor activity
GO:0016942                                                                                                                                          insulin-like growth factor binding protein complex
GO:0016964                                                                                                                                                     alpha-2 macroglobulin receptor activity
GO:0016971                                                                                                                                                flavin-dependent sulfhydryl oxidase activity
GO:0016972                                                                                                                                                                      thiol oxidase activity
GO:0016973                                                                                                                                                           poly(A)+ mRNA export from nucleus
GO:0016992                                                                                                                                                                   lipoate synthase activity
GO:0016997                                                                                                                                                                    alpha-sialidase activity
GO:0016999                                                                                                                                                                antibiotic metabolic process
GO:0017002                                                                                                                                                                   activin receptor activity
GO:0017004                                                                                                                                                                 cytochrome complex assembly
GO:0017005                                                                                                                                                   3'-tyrosyl-DNA phosphodiesterase activity
GO:0017014                                                                                                                                                                       protein nitrosylation
GO:0017015                                                                                                                    regulation of transforming growth factor beta receptor signaling pathway
GO:0017017                                                                                                                                   MAP kinase tyrosine/serine/threonine phosphatase activity
GO:0017018                                                                                                                                                                 myosin phosphatase activity
GO:0017020                                                                                                                                                       myosin phosphatase regulator activity
GO:0017022                                                                                                                                                                              myosin binding
GO:0017024                                                                                                                                                                            myosin I binding
GO:0017025                                                                                                                                                                   TBP-class protein binding
GO:0017038                                                                                                                                                                              protein import
GO:0017040                                                                                                                                                   N-acylsphingosine amidohydrolase activity
GO:0017042                                                                                                                                                                 glycosylceramidase activity
GO:0017045                                                                                                                                                    corticotropin-releasing hormone activity
GO:0017046                                                                                                                                                                     peptide hormone binding
GO:0017050                                                                                                                                                       D-erythro-sphingosine kinase activity
GO:0017053                                                                                                                                                             transcription repressor complex
GO:0017054                                                                                                                                                                 negative cofactor 2 complex
GO:0017055                                                                                                       negative regulation of RNA polymerase II transcription preinitiation complex assembly
GO:0017056                                                                                                                                                      structural constituent of nuclear pore
GO:0017057                                                                                                                                                          6-phosphogluconolactonase activity
GO:0017059                                                                                                                                                       serine C-palmitoyltransferase complex
GO:0017060                                                                                                                    3-galactosyl-N-acetylglucosaminide 4-alpha-L-fucosyltransferase activity
GO:0017061                                                                                                                                             S-methyl-5-thioadenosine phosphorylase activity
GO:0017062                                                                                                                                                      respiratory chain complex III assembly
GO:0017064                                                                                                                                                         fatty acid amide hydrolase activity
GO:0017065                                                                                                                                   single-strand selective uracil DNA N-glycosylase activity
GO:0017069                                                                                                                                                                               snRNA binding
GO:0017070                                                                                                                                                                            U6 snRNA binding
GO:0017071                                                                                                                            intracellular cyclic nucleotide activated cation channel complex
GO:0017075                                                                                                                                                                          syntaxin-1 binding
GO:0017076                                                                                                                                                                   purine nucleotide binding
GO:0017077                                                                                                                                                oxidative phosphorylation uncoupler activity
GO:0017080                                                                                                                                                           sodium channel regulator activity
GO:0017081                                                                                                                                                         chloride channel regulator activity
GO:0017083                                                                                                                    4-galactosyl-N-acetylglucosaminide 3-alpha-L-fucosyltransferase activity
GO:0017085                                                                                                                                                                     response to insecticide
GO:0017087                                                                                                                                                  mitochondrial processing peptidase complex
GO:0017089                                                                                                                                                                glycolipid transfer activity
GO:0017090                                                                                                                                                                            meprin A complex
GO:0017095                                                                                                                                               heparan sulfate 6-O-sulfotransferase activity
GO:0017098                                                                                                                                                               sulfonylurea receptor binding
GO:0017099                                                                                                                                       very-long-chain fatty acyl-CoA dehydrogenase activity
GO:0017101                                                                                                                                               aminoacyl-tRNA synthetase multienzyme complex
GO:0017108                                                                                                                                                               5'-flap endonuclease activity
GO:0017109                                                                                                                                                           glutamate-cysteine ligase complex
GO:0017110                                                                                                                                                 nucleoside diphosphate phosphatase activity
GO:0017111                                                                                                                                            ribonucleoside triphosphate phosphatase activity
GO:0017113                                                                                                                                            dihydropyrimidine dehydrogenase (NADP+) activity
GO:0017116                                                                                                                                                       single-stranded DNA helicase activity
GO:0017118                                                                                                                                                                  lipoyltransferase activity
GO:0017119                                                                                                                                                                     Golgi transport complex
GO:0017121                                                                                                                                                     plasma membrane phospholipid scrambling
GO:0017124                                                                                                                                                                          SH3 domain binding
GO:0017125                                                                                                                                                           deoxycytidyl transferase activity
GO:0017126                                                                                                                                                                             nucleologenesis
GO:0017128                                                                                                                                                            phospholipid scramblase activity
GO:0017129                                                                                                                                                                        triglyceride binding
GO:0017130                                                                                                                                                                         poly(C) RNA binding
GO:0017134                                                                                                                                                            fibroblast growth factor binding
GO:0017136                                                                                                                                                  NAD-dependent histone deacetylase activity
GO:0017143                                                                                                                                                               insecticide metabolic process
GO:0017145                                                                                                                                                                          stem cell division
GO:0017146                                                                                                                                                   NMDA selective glutamate receptor complex
GO:0017147                                                                                                                                                                         Wnt-protein binding
GO:0017148                                                                                                                                                          negative regulation of translation
GO:0017150                                                                                                                                                       tRNA dihydrouridine synthase activity
GO:0017151                                                                                                                                                             DEAD/H-box RNA helicase binding
GO:0017153                                                                                                                                                     sodium:dicarboxylate symporter activity
GO:0017154                                                                                                                                                                semaphorin receptor activity
GO:0017156                                                                                                                                                            calcium-ion regulated exocytosis
GO:0017157                                                                                                                                                                    regulation of exocytosis
GO:0017158                                                                                                                                              regulation of calcium ion-dependent exocytosis
GO:0017159                                                                                                                                                              pantetheine hydrolase activity
GO:0017161                                                                                                                                         inositol-1,3,4-trisphosphate 4-phosphatase activity
GO:0017162                                                                                                                                                           aryl hydrocarbon receptor binding
GO:0017166                                                                                                                                                                            vinculin binding
GO:0017168                                                                                                                                                   5-oxoprolinase (ATP-hydrolyzing) activity
GO:0017169                                                                                                                                                CDP-alcohol phosphatidyltransferase activity
GO:0017171                                                                                                                                                                   serine hydrolase activity
GO:0017172                                                                                                                                                               cysteine dioxygenase activity
GO:0017174                                                                                                                                                        glycine N-methyltransferase activity
GO:0017176                                                                                                                               phosphatidylinositol N-acetylglucosaminyltransferase activity
GO:0017177                                                                                                                                                                      glucosidase II complex
GO:0017178                                                                                                                                                           diphthine-ammonia ligase activity
GO:0017183                                                                                                                                                protein histidyl modification to diphthamide
GO:0017185                                                                                                                                                               peptidyl-lysine hydroxylation
GO:0017186                                                                                                  peptidyl-pyroglutamic acid biosynthetic process, using glutaminyl-peptide cyclotransferase
GO:0017187                                                                                                                                                        peptidyl-glutamic acid carboxylation
GO:0017188                                                                                                                                                      aspartate N-acetyltransferase activity
GO:0017190                                                                                                                                               N-terminal peptidyl-aspartic acid acetylation
GO:0017192                                                                                                                                                   N-terminal peptidyl-glutamine acetylation
GO:0017196                                                                                                                                                  N-terminal peptidyl-methionine acetylation
GO:0018002                                                                                                                                               N-terminal peptidyl-glutamic acid acetylation
GO:0018003                                                                                                                                                              peptidyl-lysine N6-acetylation
GO:0018008                                                                                                                                                N-terminal peptidyl-glycine N-myristoylation
GO:0018009                                                                                                                                             N-terminal peptidyl-L-cysteine N-palmitoylation
GO:0018011                                                                                                                                                     N-terminal peptidyl-alanine methylation
GO:0018013                                                                                                                                                     N-terminal peptidyl-glycine methylation
GO:0018016                                                                                                                                                   N-terminal peptidyl-proline dimethylation
GO:0018021                                                                                                                                                              peptidyl-histidine methylation
GO:0018022                                                                                                                                                                 peptidyl-lysine methylation
GO:0018023                                                                                                                                                              peptidyl-lysine trimethylation
GO:0018025                                                                                                                                              calmodulin-lysine N-methyltransferase activity
GO:0018026                                                                                                                                                             peptidyl-lysine monomethylation
GO:0018027                                                                                                                                                               peptidyl-lysine dimethylation
GO:0018030                                                                                                                                            peptidyl-lysine N6-myristoyltransferase activity
GO:0018057                                                                                                                                                                   peptidyl-lysine oxidation
GO:0018064                                                                                                                                       protein-L-histidine N-tele-methyltransferase activity
GO:0018076                                                                                                                                                      N-terminal peptidyl-lysine acetylation
GO:0018094                                                                                                                                                                     protein polyglycylation
GO:0018095                                                                                                                                                                   protein polyglutamylation
GO:0018103                                                                                                                                                              protein C-linked glycosylation
GO:0018105                                                                                                                                                             peptidyl-serine phosphorylation
GO:0018107                                                                                                                                                          peptidyl-threonine phosphorylation
GO:0018108                                                                                                                                                           peptidyl-tyrosine phosphorylation
GO:0018114                                                                                                                                                                 threonine racemase activity
GO:0018117                                                                                                                                                                       protein adenylylation
GO:0018119                                                                                                                                                           peptidyl-cysteine S-nitrosylation
GO:0018125                                                                                                                                                               peptidyl-cysteine methylation
GO:0018126                                                                                                                                                                       protein hydroxylation
GO:0018130                                                                                                                                                            heterocycle biosynthetic process
GO:0018146                                                                                                                                                        keratan sulfate biosynthetic process
GO:0018149                                                                                                                                                                       peptide cross-linking
GO:0018153                                                                                                                                    isopeptide cross-linking via N6-(L-isoglutamyl)-L-lysine
GO:0018158                                                                                                                                                                           protein oxidation
GO:0018171                                                                                                                                                                 peptidyl-cysteine oxidation
GO:0018175                                                                                                                                                                    protein nucleotidylation
GO:0018190                                                                                                                                                                       protein octanoylation
GO:0018191                                                                                                                                                               peptidyl-serine octanoylation
GO:0018193                                                                                                                                                            peptidyl-amino acid modification
GO:0018194                                                                                                                                                               peptidyl-alanine modification
GO:0018195                                                                                                                                                              peptidyl-arginine modification
GO:0018197                                                                                                                                                         peptidyl-aspartic acid modification
GO:0018198                                                                                                                                                              peptidyl-cysteine modification
GO:0018199                                                                                                                                                             peptidyl-glutamine modification
GO:0018200                                                                                                                                                         peptidyl-glutamic acid modification
GO:0018201                                                                                                                                                               peptidyl-glycine modification
GO:0018202                                                                                                                                                             peptidyl-histidine modification
GO:0018205                                                                                                                                                                peptidyl-lysine modification
GO:0018206                                                                                                                                                            peptidyl-methionine modification
GO:0018208                                                                                                                                                               peptidyl-proline modification
GO:0018209                                                                                                                                                                peptidyl-serine modification
GO:0018210                                                                                                                                                             peptidyl-threonine modification
GO:0018211                                                                                                                                                            peptidyl-tryptophan modification
GO:0018212                                                                                                                                                              peptidyl-tyrosine modification
GO:0018214                                                                                                                                                                       protein carboxylation
GO:0018216                                                                                                                                                               peptidyl-arginine methylation
GO:0018217                                                                                                                                                      peptidyl-aspartic acid phosphorylation
GO:0018230                                                                                                                                                        peptidyl-L-cysteine S-palmitoylation
GO:0018231                                                                                                            peptidyl-S-diacylglycerol-L-cysteine biosynthetic process from peptidyl-cysteine
GO:0018242                                                                                                                                                   protein O-linked glycosylation via serine
GO:0018243                                                                                                                                                protein O-linked glycosylation via threonine
GO:0018262                                                                                                                                                                    isopeptide cross-linking
GO:0018271                                                                                                                                                              biotin-protein ligase activity
GO:0018272                                                                                                          protein-pyridoxal-5-phosphate linkage via peptidyl-N6-pyridoxal phosphate-L-lysine
GO:0018277                                                                                                                                                                         protein deamination
GO:0018279                                                                                                                                               protein N-linked glycosylation via asparagine
GO:0018282                                                                                                                                             metal incorporation into metallo-sulfur cluster
GO:0018283                                                                                                                                              iron incorporation into metallo-sulfur cluster
GO:0018293                                                                                                                                                                         protein-FAD linkage
GO:0018317                                                                                                                                               protein C-linked glycosylation via tryptophan
GO:0018335                                                                                                                                                                       protein succinylation
GO:0018342                                                                                                                                                                         protein prenylation
GO:0018343                                                                                                                                                                       protein farnesylation
GO:0018344                                                                                                                                                                 protein geranylgeranylation
GO:0018345                                                                                                                                                                      protein palmitoylation
GO:0018352                                                                                                                                                       protein-pyridoxal-5-phosphate linkage
GO:0018364                                                                                                                                                              peptidyl-glutamine methylation
GO:0018377                                                                                                                                                                      protein myristoylation
GO:0018393                                                                                                                                                        internal peptidyl-lysine acetylation
GO:0018394                                                                                                                                                                 peptidyl-lysine acetylation
GO:0018395                                                                                                                                         peptidyl-lysine hydroxylation to 5-hydroxy-L-lysine
GO:0018400                                                                                                                                       peptidyl-proline hydroxylation to 3-hydroxy-L-proline
GO:0018401                                                                                                                                       peptidyl-proline hydroxylation to 4-hydroxy-L-proline
GO:0018406                                                                                                                           protein C-linked glycosylation via 2'-alpha-mannosyl-L-tryptophan
GO:0018410                                                                                                                                                  C-terminal protein amino acid modification
GO:0018423                                                                                                                            protein C-terminal leucine carboxyl O-methyltransferase activity
GO:0018444                                                                                                                                                          translation release factor complex
GO:0018455                                                                                                                                                    alcohol dehydrogenase [NAD(P)+] activity
GO:0018467                                                                                                                                                         formaldehyde dehydrogenase activity
GO:0018477                                                                                                                                                 benzaldehyde dehydrogenase (NADP+) activity
GO:0018479                                                                                                                                                  benzaldehyde dehydrogenase (NAD+) activity
GO:0018547                                                                                                                                                            nitroglycerin reductase activity
GO:0018549                                                                                                                                                               methanethiol oxidase activity
GO:0018601                                                                                                                                                      4-nitrophenol 2-monooxygenase activity
GO:0018636                                                                                                                                                    phenanthrene 9,10-monooxygenase activity
GO:0018675                                                                                                                                                       (S)-limonene 6-monooxygenase activity
GO:0018676                                                                                                                                                       (S)-limonene 7-monooxygenase activity
GO:0018685                                                                                                                                                             alkane 1-monooxygenase activity
GO:0018708                                                                                                                                                          thiol S-methyltransferase activity
GO:0018729                                                                                                                                                         propionate CoA-transferase activity
GO:0018738                                                                                                                                                      S-formylglutathione hydrolase activity
GO:0018773                                                                                                                                                           acetylpyruvate hydrolase activity
GO:0018812                                                                                                                                                      3-hydroxyacyl-CoA dehydratase activity
GO:0018820                                                                                                                                                                cyanamide hydratase activity
GO:0018858                                                                                                                                                                benzoate-CoA ligase activity
GO:0018872                                                                                                                                                             arsonoacetate metabolic process
GO:0018874                                                                                                                                                                  benzoate metabolic process
GO:0018879                                                                                                                                                                  biphenyl metabolic process
GO:0018885                                                                                                                                                      carbon tetrachloride metabolic process
GO:0018894                                                                                                                                                          dibenzo-p-dioxin metabolic process
GO:0018904                                                                                                                                                                     ether metabolic process
GO:0018910                                                                                                                                                                   benzene metabolic process
GO:0018916                                                                                                                                                              nitrobenzene metabolic process
GO:0018958                                                                                                                                                phenol-containing compound metabolic process
GO:0018960                                                                                                                                                             4-nitrophenol metabolic process
GO:0018963                                                                                                                                                                 phthalate metabolic process
GO:0018964                                                                                                                                                                 propylene metabolic process
GO:0018969                                                                                                                                                               thiocyanate metabolic process
GO:0018992                                                                                                                                                                 germ-line sex determination
GO:0018993                                                                                                                                                                   somatic sex determination
GO:0018995                                                                                                                                                                     host cellular component
GO:0019001                                                                                                                                                                   guanyl nucleotide binding
GO:0019002                                                                                                                                                                                 GMP binding
GO:0019003                                                                                                                                                                                 GDP binding
GO:0019005                                                                                                                                                                SCF ubiquitin ligase complex
GO:0019008                                                                                                                                                              molybdopterin synthase complex
GO:0019042                                                                                                                                                                               viral latency
GO:0019043                                                                                                                                                              establishment of viral latency
GO:0019045                                                                                                                                                                    latent virus replication
GO:0019046                                                                                                                                                                  release from viral latency
GO:0019048                                                                                                                                                         modulation by virus of host process
GO:0019049                                                                                                                                        virus-mediated perturbation of host defense response
GO:0019054                                                                                                                                                modulation by virus of host cellular process
GO:0019058                                                                                                                                                                            viral life cycle
GO:0019060                                                                                                                                       intracellular transport of viral protein in host cell
GO:0019062                                                                                                                                                              virion attachment to host cell
GO:0019064                                                                                                                                          fusion of virus membrane with host plasma membrane
GO:0019065                                                                                                                                         receptor-mediated endocytosis of virus by host cell
GO:0019068                                                                                                                                                                             virion assembly
GO:0019072                                                                                                                                                                      viral genome packaging
GO:0019074                                                                                                                                                                  viral RNA genome packaging
GO:0019075                                                                                                                                                                            virus maturation
GO:0019076                                                                                                                                                                viral release from host cell
GO:0019079                                                                                                                                                                    viral genome replication
GO:0019080                                                                                                                                                                       viral gene expression
GO:0019081                                                                                                                                                                           viral translation
GO:0019082                                                                                                                                                                    viral protein processing
GO:0019083                                                                                                                                                                         viral transcription
GO:0019085                                                                                                                                                                   early viral transcription
GO:0019086                                                                                                                                                                    late viral transcription
GO:0019087                                                                                                                                                        transformation of host cell by virus
GO:0019098                                                                                                                                                                       reproductive behavior
GO:0019100                                                                                                                                                            male germ-line sex determination
GO:0019101                                                                                                                                                            female somatic sex determination
GO:0019103                                                                                                                                                               pyrimidine nucleotide binding
GO:0019104                                                                                                                                                                  DNA N-glycosylase activity
GO:0019107                                                                                                                                                               myristoyltransferase activity
GO:0019113                                                                                                                                                             limonene monooxygenase activity
GO:0019115                                                                                                                                               benzaldehyde dehydrogenase [NAD(P)+] activity
GO:0019118                                                                                                                                                     phenanthrene-epoxide hydrolase activity
GO:0019119                                                                                                                                                phenanthrene-9,10-epoxide hydrolase activity
GO:0019135                                                                                                                                                        deoxyhypusine monooxygenase activity
GO:0019136                                                                                                                                                             deoxynucleoside kinase activity
GO:0019144                                                                                                                                                            ADP-sugar diphosphatase activity
GO:0019145                                                                                                                                                   aminobutyraldehyde dehydrogenase activity
GO:0019150                                                                                                                                                                     D-ribulokinase activity
GO:0019153                                                                                                                                          protein-disulfide reductase (glutathione) activity
GO:0019158                                                                                                                                                                        mannokinase activity
GO:0019166                                                                                                                                                trans-2-enoyl-CoA reductase (NADPH) activity
GO:0019171                                                                                                                                (3R)-hydroxyacyl-[acyl-carrier-protein] dehydratase activity
GO:0019172                                                                                                                                                                     glyoxalase III activity
GO:0019178                                                                                                                                                                   NADP phosphatase activity
GO:0019184                                                                                                                                                   nonribosomal peptide biosynthetic process
GO:0019185                                                                                                                                                            snRNA-activating protein complex
GO:0019187                                                                                                                                                       beta-1,4-mannosyltransferase activity
GO:0019198                                                                                                                                         transmembrane receptor protein phosphatase activity
GO:0019199                                                                                                                                              transmembrane receptor protein kinase activity
GO:0019200                                                                                                                                                                carbohydrate kinase activity
GO:0019202                                                                                                                                                                  amino acid kinase activity
GO:0019203                                                                                                                                                           carbohydrate phosphatase activity
GO:0019205                                                                                                                                              nucleobase-containing compound kinase activity
GO:0019206                                                                                                                                                                  nucleoside kinase activity
GO:0019207                                                                                                                                                                   kinase regulator activity
GO:0019208                                                                                                                                                              phosphatase regulator activity
GO:0019209                                                                                                                                                                   kinase activator activity
GO:0019210                                                                                                                                                                   kinase inhibitor activity
GO:0019211                                                                                                                                                              phosphatase activator activity
GO:0019212                                                                                                                                                              phosphatase inhibitor activity
GO:0019213                                                                                                                                                                        deacetylase activity
GO:0019215                                                                                                                                                               intermediate filament binding
GO:0019216                                                                                                                                                       regulation of lipid metabolic process
GO:0019217                                                                                                                                                  regulation of fatty acid metabolic process
GO:0019218                                                                                                                                                     regulation of steroid metabolic process
GO:0019219                                                                                                                              regulation of nucleobase-containing compound metabolic process
GO:0019220                                                                                                                                                   regulation of phosphate metabolic process
GO:0019221                                                                                                                                                         cytokine-mediated signaling pathway
GO:0019222                                                                                                                                                             regulation of metabolic process
GO:0019226                                                                                                                                                               transmission of nerve impulse
GO:0019227                                                                                                                                                       neuronal action potential propagation
GO:0019228                                                                                                                                                                   neuronal action potential
GO:0019229                                                                                                                                                              regulation of vasoconstriction
GO:0019230                                                                                                                                                                              proprioception
GO:0019233                                                                                                                                                                  sensory perception of pain
GO:0019236                                                                                                                                                                       response to pheromone
GO:0019237                                                                                                                                                                     centromeric DNA binding
GO:0019238                                                                                                                                                                     cyclohydrolase activity
GO:0019239                                                                                                                                                                          deaminase activity
GO:0019240                                                                                                                                                             citrulline biosynthetic process
GO:0019242                                                                                                                                                          methylglyoxal biosynthetic process
GO:0019243                                                                                                                      methylglyoxal catabolic process to D-lactate via S-lactoyl-glutathione
GO:0019244                                                                                                                                                  lactate biosynthetic process from pyruvate
GO:0019249                                                                                                                                                                lactate biosynthetic process
GO:0019254                                                                                                                                                     carnitine metabolic process, CoA-linked
GO:0019255                                                                                                                                                       glucose 1-phosphate metabolic process
GO:0019262                                                                                                                                                       N-acetylneuraminate catabolic process
GO:0019264                                                                                                                                                    glycine biosynthetic process from serine
GO:0019265                                                                                                                               glycine biosynthetic process, by transamination of glyoxylate
GO:0019276                                                                                                                                                 UDP-N-acetylgalactosamine metabolic process
GO:0019284                                                                                                                                              L-methionine salvage from S-adenosylmethionine
GO:0019285                                                                                                                                           glycine betaine biosynthetic process from choline
GO:0019287                                                                                                                            isopentenyl diphosphate biosynthetic process, mevalonate pathway
GO:0019290                                                                                                                                                            siderophore biosynthetic process
GO:0019293                                                                                                                                tyrosine biosynthetic process, by oxidation of phenylalanine
GO:0019303                                                                                                                                                                  D-ribose catabolic process
GO:0019310                                                                                                                                                                  inositol catabolic process
GO:0019317                                                                                                                                                                    fucose catabolic process
GO:0019318                                                                                                                                                                    hexose metabolic process
GO:0019319                                                                                                                                                                 hexose biosynthetic process
GO:0019320                                                                                                                                                                    hexose catabolic process
GO:0019321                                                                                                                                                                   pentose metabolic process
GO:0019322                                                                                                                                                                pentose biosynthetic process
GO:0019323                                                                                                                                                                   pentose catabolic process
GO:0019336                                                                                                                                                phenol-containing compound catabolic process
GO:0019341                                                                                                                                                          dibenzo-p-dioxin catabolic process
GO:0019343                                                                                                                                             cysteine biosynthetic process via cystathionine
GO:0019344                                                                                                                                                               cysteine biosynthetic process
GO:0019346                                                                                                                                                                            transsulfuration
GO:0019348                                                                                                                                                                  dolichol metabolic process
GO:0019359                                                                                                                                                nicotinamide nucleotide biosynthetic process
GO:0019362                                                                                                                                                       pyridine nucleotide metabolic process
GO:0019363                                                                                                                                                    pyridine nucleotide biosynthetic process
GO:0019364                                                                                                                                                       pyridine nucleotide catabolic process
GO:0019365                                                                                                                                                                 pyridine nucleotide salvage
GO:0019367                                                                                                                                                 fatty acid elongation, saturated fatty acid
GO:0019368                                                                                                                                               fatty acid elongation, unsaturated fatty acid
GO:0019369                                                                                                                                                          arachidonic acid metabolic process
GO:0019370                                                                                                                                                            leukotriene biosynthetic process
GO:0019371                                                                                                                                                                      cyclooxygenase pathway
GO:0019372                                                                                                                                                                        lipoxygenase pathway
GO:0019373                                                                                                                                                                    epoxygenase P450 pathway
GO:0019374                                                                                                                                                              galactolipid metabolic process
GO:0019375                                                                                                                                                           galactolipid biosynthetic process
GO:0019376                                                                                                                                                              galactolipid catabolic process
GO:0019377                                                                                                                                                                glycolipid catabolic process
GO:0019388                                                                                                                                                                 galactose catabolic process
GO:0019389                                                                                                                                                             glucuronoside metabolic process
GO:0019391                                                                                                                                                             glucuronoside catabolic process
GO:0019395                                                                                                                                                                        fatty acid oxidation
GO:0019400                                                                                                                                                                   alditol metabolic process
GO:0019401                                                                                                                                                                alditol biosynthetic process
GO:0019402                                                                                                                                                                galactitol metabolic process
GO:0019405                                                                                                                                                                   alditol catabolic process
GO:0019407                                                                                                                                                                   hexitol catabolic process
GO:0019408                                                                                                                                                               dolichol biosynthetic process
GO:0019413                                                                                                                                                                acetate biosynthetic process
GO:0019417                                                                                                                                                                            sulfur oxidation
GO:0019418                                                                                                                                                                           sulfide oxidation
GO:0019427                                                                                                                                                acetyl-CoA biosynthetic process from acetate
GO:0019430                                                                                                                                                              removal of superoxide radicals
GO:0019432                                                                                                                                                           triglyceride biosynthetic process
GO:0019433                                                                                                                                                              triglyceride catabolic process
GO:0019438                                                                                                                                                      aromatic compound biosynthetic process
GO:0019439                                                                                                                                                         aromatic compound catabolic process
GO:0019440                                                                                                                                            tryptophan catabolic process to indole-3-acetate
GO:0019441                                                                                                                                                  tryptophan catabolic process to kynurenine
GO:0019442                                                                                                                                                  tryptophan catabolic process to acetyl-CoA
GO:0019448                                                                                                                                                                L-cysteine catabolic process
GO:0019449                                                                                                                                                 L-cysteine catabolic process to hypotaurine
GO:0019452                                                                                                                                                     L-cysteine catabolic process to taurine
GO:0019464                                                                                                                                         glycine decarboxylation via glycine cleavage system
GO:0019470                                                                                                                                                          4-hydroxyproline catabolic process
GO:0019471                                                                                                                                                          4-hydroxyproline metabolic process
GO:0019474                                                                                                                                                    L-lysine catabolic process to acetyl-CoA
GO:0019477                                                                                                                                                                  L-lysine catabolic process
GO:0019478                                                                                                                                                              D-amino acid catabolic process
GO:0019481                                                                                                                                              L-alanine catabolic process, by transamination
GO:0019482                                                                                                                                                              beta-alanine metabolic process
GO:0019483                                                                                                                                                           beta-alanine biosynthetic process
GO:0019493                                                                                                                                                       arginine catabolic process to proline
GO:0019509                                                                                                                                               L-methionine salvage from methylthioadenosine
GO:0019511                                                                                                                                                              peptidyl-proline hydroxylation
GO:0019516                                                                                                                                                                           lactate oxidation
GO:0019518                                                                                                                                                    L-threonine catabolic process to glycine
GO:0019519                                                                                                                                                                  pentitol metabolic process
GO:0019520                                                                                                                                                              aldonic acid metabolic process
GO:0019521                                                                                                                                                               D-gluconate metabolic process
GO:0019527                                                                                                                                                                  pentitol catabolic process
GO:0019530                                                                                                                                                                   taurine metabolic process
GO:0019531                                                                                                                                                  oxalate transmembrane transporter activity
GO:0019532                                                                                                                                                                           oxalate transport
GO:0019534                                                                                                                                                    toxin transmembrane transporter activity
GO:0019538                                                                                                                                                                   protein metabolic process
GO:0019541                                                                                                                                                                propionate metabolic process
GO:0019542                                                                                                                                                             propionate biosynthetic process
GO:0019543                                                                                                                                                                propionate catabolic process
GO:0019544                                                                                                                                                     arginine catabolic process to glutamate
GO:0019547                                                                                                                                                     arginine catabolic process to ornithine
GO:0019550                                                                                                                                                    glutamate catabolic process to aspartate
GO:0019551                                                                                                                                               glutamate catabolic process to 2-oxoglutarate
GO:0019556                                                                                                                                      histidine catabolic process to glutamate and formamide
GO:0019557                                                                                                                                        histidine catabolic process to glutamate and formate
GO:0019563                                                                                                                                                                  glycerol catabolic process
GO:0019585                                                                                                                                                               glucuronate metabolic process
GO:0019605                                                                                                                                                                  butyrate metabolic process
GO:0019606                                                                                                                                                             2-oxobutyrate catabolic process
GO:0019614                                                                                                                                              catechol-containing compound catabolic process
GO:0019626                                                                                                                                                    short-chain fatty acid catabolic process
GO:0019627                                                                                                                                                                      urea metabolic process
GO:0019637                                                                                                                                                           organophosphate metabolic process
GO:0019640                                                                                                                                       glucuronate catabolic process to xylulose 5-phosphate
GO:0019646                                                                                                                                                            aerobic electron transport chain
GO:0019659                                                                                                                                                        glucose catabolic process to lactate
GO:0019660                                                                                                                                                                     glycolytic fermentation
GO:0019661                                                                                                                                           glucose catabolic process to lactate via pyruvate
GO:0019673                                                                                                                                                               GDP-mannose metabolic process
GO:0019674                                                                                                                                                                       NAD metabolic process
GO:0019676                                                                                                                                                                  ammonia assimilation cycle
GO:0019677                                                                                                                                                                       NAD catabolic process
GO:0019678                                                                                                                                         propionate metabolic process, methylmalonyl pathway
GO:0019682                                                                                                                                                glyceraldehyde-3-phosphate metabolic process
GO:0019692                                                                                                                                                     deoxyribose phosphate metabolic process
GO:0019693                                                                                                                                                          ribose phosphate metabolic process
GO:0019694                                                                                                                                                           alkanesulfonate metabolic process
GO:0019695                                                                                                                                                                   choline metabolic process
GO:0019705                                                                                                                                            protein-cysteine S-myristoyltransferase activity
GO:0019706                                                                                                                                            protein-cysteine S-palmitoyltransferase activity
GO:0019707                                                                                                                                                 protein-cysteine S-acyltransferase activity
GO:0019720                                                                                                                                                 Mo-molybdopterin cofactor metabolic process
GO:0019722                                                                                                                                                                  calcium-mediated signaling
GO:0019724                                                                                                                                                                    B cell mediated immunity
GO:0019725                                                                                                                                                                        cellular homeostasis
GO:0019730                                                                                                                                                              antimicrobial humoral response
GO:0019731                                                                                                                                                              antibacterial humoral response
GO:0019732                                                                                                                                                                 antifungal humoral response
GO:0019740                                                                                                                                                                        nitrogen utilization
GO:0019742                                                                                                                                                  pentacyclic triterpenoid metabolic process
GO:0019747                                                                                                                                                  regulation of isoprenoid metabolic process
GO:0019748                                                                                                                                                                 secondary metabolic process
GO:0019751                                                                                                                                                                    polyol metabolic process
GO:0019752                                                                                                                                                           carboxylic acid metabolic process
GO:0019755                                                                                                                                                               one-carbon compound transport
GO:0019763                                                                                                                                                            immunoglobulin receptor activity
GO:0019767                                                                                                                                                                       IgE receptor activity
GO:0019768                                                                                                                                                         high-affinity IgE receptor activity
GO:0019769                                                                                                                                                          low-affinity IgE receptor activity
GO:0019770                                                                                                                                                                       IgG receptor activity
GO:0019771                                                                                                                                                         high-affinity IgG receptor activity
GO:0019772                                                                                                                                                          low-affinity IgG receptor activity
GO:0019773                                                                                                                                              proteasome core complex, alpha-subunit complex
GO:0019774                                                                                                                                               proteasome core complex, beta-subunit complex
GO:0019776                                                                                                                                                                 Atg8-family ligase activity
GO:0019777                                                                                                                                                                  Atg12 transferase activity
GO:0019778                                                                                                                                                            Atg12 activating enzyme activity
GO:0019779                                                                                                                                                             Atg8 activating enzyme activity
GO:0019780                                                                                                                                                            FAT10 activating enzyme activity
GO:0019781                                                                                                                                                            NEDD8 activating enzyme activity
GO:0019782                                                                                                                                                            ISG15 activating enzyme activity
GO:0019783                                                                                                                                                   ubiquitin-like protein peptidase activity
GO:0019784                                                                                                                                                                        deNEDDylase activity
GO:0019785                                                                                                                                                           ISG15-specific peptidase activity
GO:0019786                                                                                                                                     protein-phosphatidylethanolamide deconjugating activity
GO:0019787                                                                                                                                                 ubiquitin-like protein transferase activity
GO:0019788                                                                                                                                                                  NEDD8 transferase activity
GO:0019789                                                                                                                                                                   SUMO transferase activity
GO:0019797                                                                                                                                                  procollagen-proline 3-dioxygenase activity
GO:0019798                                                                                                                                                    procollagen-proline dioxygenase activity
GO:0019799                                                                                                                                                        tubulin N-acetyltransferase activity
GO:0019805                                                                                                                                                            quinolinate biosynthetic process
GO:0019807                                                                                                                                                                     aspartoacylase activity
GO:0019808                                                                                                                                                                           polyamine binding
GO:0019810                                                                                                                                                                          putrescine binding
GO:0019811                                                                                                                                                                             cocaine binding
GO:0019814                                                                                                                                                                      immunoglobulin complex
GO:0019815                                                                                                                                                                     B cell receptor complex
GO:0019825                                                                                                                                                                              oxygen binding
GO:0019826                                                                                                                                                                      oxygen sensor activity
GO:0019827                                                                                                                                                            stem cell population maintenance
GO:0019828                                                                                                                                              aspartic-type endopeptidase inhibitor activity
GO:0019829                                                                                                                         ATPase-coupled monoatomic cation transmembrane transporter activity
GO:0019834                                                                                                                                                         phospholipase A2 inhibitor activity
GO:0019835                                                                                                                                                                                   cytolysis
GO:0019838                                                                                                                                                                       growth factor binding
GO:0019840                                                                                                                                                                          isoprenoid binding
GO:0019841                                                                                                                                                                             retinol binding
GO:0019842                                                                                                                                                                             vitamin binding
GO:0019843                                                                                                                                                                                rRNA binding
GO:0019852                                                                                                                                                           L-ascorbic acid metabolic process
GO:0019853                                                                                                                                                        L-ascorbic acid biosynthetic process
GO:0019855                                                                                                                                                          calcium channel inhibitor activity
GO:0019856                                                                                                                                                  pyrimidine nucleobase biosynthetic process
GO:0019857                                                                                                                                                          5-methylcytosine metabolic process
GO:0019858                                                                                                                                                                  cytosine metabolic process
GO:0019859                                                                                                                                                                   thymine metabolic process
GO:0019860                                                                                                                                                                    uracil metabolic process
GO:0019862                                                                                                                                                                                 IgA binding
GO:0019863                                                                                                                                                                                 IgE binding
GO:0019864                                                                                                                                                                                 IgG binding
GO:0019865                                                                                                                                                                      immunoglobulin binding
GO:0019866                                                                                                                                                                    organelle inner membrane
GO:0019867                                                                                                                                                                              outer membrane
GO:0019869                                                                                                                                                         chloride channel inhibitor activity
GO:0019870                                                                                                                                                        potassium channel inhibitor activity
GO:0019871                                                                                                                                                           sodium channel inhibitor activity
GO:0019878                                                                                                                                            lysine biosynthetic process via aminoadipic acid
GO:0019882                                                                                                                                                         antigen processing and presentation
GO:0019883                                                                                                                                   antigen processing and presentation of endogenous antigen
GO:0019884                                                                                                                                    antigen processing and presentation of exogenous antigen
GO:0019885                                                                                                           antigen processing and presentation of endogenous peptide antigen via MHC class I
GO:0019886                                                                                                           antigen processing and presentation of exogenous peptide antigen via MHC class II
GO:0019887                                                                                                                                                           protein kinase regulator activity
GO:0019888                                                                                                                                                      protein phosphatase regulator activity
GO:0019894                                                                                                                                                                             kinesin binding
GO:0019896                                                                                                                                                           axonal transport of mitochondrion
GO:0019897                                                                                                                                                      extrinsic component of plasma membrane
GO:0019898                                                                                                                                                             extrinsic component of membrane
GO:0019899                                                                                                                                                                              enzyme binding
GO:0019900                                                                                                                                                                              kinase binding
GO:0019901                                                                                                                                                                      protein kinase binding
GO:0019902                                                                                                                                                                         phosphatase binding
GO:0019903                                                                                                                                                                 protein phosphatase binding
GO:0019904                                                                                                                                                             protein domain specific binding
GO:0019905                                                                                                                                                                            syntaxin binding
GO:0019907                                                                                                                        cyclin-dependent protein kinase activating kinase holoenzyme complex
GO:0019908                                                                                                                                  nuclear cyclin-dependent protein kinase holoenzyme complex
GO:0019909                                                                                                                         [pyruvate dehydrogenase (lipoamide)] phosphatase regulator activity
GO:0019911                                                                                                                                                     structural constituent of myelin sheath
GO:0019912                                                                                                                                  cyclin-dependent protein kinase activating kinase activity
GO:0019914                                                                                                                        cyclin-dependent protein kinase activating kinase regulator activity
GO:0019915                                                                                                                                                                               lipid storage
GO:0019918                                                                                                                             peptidyl-arginine methylation, to symmetrical-dimethyl arginine
GO:0019919                                                                                                                            peptidyl-arginine methylation, to asymmetrical-dimethyl arginine
GO:0019933                                                                                                                                                                     cAMP-mediated signaling
GO:0019934                                                                                                                                                                     cGMP-mediated signaling
GO:0019935                                                                                                                                                        cyclic-nucleotide-mediated signaling
GO:0019941                                                                                                                                            modification-dependent protein catabolic process
GO:0019948                                                                                                                                                             SUMO activating enzyme activity
GO:0019953                                                                                                                                                                         sexual reproduction
GO:0019955                                                                                                                                                                            cytokine binding
GO:0019956                                                                                                                                                                           chemokine binding
GO:0019957                                                                                                                                                                       C-C chemokine binding
GO:0019958                                                                                                                                                                     C-X-C chemokine binding
GO:0019959                                                                                                                                                                       interleukin-8 binding
GO:0019960                                                                                                                                                                    C-X3-C chemokine binding
GO:0019961                                                                                                                                                                          interferon binding
GO:0019962                                                                                                                                                                   type I interferon binding
GO:0019964                                                                                                                                                                  type II interferon binding
GO:0019966                                                                                                                                                                       interleukin-1 binding
GO:0019969                                                                                                                                                                      interleukin-10 binding
GO:0019970                                                                                                                                                                      interleukin-11 binding
GO:0019972                                                                                                                                                                      interleukin-12 binding
GO:0019975                                                                                                                                                                      interleukin-17 binding
GO:0019976                                                                                                                                                                       interleukin-2 binding
GO:0019981                                                                                                                                                                       interleukin-6 binding
GO:0019985                                                                                                                                                                       translesion synthesis
GO:0019988                                                                                                                                                        charged-tRNA amino acid modification
GO:0019992                                                                                                                                                                      diacylglycerol binding
GO:0020016                                                                                                                                                                              ciliary pocket
GO:0020018                                                                                                                                                                     ciliary pocket membrane
GO:0020027                                                                                                                                                                hemoglobin metabolic process
GO:0020037                                                                                                                                                                                heme binding
GO:0021501                                                                                                                                                                  prechordal plate formation
GO:0021502                                                                                                                                                             neural fold elevation formation
GO:0021503                                                                                                                                                                         neural fold bending
GO:0021508                                                                                                                                                                       floor plate formation
GO:0021509                                                                                                                                                                        roof plate formation
GO:0021510                                                                                                                                                                     spinal cord development
GO:0021511                                                                                                                                                                      spinal cord patterning
GO:0021512                                                                                                                                                   spinal cord anterior/posterior patterning
GO:0021513                                                                                                                                                       spinal cord dorsal/ventral patterning
GO:0021514                                                                                                                                             ventral spinal cord interneuron differentiation
GO:0021515                                                                                                                                                         cell differentiation in spinal cord
GO:0021516                                                                                                                                                              dorsal spinal cord development
GO:0021517                                                                                                                                                             ventral spinal cord development
GO:0021520                                                                                                                                            spinal cord motor neuron cell fate specification
GO:0021521                                                                                                                                               ventral spinal cord interneuron specification
GO:0021522                                                                                                                                                    spinal cord motor neuron differentiation
GO:0021523                                                                                                                                                        somatic motor neuron differentiation
GO:0021524                                                                                                                                                       visceral motor neuron differentiation
GO:0021526                                                                                                                                                  medial motor column neuron differentiation
GO:0021527                                                                                                                                              spinal cord association neuron differentiation
GO:0021528                                                                                                                                           commissural neuron differentiation in spinal cord
GO:0021529                                                                                                                                            spinal cord oligodendrocyte cell differentiation
GO:0021530                                                                                                                                         spinal cord oligodendrocyte cell fate specification
GO:0021532                                                                                                                                                                      neural tube patterning
GO:0021533                                                                                                                                                           cell differentiation in hindbrain
GO:0021534                                                                                                                                                             cell proliferation in hindbrain
GO:0021535                                                                                                                                                                 cell migration in hindbrain
GO:0021536                                                                                                                                                                    diencephalon development
GO:0021537                                                                                                                                                                   telencephalon development
GO:0021538                                                                                                                                                                     epithalamus development
GO:0021539                                                                                                                                                                     subthalamus development
GO:0021540                                                                                                                                                               corpus callosum morphogenesis
GO:0021541                                                                                                                                                                     ammon gyrus development
GO:0021542                                                                                                                                                                   dentate gyrus development
GO:0021543                                                                                                                                                                         pallium development
GO:0021544                                                                                                                                                                      subpallium development
GO:0021545                                                                                                                                                                   cranial nerve development
GO:0021546                                                                                                                                                                      rhombomere development
GO:0021547                                                                                                                                                      midbrain-hindbrain boundary initiation
GO:0021548                                                                                                                                                                            pons development
GO:0021549                                                                                                                                                                      cerebellum development
GO:0021550                                                                                                                                                               medulla oblongata development
GO:0021551                                                                                                                                                        central nervous system morphogenesis
GO:0021553                                                                                                                                                                 olfactory nerve development
GO:0021554                                                                                                                                                                     optic nerve development
GO:0021555                                                                                                                                                   midbrain-hindbrain boundary morphogenesis
GO:0021556                                                                                                                                                            central nervous system formation
GO:0021557                                                                                                                                                                oculomotor nerve development
GO:0021558                                                                                                                                                                 trochlear nerve development
GO:0021559                                                                                                                                                                trigeminal nerve development
GO:0021560                                                                                                                                                                  abducens nerve development
GO:0021561                                                                                                                                                                    facial nerve development
GO:0021562                                                                                                                                                         vestibulocochlear nerve development
GO:0021563                                                                                                                                                          glossopharyngeal nerve development
GO:0021564                                                                                                                                                                     vagus nerve development
GO:0021566                                                                                                                                                               hypoglossal nerve development
GO:0021568                                                                                                                                                                    rhombomere 2 development
GO:0021569                                                                                                                                                                    rhombomere 3 development
GO:0021570                                                                                                                                                                    rhombomere 4 development
GO:0021571                                                                                                                                                                    rhombomere 5 development
GO:0021572                                                                                                                                                                    rhombomere 6 development
GO:0021575                                                                                                                                                                     hindbrain morphogenesis
GO:0021576                                                                                                                                                                         hindbrain formation
GO:0021577                                                                                                                                                           hindbrain structural organization
GO:0021578                                                                                                                                                                        hindbrain maturation
GO:0021586                                                                                                                                                                             pons maturation
GO:0021587                                                                                                                                                                    cerebellum morphogenesis
GO:0021588                                                                                                                                                                        cerebellum formation
GO:0021589                                                                                                                                                          cerebellum structural organization
GO:0021590                                                                                                                                                                       cerebellum maturation
GO:0021591                                                                                                                                                              ventricular system development
GO:0021592                                                                                                                                                                fourth ventricle development
GO:0021593                                                                                                                                                                    rhombomere morphogenesis
GO:0021594                                                                                                                                                                        rhombomere formation
GO:0021595                                                                                                                                                          rhombomere structural organization
GO:0021598                                                                                                                                                                abducens nerve morphogenesis
GO:0021599                                                                                                                                                                    abducens nerve formation
GO:0021602                                                                                                                                                                 cranial nerve morphogenesis
GO:0021603                                                                                                                                                                     cranial nerve formation
GO:0021604                                                                                                                                                       cranial nerve structural organization
GO:0021605                                                                                                                                                                    cranial nerve maturation
GO:0021610                                                                                                                                                                  facial nerve morphogenesis
GO:0021612                                                                                                                                                        facial nerve structural organization
GO:0021615                                                                                                                                                        glossopharyngeal nerve morphogenesis
GO:0021618                                                                                                                                                             hypoglossal nerve morphogenesis
GO:0021622                                                                                                                                                              oculomotor nerve morphogenesis
GO:0021623                                                                                                                                                                  oculomotor nerve formation
GO:0021626                                                                                                                                                           central nervous system maturation
GO:0021627                                                                                                                                                               olfactory nerve morphogenesis
GO:0021628                                                                                                                                                                   olfactory nerve formation
GO:0021630                                                                                                                                                                  olfactory nerve maturation
GO:0021631                                                                                                                                                                   optic nerve morphogenesis
GO:0021633                                                                                                                                                         optic nerve structural organization
GO:0021634                                                                                                                                                                       optic nerve formation
GO:0021636                                                                                                                                                              trigeminal nerve morphogenesis
GO:0021637                                                                                                                                                    trigeminal nerve structural organization
GO:0021639                                                                                                                                                               trochlear nerve morphogenesis
GO:0021642                                                                                                                                                                   trochlear nerve formation
GO:0021644                                                                                                                                                                   vagus nerve morphogenesis
GO:0021647                                                                                                                                                          vestibulocochlear nerve maturation
GO:0021648                                                                                                                                                       vestibulocochlear nerve morphogenesis
GO:0021649                                                                                                                                             vestibulocochlear nerve structural organization
GO:0021650                                                                                                                                                           vestibulocochlear nerve formation
GO:0021658                                                                                                                                                                  rhombomere 3 morphogenesis
GO:0021659                                                                                                                                                        rhombomere 3 structural organization
GO:0021660                                                                                                                                                                      rhombomere 3 formation
GO:0021664                                                                                                                                                                  rhombomere 5 morphogenesis
GO:0021665                                                                                                                                                        rhombomere 5 structural organization
GO:0021666                                                                                                                                                                      rhombomere 5 formation
GO:0021670                                                                                                                                                               lateral ventricle development
GO:0021675                                                                                                                                                                           nerve development
GO:0021678                                                                                                                                                                 third ventricle development
GO:0021679                                                                                                                                                      cerebellar molecular layer development
GO:0021680                                                                                                                                                  cerebellar Purkinje cell layer development
GO:0021681                                                                                                                                                       cerebellar granular layer development
GO:0021682                                                                                                                                                                            nerve maturation
GO:0021683                                                                                                                                                     cerebellar granular layer morphogenesis
GO:0021684                                                                                                                                                         cerebellar granular layer formation
GO:0021685                                                                                                                                           cerebellar granular layer structural organization
GO:0021686                                                                                                                                                        cerebellar granular layer maturation
GO:0021687                                                                                                                                                    cerebellar molecular layer morphogenesis
GO:0021688                                                                                                                                                        cerebellar molecular layer formation
GO:0021691                                                                                                                                                   cerebellar Purkinje cell layer maturation
GO:0021692                                                                                                                                                cerebellar Purkinje cell layer morphogenesis
GO:0021693                                                                                                                                      cerebellar Purkinje cell layer structural organization
GO:0021694                                                                                                                                                    cerebellar Purkinje cell layer formation
GO:0021695                                                                                                                                                               cerebellar cortex development
GO:0021696                                                                                                                                                             cerebellar cortex morphogenesis
GO:0021697                                                                                                                                                                 cerebellar cortex formation
GO:0021698                                                                                                                                                   cerebellar cortex structural organization
GO:0021699                                                                                                                                                                cerebellar cortex maturation
GO:0021700                                                                                                                                                                    developmental maturation
GO:0021702                                                                                                                                                    cerebellar Purkinje cell differentiation
GO:0021703                                                                                                                                                                  locus ceruleus development
GO:0021707                                                                                                                                                     cerebellar granule cell differentiation
GO:0021718                                                                                                                                                        superior olivary nucleus development
GO:0021722                                                                                                                                                         superior olivary nucleus maturation
GO:0021723                                                                                                                                                   medullary reticular formation development
GO:0021730                                                                                                                                                      trigeminal sensory nucleus development
GO:0021732                                                                                                                                                      midbrain-hindbrain boundary maturation
GO:0021740                                                                                                                                   principal sensory nucleus of trigeminal nerve development
GO:0021742                                                                                                                                                                abducens nucleus development
GO:0021743                                                                                                                                                             hypoglossal nucleus development
GO:0021747                                                                                                                                                                cochlear nucleus development
GO:0021750                                                                                                                                                              vestibular nucleus development
GO:0021754                                                                                                                                                                  facial nucleus development
GO:0021756                                                                                                                                                                        striatum development
GO:0021757                                                                                                                                                                 caudate nucleus development
GO:0021758                                                                                                                                                                         putamen development
GO:0021759                                                                                                                                                                 globus pallidus development
GO:0021761                                                                                                                                                                   limbic system development
GO:0021762                                                                                                                                                                substantia nigra development
GO:0021764                                                                                                                                                                        amygdala development
GO:0021766                                                                                                                                                                     hippocampus development
GO:0021767                                                                                                                                                                 mammillary body development
GO:0021768                                                                                                                                                               nucleus accumbens development
GO:0021769                                                                                                                                                            orbitofrontal cortex development
GO:0021771                                                                                                                                                      lateral geniculate nucleus development
GO:0021772                                                                                                                                                                  olfactory bulb development
GO:0021773                                                                                                                                                striatal medium spiny neuron differentiation
GO:0021775                                                                                                      smoothened signaling pathway involved in ventral spinal cord interneuron specification
GO:0021776                                                                                                   smoothened signaling pathway involved in spinal cord motor neuron cell fate specification
GO:0021778                                                                                                                                                     oligodendrocyte cell fate specification
GO:0021779                                                                                                                                                        oligodendrocyte cell fate commitment
GO:0021780                                                                                                                                                               glial cell fate specification
GO:0021781                                                                                                                                                                  glial cell fate commitment
GO:0021782                                                                                                                                                                      glial cell development
GO:0021783                                                                                                                                             preganglionic parasympathetic fiber development
GO:0021784                                                                                                                                            postganglionic parasympathetic fiber development
GO:0021785                                                                                                                                                          branchiomotor neuron axon guidance
GO:0021793                                                                                                                                                        chemorepulsion of branchiomotor axon
GO:0021794                                                                                                                                                                        thalamus development
GO:0021795                                                                                                                                                              cerebral cortex cell migration
GO:0021796                                                                                                                                                             cerebral cortex regionalization
GO:0021797                                                                                                                                          forebrain anterior/posterior pattern specification
GO:0021798                                                                                                                                                  forebrain dorsal/ventral pattern formation
GO:0021799                                                                                                                                            cerebral cortex radially oriented cell migration
GO:0021800                                                                                                                                                        cerebral cortex tangential migration
GO:0021801                                                                                                                                                cerebral cortex radial glia-guided migration
GO:0021812                                                                                                         neuronal-glial interaction involved in cerebral cortex radial glia guided migration
GO:0021813                                                                         cell-cell adhesion involved in neuronal-glial interactions involved in cerebral cortex radial glia guided migration
GO:0021814                                                                                                                      cell motility involved in cerebral cortex radial glia guided migration
GO:0021815                                                                                             modulation of microtubule cytoskeleton involved in cerebral cortex radial glia guided migration
GO:0021816                                                                                    extension of a leading process involved in cell motility in cerebral cortex radial glia guided migration
GO:0021817                                                                                                     nucleokinesis involved in cell motility in cerebral cortex radial glia guided migration
GO:0021819                                                                                                                                                          layer formation in cerebral cortex
GO:0021822                                                                                               negative regulation of cell motility involved in cerebral cortex radial glia guided migration
GO:0021823                                                                                                                           cerebral cortex tangential migration using cell-cell interactions
GO:0021825                                                                                                                                    substrate-dependent cerebral cortex tangential migration
GO:0021826                                                                                                                                    substrate-independent telencephalic tangential migration
GO:0021827                                                                                                                                              postnatal olfactory bulb interneuron migration
GO:0021828                                                                                                                      gonadotrophin-releasing hormone neuronal migration to the hypothalamus
GO:0021830                                                                                                                                     interneuron migration from the subpallium to the cortex
GO:0021836                                                                                                                   chemorepulsion involved in postnatal olfactory bulb interneuron migration
GO:0021840                                                                                                directional guidance of interneurons involved in migration from the subpallium to the cortex
GO:0021842                                                                                                          chemorepulsion involved in interneuron migration from the subpallium to the cortex
GO:0021843                                                                                                                        substrate-independent telencephalic tangential interneuron migration
GO:0021846                                                                                                                                                             cell proliferation in forebrain
GO:0021847                                                                                                                                                        ventricular zone neuroblast division
GO:0021849                                                                                                                                                  neuroblast division in subventricular zone
GO:0021852                                                                                                                                               pyramidal neuron migration to cerebral cortex
GO:0021853                                                                                                                                             cerebral cortex GABAergic interneuron migration
GO:0021854                                                                                                                                                                    hypothalamus development
GO:0021855                                                                                                                                                                 hypothalamus cell migration
GO:0021856                                                                                                                              hypothalamic tangential migration using cell-axon interactions
GO:0021858                                                                                                                                           GABAergic neuron differentiation in basal ganglia
GO:0021859                                                                                                                                                            pyramidal neuron differentiation
GO:0021860                                                                                                                                                                pyramidal neuron development
GO:0021861                                                                                                                                                 forebrain radial glial cell differentiation
GO:0021869                                                                                                                                         forebrain ventricular zone progenitor cell division
GO:0021870                                                                                                                                                          Cajal-Retzius cell differentiation
GO:0021871                                                                                                                                                                   forebrain regionalization
GO:0021872                                                                                                                                                             forebrain generation of neurons
GO:0021873                                                                                                                                                               forebrain neuroblast division
GO:0021874                                                                                                                             Wnt signaling pathway involved in forebrain neuroblast division
GO:0021877                                                                                                                                                            forebrain neuron fate commitment
GO:0021879                                                                                                                                                            forebrain neuron differentiation
GO:0021884                                                                                                                                                                forebrain neuron development
GO:0021885                                                                                                                                                                    forebrain cell migration
GO:0021886                                                                                                                         hypothalamus gonadotrophin-releasing hormone neuron differentiation
GO:0021888                                                                                                                             hypothalamus gonadotrophin-releasing hormone neuron development
GO:0021889                                                                                                                                                  olfactory bulb interneuron differentiation
GO:0021891                                                                                                                                                      olfactory bulb interneuron development
GO:0021892                                                                                                                                       cerebral cortex GABAergic interneuron differentiation
GO:0021893                                                                                                                                       cerebral cortex GABAergic interneuron fate commitment
GO:0021894                                                                                                                                           cerebral cortex GABAergic interneuron development
GO:0021895                                                                                                                                                      cerebral cortex neuron differentiation
GO:0021896                                                                                                                                                         forebrain astrocyte differentiation
GO:0021897                                                                                                                                                             forebrain astrocyte development
GO:0021902                                                                                                                            commitment of neuronal cell to specific neuron type in forebrain
GO:0021903                                                                                                                                                         rostrocaudal neural tube patterning
GO:0021904                                                                                                                                                       dorsal/ventral neural tube patterning
GO:0021905                                                                                                                                                       forebrain-midbrain boundary formation
GO:0021910                                                                                                                     smoothened signaling pathway involved in ventral spinal cord patterning
GO:0021915                                                                                                                                                                     neural tube development
GO:0021924                                                                                                                                                cell proliferation in external granule layer
GO:0021930                                                                                                                                             cerebellar granule cell precursor proliferation
GO:0021932                                                                                                                                                 hindbrain radial glia guided cell migration
GO:0021933                                                                                                                                     radial glia guided migration of cerebellar granule cell
GO:0021934                                                                                                                                                         hindbrain tangential cell migration
GO:0021935                                                                                                                                      cerebellar granule cell precursor tangential migration
GO:0021936                                                                                                                               regulation of cerebellar granule cell precursor proliferation
GO:0021937                                                          cerebellar Purkinje cell-granule cell precursor cell signaling involved in regulation of granule cell precursor cell proliferation
GO:0021940                                                                                                                      positive regulation of cerebellar granule cell precursor proliferation
GO:0021941                                                                                                                      negative regulation of cerebellar granule cell precursor proliferation
GO:0021942                                                                                                                                               radial glia guided migration of Purkinje cell
GO:0021943                                                                                                                                                         formation of radial glial scaffolds
GO:0021944                                                                                                       neuronal-glial interaction involved in hindbrain glial-mediated radial cell migration
GO:0021952                                                                                                                                       central nervous system projection neuron axonogenesis
GO:0021953                                                                                                                                               central nervous system neuron differentiation
GO:0021954                                                                                                                                                   central nervous system neuron development
GO:0021955                                                                                                                                                  central nervous system neuron axonogenesis
GO:0021956                                                                                                                                             central nervous system interneuron axonogenesis
GO:0021957                                                                                                                                                           corticospinal tract morphogenesis
GO:0021960                                                                                                                                                           anterior commissure morphogenesis
GO:0021965                                                                                                                                                spinal cord ventral commissure morphogenesis
GO:0021966                                                                                                                                                          corticospinal neuron axon guidance
GO:0021972                                                                                                                                      corticospinal neuron axon guidance through spinal cord
GO:0021978                                                                                                                                                               telencephalon regionalization
GO:0021979                                                                                                                                                           hypothalamus cell differentiation
GO:0021983                                                                                                                                                                 pituitary gland development
GO:0021984                                                                                                                                                                 adenohypophysis development
GO:0021985                                                                                                                                                                 neurohypophysis development
GO:0021986                                                                                                                                                                        habenula development
GO:0021987                                                                                                                                                                 cerebral cortex development
GO:0021988                                                                                                                                                                  olfactory lobe development
GO:0021989                                                                                                                                                                olfactory cortex development
GO:0021993                                                                                                                                                           initiation of neural tube closure
GO:0021997                                                                                                                                                             neural plate axis specification
GO:0021998                                                                                                                                                   neural plate mediolateral regionalization
GO:0021999                                                                                                                                             neural plate anterior/posterior regionalization
GO:0022004                                                                                                                             midbrain-hindbrain boundary maturation during brain development
GO:0022007                                                                                                                                    convergent extension involved in neural plate elongation
GO:0022008                                                                                                                                                                                neurogenesis
GO:0022009                                                                                                                                                       central nervous system vasculogenesis
GO:0022010                                                                                                                                                          central nervous system myelination
GO:0022011                                                                                                                                                    myelination in peripheral nervous system
GO:0022012                                                                                                                                                  subpallium cell proliferation in forebrain
GO:0022013                                                                                                                                                     pallium cell proliferation in forebrain
GO:0022018                                                                                                                                              lateral ganglionic eminence cell proliferation
GO:0022027                                                                                                                                                              interkinetic nuclear migration
GO:0022028                                                                                                                     tangential migration from the subventricular zone to the olfactory bulb
GO:0022029                                                                                                                                                                telencephalon cell migration
GO:0022030                                                                                                                                                          telencephalon glial cell migration
GO:0022037                                                                                                                                                                   metencephalon development
GO:0022038                                                                                                                                                                 corpus callosum development
GO:0022400                                                                                                                                          regulation of rhodopsin mediated signaling pathway
GO:0022401                                                                                                                                                    negative adaptation of signaling pathway
GO:0022402                                                                                                                                                                          cell cycle process
GO:0022403                                                                                                                                                                            cell cycle phase
GO:0022404                                                                                                                                                                       molting cycle process
GO:0022405                                                                                                                                                                          hair cycle process
GO:0022406                                                                                                                                                                            membrane docking
GO:0022407                                                                                                                                                            regulation of cell-cell adhesion
GO:0022408                                                                                                                                                   negative regulation of cell-cell adhesion
GO:0022409                                                                                                                                                   positive regulation of cell-cell adhesion
GO:0022410                                                                                                                                                          circadian sleep/wake cycle process
GO:0022411                                                                                                                                                              cellular component disassembly
GO:0022412                                                                                                                         cellular process involved in reproduction in multicellular organism
GO:0022414                                                                                                                                                                        reproductive process
GO:0022417                                                                                                                                                       protein maturation by protein folding
GO:0022600                                                                                                                                                                    digestive system process
GO:0022602                                                                                                                                                                     ovulation cycle process
GO:0022603                                                                                                                                            regulation of anatomical structure morphogenesis
GO:0022604                                                                                                                                                            regulation of cell morphogenesis
GO:0022605                                                                                                                                                                   mammalian oogenesis stage
GO:0022607                                                                                                                                                                 cellular component assembly
GO:0022612                                                                                                                                                                         gland morphogenesis
GO:0022613                                                                                                                                                        ribonucleoprotein complex biogenesis
GO:0022614                                                                                                                                                                membrane to membrane docking
GO:0022615                                                                                                                                                                 protein to membrane docking
GO:0022616                                                                                                                                                                       DNA strand elongation
GO:0022617                                                                                                                                                            extracellular matrix disassembly
GO:0022618                                                                                                                                                                protein-RNA complex assembly
GO:0022624                                                                                                                                                                proteasome accessory complex
GO:0022625                                                                                                                                                           cytosolic large ribosomal subunit
GO:0022626                                                                                                                                                                          cytosolic ribosome
GO:0022627                                                                                                                                                           cytosolic small ribosomal subunit
GO:0022803                                                                                                                                                  passive transmembrane transporter activity
GO:0022804                                                                                                                                                   active transmembrane transporter activity
GO:0022810                                                                                                                                                membrane potential driven uniporter activity
GO:0022821                                                                                                                                                        solute:potassium antiporter activity
GO:0022824                                                                                                                                           transmitter-gated monoatomic ion channel activity
GO:0022829                                                                                                                                                                  wide pore channel activity
GO:0022832                                                                                                                                                              voltage-gated channel activity
GO:0022834                                                                                                                                                               ligand-gated channel activity
GO:0022835                                                                                                                                                          transmitter-gated channel activity
GO:0022836                                                                                                                                                                      gated channel activity
GO:0022839                                                                                                                                                       monoatomic ion-gated channel activity
GO:0022840                                                                                                                                                                       leak channel activity
GO:0022841                                                                                                                                                         potassium ion leak channel activity
GO:0022842                                                                                                                                                                narrow pore channel activity
GO:0022843                                                                                                                                            voltage-gated monoatomic cation channel activity
GO:0022848                                                                                                                            acetylcholine-gated monoatomic cation-selective channel activity
GO:0022849                                                                                                                                                glutamate-gated calcium ion channel activity
GO:0022850                                                                                                                                          serotonin-gated monoatomic cation channel activity
GO:0022851                                                                                                                                                    GABA-gated chloride ion channel activity
GO:0022852                                                                                                                                                 glycine-gated chloride ion channel activity
GO:0022853                                                                                                                                    active monoatomic ion transmembrane transporter activity
GO:0022857                                                                                                                                                          transmembrane transporter activity
GO:0022858                                                                                                                                                  alanine transmembrane transporter activity
GO:0022883                                                                                                                                              zinc efflux transmembrane transporter activity
GO:0022884                                                                                                                                            macromolecule transmembrane transporter activity
GO:0022890                                                                                                                                         inorganic cation transmembrane transporter activity
GO:0022894                                                                                                                       Intermediate conductance calcium-activated potassium channel activity
GO:0022898                                                                                                                                            regulation of transmembrane transporter activity
GO:0022900                                                                                                                                                                    electron transport chain
GO:0022904                                                                                                                                                        respiratory electron transport chain
GO:0023019                                                                                                                               signal transduction involved in regulation of gene expression
GO:0023021                                                                                                                                                          termination of signal transduction
GO:0023023                                                                                                                                                                 MHC protein complex binding
GO:0023024                                                                                                                                                         MHC class I protein complex binding
GO:0023025                                                                                                                                                        MHC class Ib protein complex binding
GO:0023026                                                                                                                                                        MHC class II protein complex binding
GO:0023029                                                                                                                                                                MHC class Ib protein binding
GO:0023030                                                                                                                                    MHC class Ib protein binding, via antigen binding groove
GO:0023035                                                                                                                                                                      CD40 signaling pathway
GO:0023041                                                                                                                                                                neuronal signal transduction
GO:0023051                                                                                                                                                                     regulation of signaling
GO:0023052                                                                                                                                                                                   signaling
GO:0023056                                                                                                                                                            positive regulation of signaling
GO:0023057                                                                                                                                                            negative regulation of signaling
GO:0023058                                                                                                                                                             adaptation of signaling pathway
GO:0023061                                                                                                                                                                              signal release
GO:0030001                                                                                                                                                                         metal ion transport
GO:0030002                                                                                                                                                  intracellular monoatomic anion homeostasis
GO:0030003                                                                                                                                                 intracellular monoatomic cation homeostasis
GO:0030007                                                                                                                                                     intracellular potassium ion homeostasis
GO:0030008                                                                                                                                                                               TRAPP complex
GO:0030010                                                                                                                                                              establishment of cell polarity
GO:0030011                                                                                                                                                                maintenance of cell polarity
GO:0030014                                                                                                                                                                            CCR4-NOT complex
GO:0030015                                                                                                                                                                       CCR4-NOT core complex
GO:0030016                                                                                                                                                                                   myofibril
GO:0030017                                                                                                                                                                                   sarcomere
GO:0030018                                                                                                                                                                                      Z disc
GO:0030020                                                                                                                     extracellular matrix structural constituent conferring tensile strength
GO:0030021                                                                                                               extracellular matrix structural constituent conferring compression resistance
GO:0030023                                                                                                                                      extracellular matrix constituent conferring elasticity
GO:0030026                                                                                                                                                     intracellular manganese ion homeostasis
GO:0030027                                                                                                                                                                               lamellipodium
GO:0030029                                                                                                                                                                actin filament-based process
GO:0030030                                                                                                                                                                cell projection organization
GO:0030031                                                                                                                                                                    cell projection assembly
GO:0030032                                                                                                                                                                      lamellipodium assembly
GO:0030033                                                                                                                                                                        microvillus assembly
GO:0030034                                                                                                                                                           microvillar actin bundle assembly
GO:0030035                                                                                                                                                                         microspike assembly
GO:0030036                                                                                                                                                             actin cytoskeleton organization
GO:0030038                                                                                                                                                  contractile actin filament bundle assembly
GO:0030041                                                                                                                                                               actin filament polymerization
GO:0030042                                                                                                                                                             actin filament depolymerization
GO:0030043                                                                                                                                                                actin filament fragmentation
GO:0030046                                                                                                                                                     parallel actin filament bundle assembly
GO:0030047                                                                                                                                                                          actin modification
GO:0030048                                                                                                                                                               actin filament-based movement
GO:0030049                                                                                                                                                                     muscle filament sliding
GO:0030050                                                                                                                                                      vesicle transport along actin filament
GO:0030054                                                                                                                                                                               cell junction
GO:0030055                                                                                                                                                                     cell-substrate junction
GO:0030056                                                                                                                                                                               hemidesmosome
GO:0030057                                                                                                                                                                                   desmosome
GO:0030060                                                                                                                                                             L-malate dehydrogenase activity
GO:0030061                                                                                                                                                                        mitochondrial crista
GO:0030062                                                                                                                                       mitochondrial tricarboxylic acid cycle enzyme complex
GO:0030070                                                                                                                                                                          insulin processing
GO:0030071                                                                                                                                         regulation of mitotic metaphase/anaphase transition
GO:0030072                                                                                                                                                                   peptide hormone secretion
GO:0030073                                                                                                                                                                           insulin secretion
GO:0030091                                                                                                                                                                              protein repair
GO:0030097                                                                                                                                                                                 hemopoiesis
GO:0030098                                                                                                                                                                  lymphocyte differentiation
GO:0030099                                                                                                                                                                myeloid cell differentiation
GO:0030100                                                                                                                                                                   regulation of endocytosis
GO:0030101                                                                                                                                                              natural killer cell activation
GO:0030103                                                                                                                                                                       vasopressin secretion
GO:0030107                                                                                                                                     HLA-A specific inhibitory MHC class I receptor activity
GO:0030108                                                                                                                                     HLA-A specific activating MHC class I receptor activity
GO:0030109                                                                                                                                     HLA-B specific inhibitory MHC class I receptor activity
GO:0030111                                                                                                                                                         regulation of Wnt signaling pathway
GO:0030112                                                                                                                                                                                  glycocalyx
GO:0030116                                                                                                                                     glial cell-derived neurotrophic factor receptor binding
GO:0030117                                                                                                                                                                               membrane coat
GO:0030118                                                                                                                                                                               clathrin coat
GO:0030119                                                                                                                                                       AP-type membrane coat adaptor complex
GO:0030120                                                                                                                                                                                vesicle coat
GO:0030121                                                                                                                                                                        AP-1 adaptor complex
GO:0030122                                                                                                                                                                        AP-2 adaptor complex
GO:0030123                                                                                                                                                                        AP-3 adaptor complex
GO:0030124                                                                                                                                                                        AP-4 adaptor complex
GO:0030125                                                                                                                                                                       clathrin vesicle coat
GO:0030126                                                                                                                                                                           COPI vesicle coat
GO:0030127                                                                                                                                                                          COPII vesicle coat
GO:0030128                                                                                                                                                          clathrin coat of endocytic vesicle
GO:0030130                                                                                                                                                clathrin coat of trans-Golgi network vesicle
GO:0030131                                                                                                                                                                    clathrin adaptor complex
GO:0030132                                                                                                                                                                 clathrin coat of coated pit
GO:0030133                                                                                                                                                                           transport vesicle
GO:0030134                                                                                                                                                  COPII-coated ER to Golgi transport vesicle
GO:0030135                                                                                                                                                                              coated vesicle
GO:0030136                                                                                                                                                                     clathrin-coated vesicle
GO:0030137                                                                                                                                                                         COPI-coated vesicle
GO:0030139                                                                                                                                                                           endocytic vesicle
GO:0030140                                                                                                                                                       trans-Golgi network transport vesicle
GO:0030141                                                                                                                                                                           secretory granule
GO:0030142                                                                                                                                                   COPI-coated Golgi to ER transport vesicle
GO:0030144                                                                                                              alpha-1,6-mannosylglycoprotein 6-beta-N-acetylglucosaminyltransferase activity
GO:0030145                                                                                                                                                                       manganese ion binding
GO:0030148                                                                                                                                                           sphingolipid biosynthetic process
GO:0030149                                                                                                                                                              sphingolipid catabolic process
GO:0030150                                                                                                                                                    protein import into mitochondrial matrix
GO:0030151                                                                                                                                                                      molybdenum ion binding
GO:0030154                                                                                                                                                                        cell differentiation
GO:0030155                                                                                                                                                                 regulation of cell adhesion
GO:0030156                                                                                                                                                             benzodiazepine receptor binding
GO:0030157                                                                                                                                                                  pancreatic juice secretion
GO:0030158                                                                                                                                                         protein xylosyltransferase activity
GO:0030159                                                                                                                                                 signaling receptor complex adaptor activity
GO:0030160                                                                                                                                                          synaptic receptor adaptor activity
GO:0030162                                                                                                                                                                   regulation of proteolysis
GO:0030163                                                                                                                                                                   protein catabolic process
GO:0030165                                                                                                                                                                          PDZ domain binding
GO:0030166                                                                                                                                                           proteoglycan biosynthetic process
GO:0030167                                                                                                                                                              proteoglycan catabolic process
GO:0030168                                                                                                                                                                         platelet activation
GO:0030169                                                                                                                                                    low-density lipoprotein particle binding
GO:0030170                                                                                                                                                                 pyridoxal phosphate binding
GO:0030171                                                                                                                                                       voltage-gated proton channel activity
GO:0030172                                                                                                                                                                          troponin C binding
GO:0030174                                                                                                                                      regulation of DNA-templated DNA replication initiation
GO:0030175                                                                                                                                                                                  filopodium
GO:0030177                                                                                                                                                positive regulation of Wnt signaling pathway
GO:0030178                                                                                                                                                negative regulation of Wnt signaling pathway
GO:0030182                                                                                                                                                                      neuron differentiation
GO:0030183                                                                                                                                                                      B cell differentiation
GO:0030184                                                                                                                                             nitric oxide transmembrane transporter activity
GO:0030185                                                                                                                                                                      nitric oxide transport
GO:0030186                                                                                                                                                                 melatonin metabolic process
GO:0030187                                                                                                                                                              melatonin biosynthetic process
GO:0030193                                                                                                                                                             regulation of blood coagulation
GO:0030194                                                                                                                                                    positive regulation of blood coagulation
GO:0030195                                                                                                                                                    negative regulation of blood coagulation
GO:0030197                                                                                                                                        extracellular matrix constituent, lubricant activity
GO:0030198                                                                                                                                                           extracellular matrix organization
GO:0030199                                                                                                                                                                collagen fibril organization
GO:0030200                                                                                                                                              heparan sulfate proteoglycan catabolic process
GO:0030201                                                                                                                                              heparan sulfate proteoglycan metabolic process
GO:0030202                                                                                                                                                                   heparin metabolic process
GO:0030203                                                                                                                                                         glycosaminoglycan metabolic process
GO:0030204                                                                                                                                                       chondroitin sulfate metabolic process
GO:0030205                                                                                                                                                          dermatan sulfate metabolic process
GO:0030206                                                                                                                                                    chondroitin sulfate biosynthetic process
GO:0030207                                                                                                                                                       chondroitin sulfate catabolic process
GO:0030208                                                                                                                                                       dermatan sulfate biosynthetic process
GO:0030209                                                                                                                                                          dermatan sulfate catabolic process
GO:0030210                                                                                                                                                                heparin biosynthetic process
GO:0030211                                                                                                                                                                   heparin catabolic process
GO:0030212                                                                                                                                                                hyaluronan metabolic process
GO:0030213                                                                                                                                                             hyaluronan biosynthetic process
GO:0030214                                                                                                                                                                hyaluronan catabolic process
GO:0030215                                                                                                                                                                 semaphorin receptor binding
GO:0030216                                                                                                                                                                keratinocyte differentiation
GO:0030217                                                                                                                                                                      T cell differentiation
GO:0030218                                                                                                                                                                 erythrocyte differentiation
GO:0030219                                                                                                                                                               megakaryocyte differentiation
GO:0030220                                                                                                                                                                          platelet formation
GO:0030221                                                                                                                                                                    basophil differentiation
GO:0030222                                                                                                                                                                  eosinophil differentiation
GO:0030223                                                                                                                                                                  neutrophil differentiation
GO:0030224                                                                                                                                                                    monocyte differentiation
GO:0030225                                                                                                                                                                  macrophage differentiation
GO:0030226                                                                                                                                                            apolipoprotein receptor activity
GO:0030228                                                                                                                                                      lipoprotein particle receptor activity
GO:0030229                                                                                                                                     very-low-density lipoprotein particle receptor activity
GO:0030233                                                                                                                                          deoxynucleotide transmembrane transporter activity
GO:0030234                                                                                                                                                                   enzyme regulator activity
GO:0030235                                                                                                                                                    nitric-oxide synthase regulator activity
GO:0030237                                                                                                                                                                    female sex determination
GO:0030238                                                                                                                                                                      male sex determination
GO:0030239                                                                                                                                                                          myofibril assembly
GO:0030240                                                                                                                                                      skeletal muscle thin filament assembly
GO:0030241                                                                                                                                              skeletal muscle myosin thick filament assembly
GO:0030242                                                                                                                                                                     autophagy of peroxisome
GO:0030246                                                                                                                                                                        carbohydrate binding
GO:0030247                                                                                                                                                                      polysaccharide binding
GO:0030249                                                                                                                                                        guanylate cyclase regulator activity
GO:0030250                                                                                                                                                        guanylate cyclase activator activity
GO:0030251                                                                                                                                                        guanylate cyclase inhibitor activity
GO:0030252                                                                                                                                                                    growth hormone secretion
GO:0030258                                                                                                                                                                          lipid modification
GO:0030259                                                                                                                                                                         lipid glycosylation
GO:0030261                                                                                                                                                                     chromosome condensation
GO:0030262                                                                                                                                                                   apoptotic nuclear changes
GO:0030263                                                                                                                                                           apoptotic chromosome condensation
GO:0030264                                                                                                                                  nuclear fragmentation involved in apoptotic nuclear change
GO:0030267                                                                                                                                                       glyoxylate reductase (NADP+) activity
GO:0030272                                                                                                                                              5-formyltetrahydrofolate cyclo-ligase activity
GO:0030273                                                                                                                                             melanin-concentrating hormone receptor activity
GO:0030274                                                                                                                                                                          LIM domain binding
GO:0030275                                                                                                                                                                          LRR domain binding
GO:0030276                                                                                                                                                                            clathrin binding
GO:0030277                                                                                                                                                  maintenance of gastrointestinal epithelium
GO:0030278                                                                                                                                                                  regulation of ossification
GO:0030279                                                                                                                                                         negative regulation of ossification
GO:0030280                                                                                                                                                    structural constituent of skin epidermis
GO:0030282                                                                                                                                                                         bone mineralization
GO:0030283                                                                                                                                                testosterone dehydrogenase [NAD(P)] activity
GO:0030284                                                                                                                                                          nuclear estrogen receptor activity
GO:0030286                                                                                                                                                                              dynein complex
GO:0030289                                                                                                                                                               protein phosphatase 4 complex
GO:0030290                                                                                                                                                     sphingolipid activator protein activity
GO:0030291                                                                                                                                          protein serine/threonine kinase inhibitor activity
GO:0030292                                                                                                                                                  protein tyrosine kinase inhibitor activity
GO:0030293                                                                                                                           transmembrane receptor protein tyrosine kinase inhibitor activity
GO:0030294                                                                                                                               receptor signaling protein tyrosine kinase inhibitor activity
GO:0030295                                                                                                                                                           protein kinase activator activity
GO:0030296                                                                                                                                                  protein tyrosine kinase activator activity
GO:0030297                                                                                                                           transmembrane receptor protein tyrosine kinase activator activity
GO:0030298                                                                                                                               receptor signaling protein tyrosine kinase activator activity
GO:0030299                                                                                                                                                           intestinal cholesterol absorption
GO:0030300                                                                                                                                             regulation of intestinal cholesterol absorption
GO:0030301                                                                                                                                                                       cholesterol transport
GO:0030302                                                                                                                                                                   deoxynucleotide transport
GO:0030305                                                                                                                                                                         heparanase activity
GO:0030307                                                                                                                                                          positive regulation of cell growth
GO:0030308                                                                                                                                                          negative regulation of cell growth
GO:0030309                                                                                                                                                  poly-N-acetyllactosamine metabolic process
GO:0030311                                                                                                                                               poly-N-acetyllactosamine biosynthetic process
GO:0030312                                                                                                                                                            external encapsulating structure
GO:0030314                                                                                                                                                                 junctional membrane complex
GO:0030315                                                                                                                                                                                    T-tubule
GO:0030316                                                                                                                                                                  osteoclast differentiation
GO:0030317                                                                                                                                                                  flagellated sperm motility
GO:0030318                                                                                                                                                                  melanocyte differentiation
GO:0030321                                                                                                                                                          transepithelial chloride transport
GO:0030322                                                                                                                                                         stabilization of membrane potential
GO:0030323                                                                                                                                                                respiratory tube development
GO:0030324                                                                                                                                                                            lung development
GO:0030325                                                                                                                                                                   adrenal gland development
GO:0030326                                                                                                                                                                embryonic limb morphogenesis
GO:0030327                                                                                                                                                        prenylated protein catabolic process
GO:0030328                                                                                                                                                            prenylcysteine catabolic process
GO:0030329                                                                                                                                                            prenylcysteine metabolic process
GO:0030330                                                                                                                              DNA damage response, signal transduction by p53 class mediator
GO:0030331                                                                                                                                                           nuclear estrogen receptor binding
GO:0030332                                                                                                                                                                              cyclin binding
GO:0030334                                                                                                                                                                regulation of cell migration
GO:0030335                                                                                                                                                       positive regulation of cell migration
GO:0030336                                                                                                                                                       negative regulation of cell migration
GO:0030337                                                                                                                                                 DNA polymerase processivity factor activity
GO:0030338                                                                                                                                              CMP-N-acetylneuraminate monooxygenase activity
GO:0030342                                                                                                                                      1-alpha,25-dihydroxyvitamin D3 24-hydroxylase activity
GO:0030343                                                                                                                                                          vitamin D3 25-hydroxylase activity
GO:0030345                                                                                                                                                      structural constituent of tooth enamel
GO:0030346                                                                                                                                                              protein phosphatase 2B binding
GO:0030348                                                                                                                                                                          syntaxin-3 binding
GO:0030350                                                                                                                                                             iron-responsive element binding
GO:0030351                                                                                                                                 inositol-1,3,4,5,6-pentakisphosphate 3-phosphatase activity
GO:0030352                                                                                                                                   inositol-1,4,5,6-tetrakisphosphate 6-phosphatase activity
GO:0030354                                                                                                                                                      melanin-concentrating hormone activity
GO:0030366                                                                                                                                                             molybdopterin synthase activity
GO:0030368                                                                                                                                                            interleukin-17 receptor activity
GO:0030369                                                                                                                                                                    ICAM-3 receptor activity
GO:0030371                                                                                                                                                              translation repressor activity
GO:0030374                                                                                                                                                       nuclear receptor coactivator activity
GO:0030377                                                                                                                                           urokinase plasminogen activator receptor activity
GO:0030378                                                                                                                                                                    serine racemase activity
GO:0030379                                                                                                                                        neurotensin receptor activity, non-G protein-coupled
GO:0030380                                                                                                                                                            interleukin-17E receptor binding
GO:0030382                                                                                                                                                            sperm mitochondrion organization
GO:0030388                                                                                                                                                 fructose 1,6-bisphosphate metabolic process
GO:0030389                                                                                                                                                              fructosamine metabolic process
GO:0030393                                                                                                                                                            fructoselysine metabolic process
GO:0030395                                                                                                                                                                             lactose binding
GO:0030397                                                                                                                                                                        membrane disassembly
GO:0030409                                                                                                                                                   glutamate formimidoyltransferase activity
GO:0030412                                                                                                                                         formimidoyltetrahydrofolate cyclodeaminase activity
GO:0030414                                                                                                                                                                peptidase inhibitor activity
GO:0030421                                                                                                                                                                                  defecation
GO:0030422                                                                                                                                                                            siRNA processing
GO:0030424                                                                                                                                                                                        axon
GO:0030425                                                                                                                                                                                    dendrite
GO:0030426                                                                                                                                                                                 growth cone
GO:0030427                                                                                                                                                                    site of polarized growth
GO:0030429                                                                                                                                                                       kynureninase activity
GO:0030431                                                                                                                                                                                       sleep
GO:0030432                                                                                                                                                                                 peristalsis
GO:0030449                                                                                                                                                         regulation of complement activation
GO:0030450                                                                                                                                      regulation of complement activation, classical pathway
GO:0030451                                                                                                                                    regulation of complement activation, alternative pathway
GO:0030473                                                                                                                                                         nuclear migration along microtubule
GO:0030478                                                                                                                                                                                   actin cap
GO:0030485                                                                                                                                                             smooth muscle contractile fiber
GO:0030488                                                                                                                                                                            tRNA methylation
GO:0030490                                                                                                                                                                      maturation of SSU-rRNA
GO:0030492                                                                                                                                                                          hemoglobin binding
GO:0030496                                                                                                                                                                                     midbody
GO:0030497                                                                                                                                                                       fatty acid elongation
GO:0030500                                                                                                                                                           regulation of bone mineralization
GO:0030501                                                                                                                                                  positive regulation of bone mineralization
GO:0030502                                                                                                                                                  negative regulation of bone mineralization
GO:0030504                                                                                                                                    inorganic diphosphate transmembrane transporter activity
GO:0030505                                                                                                                                                             inorganic diphosphate transport
GO:0030506                                                                                                                                                                             ankyrin binding
GO:0030507                                                                                                                                                                            spectrin binding
GO:0030509                                                                                                                                                                       BMP signaling pathway
GO:0030510                                                                                                                                                         regulation of BMP signaling pathway
GO:0030511                                                                                                           positive regulation of transforming growth factor beta receptor signaling pathway
GO:0030512                                                                                                           negative regulation of transforming growth factor beta receptor signaling pathway
GO:0030513                                                                                                                                                positive regulation of BMP signaling pathway
GO:0030514                                                                                                                                                negative regulation of BMP signaling pathway
GO:0030515                                                                                                                                                                              snoRNA binding
GO:0030516                                                                                                                                                                regulation of axon extension
GO:0030517                                                                                                                                                       negative regulation of axon extension
GO:0030518                                                                                                                                    intracellular steroid hormone receptor signaling pathway
GO:0030519                                                                                                                                                                              snoRNP binding
GO:0030520                                                                                                                                           intracellular estrogen receptor signaling pathway
GO:0030521                                                                                                                                                         androgen receptor signaling pathway
GO:0030522                                                                                                                                                    intracellular receptor signaling pathway
GO:0030526                                                                                                                           granulocyte macrophage colony-stimulating factor receptor complex
GO:0030527                                                                                                                                                         structural constituent of chromatin
GO:0030532                                                                                                                                                     small nuclear ribonucleoprotein complex
GO:0030534                                                                                                                                                                              adult behavior
GO:0030538                                                                                                                                                           embryonic genitalia morphogenesis
GO:0030539                                                                                                                                                                  male genitalia development
GO:0030540                                                                                                                                                                female genitalia development
GO:0030544                                                                                                                                                                       Hsp70 protein binding
GO:0030545                                                                                                                                                       signaling receptor regulator activity
GO:0030546                                                                                                                                                       signaling receptor activator activity
GO:0030547                                                                                                                                                       signaling receptor inhibitor activity
GO:0030548                                                                                                                                                   acetylcholine receptor regulator activity
GO:0030549                                                                                                                                                   acetylcholine receptor activator activity
GO:0030550                                                                                                                                                   acetylcholine receptor inhibitor activity
GO:0030551                                                                                                                                                                   cyclic nucleotide binding
GO:0030552                                                                                                                                                                                cAMP binding
GO:0030553                                                                                                                                                                                cGMP binding
GO:0030554                                                                                                                                                                   adenyl nucleotide binding
GO:0030572                                                                                                                                                            phosphatidyltransferase activity
GO:0030573                                                                                                                                                                 bile acid catabolic process
GO:0030574                                                                                                                                                                  collagen catabolic process
GO:0030575                                                                                                                                                                   nuclear body organization
GO:0030576                                                                                                                                                                     Cajal body organization
GO:0030578                                                                                                                                                                       PML body organization
GO:0030581                                                                                                                                            symbiont intracellular protein transport in host
GO:0030586                                                                                                                                                    [methionine synthase] reductase activity
GO:0030592                                                                                                                                                                        DNA ADP-ribosylation
GO:0030593                                                                                                                                                                       neutrophil chemotaxis
GO:0030594                                                                                                                                                          neurotransmitter receptor activity
GO:0030595                                                                                                                                                                        leukocyte chemotaxis
GO:0030611                                                                                                                                                                 arsenate reductase activity
GO:0030613                                                                                                                          oxidoreductase activity, acting on phosphorus or arsenic in donors
GO:0030614                                                                                                   oxidoreductase activity, acting on phosphorus or arsenic in donors, disulfide as acceptor
GO:0030619                                                                                                                                                                            U1 snRNA binding
GO:0030620                                                                                                                                                                            U2 snRNA binding
GO:0030621                                                                                                                                                                            U4 snRNA binding
GO:0030622                                                                                                                                                                        U4atac snRNA binding
GO:0030623                                                                                                                                                                            U5 snRNA binding
GO:0030624                                                                                                                                                                        U6atac snRNA binding
GO:0030626                                                                                                                                                                           U12 snRNA binding
GO:0030627                                                                                                                                                             pre-mRNA 5'-splice site binding
GO:0030628                                                                                                                                                             pre-mRNA 3'-splice site binding
GO:0030629                                                                                                                                                                     U6 snRNA 3'-end binding
GO:0030638                                                                                                                                                                polyketide metabolic process
GO:0030641                                                                                                                                                                   regulation of cellular pH
GO:0030643                                                                                                                                                     intracellular phosphate ion homeostasis
GO:0030644                                                                                                                                                      intracellular chloride ion homeostasis
GO:0030647                                                                                                                                                 aminoglycoside antibiotic metabolic process
GO:0030656                                                                                                                                                     regulation of vitamin metabolic process
GO:0030658                                                                                                                                                                  transport vesicle membrane
GO:0030659                                                                                                                                                                cytoplasmic vesicle membrane
GO:0030660                                                                                                                                                           Golgi-associated vesicle membrane
GO:0030662                                                                                                                                                                     coated vesicle membrane
GO:0030663                                                                                                                                                                COPI-coated vesicle membrane
GO:0030665                                                                                                                                                            clathrin-coated vesicle membrane
GO:0030666                                                                                                                                                                  endocytic vesicle membrane
GO:0030667                                                                                                                                                                  secretory granule membrane
GO:0030669                                                                                                                                                  clathrin-coated endocytic vesicle membrane
GO:0030670                                                                                                                                                                 phagocytic vesicle membrane
GO:0030672                                                                                                                                                                   synaptic vesicle membrane
GO:0030673                                                                                                                                                                                    axolemma
GO:0030674                                                                                                                                                      protein-macromolecule adaptor activity
GO:0030677                                                                                                                                                                      ribonuclease P complex
GO:0030678                                                                                                                                                        mitochondrial ribonuclease P complex
GO:0030681                                                                                                                                                           multimeric ribonuclease P complex
GO:0030684                                                                                                                                                                                 preribosome
GO:0030686                                                                                                                                                                             90S preribosome
GO:0030687                                                                                                                                                        preribosome, large subunit precursor
GO:0030688                                                                                                                                                        preribosome, small subunit precursor
GO:0030689                                                                                                                                                                                 Noc complex
GO:0030690                                                                                                                                                                         Noc1p-Noc2p complex
GO:0030691                                                                                                                                                                         Noc2p-Noc3p complex
GO:0030692                                                                                                                                                                        Noc4p-Nop14p complex
GO:0030695                                                                                                                                                                   GTPase regulator activity
GO:0030697                                                                                                            tRNA (uracil(54)-C5)-methyltransferase activity, S-adenosyl methionine-dependent
GO:0030704                                                                                                                                                                vitelline membrane formation
GO:0030705                                                                                                                                              cytoskeleton-dependent intracellular transport
GO:0030718                                                                                                                                                  germ-line stem cell population maintenance
GO:0030719                                                                                                                                                                      P granule organization
GO:0030728                                                                                                                                                                                   ovulation
GO:0030729                                                                                                                                                            acetoacetate-CoA ligase activity
GO:0030730                                                                                                                                                                sequestering of triglyceride
GO:0030731                                                                                                                                               guanidinoacetate N-methyltransferase activity
GO:0030735                                                                                                                                                      carnosine N-methyltransferase activity
GO:0030742                                                                                                                                                               GTP-dependent protein binding
GO:0030748                                                                                                                                                          amine N-methyltransferase activity
GO:0030760                                                                                                                                                       pyridine N-methyltransferase activity
GO:0030791                                                                                                                                                         arsenite methyltransferase activity
GO:0030792                                                                                                                                                   methylarsonite methyltransferase activity
GO:0030808                                                                                                                                               regulation of nucleotide biosynthetic process
GO:0030809                                                                                                                                      negative regulation of nucleotide biosynthetic process
GO:0030810                                                                                                                                      positive regulation of nucleotide biosynthetic process
GO:0030811                                                                                                                                                  regulation of nucleotide catabolic process
GO:0030812                                                                                                                                         negative regulation of nucleotide catabolic process
GO:0030813                                                                                                                                         positive regulation of nucleotide catabolic process
GO:0030832                                                                                                                                                         regulation of actin filament length
GO:0030833                                                                                                                                                 regulation of actin filament polymerization
GO:0030834                                                                                                                                               regulation of actin filament depolymerization
GO:0030835                                                                                                                                      negative regulation of actin filament depolymerization
GO:0030836                                                                                                                                      positive regulation of actin filament depolymerization
GO:0030837                                                                                                                                        negative regulation of actin filament polymerization
GO:0030838                                                                                                                                        positive regulation of actin filament polymerization
GO:0030842                                                                                                                                        regulation of intermediate filament depolymerization
GO:0030844                                                                                                                               positive regulation of intermediate filament depolymerization
GO:0030845                                                                                                                     phospholipase C-inhibiting G protein-coupled receptor signaling pathway
GO:0030846                                                                                                                             termination of RNA polymerase II transcription, poly(A)-coupled
GO:0030849                                                                                                                                                                                    autosome
GO:0030850                                                                                                                                                                  prostate gland development
GO:0030851                                                                                                                                                                 granulocyte differentiation
GO:0030852                                                                                                                                                   regulation of granulocyte differentiation
GO:0030853                                                                                                                                          negative regulation of granulocyte differentiation
GO:0030854                                                                                                                                          positive regulation of granulocyte differentiation
GO:0030855                                                                                                                                                             epithelial cell differentiation
GO:0030856                                                                                                                                               regulation of epithelial cell differentiation
GO:0030857                                                                                                                                      negative regulation of epithelial cell differentiation
GO:0030858                                                                                                                                      positive regulation of epithelial cell differentiation
GO:0030859                                                                                                                                                   polarized epithelial cell differentiation
GO:0030860                                                                                                                                     regulation of polarized epithelial cell differentiation
GO:0030862                                                                                                                            positive regulation of polarized epithelial cell differentiation
GO:0030863                                                                                                                                                                       cortical cytoskeleton
GO:0030864                                                                                                                                                                 cortical actin cytoskeleton
GO:0030865                                                                                                                                                          cortical cytoskeleton organization
GO:0030866                                                                                                                                                    cortical actin cytoskeleton organization
GO:0030867                                                                                                                                                        rough endoplasmic reticulum membrane
GO:0030868                                                                                                                                                       smooth endoplasmic reticulum membrane
GO:0030870                                                                                                                                                                               Mre11 complex
GO:0030874                                                                                                                                                                         nucleolar chromatin
GO:0030877                                                                                                                                                            beta-catenin destruction complex
GO:0030878                                                                                                                                                                   thyroid gland development
GO:0030879                                                                                                                                                                   mammary gland development
GO:0030880                                                                                                                                                                      RNA polymerase complex
GO:0030881                                                                                                                                                                beta-2-microglobulin binding
GO:0030882                                                                                                                                                                       lipid antigen binding
GO:0030883                                                                                                                                                            endogenous lipid antigen binding
GO:0030884                                                                                                                                                             exogenous lipid antigen binding
GO:0030885                                                                                                                                             regulation of myeloid dendritic cell activation
GO:0030886                                                                                                                                    negative regulation of myeloid dendritic cell activation
GO:0030887                                                                                                                                    positive regulation of myeloid dendritic cell activation
GO:0030888                                                                                                                                                          regulation of B cell proliferation
GO:0030889                                                                                                                                                 negative regulation of B cell proliferation
GO:0030890                                                                                                                                                 positive regulation of B cell proliferation
GO:0030891                                                                                                                                                                                 VCB complex
GO:0030892                                                                                                                                                                     mitotic cohesin complex
GO:0030893                                                                                                                                                                     meiotic cohesin complex
GO:0030894                                                                                                                                                                                   replisome
GO:0030895                                                                                                                                                apolipoprotein B mRNA editing enzyme complex
GO:0030896                                                                                                                                                                    checkpoint clamp complex
GO:0030897                                                                                                                                                                                HOPS complex
GO:0030899                                                                                                                                                           calcium-dependent ATPase activity
GO:0030900                                                                                                                                                                       forebrain development
GO:0030901                                                                                                                                                                        midbrain development
GO:0030902                                                                                                                                                                       hindbrain development
GO:0030903                                                                                                                                                                       notochord development
GO:0030904                                                                                                                                                                            retromer complex
GO:0030905                                                                                                                                                                retromer, tubulation complex
GO:0030906                                                                                                                                                           retromer, cargo-selective complex
GO:0030908                                                                                                                                                                            protein splicing
GO:0030910                                                                                                                                                                 olfactory placode formation
GO:0030911                                                                                                                                                                          TPR domain binding
GO:0030913                                                                                                                                                                 paranodal junction assembly
GO:0030915                                                                                                                                                                           Smc5-Smc6 complex
GO:0030916                                                                                                                                                                      otic vesicle formation
GO:0030917                                                                                                                                                     midbrain-hindbrain boundary development
GO:0030934                                                                                                                                                                  anchoring collagen complex
GO:0030935                                                                                                                                                               sheet-forming collagen trimer
GO:0030936                                                                                                                                                               transmembrane collagen trimer
GO:0030942                                                                                                                                                endoplasmic reticulum signal peptide binding
GO:0030943                                                                                                                                                    mitochondrion targeting sequence binding
GO:0030947                                                                                                                 regulation of vascular endothelial growth factor receptor signaling pathway
GO:0030948                                                                                                        negative regulation of vascular endothelial growth factor receptor signaling pathway
GO:0030949                                                                                                        positive regulation of vascular endothelial growth factor receptor signaling pathway
GO:0030950                                                                                                                                 establishment or maintenance of actin cytoskeleton polarity
GO:0030951                                                                                                                           establishment or maintenance of microtubule cytoskeleton polarity
GO:0030952                                                                                                                                       establishment or maintenance of cytoskeleton polarity
GO:0030953                                                                                                                                                             astral microtubule organization
GO:0030954                                                                                                                                                               astral microtubule nucleation
GO:0030955                                                                                                                                                                       potassium ion binding
GO:0030956                                                                                                                                                 glutamyl-tRNA(Gln) amidotransferase complex
GO:0030957                                                                                                                                                                         Tat protein binding
GO:0030961                                                                                                                                                             peptidyl-arginine hydroxylation
GO:0030964                                                                                                                                                                  NADH dehydrogenase complex
GO:0030968                                                                                                                                             endoplasmic reticulum unfolded protein response
GO:0030970                                                                                                                                                 retrograde protein transport, ER to cytosol
GO:0030971                                                                                                                                                            receptor tyrosine kinase binding
GO:0030974                                                                                                                                              thiamine pyrophosphate transmembrane transport
GO:0030975                                                                                                                                                                            thiamine binding
GO:0030976                                                                                                                                                              thiamine pyrophosphate binding
GO:0030977                                                                                                                                                                             taurine binding
GO:0030981                                                                                                                                                           cortical microtubule cytoskeleton
GO:0030983                                                                                                                                                                      mismatched DNA binding
GO:0030984                                                                                                                                                                           kininogen binding
GO:0030990                                                                                                                                                             intraciliary transport particle
GO:0030991                                                                                                                                                           intraciliary transport particle A
GO:0030992                                                                                                                                                           intraciliary transport particle B
GO:0030997                                                                                                                                                  regulation of centriole-centriole cohesion
GO:0031000                                                                                                                                                                        response to caffeine
GO:0031004                                                                                                                                                   potassium ion-transporting ATPase complex
GO:0031005                                                                                                                                                                             filamin binding
GO:0031010                                                                                                                                                                           ISWI-type complex
GO:0031011                                                                                                                                                                               Ino80 complex
GO:0031012                                                                                                                                                                        extracellular matrix
GO:0031013                                                                                                                                                                          troponin I binding
GO:0031014                                                                                                                                                                          troponin T binding
GO:0031016                                                                                                                                                                        pancreas development
GO:0031017                                                                                                                                                               exocrine pancreas development
GO:0031018                                                                                                                                                              endocrine pancreas development
GO:0031021                                                                                                                                                    interphase microtubule organizing center
GO:0031022                                                                                                                                                       nuclear migration along microfilament
GO:0031023                                                                                                                                                  microtubule organizing center organization
GO:0031032                                                                                                                                                           actomyosin structure organization
GO:0031033                                                                                                                                                                myosin filament organization
GO:0031034                                                                                                                                                                    myosin filament assembly
GO:0031035                                                                                                                                                                 myosin filament disassembly
GO:0031037                                                                                                                                                              myosin II filament disassembly
GO:0031038                                                                                                                                                             myosin II filament organization
GO:0031045                                                                                                                                                                          dense core granule
GO:0031047                                                                                                                                                    regulatory ncRNA-mediated gene silencing
GO:0031048                                                                                                                                         regulatory ncRNA-mediated heterochromatin formation
GO:0031053                                                                                                                                                                    primary miRNA processing
GO:0031054                                                                                                                                                                        pre-miRNA processing
GO:0031055                                                                                                                                                          chromatin remodeling at centromere
GO:0031069                                                                                                                                                                 hair follicle morphogenesis
GO:0031071                                                                                                                                                               cysteine desulfurase activity
GO:0031072                                                                                                                                                                  heat shock protein binding
GO:0031073                                                                                                                                                         cholesterol 26-hydroxylase activity
GO:0031074                                                                                                                                                         nucleocytoplasmic transport complex
GO:0031076                                                                                                                                                       embryonic camera-type eye development
GO:0031077                                                                                                                                                  post-embryonic camera-type eye development
GO:0031078                                                                                                                                                          histone H3K14 deacetylase activity
GO:0031080                                                                                                                                                                     nuclear pore outer ring
GO:0031082                                                                                                                                                                                BLOC complex
GO:0031083                                                                                                                                                                              BLOC-1 complex
GO:0031084                                                                                                                                                                              BLOC-2 complex
GO:0031085                                                                                                                                                                              BLOC-3 complex
GO:0031086                                                                                                                 nuclear-transcribed mRNA catabolic process, deadenylation-independent decay
GO:0031087                                                                                                                             deadenylation-independent decapping of nuclear-transcribed mRNA
GO:0031088                                                                                                                                                             platelet dense granule membrane
GO:0031089                                                                                                                                                                platelet dense granule lumen
GO:0031090                                                                                                                                                                          organelle membrane
GO:0031091                                                                                                                                                                      platelet alpha granule
GO:0031092                                                                                                                                                             platelet alpha granule membrane
GO:0031093                                                                                                                                                                platelet alpha granule lumen
GO:0031094                                                                                                                                                              platelet dense tubular network
GO:0031095                                                                                                                                                     platelet dense tubular network membrane
GO:0031098                                                                                                                                           stress-activated protein kinase signaling cascade
GO:0031099                                                                                                                                                                                regeneration
GO:0031100                                                                                                                                                                   animal organ regeneration
GO:0031102                                                                                                                                                              neuron projection regeneration
GO:0031103                                                                                                                                                                           axon regeneration
GO:0031104                                                                                                                                                                       dendrite regeneration
GO:0031105                                                                                                                                                                              septin complex
GO:0031106                                                                                                                                                                    septin ring organization
GO:0031109                                                                                                                                              microtubule polymerization or depolymerization
GO:0031110                                                                                                                                regulation of microtubule polymerization or depolymerization
GO:0031111                                                                                                                       negative regulation of microtubule polymerization or depolymerization
GO:0031112                                                                                                                       positive regulation of microtubule polymerization or depolymerization
GO:0031113                                                                                                                                                    regulation of microtubule polymerization
GO:0031114                                                                                                                                                  regulation of microtubule depolymerization
GO:0031115                                                                                                                                           negative regulation of microtubule polymerization
GO:0031116                                                                                                                                           positive regulation of microtubule polymerization
GO:0031117                                                                                                                                         positive regulation of microtubule depolymerization
GO:0031118                                                                                                                                                                rRNA pseudouridine synthesis
GO:0031119                                                                                                                                                                tRNA pseudouridine synthesis
GO:0031120                                                                                                                                                               snRNA pseudouridine synthesis
GO:0031122                                                                                                                                                        cytoplasmic microtubule organization
GO:0031123                                                                                                                                                                       RNA 3'-end processing
GO:0031124                                                                                                                                                                      mRNA 3'-end processing
GO:0031125                                                                                                                                                                      rRNA 3'-end processing
GO:0031126                                                                                                                                                                 sno(s)RNA 3'-end processing
GO:0031127                                                                                                                                                     alpha-(1,2)-fucosyltransferase activity
GO:0031128                                                                                                                                                                     developmental induction
GO:0031129                                                                                                                                                               inductive cell-cell signaling
GO:0031133                                                                                                                                                                 regulation of axon diameter
GO:0031134                                                                                                                                                              sister chromatid biorientation
GO:0031143                                                                                                                                                                                pseudopodium
GO:0031144                                                                                                                                                                     proteasome localization
GO:0031145                                                                                                                                      anaphase-promoting complex-dependent catabolic process
GO:0031146                                                                                                                     SCF-dependent proteasomal ubiquitin-dependent protein catabolic process
GO:0031151                                                                                                                                                    histone H3K79 methyltransferase activity
GO:0031161                                                                                                                                                      phosphatidylinositol catabolic process
GO:0031163                                                                                                                                                             metallo-sulfur cluster assembly
GO:0031167                                                                                                                                                                            rRNA methylation
GO:0031173                                                                                                                                       otolith mineralization completed early in development
GO:0031175                                                                                                                                                               neuron projection development
GO:0031177                                                                                                                                                                  phosphopantetheine binding
GO:0031179                                                                                                                                                                        peptide modification
GO:0031201                                                                                                                                                                               SNARE complex
GO:0031204                                                                                                                             post-translational protein targeting to membrane, translocation
GO:0031205                                                                                                                                                           endoplasmic reticulum Sec complex
GO:0031207                                                                                                                                                                         Sec62/Sec63 complex
GO:0031208                                                                                                                                                                          POZ domain binding
GO:0031209                                                                                                                                                                                SCAR complex
GO:0031210                                                                                                                                                                 phosphatidylcholine binding
GO:0031211                                                                                                                                          endoplasmic reticulum palmitoyltransferase complex
GO:0031213                                                                                                                                                                                 RSF complex
GO:0031214                                                                                                                                                               biomineral tissue development
GO:0031223                                                                                                                                                                           auditory behavior
GO:0031232                                                                                                                                     extrinsic component of external side of plasma membrane
GO:0031234                                                                                                                                  extrinsic component of cytoplasmic side of plasma membrane
GO:0031247                                                                                                                                                                          actin rod assembly
GO:0031248                                                                                                                                                           protein acetyltransferase complex
GO:0031249                                                                                                                                                                   denatured protein binding
GO:0031251                                                                                                                                                                                 PAN complex
GO:0031252                                                                                                                                                                           cell leading edge
GO:0031253                                                                                                                                                                    cell projection membrane
GO:0031254                                                                                                                                                                          cell trailing edge
GO:0031256                                                                                                                                                                       leading edge membrane
GO:0031257                                                                                                                                                                 cell trailing edge membrane
GO:0031258                                                                                                                                                                      lamellipodium membrane
GO:0031259                                                                                                                                                                             uropod membrane
GO:0031260                                                                                                                                                                       pseudopodium membrane
GO:0031261                                                                                                                                                       DNA replication preinitiation complex
GO:0031262                                                                                                                                                                               Ndc80 complex
GO:0031264                                                                                                                                                            death-inducing signaling complex
GO:0031265                                                                                                                                                       CD95 death-inducing signaling complex
GO:0031267                                                                                                                                                                        small GTPase binding
GO:0031268                                                                                                                                                                   pseudopodium organization
GO:0031269                                                                                                                                                                       pseudopodium assembly
GO:0031272                                                                                                                                                         regulation of pseudopodium assembly
GO:0031274                                                                                                                                                positive regulation of pseudopodium assembly
GO:0031279                                                                                                                                                              regulation of cyclase activity
GO:0031280                                                                                                                                                     negative regulation of cyclase activity
GO:0031281                                                                                                                                                     positive regulation of cyclase activity
GO:0031282                                                                                                                                                    regulation of guanylate cyclase activity
GO:0031283                                                                                                                                           negative regulation of guanylate cyclase activity
GO:0031284                                                                                                                                           positive regulation of guanylate cyclase activity
GO:0031289                                                                                                                                                                       actin phosphorylation
GO:0031290                                                                                                                                                         retinal ganglion cell axon guidance
GO:0031293                                                                                                                                           membrane protein intracellular domain proteolysis
GO:0031294                                                                                                                                                                    lymphocyte costimulation
GO:0031295                                                                                                                                                                        T cell costimulation
GO:0031296                                                                                                                                                                        B cell costimulation
GO:0031297                                                                                                                                                                 replication fork processing
GO:0031298                                                                                                                                                         replication fork protection complex
GO:0031312                                                                                                                                                   extrinsic component of organelle membrane
GO:0031313                                                                                                                                                    extrinsic component of endosome membrane
GO:0031314                                                                                                                                         extrinsic component of mitochondrial inner membrane
GO:0031320                                                                                                                                                              hexitol dehydrogenase activity
GO:0031323                                                                                                                                                    regulation of cellular metabolic process
GO:0031324                                                                                                                                           negative regulation of cellular metabolic process
GO:0031325                                                                                                                                           positive regulation of cellular metabolic process
GO:0031326                                                                                                                                                 regulation of cellular biosynthetic process
GO:0031327                                                                                                                                        negative regulation of cellular biosynthetic process
GO:0031328                                                                                                                                        positive regulation of cellular biosynthetic process
GO:0031329                                                                                                                                                    regulation of cellular catabolic process
GO:0031330                                                                                                                                           negative regulation of cellular catabolic process
GO:0031331                                                                                                                                           positive regulation of cellular catabolic process
GO:0031332                                                                                                                                                                       RNAi effector complex
GO:0031333                                                                                                                                  negative regulation of protein-containing complex assembly
GO:0031334                                                                                                                                  positive regulation of protein-containing complex assembly
GO:0031335                                                                                                                                           regulation of sulfur amino acid metabolic process
GO:0031338                                                                                                                                                                regulation of vesicle fusion
GO:0031339                                                                                                                                                       negative regulation of vesicle fusion
GO:0031340                                                                                                                                                       positive regulation of vesicle fusion
GO:0031341                                                                                                                                                                  regulation of cell killing
GO:0031342                                                                                                                                                         negative regulation of cell killing
GO:0031343                                                                                                                                                         positive regulation of cell killing
GO:0031344                                                                                                                                                  regulation of cell projection organization
GO:0031345                                                                                                                                         negative regulation of cell projection organization
GO:0031346                                                                                                                                         positive regulation of cell projection organization
GO:0031347                                                                                                                                                              regulation of defense response
GO:0031348                                                                                                                                                     negative regulation of defense response
GO:0031349                                                                                                                                                     positive regulation of defense response
GO:0031365                                                                                                                                                  N-terminal protein amino acid modification
GO:0031369                                                                                                                                                       translation initiation factor binding
GO:0031370                                                                                                                                                     eukaryotic initiation factor 4G binding
GO:0031371                                                                                                                                                        ubiquitin conjugating enzyme complex
GO:0031372                                                                                                                                                                          UBC13-MMS2 complex
GO:0031379                                                                                                                                                         RNA-directed RNA polymerase complex
GO:0031380                                                                                                                                                 nuclear RNA-directed RNA polymerase complex
GO:0031386                                                                                                                                                                        protein tag activity
GO:0031389                                                                                                                                                                      Rad17 RFC-like complex
GO:0031390                                                                                                                                                                      Ctf18 RFC-like complex
GO:0031391                                                                                                                                                                       Elg1 RFC-like complex
GO:0031392                                                                                                                                            regulation of prostaglandin biosynthetic process
GO:0031393                                                                                                                                   negative regulation of prostaglandin biosynthetic process
GO:0031394                                                                                                                                   positive regulation of prostaglandin biosynthetic process
GO:0031396                                                                                                                                                        regulation of protein ubiquitination
GO:0031397                                                                                                                                               negative regulation of protein ubiquitination
GO:0031398                                                                                                                                               positive regulation of protein ubiquitination
GO:0031399                                                                                                                                                  regulation of protein modification process
GO:0031400                                                                                                                                         negative regulation of protein modification process
GO:0031401                                                                                                                                         positive regulation of protein modification process
GO:0031402                                                                                                                                                                          sodium ion binding
GO:0031403                                                                                                                                                                         lithium ion binding
GO:0031404                                                                                                                                                                        chloride ion binding
GO:0031405                                                                                                                                                                         lipoic acid binding
GO:0031406                                                                                                                                                                     carboxylic acid binding
GO:0031407                                                                                                                                                                  oxylipin metabolic process
GO:0031408                                                                                                                                                               oxylipin biosynthetic process
GO:0031410                                                                                                                                                                         cytoplasmic vesicle
GO:0031414                                                                                                                                                N-terminal protein acetyltransferase complex
GO:0031415                                                                                                                                                                                NatA complex
GO:0031416                                                                                                                                                                                NatB complex
GO:0031417                                                                                                                                                                                NatC complex
GO:0031418                                                                                                                                                                     L-ascorbic acid binding
GO:0031419                                                                                                                                                                           cobalamin binding
GO:0031420                                                                                                                                                                    alkali metal ion binding
GO:0031422                                                                                                                                              RecQ family helicase-topoisomerase III complex
GO:0031424                                                                                                                                                                              keratinization
GO:0031427                                                                                                                                                                    response to methotrexate
GO:0031428                                                                                                                                                                         box C/D RNP complex
GO:0031429                                                                                                                                                                    box H/ACA snoRNP complex
GO:0031430                                                                                                                                                                                      M band
GO:0031431                                                                                                                                                       Dbf4-dependent protein kinase complex
GO:0031432                                                                                                                                                                               titin binding
GO:0031433                                                                                                                                                                          telethonin binding
GO:0031434                                                                                                                                             mitogen-activated protein kinase kinase binding
GO:0031435                                                                                                                                      mitogen-activated protein kinase kinase kinase binding
GO:0031436                                                                                                                                                                         BRCA1-BARD1 complex
GO:0031440                                                                                                                                                        regulation of mRNA 3'-end processing
GO:0031441                                                                                                                                               negative regulation of mRNA 3'-end processing
GO:0031442                                                                                                                                               positive regulation of mRNA 3'-end processing
GO:0031443                                                                                                                                               fast-twitch skeletal muscle fiber contraction
GO:0031444                                                                                                                                               slow-twitch skeletal muscle fiber contraction
GO:0031445                                                                                                                                                     regulation of heterochromatin formation
GO:0031446                                                                                                                                 regulation of fast-twitch skeletal muscle fiber contraction
GO:0031448                                                                                                                        positive regulation of fast-twitch skeletal muscle fiber contraction
GO:0031449                                                                                                                                 regulation of slow-twitch skeletal muscle fiber contraction
GO:0031452                                                                                                                                            negative regulation of heterochromatin formation
GO:0031453                                                                                                                                            positive regulation of heterochromatin formation
GO:0031455                                                                                                                                                           glycine betaine metabolic process
GO:0031456                                                                                                                                                        glycine betaine biosynthetic process
GO:0031460                                                                                                                                                                   glycine betaine transport
GO:0031461                                                                                                                                                        cullin-RING ubiquitin ligase complex
GO:0031462                                                                                                                                                          Cul2-RING ubiquitin ligase complex
GO:0031463                                                                                                                                                          Cul3-RING ubiquitin ligase complex
GO:0031464                                                                                                                                                      Cul4A-RING E3 ubiquitin ligase complex
GO:0031465                                                                                                                                                      Cul4B-RING E3 ubiquitin ligase complex
GO:0031466                                                                                                                                                          Cul5-RING ubiquitin ligase complex
GO:0031467                                                                                                                                                          Cul7-RING ubiquitin ligase complex
GO:0031468                                                                                                                                                                 nuclear membrane reassembly
GO:0031475                                                                                                                                                                            myosin V complex
GO:0031477                                                                                                                                                                          myosin VII complex
GO:0031489                                                                                                                                                                            myosin V binding
GO:0031490                                                                                                                                                                       chromatin DNA binding
GO:0031491                                                                                                                                                                          nucleosome binding
GO:0031492                                                                                                                                                                     nucleosomal DNA binding
GO:0031499                                                                                                                                                                               TRAMP complex
GO:0031501                                                                                                                                                                 mannosyltransferase complex
GO:0031503                                                                                                                                                     protein-containing complex localization
GO:0031507                                                                                                                                                                   heterochromatin formation
GO:0031508                                                                                                                                                       pericentric heterochromatin formation
GO:0031509                                                                                                                                                      subtelomeric heterochromatin formation
GO:0031510                                                                                                                                                              SUMO activating enzyme complex
GO:0031511                                                                                                                                                                           Mis6-Sim4 complex
GO:0031514                                                                                                                                                                               motile cilium
GO:0031515                                                                                                                                                        tRNA (m1A) methyltransferase complex
GO:0031519                                                                                                                                                                         PcG protein complex
GO:0031523                                                                                                                                                                                 Myb complex
GO:0031526                                                                                                                                                                       brush border membrane
GO:0031527                                                                                                                                                                         filopodium membrane
GO:0031528                                                                                                                                                                        microvillus membrane
GO:0031529                                                                                                                                                                         ruffle organization
GO:0031530                                                                                                                                             gonadotropin-releasing hormone receptor binding
GO:0031531                                                                                                                                              thyrotropin-releasing hormone receptor binding
GO:0031533                                                                                                                                                                 mRNA capping enzyme complex
GO:0031536                                                                                                                                                    positive regulation of exit from mitosis
GO:0031543                                                                                                                                                       peptidyl-proline dioxygenase activity
GO:0031544                                                                                                                                                     peptidyl-proline 3-dioxygenase activity
GO:0031545                                                                                                                                                     peptidyl-proline 4-dioxygenase activity
GO:0031547                                                                                                                                brain-derived neurotrophic factor receptor signaling pathway
GO:0031548                                                                                                                  regulation of brain-derived neurotrophic factor receptor signaling pathway
GO:0031549                                                                                                         negative regulation of brain-derived neurotrophic factor receptor signaling pathway
GO:0031550                                                                                                         positive regulation of brain-derived neurotrophic factor receptor signaling pathway
GO:0031554                                                                                                                                    regulation of termination of DNA-templated transcription
GO:0031559                                                                                                                                                              oxidosqualene cyclase activity
GO:0031570                                                                                                                                                          DNA integrity checkpoint signaling
GO:0031571                                                                                                                                                  mitotic G1 DNA damage checkpoint signaling
GO:0031573                                                                                                                                             mitotic intra-S DNA damage checkpoint signaling
GO:0031577                                                                                                                                                                spindle checkpoint signaling
GO:0031579                                                                                                                                                                  membrane raft organization
GO:0031580                                                                                                                                                                  membrane raft distribution
GO:0031581                                                                                                                                                                      hemidesmosome assembly
GO:0031583                                                                                                                     phospholipase D-activating G protein-coupled receptor signaling pathway
GO:0031584                                                                                                                                                      activation of phospholipase D activity
GO:0031585                                                                                                       regulation of inositol 1,4,5-trisphosphate-sensitive calcium-release channel activity
GO:0031586                                                                                              negative regulation of inositol 1,4,5-trisphosphate-sensitive calcium-release channel activity
GO:0031587                                                                                              positive regulation of inositol 1,4,5-trisphosphate-sensitive calcium-release channel activity
GO:0031588                                                                                                                                                 nucleotide-activated protein kinase complex
GO:0031589                                                                                                                                                                     cell-substrate adhesion
GO:0031590                                                                                                                                                                wybutosine metabolic process
GO:0031591                                                                                                                                                             wybutosine biosynthetic process
GO:0031592                                                                                                                                                                          centrosomal corona
GO:0031593                                                                                                                                        polyubiquitin modification-dependent protein binding
GO:0031594                                                                                                                                                                      neuromuscular junction
GO:0031595                                                                                                                                                                  nuclear proteasome complex
GO:0031597                                                                                                                                                                cytosolic proteasome complex
GO:0031616                                                                                                                                                                     spindle pole centrosome
GO:0031619                                                                                                                                    homologous chromosome orientation in meiotic metaphase I
GO:0031620                                                                                                                                                              regulation of fever generation
GO:0031622                                                                                                                                                     positive regulation of fever generation
GO:0031623                                                                                                                                                                    receptor internalization
GO:0031624                                                                                                                                                        ubiquitin conjugating enzyme binding
GO:0031625                                                                                                                                                            ubiquitin protein ligase binding
GO:0031627                                                                                                                                                                    telomeric loop formation
GO:0031628                                                                                                                                                                     opioid receptor binding
GO:0031629                                                                                                                                 synaptic vesicle fusion to presynaptic active zone membrane
GO:0031630                                                                                                                   regulation of synaptic vesicle fusion to presynaptic active zone membrane
GO:0031632                                                                                                          positive regulation of synaptic vesicle fusion to presynaptic active zone membrane
GO:0031635                                                                                                                              adenylate cyclase-inhibiting opioid receptor signaling pathway
GO:0031638                                                                                                                                                                          zymogen activation
GO:0031639                                                                                                                                                                      plasminogen activation
GO:0031640                                                                                                                                                        killing of cells of another organism
GO:0031641                                                                                                                                                                   regulation of myelination
GO:0031642                                                                                                                                                          negative regulation of myelination
GO:0031643                                                                                                                                                          positive regulation of myelination
GO:0031644                                                                                                                                                        regulation of nervous system process
GO:0031645                                                                                                                                               negative regulation of nervous system process
GO:0031646                                                                                                                                               positive regulation of nervous system process
GO:0031647                                                                                                                                                             regulation of protein stability
GO:0031648                                                                                                                                                                     protein destabilization
GO:0031649                                                                                                                                                                             heat generation
GO:0031650                                                                                                                                                               regulation of heat generation
GO:0031651                                                                                                                                                      negative regulation of heat generation
GO:0031652                                                                                                                                                      positive regulation of heat generation
GO:0031663                                                                                                                                               lipopolysaccharide-mediated signaling pathway
GO:0031664                                                                                                                                 regulation of lipopolysaccharide-mediated signaling pathway
GO:0031665                                                                                                                        negative regulation of lipopolysaccharide-mediated signaling pathway
GO:0031666                                                                                                                        positive regulation of lipopolysaccharide-mediated signaling pathway
GO:0031667                                                                                                                                                                 response to nutrient levels
GO:0031668                                                                                                                                                 cellular response to extracellular stimulus
GO:0031669                                                                                                                                                        cellular response to nutrient levels
GO:0031670                                                                                                                                                               cellular response to nutrient
GO:0031672                                                                                                                                                                                      A band
GO:0031673                                                                                                                                                                                      H zone
GO:0031674                                                                                                                                                                                      I band
GO:0031680                                                                                                                                                        G-protein beta/gamma-subunit complex
GO:0031681                                                                                                                                                              G-protein beta-subunit binding
GO:0031682                                                                                                                                                             G-protein gamma-subunit binding
GO:0031683                                                                                                                                                G-protein beta/gamma-subunit complex binding
GO:0031685                                                                                                                                                                  adenosine receptor binding
GO:0031686                                                                                                                                                               A1 adenosine receptor binding
GO:0031687                                                                                                                                                              A2A adenosine receptor binding
GO:0031690                                                                                                                                                                 adrenergic receptor binding
GO:0031692                                                                                                                                                        alpha-1B adrenergic receptor binding
GO:0031694                                                                                                                                                        alpha-2A adrenergic receptor binding
GO:0031695                                                                                                                                                        alpha-2B adrenergic receptor binding
GO:0031696                                                                                                                                                        alpha-2C adrenergic receptor binding
GO:0031697                                                                                                                                                          beta-1 adrenergic receptor binding
GO:0031698                                                                                                                                                          beta-2 adrenergic receptor binding
GO:0031699                                                                                                                                                          beta-3 adrenergic receptor binding
GO:0031700                                                                                                                                                             adrenomedullin receptor binding
GO:0031701                                                                                                                                                                angiotensin receptor binding
GO:0031702                                                                                                                                                         type 1 angiotensin receptor binding
GO:0031703                                                                                                                                                         type 2 angiotensin receptor binding
GO:0031705                                                                                                                                                                   bombesin receptor binding
GO:0031707                                                                                                                                                               endothelin A receptor binding
GO:0031708                                                                                                                                                               endothelin B receptor binding
GO:0031710                                                                                                                                                               neuromedin B receptor binding
GO:0031711                                                                                                                                                                 bradykinin receptor binding
GO:0031714                                                                                                                                              C5a anaphylatoxin chemotactic receptor binding
GO:0031715                                                                                                                                             C5L2 anaphylatoxin chemotactic receptor binding
GO:0031716                                                                                                                                                                 calcitonin receptor binding
GO:0031717                                                                                                                                                                cannabinoid receptor binding
GO:0031718                                                                                                                                                         type 1 cannabinoid receptor binding
GO:0031720                                                                                                                                                                         haptoglobin binding
GO:0031721                                                                                                                                                                    hemoglobin alpha binding
GO:0031723                                                                                                                                                            CXCR4 chemokine receptor binding
GO:0031724                                                                                                                                                            CXCR5 chemokine receptor binding
GO:0031726                                                                                                                                                             CCR1 chemokine receptor binding
GO:0031727                                                                                                                                                             CCR2 chemokine receptor binding
GO:0031728                                                                                                                                                             CCR3 chemokine receptor binding
GO:0031729                                                                                                                                                             CCR4 chemokine receptor binding
GO:0031730                                                                                                                                                             CCR5 chemokine receptor binding
GO:0031731                                                                                                                                                             CCR6 chemokine receptor binding
GO:0031732                                                                                                                                                             CCR7 chemokine receptor binding
GO:0031735                                                                                                                                                            CCR10 chemokine receptor binding
GO:0031737                                                                                                                                                             CX3C chemokine receptor binding
GO:0031739                                                                                                                                                            cholecystokinin receptor binding
GO:0031741                                                                                                                                             type B gastrin/cholecystokinin receptor binding
GO:0031748                                                                                                                                                                D1 dopamine receptor binding
GO:0031749                                                                                                                                                                D2 dopamine receptor binding
GO:0031750                                                                                                                                                                D3 dopamine receptor binding
GO:0031751                                                                                                                                                                D4 dopamine receptor binding
GO:0031752                                                                                                                                                                D5 dopamine receptor binding
GO:0031753                                                                                                                              endothelial differentiation G protein-coupled receptor binding
GO:0031755                                                                                                                                                Edg-2 lysophosphatidic acid receptor binding
GO:0031763                                                                                                                                                                    galanin receptor binding
GO:0031764                                                                                                                                                             type 1 galanin receptor binding
GO:0031765                                                                                                                                                             type 2 galanin receptor binding
GO:0031766                                                                                                                                                             type 3 galanin receptor binding
GO:0031767                                                                                                                                             gastric inhibitory polypeptide receptor binding
GO:0031768                                                                                                                                                                    ghrelin receptor binding
GO:0031769                                                                                                                                                                   glucagon receptor binding
GO:0031770                                                                                                                                           growth hormone-releasing hormone receptor binding
GO:0031771                                                                                                                                                              type 1 orexin receptor binding
GO:0031772                                                                                                                                                              type 2 orexin receptor binding
GO:0031773                                                                                                                                                                 kisspeptin receptor binding
GO:0031776                                                                                                                                              melanin-concentrating hormone receptor binding
GO:0031777                                                                                                                                       type 1 melanin-concentrating hormone receptor binding
GO:0031779                                                                                                                                                               melanocortin receptor binding
GO:0031780                                                                                                                                                      corticotropin hormone receptor binding
GO:0031781                                                                                                                                                        type 3 melanocortin receptor binding
GO:0031782                                                                                                                                                        type 4 melanocortin receptor binding
GO:0031783                                                                                                                                                        type 5 melanocortin receptor binding
GO:0031788                                                                                                                                                                    motilin receptor binding
GO:0031798                                                                                                                                              type 1 metabotropic glutamate receptor binding
GO:0031799                                                                                                                                              type 2 metabotropic glutamate receptor binding
GO:0031800                                                                                                                                              type 3 metabotropic glutamate receptor binding
GO:0031802                                                                                                                                              type 5 metabotropic glutamate receptor binding
GO:0031811                                                                                                                                               G protein-coupled nucleotide receptor binding
GO:0031812                                                                                                                                                            P2Y1 nucleotide receptor binding
GO:0031821                                                                                                                                                G protein-coupled serotonin receptor binding
GO:0031834                                                                                                                                                                 neurokinin receptor binding
GO:0031835                                                                                                                                                                substance P receptor binding
GO:0031838                                                                                                                                                              haptoglobin-hemoglobin complex
GO:0031839                                                                                                                                                        type 1 neuromedin U receptor binding
GO:0031840                                                                                                                                                        type 2 neuromedin U receptor binding
GO:0031841                                                                                                                                                             neuropeptide Y receptor binding
GO:0031848                                                                                                                                      protection from non-homologous end joining at telomere
GO:0031849                                                                                                                                                                  olfactory receptor binding
GO:0031851                                                                                                                                                          kappa-type opioid receptor binding
GO:0031852                                                                                                                                                             mu-type opioid receptor binding
GO:0031854                                                                                                                                               orexigenic neuropeptide QRFP receptor binding
GO:0031855                                                                                                                                                                   oxytocin receptor binding
GO:0031856                                                                                                                                                        parathyroid hormone receptor binding
GO:0031857                                                                                                                                                 type 1 parathyroid hormone receptor binding
GO:0031860                                                                                                                                                             telomeric 3' overhang formation
GO:0031861                                                                                                                                                prolactin-releasing peptide receptor binding
GO:0031862                                                                                                                                                                 prostanoid receptor binding
GO:0031867                                                                                                                                               EP4 subtype prostaglandin E2 receptor binding
GO:0031870                                                                                                                                                             thromboxane A2 receptor binding
GO:0031871                                                                                                                                                       proteinase activated receptor binding
GO:0031877                                                                                                                                                               somatostatin receptor binding
GO:0031883                                                                                                                                                                      taste receptor binding
GO:0031893                                                                                                                                                                vasopressin receptor binding
GO:0031894                                                                                                                                                            V1A vasopressin receptor binding
GO:0031895                                                                                                                                                            V1B vasopressin receptor binding
GO:0031901                                                                                                                                                                     early endosome membrane
GO:0031902                                                                                                                                                                      late endosome membrane
GO:0031903                                                                                                                                                                          microbody membrane
GO:0031904                                                                                                                                                                              endosome lumen
GO:0031905                                                                                                                                                                        early endosome lumen
GO:0031906                                                                                                                                                                         late endosome lumen
GO:0031907                                                                                                                                                                             microbody lumen
GO:0031914                                                                                                                                                  negative regulation of synaptic plasticity
GO:0031915                                                                                                                                                  positive regulation of synaptic plasticity
GO:0031919                                                                                                                                                                        vitamin B6 transport
GO:0031923                                                                                                                                                                        pyridoxine transport
GO:0031929                                                                                                                                                                               TOR signaling
GO:0031930                                                                                                                                                      mitochondria-nucleus signaling pathway
GO:0031931                                                                                                                                                                               TORC1 complex
GO:0031932                                                                                                                                                                               TORC2 complex
GO:0031941                                                                                                                                                                           filamentous actin
GO:0031943                                                                                                                                              regulation of glucocorticoid metabolic process
GO:0031944                                                                                                                                     negative regulation of glucocorticoid metabolic process
GO:0031945                                                                                                                                     positive regulation of glucocorticoid metabolic process
GO:0031946                                                                                                                                           regulation of glucocorticoid biosynthetic process
GO:0031947                                                                                                                                  negative regulation of glucocorticoid biosynthetic process
GO:0031948                                                                                                                                  positive regulation of glucocorticoid biosynthetic process
GO:0031952                                                                                                                                                   regulation of protein autophosphorylation
GO:0031953                                                                                                                                          negative regulation of protein autophosphorylation
GO:0031954                                                                                                                                          positive regulation of protein autophosphorylation
GO:0031955                                                                                                                                                  short-chain fatty acid-CoA ligase activity
GO:0031956                                                                                                                                                 medium-chain fatty acid-CoA ligase activity
GO:0031957                                                                                                                                              very long-chain fatty acid-CoA ligase activity
GO:0031958                                                                                                                                                   corticosteroid receptor signaling pathway
GO:0031959                                                                                                                                                mineralocorticoid receptor signaling pathway
GO:0031960                                                                                                                                                                  response to corticosteroid
GO:0031962                                                                                                                                                  nuclear mineralocorticoid receptor binding
GO:0031965                                                                                                                                                                            nuclear membrane
GO:0031966                                                                                                                                                                      mitochondrial membrane
GO:0031967                                                                                                                                                                          organelle envelope
GO:0031968                                                                                                                                                                    organelle outer membrane
GO:0031970                                                                                                                                                                    organelle envelope lumen
GO:0031974                                                                                                                                                                     membrane-enclosed lumen
GO:0031975                                                                                                                                                                                    envelope
GO:0031981                                                                                                                                                                               nuclear lumen
GO:0031982                                                                                                                                                                                     vesicle
GO:0031983                                                                                                                                                                               vesicle lumen
GO:0031984                                                                                                                                                                    organelle subcompartment
GO:0031985                                                                                                                                                                              Golgi cisterna
GO:0031987                                                                                                                                                  locomotion involved in locomotory behavior
GO:0031989                                                                                                                                                         bombesin receptor signaling pathway
GO:0031990                                                                                                                                         mRNA export from nucleus in response to heat stress
GO:0031994                                                                                                                                                        insulin-like growth factor I binding
GO:0031995                                                                                                                                                       insulin-like growth factor II binding
GO:0031996                                                                                                                                                                        thioesterase binding
GO:0031998                                                                                                                                                     regulation of fatty acid beta-oxidation
GO:0031999                                                                                                                                            negative regulation of fatty acid beta-oxidation
GO:0032000                                                                                                                                            positive regulation of fatty acid beta-oxidation
GO:0032002                                                                                                                                                             interleukin-28 receptor complex
GO:0032003                                                                                                                                                             interleukin-28 receptor binding
GO:0032006                                                                                                                                                                 regulation of TOR signaling
GO:0032007                                                                                                                                                        negative regulation of TOR signaling
GO:0032008                                                                                                                                                        positive regulation of TOR signaling
GO:0032009                                                                                                                                                                             early phagosome
GO:0032010                                                                                                                                                                               phagolysosome
GO:0032011                                                                                                                                                             ARF protein signal transduction
GO:0032012                                                                                                                                               regulation of ARF protein signal transduction
GO:0032014                                                                                                                                      positive regulation of ARF protein signal transduction
GO:0032020                                                                                                                                                                   ISG15-protein conjugation
GO:0032021                                                                                                                                                                                NELF complex
GO:0032023                                                                                                                                                                      trypsinogen activation
GO:0032024                                                                                                                                                    positive regulation of insulin secretion
GO:0032025                                                                                                                                                                      response to cobalt ion
GO:0032026                                                                                                                                                                   response to magnesium ion
GO:0032027                                                                                                                                                                  myosin light chain binding
GO:0032028                                                                                                                                                                    myosin head/neck binding
GO:0032029                                                                                                                                                                         myosin tail binding
GO:0032034                                                                                                                                                                 myosin II head/neck binding
GO:0032036                                                                                                                                                                  myosin heavy chain binding
GO:0032038                                                                                                                                                               myosin II heavy chain binding
GO:0032039                                                                                                                                                                          integrator complex
GO:0032040                                                                                                                                                                    small-subunit processome
GO:0032041                                                                                                                                            NAD-dependent histone H3K14 deacetylase activity
GO:0032042                                                                                                                                                         mitochondrial DNA metabolic process
GO:0032043                                                                                                                                                         mitochondrial DNA catabolic process
GO:0032044                                                                                                                                                                                DSIF complex
GO:0032045                                                                                                                                                   guanyl-nucleotide exchange factor complex
GO:0032048                                                                                                                                                               cardiolipin metabolic process
GO:0032049                                                                                                                                                            cardiolipin biosynthetic process
GO:0032050                                                                                                                                                                clathrin heavy chain binding
GO:0032051                                                                                                                                                                clathrin light chain binding
GO:0032052                                                                                                                                                                           bile acid binding
GO:0032053                                                                                                                                                             ciliary basal body organization
GO:0032055                                                                                                                                    negative regulation of translation in response to stress
GO:0032056                                                                                                                                    positive regulation of translation in response to stress
GO:0032057                                                                                                                       negative regulation of translational initiation in response to stress
GO:0032058                                                                                                                       positive regulation of translational initiation in response to stress
GO:0032059                                                                                                                                                                                        bleb
GO:0032060                                                                                                                                                                               bleb assembly
GO:0032069                                                                                                                                                             regulation of nuclease activity
GO:0032070                                                                                                                                                    regulation of deoxyribonuclease activity
GO:0032071                                                                                                                                                regulation of endodeoxyribonuclease activity
GO:0032072                                                                                                                                    regulation of restriction endodeoxyribonuclease activity
GO:0032074                                                                                                                                                    negative regulation of nuclease activity
GO:0032075                                                                                                                                                    positive regulation of nuclease activity
GO:0032076                                                                                                                                           negative regulation of deoxyribonuclease activity
GO:0032077                                                                                                                                           positive regulation of deoxyribonuclease activity
GO:0032078                                                                                                                                       negative regulation of endodeoxyribonuclease activity
GO:0032079                                                                                                                                       positive regulation of endodeoxyribonuclease activity
GO:0032088                                                                                                                              negative regulation of NF-kappaB transcription factor activity
GO:0032089                                                                                                                                                                        NACHT domain binding
GO:0032090                                                                                                                                                                        Pyrin domain binding
GO:0032091                                                                                                                                                      negative regulation of protein binding
GO:0032092                                                                                                                                                      positive regulation of protein binding
GO:0032093                                                                                                                                                                          SAM domain binding
GO:0032094                                                                                                                                                                            response to food
GO:0032095                                                                                                                                                              regulation of response to food
GO:0032096                                                                                                                                                     negative regulation of response to food
GO:0032097                                                                                                                                                     positive regulation of response to food
GO:0032098                                                                                                                                                                      regulation of appetite
GO:0032099                                                                                                                                                             negative regulation of appetite
GO:0032100                                                                                                                                                             positive regulation of appetite
GO:0032101                                                                                                                                                 regulation of response to external stimulus
GO:0032102                                                                                                                                        negative regulation of response to external stimulus
GO:0032103                                                                                                                                        positive regulation of response to external stimulus
GO:0032104                                                                                                                                            regulation of response to extracellular stimulus
GO:0032105                                                                                                                                   negative regulation of response to extracellular stimulus
GO:0032106                                                                                                                                   positive regulation of response to extracellular stimulus
GO:0032107                                                                                                                                                   regulation of response to nutrient levels
GO:0032108                                                                                                                                          negative regulation of response to nutrient levels
GO:0032109                                                                                                                                          positive regulation of response to nutrient levels
GO:0032113                                                                                                                                             regulation of carbohydrate phosphatase activity
GO:0032116                                                                                                                                                                         SMC loading complex
GO:0032119                                                                                                                                                                    sequestering of zinc ion
GO:0032127                                                                                                                                                                 dense core granule membrane
GO:0032129                                                                                                                                                           histone H3K9 deacetylase activity
GO:0032133                                                                                                                                                                chromosome passenger complex
GO:0032135                                                                                                                                                           DNA insertion or deletion binding
GO:0032137                                                                                                                                                             guanine/thymine mispair binding
GO:0032138                                                                                                                                                   single base insertion or deletion binding
GO:0032139                                                                                                                                                  dinucleotide insertion or deletion binding
GO:0032142                                                                                                                                                            single guanine insertion binding
GO:0032143                                                                                                                                                            single thymine insertion binding
GO:0032144                                                                                                                                                        4-aminobutyrate transaminase complex
GO:0032145                                                                                                                                                succinate-semialdehyde dehydrogenase binding
GO:0032147                                                                                                                                                       activation of protein kinase activity
GO:0032148                                                                                                                                                     activation of protein kinase B activity
GO:0032153                                                                                                                                                                          cell division site
GO:0032154                                                                                                                                                                             cleavage furrow
GO:0032156                                                                                                                                                                         septin cytoskeleton
GO:0032181                                                                                                                                                       dinucleotide repeat insertion binding
GO:0032182                                                                                                                                                              ubiquitin-like protein binding
GO:0032183                                                                                                                                                                                SUMO binding
GO:0032184                                                                                                                                                                        SUMO polymer binding
GO:0032185                                                                                                                                                            septin cytoskeleton organization
GO:0032190                                                                                                                                                                             acrosin binding
GO:0032194                                                                                                                      ubiquinone biosynthetic process via 3,4-dihydroxy-5-polyprenylbenzoate
GO:0032196                                                                                                                                                                               transposition
GO:0032197                                                                                                                                                                          retrotransposition
GO:0032200                                                                                                                                                                       telomere organization
GO:0032201                                                                                                                                      telomere maintenance via semi-conservative replication
GO:0032202                                                                                                                                                                           telomere assembly
GO:0032203                                                                                                                                                           telomere formation via telomerase
GO:0032204                                                                                                                                                          regulation of telomere maintenance
GO:0032205                                                                                                                                                 negative regulation of telomere maintenance
GO:0032206                                                                                                                                                 positive regulation of telomere maintenance
GO:0032207                                                                                                                                        regulation of telomere maintenance via recombination
GO:0032208                                                                                                                               negative regulation of telomere maintenance via recombination
GO:0032210                                                                                                                                           regulation of telomere maintenance via telomerase
GO:0032211                                                                                                                                  negative regulation of telomere maintenance via telomerase
GO:0032212                                                                                                                                  positive regulation of telomere maintenance via telomerase
GO:0032213                                                                                                                        regulation of telomere maintenance via semi-conservative replication
GO:0032214                                                                                                               negative regulation of telomere maintenance via semi-conservative replication
GO:0032216                                                                                                                                glucosaminyl-phosphatidylinositol O-acyltransferase activity
GO:0032217                                                                                                                                               riboflavin transmembrane transporter activity
GO:0032218                                                                                                                                                                        riboflavin transport
GO:0032222                                                                                                                                            regulation of synaptic transmission, cholinergic
GO:0032223                                                                                                                                   negative regulation of synaptic transmission, cholinergic
GO:0032224                                                                                                                                   positive regulation of synaptic transmission, cholinergic
GO:0032225                                                                                                                                           regulation of synaptic transmission, dopaminergic
GO:0032226                                                                                                                                  positive regulation of synaptic transmission, dopaminergic
GO:0032227                                                                                                                                  negative regulation of synaptic transmission, dopaminergic
GO:0032228                                                                                                                                              regulation of synaptic transmission, GABAergic
GO:0032229                                                                                                                                     negative regulation of synaptic transmission, GABAergic
GO:0032230                                                                                                                                     positive regulation of synaptic transmission, GABAergic
GO:0032231                                                                                                                                                regulation of actin filament bundle assembly
GO:0032232                                                                                                                                       negative regulation of actin filament bundle assembly
GO:0032233                                                                                                                                       positive regulation of actin filament bundle assembly
GO:0032237                                                                                                                                       activation of store-operated calcium channel activity
GO:0032238                                                                                                                                                                         adenosine transport
GO:0032239                                                                                                                                      regulation of nucleobase-containing compound transport
GO:0032240                                                                                                                             negative regulation of nucleobase-containing compound transport
GO:0032241                                                                                                                             positive regulation of nucleobase-containing compound transport
GO:0032242                                                                                                                                                          regulation of nucleoside transport
GO:0032243                                                                                                                                                 negative regulation of nucleoside transport
GO:0032244                                                                                                                                                 positive regulation of nucleoside transport
GO:0032252                                                                                                                                                              secretory granule localization
GO:0032253                                                                                                                                                             dense core granule localization
GO:0032259                                                                                                                                                                                 methylation
GO:0032261                                                                                                                                                                   purine nucleotide salvage
GO:0032262                                                                                                                                                               pyrimidine nucleotide salvage
GO:0032263                                                                                                                                                                                 GMP salvage
GO:0032264                                                                                                                                                                                 IMP salvage
GO:0032266                                                                                                                                                    phosphatidylinositol-3-phosphate binding
GO:0032271                                                                                                                                                        regulation of protein polymerization
GO:0032272                                                                                                                                               negative regulation of protein polymerization
GO:0032273                                                                                                                                               positive regulation of protein polymerization
GO:0032274                                                                                                                                                                      gonadotropin secretion
GO:0032275                                                                                                                                                               luteinizing hormone secretion
GO:0032276                                                                                                                                                        regulation of gonadotropin secretion
GO:0032277                                                                                                                                               negative regulation of gonadotropin secretion
GO:0032278                                                                                                                                               positive regulation of gonadotropin secretion
GO:0032279                                                                                                                                                                          asymmetric synapse
GO:0032280                                                                                                                                                                           symmetric synapse
GO:0032281                                                                                                                                                             AMPA glutamate receptor complex
GO:0032286                                                                                                                                                   central nervous system myelin maintenance
GO:0032287                                                                                                                                                peripheral nervous system myelin maintenance
GO:0032288                                                                                                                                                                             myelin assembly
GO:0032289                                                                                                                                                     central nervous system myelin formation
GO:0032290                                                                                                                                                  peripheral nervous system myelin formation
GO:0032291                                                                                                                                                 axon ensheathment in central nervous system
GO:0032292                                                                                                                                                 peripheral nervous system axon ensheathment
GO:0032296                                                                                                                                          double-stranded RNA-specific ribonuclease activity
GO:0032298                                                                                                                             positive regulation of DNA-templated DNA replication initiation
GO:0032299                                                                                                                                                                     ribonuclease H2 complex
GO:0032300                                                                                                                                                                     mismatch repair complex
GO:0032301                                                                                                                                                                           MutSalpha complex
GO:0032302                                                                                                                                                                            MutSbeta complex
GO:0032303                                                                                                                                                           regulation of icosanoid secretion
GO:0032304                                                                                                                                                  negative regulation of icosanoid secretion
GO:0032305                                                                                                                                                  positive regulation of icosanoid secretion
GO:0032306                                                                                                                                                       regulation of prostaglandin secretion
GO:0032308                                                                                                                                              positive regulation of prostaglandin secretion
GO:0032309                                                                                                                                                                         icosanoid secretion
GO:0032310                                                                                                                                                                     prostaglandin secretion
GO:0032311                                                                                                                                                                      angiogenin-PRI complex
GO:0032324                                                                                                                                                 molybdopterin cofactor biosynthetic process
GO:0032328                                                                                                                                                                           alanine transport
GO:0032329                                                                                                                                                                            serine transport
GO:0032330                                                                                                                                                   regulation of chondrocyte differentiation
GO:0032331                                                                                                                                          negative regulation of chondrocyte differentiation
GO:0032332                                                                                                                                          positive regulation of chondrocyte differentiation
GO:0032341                                                                                                                                                               aldosterone metabolic process
GO:0032342                                                                                                                                                            aldosterone biosynthetic process
GO:0032344                                                                                                                                                 regulation of aldosterone metabolic process
GO:0032345                                                                                                                                        negative regulation of aldosterone metabolic process
GO:0032346                                                                                                                                        positive regulation of aldosterone metabolic process
GO:0032347                                                                                                                                              regulation of aldosterone biosynthetic process
GO:0032348                                                                                                                                     negative regulation of aldosterone biosynthetic process
GO:0032349                                                                                                                                     positive regulation of aldosterone biosynthetic process
GO:0032350                                                                                                                                                     regulation of hormone metabolic process
GO:0032351                                                                                                                                            negative regulation of hormone metabolic process
GO:0032352                                                                                                                                            positive regulation of hormone metabolic process
GO:0032353                                                                                                                                         negative regulation of hormone biosynthetic process
GO:0032354                                                                                                                                                    response to follicle-stimulating hormone
GO:0032355                                                                                                                                                                       response to estradiol
GO:0032356                                                                                                                                                                        oxidized DNA binding
GO:0032357                                                                                                                                                                 oxidized purine DNA binding
GO:0032358                                                                                                                                                             oxidized pyrimidine DNA binding
GO:0032361                                                                                                                                                       pyridoxal phosphate catabolic process
GO:0032364                                                                                                                                                            intracellular oxygen homeostasis
GO:0032365                                                                                                                                                               intracellular lipid transport
GO:0032366                                                                                                                                                              intracellular sterol transport
GO:0032367                                                                                                                                                         intracellular cholesterol transport
GO:0032368                                                                                                                                                               regulation of lipid transport
GO:0032369                                                                                                                                                      negative regulation of lipid transport
GO:0032370                                                                                                                                                      positive regulation of lipid transport
GO:0032371                                                                                                                                                              regulation of sterol transport
GO:0032372                                                                                                                                                     negative regulation of sterol transport
GO:0032373                                                                                                                                                     positive regulation of sterol transport
GO:0032374                                                                                                                                                         regulation of cholesterol transport
GO:0032375                                                                                                                                                negative regulation of cholesterol transport
GO:0032376                                                                                                                                                positive regulation of cholesterol transport
GO:0032377                                                                                                                                                 regulation of intracellular lipid transport
GO:0032378                                                                                                                                        negative regulation of intracellular lipid transport
GO:0032379                                                                                                                                        positive regulation of intracellular lipid transport
GO:0032380                                                                                                                                                regulation of intracellular sterol transport
GO:0032381                                                                                                                                       negative regulation of intracellular sterol transport
GO:0032382                                                                                                                                       positive regulation of intracellular sterol transport
GO:0032383                                                                                                                                           regulation of intracellular cholesterol transport
GO:0032384                                                                                                                                  negative regulation of intracellular cholesterol transport
GO:0032385                                                                                                                                  positive regulation of intracellular cholesterol transport
GO:0032386                                                                                                                                                       regulation of intracellular transport
GO:0032387                                                                                                                                              negative regulation of intracellular transport
GO:0032388                                                                                                                                              positive regulation of intracellular transport
GO:0032389                                                                                                                                                                           MutLalpha complex
GO:0032391                                                                                                                                                             photoreceptor connecting cilium
GO:0032392                                                                                                                                                                        DNA geometric change
GO:0032393                                                                                                                                                               MHC class I receptor activity
GO:0032394                                                                                                                                                              MHC class Ib receptor activity
GO:0032395                                                                                                                                                              MHC class II receptor activity
GO:0032396                                                                                                                                                    inhibitory MHC class I receptor activity
GO:0032397                                                                                                                                                    activating MHC class I receptor activity
GO:0032398                                                                                                                                                                MHC class Ib protein complex
GO:0032400                                                                                                                                                                     melanosome localization
GO:0032401                                                                                                                                                    establishment of melanosome localization
GO:0032402                                                                                                                                                                        melanosome transport
GO:0032404                                                                                                                                                             mismatch repair complex binding
GO:0032405                                                                                                                                                                   MutLalpha complex binding
GO:0032406                                                                                                                                                                    MutLbeta complex binding
GO:0032407                                                                                                                                                                   MutSalpha complex binding
GO:0032408                                                                                                                                                                    MutSbeta complex binding
GO:0032409                                                                                                                                                          regulation of transporter activity
GO:0032410                                                                                                                                                 negative regulation of transporter activity
GO:0032411                                                                                                                                                 positive regulation of transporter activity
GO:0032412                                                                                                                             regulation of monoatomic ion transmembrane transporter activity
GO:0032413                                                                                                                               negative regulation of ion transmembrane transporter activity
GO:0032414                                                                                                                               positive regulation of ion transmembrane transporter activity
GO:0032415                                                                                                                                             regulation of sodium:proton antiporter activity
GO:0032417                                                                                                                                    positive regulation of sodium:proton antiporter activity
GO:0032418                                                                                                                                                                       lysosome localization
GO:0032420                                                                                                                                                                                stereocilium
GO:0032421                                                                                                                                                                         stereocilium bundle
GO:0032422                                                                                                                                             purine-rich negative regulatory element binding
GO:0032423                                                                                                                                                               regulation of mismatch repair
GO:0032425                                                                                                                                                      positive regulation of mismatch repair
GO:0032426                                                                                                                                                                            stereocilium tip
GO:0032427                                                                                                                                                                          GBD domain binding
GO:0032428                                                                                                                                                     beta-N-acetylgalactosaminidase activity
GO:0032429                                                                                                                                                     regulation of phospholipase A2 activity
GO:0032430                                                                                                                                            positive regulation of phospholipase A2 activity
GO:0032431                                                                                                                                                     activation of phospholipase A2 activity
GO:0032432                                                                                                                                                                       actin filament bundle
GO:0032433                                                                                                                                                                              filopodium tip
GO:0032434                                                                                                                     regulation of proteasomal ubiquitin-dependent protein catabolic process
GO:0032435                                                                                                            negative regulation of proteasomal ubiquitin-dependent protein catabolic process
GO:0032436                                                                                                            positive regulation of proteasomal ubiquitin-dependent protein catabolic process
GO:0032437                                                                                                                                                                             cuticular plate
GO:0032438                                                                                                                                                                     melanosome organization
GO:0032440                                                                                                                                                      2-alkenal reductase [NAD(P)+] activity
GO:0032444                                                                                                                                                           activin responsive factor complex
GO:0032446                                                                                                                                           protein modification by small protein conjugation
GO:0032447                                                                                                                                                                          protein urmylation
GO:0032449                                                                                                                                                                                 CBM complex
GO:0032450                                                                                                                                                          maltose alpha-glucosidase activity
GO:0032451                                                                                                                                                                        demethylase activity
GO:0032452                                                                                                                                                                histone demethylase activity
GO:0032453                                                                                                                                                           histone H3K4 demethylase activity
GO:0032454                                                                                                                                                           histone H3K9 demethylase activity
GO:0032456                                                                                                                                                                         endocytic recycling
GO:0032458                                                                                                                                                                    slow endocytic recycling
GO:0032459                                                                                                                                                       regulation of protein oligomerization
GO:0032460                                                                                                                                              negative regulation of protein oligomerization
GO:0032461                                                                                                                                              positive regulation of protein oligomerization
GO:0032462                                                                                                                                                   regulation of protein homooligomerization
GO:0032463                                                                                                                                          negative regulation of protein homooligomerization
GO:0032464                                                                                                                                          positive regulation of protein homooligomerization
GO:0032465                                                                                                                                                                   regulation of cytokinesis
GO:0032466                                                                                                                                                          negative regulation of cytokinesis
GO:0032467                                                                                                                                                          positive regulation of cytokinesis
GO:0032468                                                                                                                                                               Golgi calcium ion homeostasis
GO:0032469                                                                                                                                               endoplasmic reticulum calcium ion homeostasis
GO:0032470                                                                                                                      positive regulation of endoplasmic reticulum calcium ion concentration
GO:0032471                                                                                                                      negative regulation of endoplasmic reticulum calcium ion concentration
GO:0032472                                                                                                                                                                 Golgi calcium ion transport
GO:0032473                                                                                                                                            cytoplasmic side of mitochondrial outer membrane
GO:0032474                                                                                                                                                                       otolith morphogenesis
GO:0032475                                                                                                                                                                           otolith formation
GO:0032479                                                                                                                                                  regulation of type I interferon production
GO:0032480                                                                                                                                         negative regulation of type I interferon production
GO:0032481                                                                                                                                         positive regulation of type I interferon production
GO:0032482                                                                                                                                                             Rab protein signal transduction
GO:0032483                                                                                                                                               regulation of Rab protein signal transduction
GO:0032484                                                                                                                                                             Ral protein signal transduction
GO:0032485                                                                                                                                               regulation of Ral protein signal transduction
GO:0032486                                                                                                                                                             Rap protein signal transduction
GO:0032487                                                                                                                                               regulation of Rap protein signal transduction
GO:0032488                                                                                                                                                           Cdc42 protein signal transduction
GO:0032489                                                                                                                                             regulation of Cdc42 protein signal transduction
GO:0032490                                                                                                                                                   detection of molecule of bacterial origin
GO:0032491                                                                                                                                                      detection of molecule of fungal origin
GO:0032493                                                                                                                                                           response to bacterial lipoprotein
GO:0032494                                                                                                                                                                   response to peptidoglycan
GO:0032495                                                                                                                                                               response to muramyl dipeptide
GO:0032496                                                                                                                                                              response to lipopolysaccharide
GO:0032497                                                                                                                                                             detection of lipopolysaccharide
GO:0032498                                                                                                                                                              detection of muramyl dipeptide
GO:0032499                                                                                                                                                                  detection of peptidoglycan
GO:0032500                                                                                                                                                                   muramyl dipeptide binding
GO:0032501                                                                                                                                                            multicellular organismal process
GO:0032502                                                                                                                                                                       developmental process
GO:0032504                                                                                                                                                         multicellular organism reproduction
GO:0032506                                                                                                                                                                         cytokinetic process
GO:0032507                                                                                                                                                     maintenance of protein location in cell
GO:0032508                                                                                                                                                                        DNA duplex unwinding
GO:0032509                                                                                                                                  endosome transport via multivesicular body sorting pathway
GO:0032510                                                                                                                      endosome to lysosome transport via multivesicular body sorting pathway
GO:0032511                                                                                                                  late endosome to vacuole transport via multivesicular body sorting pathway
GO:0032515                                                                                                                                  negative regulation of phosphoprotein phosphatase activity
GO:0032516                                                                                                                                  positive regulation of phosphoprotein phosphatase activity
GO:0032525                                                                                                                                                    somite rostral/caudal axis specification
GO:0032526                                                                                                                                                                   response to retinoic acid
GO:0032527                                                                                                                                                     protein exit from endoplasmic reticulum
GO:0032528                                                                                                                                                                    microvillus organization
GO:0032530                                                                                                                                                      regulation of microvillus organization
GO:0032532                                                                                                                                                            regulation of microvillus length
GO:0032534                                                                                                                                                          regulation of microvillus assembly
GO:0032535                                                                                                                                                       regulation of cellular component size
GO:0032536                                                                                                                                                          regulation of cell projection size
GO:0032541                                                                                                                                                              cortical endoplasmic reticulum
GO:0032542                                                                                                                                                                       sulfiredoxin activity
GO:0032543                                                                                                                                                                   mitochondrial translation
GO:0032545                                                                                                                                                                                CURI complex
GO:0032549                                                                                                                                                                      ribonucleoside binding
GO:0032552                                                                                                                                                                 deoxyribonucleotide binding
GO:0032553                                                                                                                                                                      ribonucleotide binding
GO:0032554                                                                                                                                                          purine deoxyribonucleotide binding
GO:0032555                                                                                                                                                               purine ribonucleotide binding
GO:0032556                                                                                                                                                      pyrimidine deoxyribonucleotide binding
GO:0032557                                                                                                                                                           pyrimidine ribonucleotide binding
GO:0032558                                                                                                                                                          adenyl deoxyribonucleotide binding
GO:0032559                                                                                                                                                               adenyl ribonucleotide binding
GO:0032560                                                                                                                                                          guanyl deoxyribonucleotide binding
GO:0032561                                                                                                                                                               guanyl ribonucleotide binding
GO:0032564                                                                                                                                                                                dATP binding
GO:0032567                                                                                                                                                                                dGTP binding
GO:0032570                                                                                                                                                                    response to progesterone
GO:0032571                                                                                                                                                                       response to vitamin K
GO:0032574                                                                                                                                                                 5'-3' RNA helicase activity
GO:0032580                                                                                                                                                                     Golgi cisterna membrane
GO:0032581                                                                                                                                                        ER-dependent peroxisome organization
GO:0032584                                                                                                                                                                        growth cone membrane
GO:0032585                                                                                                                                                                multivesicular body membrane
GO:0032587                                                                                                                                                                             ruffle membrane
GO:0032588                                                                                                                                                                trans-Golgi network membrane
GO:0032589                                                                                                                                                                  neuron projection membrane
GO:0032590                                                                                                                                                                           dendrite membrane
GO:0032591                                                                                                                                                                    dendritic spine membrane
GO:0032593                                                                                                                                                              insulin-responsive compartment
GO:0032594                                                                                                                                                      protein transport within lipid bilayer
GO:0032596                                                                                                                                                        protein transport into membrane raft
GO:0032601                                                                                                                                                  connective tissue growth factor production
GO:0032602                                                                                                                                                                        chemokine production
GO:0032603                                                                                                                                                                      fractalkine production
GO:0032604                                                                                                                                 granulocyte macrophage colony-stimulating factor production
GO:0032605                                                                                                                                                         hepatocyte growth factor production
GO:0032606                                                                                                                                                                type I interferon production
GO:0032607                                                                                                                                                                 interferon-alpha production
GO:0032608                                                                                                                                                                  interferon-beta production
GO:0032609                                                                                                                                                               type II interferon production
GO:0032610                                                                                                                                                              interleukin-1 alpha production
GO:0032611                                                                                                                                                               interleukin-1 beta production
GO:0032612                                                                                                                                                                    interleukin-1 production
GO:0032613                                                                                                                                                                   interleukin-10 production
GO:0032615                                                                                                                                                                   interleukin-12 production
GO:0032616                                                                                                                                                                   interleukin-13 production
GO:0032618                                                                                                                                                                   interleukin-15 production
GO:0032619                                                                                                                                                                   interleukin-16 production
GO:0032620                                                                                                                                                                   interleukin-17 production
GO:0032621                                                                                                                                                                   interleukin-18 production
GO:0032623                                                                                                                                                                    interleukin-2 production
GO:0032625                                                                                                                                                                   interleukin-21 production
GO:0032627                                                                                                                                                                   interleukin-23 production
GO:0032631                                                                                                                                                                   interleukin-27 production
GO:0032632                                                                                                                                                                    interleukin-3 production
GO:0032633                                                                                                                                                                    interleukin-4 production
GO:0032634                                                                                                                                                                    interleukin-5 production
GO:0032635                                                                                                                                                                    interleukin-6 production
GO:0032636                                                                                                                                                                    interleukin-7 production
GO:0032637                                                                                                                                                                    interleukin-8 production
GO:0032639                                                                                                                                                                            TRAIL production
GO:0032640                                                                                                                                                            tumor necrosis factor production
GO:0032641                                                                                                                                                                    lymphotoxin A production
GO:0032642                                                                                                                                                          regulation of chemokine production
GO:0032643                                                                                                                                    regulation of connective tissue growth factor production
GO:0032644                                                                                                                                                        regulation of fractalkine production
GO:0032645                                                                                                                   regulation of granulocyte macrophage colony-stimulating factor production
GO:0032646                                                                                                                                           regulation of hepatocyte growth factor production
GO:0032647                                                                                                                                                   regulation of interferon-alpha production
GO:0032648                                                                                                                                                    regulation of interferon-beta production
GO:0032649                                                                                                                                                 regulation of type II interferon production
GO:0032650                                                                                                                                                regulation of interleukin-1 alpha production
GO:0032651                                                                                                                                                 regulation of interleukin-1 beta production
GO:0032652                                                                                                                                                      regulation of interleukin-1 production
GO:0032653                                                                                                                                                     regulation of interleukin-10 production
GO:0032655                                                                                                                                                     regulation of interleukin-12 production
GO:0032656                                                                                                                                                     regulation of interleukin-13 production
GO:0032658                                                                                                                                                     regulation of interleukin-15 production
GO:0032659                                                                                                                                                     regulation of interleukin-16 production
GO:0032660                                                                                                                                                     regulation of interleukin-17 production
GO:0032661                                                                                                                                                     regulation of interleukin-18 production
GO:0032663                                                                                                                                                      regulation of interleukin-2 production
GO:0032665                                                                                                                                                     regulation of interleukin-21 production
GO:0032667                                                                                                                                                     regulation of interleukin-23 production
GO:0032671                                                                                                                                                     regulation of interleukin-27 production
GO:0032672                                                                                                                                                      regulation of interleukin-3 production
GO:0032673                                                                                                                                                      regulation of interleukin-4 production
GO:0032674                                                                                                                                                      regulation of interleukin-5 production
GO:0032675                                                                                                                                                      regulation of interleukin-6 production
GO:0032676                                                                                                                                                      regulation of interleukin-7 production
GO:0032677                                                                                                                                                      regulation of interleukin-8 production
GO:0032679                                                                                                                                                              regulation of TRAIL production
GO:0032680                                                                                                                                              regulation of tumor necrosis factor production
GO:0032681                                                                                                                                                      regulation of lymphotoxin A production
GO:0032682                                                                                                                                                 negative regulation of chemokine production
GO:0032683                                                                                                                           negative regulation of connective tissue growth factor production
GO:0032685                                                                                                          negative regulation of granulocyte macrophage colony-stimulating factor production
GO:0032686                                                                                                                                  negative regulation of hepatocyte growth factor production
GO:0032687                                                                                                                                          negative regulation of interferon-alpha production
GO:0032688                                                                                                                                           negative regulation of interferon-beta production
GO:0032689                                                                                                                                        negative regulation of type II interferon production
GO:0032690                                                                                                                                       negative regulation of interleukin-1 alpha production
GO:0032691                                                                                                                                        negative regulation of interleukin-1 beta production
GO:0032692                                                                                                                                             negative regulation of interleukin-1 production
GO:0032693                                                                                                                                            negative regulation of interleukin-10 production
GO:0032695                                                                                                                                            negative regulation of interleukin-12 production
GO:0032696                                                                                                                                            negative regulation of interleukin-13 production
GO:0032699                                                                                                                                            negative regulation of interleukin-16 production
GO:0032700                                                                                                                                            negative regulation of interleukin-17 production
GO:0032701                                                                                                                                            negative regulation of interleukin-18 production
GO:0032703                                                                                                                                             negative regulation of interleukin-2 production
GO:0032705                                                                                                                                            negative regulation of interleukin-21 production
GO:0032707                                                                                                                                            negative regulation of interleukin-23 production
GO:0032711                                                                                                                                            negative regulation of interleukin-27 production
GO:0032712                                                                                                                                             negative regulation of interleukin-3 production
GO:0032713                                                                                                                                             negative regulation of interleukin-4 production
GO:0032714                                                                                                                                             negative regulation of interleukin-5 production
GO:0032715                                                                                                                                             negative regulation of interleukin-6 production
GO:0032716                                                                                                                                             negative regulation of interleukin-7 production
GO:0032717                                                                                                                                             negative regulation of interleukin-8 production
GO:0032720                                                                                                                                     negative regulation of tumor necrosis factor production
GO:0032722                                                                                                                                                 positive regulation of chemokine production
GO:0032723                                                                                                                           positive regulation of connective tissue growth factor production
GO:0032724                                                                                                                                               positive regulation of fractalkine production
GO:0032725                                                                                                          positive regulation of granulocyte macrophage colony-stimulating factor production
GO:0032727                                                                                                                                          positive regulation of interferon-alpha production
GO:0032728                                                                                                                                           positive regulation of interferon-beta production
GO:0032729                                                                                                                                        positive regulation of type II interferon production
GO:0032730                                                                                                                                       positive regulation of interleukin-1 alpha production
GO:0032731                                                                                                                                        positive regulation of interleukin-1 beta production
GO:0032732                                                                                                                                             positive regulation of interleukin-1 production
GO:0032733                                                                                                                                            positive regulation of interleukin-10 production
GO:0032735                                                                                                                                            positive regulation of interleukin-12 production
GO:0032736                                                                                                                                            positive regulation of interleukin-13 production
GO:0032738                                                                                                                                            positive regulation of interleukin-15 production
GO:0032739                                                                                                                                            positive regulation of interleukin-16 production
GO:0032740                                                                                                                                            positive regulation of interleukin-17 production
GO:0032741                                                                                                                                            positive regulation of interleukin-18 production
GO:0032743                                                                                                                                             positive regulation of interleukin-2 production
GO:0032745                                                                                                                                            positive regulation of interleukin-21 production
GO:0032747                                                                                                                                            positive regulation of interleukin-23 production
GO:0032752                                                                                                                                             positive regulation of interleukin-3 production
GO:0032753                                                                                                                                             positive regulation of interleukin-4 production
GO:0032754                                                                                                                                             positive regulation of interleukin-5 production
GO:0032755                                                                                                                                             positive regulation of interleukin-6 production
GO:0032757                                                                                                                                             positive regulation of interleukin-8 production
GO:0032759                                                                                                                                                     positive regulation of TRAIL production
GO:0032760                                                                                                                                     positive regulation of tumor necrosis factor production
GO:0032761                                                                                                                                             positive regulation of lymphotoxin A production
GO:0032762                                                                                                                                                               mast cell cytokine production
GO:0032763                                                                                                                                                 regulation of mast cell cytokine production
GO:0032764                                                                                                                                        negative regulation of mast cell cytokine production
GO:0032765                                                                                                                                        positive regulation of mast cell cytokine production
GO:0032767                                                                                                                                                            copper-dependent protein binding
GO:0032768                                                                                                                                                        regulation of monooxygenase activity
GO:0032769                                                                                                                                               negative regulation of monooxygenase activity
GO:0032770                                                                                                                                               positive regulation of monooxygenase activity
GO:0032771                                                                                                                                                           regulation of tyrosinase activity
GO:0032773                                                                                                                                                  positive regulation of tyrosinase activity
GO:0032774                                                                                                                                                                    RNA biosynthetic process
GO:0032775                                                                                                                                                                  DNA methylation on adenine
GO:0032776                                                                                                                                                                 DNA methylation on cytosine
GO:0032777                                                                                                                                                   piccolo histone acetyltransferase complex
GO:0032780                                                                                                                                               negative regulation of ATP-dependent activity
GO:0032781                                                                                                                                               positive regulation of ATP-dependent activity
GO:0032782                                                                                                                                                                         bile acid secretion
GO:0032783                                                                                                                                                                    super elongation complex
GO:0032784                                                                                                                                        regulation of DNA-templated transcription elongation
GO:0032785                                                                                                                              negative regulation of DNA-templated transcription, elongation
GO:0032786                                                                                                                              positive regulation of DNA-templated transcription, elongation
GO:0032787                                                                                                                                                       monocarboxylic acid metabolic process
GO:0032788                                                                                                                                             saturated monocarboxylic acid metabolic process
GO:0032789                                                                                                                                           unsaturated monocarboxylic acid metabolic process
GO:0032790                                                                                                                                                                        ribosome disassembly
GO:0032791                                                                                                                                                                            lead ion binding
GO:0032792                                                                                                                                   negative regulation of CREB transcription factor activity
GO:0032793                                                                                                                                   positive regulation of CREB transcription factor activity
GO:0032794                                                                                                                                                           GTPase activating protein binding
GO:0032795                                                                                                                                                            heterotrimeric G-protein binding
GO:0032796                                                                                                                                                                         uropod organization
GO:0032797                                                                                                                                                                                 SMN complex
GO:0032798                                                                                                                                                                           Swi5-Sfr1 complex
GO:0032799                                                                                                                                 low-density lipoprotein receptor particle metabolic process
GO:0032801                                                                                                                                                                  receptor catabolic process
GO:0032802                                                                                                                                 low-density lipoprotein particle receptor catabolic process
GO:0032803                                                                                                                   regulation of low-density lipoprotein particle receptor catabolic process
GO:0032804                                                                                                          negative regulation of low-density lipoprotein particle receptor catabolic process
GO:0032805                                                                                                          positive regulation of low-density lipoprotein particle receptor catabolic process
GO:0032806                                                                                                                                              carboxy-terminal domain protein kinase complex
GO:0032807                                                                                                                                                                       DNA ligase IV complex
GO:0032808                                                                                                                                                                  lacrimal gland development
GO:0032809                                                                                                                                                                 neuronal cell body membrane
GO:0032810                                                                                                                                                             sterol response element binding
GO:0032811                                                                                                                                                negative regulation of epinephrine secretion
GO:0032812                                                                                                                                                positive regulation of epinephrine secretion
GO:0032813                                                                                                                                          tumor necrosis factor receptor superfamily binding
GO:0032814                                                                                                                                                regulation of natural killer cell activation
GO:0032815                                                                                                                                       negative regulation of natural killer cell activation
GO:0032816                                                                                                                                       positive regulation of natural killer cell activation
GO:0032817                                                                                                                                             regulation of natural killer cell proliferation
GO:0032819                                                                                                                                    positive regulation of natural killer cell proliferation
GO:0032823                                                                                                                                           regulation of natural killer cell differentiation
GO:0032824                                                                                                                                  negative regulation of natural killer cell differentiation
GO:0032825                                                                                                                                  positive regulation of natural killer cell differentiation
GO:0032826                                                                                                               regulation of natural killer cell differentiation involved in immune response
GO:0032827                                                                                                      negative regulation of natural killer cell differentiation involved in immune response
GO:0032829                                                                                                     regulation of CD4-positive, CD25-positive, alpha-beta regulatory T cell differentiation
GO:0032831                                                                                            positive regulation of CD4-positive, CD25-positive, alpha-beta regulatory T cell differentiation
GO:0032832                                                                         regulation of CD4-positive, CD25-positive, alpha-beta regulatory T cell differentiation involved in immune response
GO:0032834                                                                positive regulation of CD4-positive, CD25-positive, alpha-beta regulatory T cell differentiation involved in immune response
GO:0032835                                                                                                                                                                      glomerulus development
GO:0032836                                                                                                                                                    glomerular basement membrane development
GO:0032838                                                                                                                                           plasma membrane bounded cell projection cytoplasm
GO:0032839                                                                                                                                                                          dendrite cytoplasm
GO:0032841                                                                                                                                                                          calcitonin binding
GO:0032847                                                                                                                                                         regulation of cellular pH reduction
GO:0032848                                                                                                                                                negative regulation of cellular pH reduction
GO:0032849                                                                                                                                                positive regulation of cellular pH reduction
GO:0032868                                                                                                                                                                         response to insulin
GO:0032869                                                                                                                                                       cellular response to insulin stimulus
GO:0032870                                                                                                                                                       cellular response to hormone stimulus
GO:0032872                                                                                                                                                 regulation of stress-activated MAPK cascade
GO:0032873                                                                                                                                        negative regulation of stress-activated MAPK cascade
GO:0032874                                                                                                                                        positive regulation of stress-activated MAPK cascade
GO:0032875                                                                                                                                                         regulation of DNA endoreduplication
GO:0032876                                                                                                                                                negative regulation of DNA endoreduplication
GO:0032877                                                                                                                                                positive regulation of DNA endoreduplication
GO:0032878                                                                                                                                 regulation of establishment or maintenance of cell polarity
GO:0032879                                                                                                                                                                  regulation of localization
GO:0032880                                                                                                                                                          regulation of protein localization
GO:0032881                                                                                                                                              regulation of polysaccharide metabolic process
GO:0032885                                                                                                                                           regulation of polysaccharide biosynthetic process
GO:0032886                                                                                                                                                     regulation of microtubule-based process
GO:0032887                                                                                                                                                            regulation of spindle elongation
GO:0032888                                                                                                                                                    regulation of mitotic spindle elongation
GO:0032890                                                                                                                                                        regulation of organic acid transport
GO:0032891                                                                                                                                               negative regulation of organic acid transport
GO:0032892                                                                                                                                               positive regulation of organic acid transport
GO:0032896                                                                                                                                                         palmitoyl-CoA 9-desaturase activity
GO:0032897                                                                                                                                                  negative regulation of viral transcription
GO:0032898                                                                                                                                                                     neurotrophin production
GO:0032899                                                                                                                                                       regulation of neurotrophin production
GO:0032900                                                                                                                                              negative regulation of neurotrophin production
GO:0032901                                                                                                                                              positive regulation of neurotrophin production
GO:0032902                                                                                                                                                              nerve growth factor production
GO:0032905                                                                                                                                                 transforming growth factor beta1 production
GO:0032906                                                                                                                                                 transforming growth factor beta2 production
GO:0032907                                                                                                                                                 transforming growth factor beta3 production
GO:0032908                                                                                                                                   regulation of transforming growth factor beta1 production
GO:0032909                                                                                                                                   regulation of transforming growth factor beta2 production
GO:0032910                                                                                                                                   regulation of transforming growth factor beta3 production
GO:0032911                                                                                                                          negative regulation of transforming growth factor beta1 production
GO:0032912                                                                                                                          negative regulation of transforming growth factor beta2 production
GO:0032914                                                                                                                          positive regulation of transforming growth factor beta1 production
GO:0032915                                                                                                                          positive regulation of transforming growth factor beta2 production
GO:0032916                                                                                                                          positive regulation of transforming growth factor beta3 production
GO:0032917                                                                                                                                                                       polyamine acetylation
GO:0032918                                                                                                                                                                      spermidine acetylation
GO:0032919                                                                                                                                                                        spermine acetylation
GO:0032920                                                                                                                                                                      putrescine acetylation
GO:0032922                                                                                                                                                     circadian regulation of gene expression
GO:0032924                                                                                                                                                          activin receptor signaling pathway
GO:0032925                                                                                                                                            regulation of activin receptor signaling pathway
GO:0032926                                                                                                                                   negative regulation of activin receptor signaling pathway
GO:0032927                                                                                                                                   positive regulation of activin receptor signaling pathway
GO:0032928                                                                                                                                                   regulation of superoxide anion generation
GO:0032929                                                                                                                                          negative regulation of superoxide anion generation
GO:0032930                                                                                                                                          positive regulation of superoxide anion generation
GO:0032933                                                                                                                                                                     SREBP signaling pathway
GO:0032934                                                                                                                                                                              sterol binding
GO:0032935                                                                                                                                                                      sterol sensor activity
GO:0032936                                                                                                                                                                          SREBP-SCAP complex
GO:0032937                                                                                                                                                                    SREBP-SCAP-Insig complex
GO:0032940                                                                                                                                                                           secretion by cell
GO:0032941                                                                                                                                                                         secretion by tissue
GO:0032943                                                                                                                                                              mononuclear cell proliferation
GO:0032944                                                                                                                                                regulation of mononuclear cell proliferation
GO:0032945                                                                                                                                       negative regulation of mononuclear cell proliferation
GO:0032946                                                                                                                                       positive regulation of mononuclear cell proliferation
GO:0032954                                                                                                                                                           regulation of cytokinetic process
GO:0032956                                                                                                                                               regulation of actin cytoskeleton organization
GO:0032957                                                                                                                                                    inositol trisphosphate metabolic process
GO:0032958                                                                                                                                                     inositol phosphate biosynthetic process
GO:0032959                                                                                                                                                 inositol trisphosphate biosynthetic process
GO:0032960                                                                                                                                   regulation of inositol trisphosphate biosynthetic process
GO:0032962                                                                                                                          positive regulation of inositol trisphosphate biosynthetic process
GO:0032963                                                                                                                                                                  collagen metabolic process
GO:0032964                                                                                                                                                               collagen biosynthetic process
GO:0032965                                                                                                                                                 regulation of collagen biosynthetic process
GO:0032966                                                                                                                                        negative regulation of collagen biosynthetic process
GO:0032967                                                                                                                                        positive regulation of collagen biosynthetic process
GO:0032968                                                                                                                        positive regulation of transcription elongation by RNA polymerase II
GO:0032970                                                                                                                                                  regulation of actin filament-based process
GO:0032971                                                                                                                                                       regulation of muscle filament sliding
GO:0032972                                                                                                                                                 regulation of muscle filament sliding speed
GO:0032974                                                                                                                                                amino acid transmembrane export from vacuole
GO:0032976                                                                                                                                                 release of matrix enzymes from mitochondria
GO:0032977                                                                                                                                                                 membrane insertase activity
GO:0032978                                                                                                                                             protein insertion into membrane from inner side
GO:0032979                                                                                                                             protein insertion into mitochondrial inner membrane from matrix
GO:0032980                                                                                                                                                                     keratinocyte activation
GO:0032981                                                                                                                                          mitochondrial respiratory chain complex I assembly
GO:0032982                                                                                                                                                                             myosin filament
GO:0032983                                                                                                                                                kainate selective glutamate receptor complex
GO:0032984                                                                                                                                                      protein-containing complex disassembly
GO:0032986                                                                                                                                                             protein-DNA complex disassembly
GO:0032988                                                                                                                                                             protein-RNA complex disassembly
GO:0032989                                                                                                                                                    cellular anatomical entity morphogenesis
GO:0032991                                                                                                                                                                  protein-containing complex
GO:0032993                                                                                                                                                                         protein-DNA complex
GO:0032994                                                                                                                                                                       protein-lipid complex
GO:0032996                                                                                                                                                                          Bcl3-Bcl10 complex
GO:0032997                                                                                                                                                                         Fc receptor complex
GO:0032998                                                                                                                                                               Fc-epsilon receptor I complex
GO:0033001                                                                                                                                                               Fc-gamma receptor III complex
GO:0033002                                                                                                                                                                   muscle cell proliferation
GO:0033003                                                                                                                                                          regulation of mast cell activation
GO:0033004                                                                                                                                                 negative regulation of mast cell activation
GO:0033005                                                                                                                                                 positive regulation of mast cell activation
GO:0033006                                                                                                                              regulation of mast cell activation involved in immune response
GO:0033007                                                                                                                     negative regulation of mast cell activation involved in immune response
GO:0033008                                                                                                                     positive regulation of mast cell activation involved in immune response
GO:0033010                                                                                                                                                                          paranodal junction
GO:0033011                                                                                                                                                                           perinuclear theca
GO:0033013                                                                                                                                                              tetrapyrrole metabolic process
GO:0033014                                                                                                                                                           tetrapyrrole biosynthetic process
GO:0033015                                                                                                                                                              tetrapyrrole catabolic process
GO:0033017                                                                                                                                                             sarcoplasmic reticulum membrane
GO:0033018                                                                                                                                                                sarcoplasmic reticulum lumen
GO:0033023                                                                                                                                                                       mast cell homeostasis
GO:0033024                                                                                                                                                                 mast cell apoptotic process
GO:0033025                                                                                                                                                   regulation of mast cell apoptotic process
GO:0033026                                                                                                                                          negative regulation of mast cell apoptotic process
GO:0033027                                                                                                                                          positive regulation of mast cell apoptotic process
GO:0033028                                                                                                                                                              myeloid cell apoptotic process
GO:0033029                                                                                                                                                  regulation of neutrophil apoptotic process
GO:0033030                                                                                                                                         negative regulation of neutrophil apoptotic process
GO:0033031                                                                                                                                         positive regulation of neutrophil apoptotic process
GO:0033032                                                                                                                                                regulation of myeloid cell apoptotic process
GO:0033033                                                                                                                                       negative regulation of myeloid cell apoptotic process
GO:0033034                                                                                                                                       positive regulation of myeloid cell apoptotic process
GO:0033036                                                                                                                                                                  macromolecule localization
GO:0033037                                                                                                                                                                 polysaccharide localization
GO:0033038                                                                                                                                                              bitter taste receptor activity
GO:0033040                                                                                                                                                                sour taste receptor activity
GO:0033041                                                                                                                                                               sweet taste receptor activity
GO:0033043                                                                                                                                                        regulation of organelle organization
GO:0033044                                                                                                                                                       regulation of chromosome organization
GO:0033045                                                                                                                                                  regulation of sister chromatid segregation
GO:0033046                                                                                                                                         negative regulation of sister chromatid segregation
GO:0033047                                                                                                                                          regulation of mitotic sister chromatid segregation
GO:0033048                                                                                                                                 negative regulation of mitotic sister chromatid segregation
GO:0033058                                                                                                                                                                      directional locomotion
GO:0033059                                                                                                                                                                       cellular pigmentation
GO:0033061                                                                                                                                                            DNA recombinase mediator complex
GO:0033063                                                                                                                                                          Rad51B-Rad51C-Rad51D-XRCC2 complex
GO:0033065                                                                                                                                                                        Rad51C-XRCC3 complex
GO:0033076                                                                                                                                                     isoquinoline alkaloid metabolic process
GO:0033077                                                                                                                                                            T cell differentiation in thymus
GO:0033078                                                                                                                                                          extrathymic T cell differentiation
GO:0033079                                                                                                                                                               immature T cell proliferation
GO:0033080                                                                                                                                                     immature T cell proliferation in thymus
GO:0033081                                                                                                                                              regulation of T cell differentiation in thymus
GO:0033082                                                                                                                                            regulation of extrathymic T cell differentiation
GO:0033083                                                                                                                                                 regulation of immature T cell proliferation
GO:0033084                                                                                                                                       regulation of immature T cell proliferation in thymus
GO:0033085                                                                                                                                     negative regulation of T cell differentiation in thymus
GO:0033087                                                                                                                                        negative regulation of immature T cell proliferation
GO:0033088                                                                                                                              negative regulation of immature T cell proliferation in thymus
GO:0033089                                                                                                                                     positive regulation of T cell differentiation in thymus
GO:0033091                                                                                                                                        positive regulation of immature T cell proliferation
GO:0033092                                                                                                                              positive regulation of immature T cell proliferation in thymus
GO:0033093                                                                                                                                                                          Weibel-Palade body
GO:0033106                                                                                                                                                                  cis-Golgi network membrane
GO:0033108                                                                                                                                            mitochondrial respiratory chain complex assembly
GO:0033116                                                                                                                               endoplasmic reticulum-Golgi intermediate compartment membrane
GO:0033119                                                                                                                                                         negative regulation of RNA splicing
GO:0033120                                                                                                                                                         positive regulation of RNA splicing
GO:0033121                                                                                                                                           regulation of purine nucleotide catabolic process
GO:0033122                                                                                                                                  negative regulation of purine nucleotide catabolic process
GO:0033123                                                                                                                                  positive regulation of purine nucleotide catabolic process
GO:0033130                                                                                                                                                              acetylcholine receptor binding
GO:0033131                                                                                                                                                          regulation of glucokinase activity
GO:0033132                                                                                                                                                 negative regulation of glucokinase activity
GO:0033133                                                                                                                                                 positive regulation of glucokinase activity
GO:0033135                                                                                                                                               regulation of peptidyl-serine phosphorylation
GO:0033137                                                                                                                                      negative regulation of peptidyl-serine phosphorylation
GO:0033138                                                                                                                                      positive regulation of peptidyl-serine phosphorylation
GO:0033139                                                                                                                               regulation of peptidyl-serine phosphorylation of STAT protein
GO:0033140                                                                                                                      negative regulation of peptidyl-serine phosphorylation of STAT protein
GO:0033141                                                                                                                      positive regulation of peptidyl-serine phosphorylation of STAT protein
GO:0033142                                                                                                                                                       nuclear progesterone receptor binding
GO:0033143                                                                                                                      regulation of intracellular steroid hormone receptor signaling pathway
GO:0033144                                                                                                             negative regulation of intracellular steroid hormone receptor signaling pathway
GO:0033145                                                                                                             positive regulation of intracellular steroid hormone receptor signaling pathway
GO:0033146                                                                                                                             regulation of intracellular estrogen receptor signaling pathway
GO:0033147                                                                                                                    negative regulation of intracellular estrogen receptor signaling pathway
GO:0033148                                                                                                                    positive regulation of intracellular estrogen receptor signaling pathway
GO:0033149                                                                                                                                                                          FFAT motif binding
GO:0033150                                                                                                                                                                          cytoskeletal calyx
GO:0033151                                                                                                                                                                         V(D)J recombination
GO:0033152                                                                                                                                                          immunoglobulin V(D)J recombination
GO:0033153                                                                                                                                                         T cell receptor V(D)J recombination
GO:0033157                                                                                                                                               regulation of intracellular protein transport
GO:0033162                                                                                                                                                                         melanosome membrane
GO:0033165                                                                                                                                                                   interphotoreceptor matrix
GO:0033173                                                                                                                                                          calcineurin-NFAT signaling cascade
GO:0033176                                                                                                                                                   proton-transporting V-type ATPase complex
GO:0033177                                                                                                                   proton-transporting two-sector ATPase complex, proton-transporting domain
GO:0033178                                                                                                                             proton-transporting two-sector ATPase complex, catalytic domain
GO:0033179                                                                                                                                                proton-transporting V-type ATPase, V0 domain
GO:0033180                                                                                                                                                proton-transporting V-type ATPase, V1 domain
GO:0033181                                                                                                                                   plasma membrane proton-transporting V-type ATPase complex
GO:0033185                                                                                                                                                 dolichol-phosphate-mannose synthase complex
GO:0033186                                                                                                                                                                               CAF-1 complex
GO:0033188                                                                                                                                                             sphingomyelin synthase activity
GO:0033189                                                                                                                                                                       response to vitamin A
GO:0033192                                                                                                                                           calmodulin-dependent protein phosphatase activity
GO:0033194                                                                                                                                                                   response to hydroperoxide
GO:0033197                                                                                                                                                                       response to vitamin E
GO:0033198                                                                                                                                                                             response to ATP
GO:0033204                                                                                                                                                                  ribonuclease P RNA binding
GO:0033206                                                                                                                                                                         meiotic cytokinesis
GO:0033209                                                                                                                                            tumor necrosis factor-mediated signaling pathway
GO:0033210                                                                                                                                                           leptin-mediated signaling pathway
GO:0033211                                                                                                                                                     adiponectin-activated signaling pathway
GO:0033212                                                                                                                                                                       iron import into cell
GO:0033215                                                                                                                                                                 reductive iron assimilation
GO:0033218                                                                                                                                                                               amide binding
GO:0033227                                                                                                                                                                             dsRNA transport
GO:0033229                                                                                                                                                 cysteine transmembrane transporter activity
GO:0033233                                                                                                                                                           regulation of protein sumoylation
GO:0033234                                                                                                                                                  negative regulation of protein sumoylation
GO:0033235                                                                                                                                                  positive regulation of protein sumoylation
GO:0033238                                                                                                                                                       regulation of amine metabolic process
GO:0033239                                                                                                                                              negative regulation of amine metabolic process
GO:0033240                                                                                                                                              positive regulation of amine metabolic process
GO:0033241                                                                                                                                                       regulation of amine catabolic process
GO:0033242                                                                                                                                              negative regulation of amine catabolic process
GO:0033256                                                                                                                                                                  I-kappaB/NF-kappaB complex
GO:0033257                                                                                                                                                                     Bcl3/NF-kappaB2 complex
GO:0033260                                                                                                                                                                     nuclear DNA replication
GO:0033262                                                                                                                                            regulation of nuclear cell cycle DNA replication
GO:0033263                                                                                                                                                                              CORVET complex
GO:0033265                                                                                                                                                                             choline binding
GO:0033268                                                                                                                                                                             node of Ranvier
GO:0033269                                                                                                                                                                    internode region of axon
GO:0033270                                                                                                                                                                     paranode region of axon
GO:0033273                                                                                                                                                                         response to vitamin
GO:0033274                                                                                                                                                                      response to vitamin B2
GO:0033275                                                                                                                                                               actin-myosin filament sliding
GO:0033276                                                                                                                                                           transcription factor TFTC complex
GO:0033278                                                                                                                                                              cell proliferation in midbrain
GO:0033280                                                                                                                                                                       response to vitamin D
GO:0033283                                                                                                                              ATPase-coupled organic acid transmembrane transporter activity
GO:0033284                                                                                                                           ATPase-coupled carboxylic acid transmembrane transporter activity
GO:0033285                                                                                                                       ATPase-coupled monocarboxylic acid transmembrane transporter activity
GO:0033290                                                                                                                                                        eukaryotic 48S preinitiation complex
GO:0033291                                                                                                                                                           eukaryotic 80S initiation complex
GO:0033292                                                                                                                                                                       T-tubule organization
GO:0033293                                                                                                                                                                 monocarboxylic acid binding
GO:0033299                                                                                                                                                              secretion of lysosomal enzymes
GO:0033300                                                                                                                                     dehydroascorbic acid transmembrane transporter activity
GO:0033301                                                                                                                                           cell cycle comprising mitosis without cytokinesis
GO:0033306                                                                                                                                                                    phytol metabolic process
GO:0033313                                                                                                                                                     meiotic cell cycle checkpoint signaling
GO:0033314                                                                                                                                                mitotic DNA replication checkpoint signaling
GO:0033316                                                                                                                                               meiotic spindle assembly checkpoint signaling
GO:0033319                                                                                                                                                              UDP-D-xylose metabolic process
GO:0033320                                                                                                                                                           UDP-D-xylose biosynthetic process
GO:0033326                                                                                                                                                               cerebrospinal fluid secretion
GO:0033327                                                                                                                                                                 Leydig cell differentiation
GO:0033328                                                                                                                                              peroxisome membrane targeting sequence binding
GO:0033341                                                                                                                                                              regulation of collagen binding
GO:0033342                                                                                                                                                     negative regulation of collagen binding
GO:0033344                                                                                                                                                                          cholesterol efflux
GO:0033345                                                                                                                                                asparagine catabolic process via L-aspartate
GO:0033353                                                                                                                                                                  S-adenosylmethionine cycle
GO:0033363                                                                                                                                                              secretory granule organization
GO:0033364                                                                                                                                                    mast cell secretory granule organization
GO:0033365                                                                                                                                                           protein localization to organelle
GO:0033366                                                                                                                                                   protein localization to secretory granule
GO:0033367                                                                                                                                         protein localization to mast cell secretory granule
GO:0033368                                                                                                                                        protease localization to mast cell secretory granule
GO:0033370                                                                                                                              maintenance of protein location in mast cell secretory granule
GO:0033371                                                                                                                                                       T cell secretory granule organization
GO:0033373                                                                                                                             maintenance of protease location in mast cell secretory granule
GO:0033374                                                                                                                                            protein localization to T cell secretory granule
GO:0033375                                                                                                                                           protease localization to T cell secretory granule
GO:0033377                                                                                                                                 maintenance of protein location in T cell secretory granule
GO:0033379                                                                                                                                maintenance of protease location in T cell secretory granule
GO:0033380                                                                                                                                         granzyme B localization to T cell secretory granule
GO:0033382                                                                                                                              maintenance of granzyme B location in T cell secretory granule
GO:0033383                                                                                                                                                       geranyl diphosphate metabolic process
GO:0033384                                                                                                                                                    geranyl diphosphate biosynthetic process
GO:0033385                                                                                                                                                geranylgeranyl diphosphate metabolic process
GO:0033386                                                                                                                                             geranylgeranyl diphosphate biosynthetic process
GO:0033387                                                                                                                                              putrescine biosynthetic process from ornithine
GO:0033388                                                                                                                                               putrescine biosynthetic process from arginine
GO:0033389                                                                                                                             putrescine biosynthetic process from arginine, using agmatinase
GO:0033391                                                                                                                                                                             chromatoid body
GO:0033396                                                                                                                                    beta-alanine biosynthetic process via 3-ureidopropionate
GO:0033477                                                                                                                                                        S-methylmethionine metabolic process
GO:0033484                                                                                                                                                      intracellular nitric oxide homeostasis
GO:0033489                                                                                                                                            cholesterol biosynthetic process via desmosterol
GO:0033490                                                                                                                                            cholesterol biosynthetic process via lathosterol
GO:0033499                                                                                                                                               galactose catabolic process via UDP-galactose
GO:0033500                                                                                                                                                                    carbohydrate homeostasis
GO:0033503                                                                                                                                                                                HULC complex
GO:0033504                                                                                                                                                                     floor plate development
GO:0033505                                                                                                                                                                   floor plate morphogenesis
GO:0033512                                                                                                                                   L-lysine catabolic process to acetyl-CoA via saccharopine
GO:0033514                                                                                                                                   L-lysine catabolic process to acetyl-CoA via L-pipecolate
GO:0033539                                                                                                                                      fatty acid beta-oxidation using acyl-CoA dehydrogenase
GO:0033540                                                                                                                                            fatty acid beta-oxidation using acyl-CoA oxidase
GO:0033549                                                                                                                                                             MAP kinase phosphatase activity
GO:0033550                                                                                                                                                    MAP kinase tyrosine phosphatase activity
GO:0033552                                                                                                                                                                      response to vitamin B3
GO:0033553                                                                                                                                                                        rDNA heterochromatin
GO:0033554                                                                                                                                                                 cellular response to stress
GO:0033555                                                                                                                                                 multicellular organismal response to stress
GO:0033557                                                                                                                                                                           Slx1-Slx4 complex
GO:0033558                                                                                                                                                         protein lysine deacetylase activity
GO:0033559                                                                                                                                                    unsaturated fatty acid metabolic process
GO:0033560                                                                                                                                                                   folate reductase activity
GO:0033563                                                                                                                                                                dorsal/ventral axon guidance
GO:0033564                                                                                                                                                            anterior/posterior axon guidance
GO:0033565                                                                                                                                                                             ESCRT-0 complex
GO:0033566                                                                                                                                                          gamma-tubulin complex localization
GO:0033567                                                                                                                                                DNA replication, Okazaki fragment processing
GO:0033572                                                                                                                                                                       transferrin transport
GO:0033574                                                                                                                                                                    response to testosterone
GO:0033588                                                                                                                                                                elongator holoenzyme complex
GO:0033590                                                                                                                                                                       response to cobalamin
GO:0033591                                                                                                                                                                 response to L-ascorbic acid
GO:0033592                                                                                                                                                               RNA strand annealing activity
GO:0033593                                                                                                                                                                       BRCA2-MAGE-D1 complex
GO:0033594                                                                                                                                                               response to hydroxyisoflavone
GO:0033595                                                                                                                                                                       response to genistein
GO:0033596                                                                                                                                                                           TSC1-TSC2 complex
GO:0033597                                                                                                                                                                  mitotic checkpoint complex
GO:0033598                                                                                                                                                 mammary gland epithelial cell proliferation
GO:0033599                                                                                                                                   regulation of mammary gland epithelial cell proliferation
GO:0033600                                                                                                                          negative regulation of mammary gland epithelial cell proliferation
GO:0033601                                                                                                                          positive regulation of mammary gland epithelial cell proliferation
GO:0033602                                                                                                                                                   negative regulation of dopamine secretion
GO:0033603                                                                                                                                                   positive regulation of dopamine secretion
GO:0033604                                                                                                                                              negative regulation of catecholamine secretion
GO:0033605                                                                                                                                              positive regulation of catecholamine secretion
GO:0033609                                                                                                                                                                   oxalate metabolic process
GO:0033612                                                                                                                                                    receptor serine/threonine kinase binding
GO:0033615                                                                                                                             mitochondrial proton-transporting ATP synthase complex assembly
GO:0033617                                                                                                                                                 mitochondrial cytochrome c oxidase assembly
GO:0033619                                                                                                                                                                membrane protein proteolysis
GO:0033622                                                                                                                                                                         integrin activation
GO:0033623                                                                                                                                                           regulation of integrin activation
GO:0033624                                                                                                                                                  negative regulation of integrin activation
GO:0033625                                                                                                                                                  positive regulation of integrin activation
GO:0033626                                                                                              positive regulation of integrin activation by cell surface receptor linked signal transduction
GO:0033627                                                                                                                                                          cell adhesion mediated by integrin
GO:0033628                                                                                                                                            regulation of cell adhesion mediated by integrin
GO:0033629                                                                                                                                   negative regulation of cell adhesion mediated by integrin
GO:0033630                                                                                                                                   positive regulation of cell adhesion mediated by integrin
GO:0033631                                                                                                                                                     cell-cell adhesion mediated by integrin
GO:0033632                                                                                                                                       regulation of cell-cell adhesion mediated by integrin
GO:0033633                                                                                                                              negative regulation of cell-cell adhesion mediated by integrin
GO:0033634                                                                                                                              positive regulation of cell-cell adhesion mediated by integrin
GO:0033673                                                                                                                                                      negative regulation of kinase activity
GO:0033674                                                                                                                                                      positive regulation of kinase activity
GO:0033677                                                                                                                                                                   DNA/RNA helicase activity
GO:0033678                                                                                                                                                             5'-3' DNA/RNA helicase activity
GO:0033679                                                                                                                                                             3'-5' DNA/RNA helicase activity
GO:0033684                                                                                                                                                 regulation of luteinizing hormone secretion
GO:0033685                                                                                                                                        negative regulation of luteinizing hormone secretion
GO:0033686                                                                                                                                        positive regulation of luteinizing hormone secretion
GO:0033687                                                                                                                                                                    osteoblast proliferation
GO:0033688                                                                                                                                                      regulation of osteoblast proliferation
GO:0033689                                                                                                                                             negative regulation of osteoblast proliferation
GO:0033690                                                                                                                                             positive regulation of osteoblast proliferation
GO:0033691                                                                                                                                                                         sialic acid binding
GO:0033693                                                                                                                                                               neurofilament bundle assembly
GO:0033695                                                                                                oxidoreductase activity, acting on CH or CH2 groups, quinone or similar compound as acceptor
GO:0033696                                                                                                                                                          heterochromatin boundary formation
GO:0033699                                                                                                                                           DNA 5'-adenosine monophosphate hydrolase activity
GO:0033700                                                                                                                                                                         phospholipid efflux
GO:0033703                                                                                                                                          3beta-hydroxy-5beta-steroid dehydrogenase activity
GO:0033721                                                                                                                                                     aldehyde dehydrogenase (NADP+) activity
GO:0033735                                                                                                                                                            aspartate dehydrogenase activity
GO:0033737                                                                                                                                                          1-pyrroline dehydrogenase activity
GO:0033743                                                                                                                                           peptide-methionine (R)-S-oxide reductase activity
GO:0033744                                                                                                                                L-methionine:thioredoxin-disulfide S-oxidoreductase activity
GO:0033745                                                                                                                                                 L-methionine-(R)-S-oxide reductase activity
GO:0033746                                                                                                                                                           histone H3R2 demethylase activity
GO:0033749                                                                                                                                                           histone H4R3 demethylase activity
GO:0033750                                                                                                                                                                       ribosome localization
GO:0033754                                                                                                                                                        indoleamine 2,3-dioxygenase activity
GO:0033762                                                                                                                                                                        response to glucagon
GO:0033764                                                                                                steroid dehydrogenase activity, acting on the CH-OH group of donors, NAD or NADP as acceptor
GO:0033765                                                                                                                         steroid dehydrogenase activity, acting on the CH-CH group of donors
GO:0033778                                                                                                                               7alpha-hydroxycholest-4-en-3-one 12alpha-hydroxylase activity
GO:0033779                                                                                                                            5beta-cholestane-3alpha,7alpha-diol 12alpha-hydroxylase activity
GO:0033781                                                                                                                                                         cholesterol 24-hydroxylase activity
GO:0033782                                                                                                                                           24-hydroxycholesterol 7alpha-hydroxylase activity
GO:0033783                                                                                                                                           25-hydroxycholesterol 7alpha-hydroxylase activity
GO:0033787                                                                                                                                     cyanocobalamin reductase (cyanide-eliminating) activity
GO:0033791                                                                                                             3alpha,7alpha,12alpha-trihydroxy-5beta-cholestanoyl-CoA 24-hydroxylase activity
GO:0033798                                                                                                                                                             thyroxine 5-deiodinase activity
GO:0033814                                                                                                                                                    propanoyl-CoA C-acyltransferase activity
GO:0033819                                                                                                                                                       lipoyl(octanoyl) transferase activity
GO:0033823                                                                                                                                                    procollagen glucosyltransferase activity
GO:0033829                                                                                                                            O-fucosylpeptide 3-beta-N-acetylglucosaminyltransferase activity
GO:0033842                                                                                                   N-acetyl-beta-glucosaminyl-glycoprotein 4-beta-N-acetylgalactosaminyltransferase activity
GO:0033857                                                                                                                                         diphosphoinositol-pentakisphosphate kinase activity
GO:0033858                                                                                                                                                       N-acetylgalactosamine kinase activity
GO:0033860                                                                                                                                                      regulation of NAD(P)H oxidase activity
GO:0033861                                                                                                                                             negative regulation of NAD(P)H oxidase activity
GO:0033862                                                                                                                                                                         UMP kinase activity
GO:0033864                                                                                                                                             positive regulation of NAD(P)H oxidase activity
GO:0033865                                                                                                                                                   nucleoside bisphosphate metabolic process
GO:0033866                                                                                                                                                nucleoside bisphosphate biosynthetic process
GO:0033867                                                                                                                                              Fas-activated serine/threonine kinase activity
GO:0033869                                                                                                                                                   nucleoside bisphosphate catabolic process
GO:0033871                                                                                                                                 [heparan sulfate]-glucosamine 3-sulfotransferase 2 activity
GO:0033872                                                                                                                                 [heparan sulfate]-glucosamine 3-sulfotransferase 3 activity
GO:0033875                                                                                                                                               ribonucleoside bisphosphate metabolic process
GO:0033878                                                                                                                                                           hormone-sensitive lipase activity
GO:0033882                                                                                                                                                              choloyl-CoA hydrolase activity
GO:0033883                                                                                                                                                              pyridoxal phosphatase activity
GO:0033885                                                                                                                               10-hydroxy-9-(phosphonooxy)octadecanoate phosphatase activity
GO:0033889                                                                                                                                                     N-sulfoglucosamine-3-sulfatase activity
GO:0033897                                                                                                                                                                    ribonuclease T2 activity
GO:0033906                                                                                                                                                             hyaluronoglucuronidase activity
GO:0033919                                                                                                                                                       glucan 1,3-alpha-glucosidase activity
GO:0033925                                                                                                                            mannosyl-glycoprotein endo-beta-N-acetylglucosaminidase activity
GO:0033931                                                                                                                                                              endogalactosaminidase activity
GO:0033961                                                                                                                                                       cis-stilbene-oxide hydrolase activity
GO:0033962                                                                                                                                                                             P-body assembly
GO:0033967                                                                                                                                                               box C/D RNA metabolic process
GO:0033979                                                                                                                                                             box H/ACA RNA metabolic process
GO:0033981                                                                                                                                                         D-dopachrome decarboxylase activity
GO:0033989                                                                                                              3alpha,7alpha,12alpha-trihydroxy-5beta-cholest-24-enoyl-CoA hydratase activity
GO:0033993                                                                                                                                                                           response to lipid
GO:0034012                                                                                                                                                          FAD-AMP lyase (cyclizing) activity
GO:0034014                                                                                                                                                                    response to triglyceride
GO:0034021                                                                                                                                                                 response to silicon dioxide
GO:0034030                                                                                                                                            ribonucleoside bisphosphate biosynthetic process
GO:0034031                                                                                                                                               ribonucleoside bisphosphate catabolic process
GO:0034032                                                                                                                                            purine nucleoside bisphosphate metabolic process
GO:0034033                                                                                                                                         purine nucleoside bisphosphate biosynthetic process
GO:0034034                                                                                                                                            purine nucleoside bisphosphate catabolic process
GO:0034035                                                                                                                                        purine ribonucleoside bisphosphate metabolic process
GO:0034036                                                                                                                                     purine ribonucleoside bisphosphate biosynthetic process
GO:0034038                                                                                                                                                             deoxyhypusine synthase activity
GO:0034039                                                                                                                                         8-oxo-7,8-dihydroguanine DNA N-glycosylase activity
GO:0034040                                                                                                                                     ATPase-coupled lipid transmembrane transporter activity
GO:0034041                                                                                                                                                        ABC-type sterol transporter activity
GO:0034045                                                                                                                                                           phagophore assembly site membrane
GO:0034046                                                                                                                                                                             poly(G) binding
GO:0034050                                                                                                                                      symbiont-induced defense-related programmed cell death
GO:0034056                                                                                                                                                           estrogen response element binding
GO:0034058                                                                                                                                                                    endosomal vesicle fusion
GO:0034059                                                                                                                                                                          response to anoxia
GO:0034061                                                                                                                                                                     DNA polymerase activity
GO:0034062                                                                                                                                                               5'-3' RNA polymerase activity
GO:0034063                                                                                                                                                                     stress granule assembly
GO:0034066                                                                                                                                         Ric1-Rgp1 guanyl-nucleotide exchange factor complex
GO:0034067                                                                                                                                                     protein localization to Golgi apparatus
GO:0034080                                                                                                                                                        CENP-A containing chromatin assembly
GO:0034085                                                                                                                                                  establishment of sister chromatid cohesion
GO:0034086                                                                                                                                                    maintenance of sister chromatid cohesion
GO:0034087                                                                                                                                          establishment of mitotic sister chromatid cohesion
GO:0034088                                                                                                                                            maintenance of mitotic sister chromatid cohesion
GO:0034089                                                                                                                                          establishment of meiotic sister chromatid cohesion
GO:0034091                                                                                                                                      regulation of maintenance of sister chromatid cohesion
GO:0034092                                                                                                                             negative regulation of maintenance of sister chromatid cohesion
GO:0034093                                                                                                                             positive regulation of maintenance of sister chromatid cohesion
GO:0034097                                                                                                                                                                        response to cytokine
GO:0034098                                                                                                                                                            VCP-NPL4-UFD1 AAA ATPase complex
GO:0034101                                                                                                                                                                     erythrocyte homeostasis
GO:0034103                                                                                                                                                             regulation of tissue remodeling
GO:0034104                                                                                                                                                    negative regulation of tissue remodeling
GO:0034105                                                                                                                                                    positive regulation of tissue remodeling
GO:0034109                                                                                                                                                                homotypic cell-cell adhesion
GO:0034110                                                                                                                                                  regulation of homotypic cell-cell adhesion
GO:0034111                                                                                                                                         negative regulation of homotypic cell-cell adhesion
GO:0034112                                                                                                                                         positive regulation of homotypic cell-cell adhesion
GO:0034113                                                                                                                                                              heterotypic cell-cell adhesion
GO:0034114                                                                                                                                                regulation of heterotypic cell-cell adhesion
GO:0034115                                                                                                                                       negative regulation of heterotypic cell-cell adhesion
GO:0034116                                                                                                                                       positive regulation of heterotypic cell-cell adhesion
GO:0034121                                                                                                                                          regulation of toll-like receptor signaling pathway
GO:0034122                                                                                                                                 negative regulation of toll-like receptor signaling pathway
GO:0034123                                                                                                                                 positive regulation of toll-like receptor signaling pathway
GO:0034124                                                                                                                          regulation of MyD88-dependent toll-like receptor signaling pathway
GO:0034125                                                                                                                 negative regulation of MyD88-dependent toll-like receptor signaling pathway
GO:0034127                                                                                                                        regulation of MyD88-independent toll-like receptor signaling pathway
GO:0034128                                                                                                               negative regulation of MyD88-independent toll-like receptor signaling pathway
GO:0034134                                                                                                                                                      toll-like receptor 2 signaling pathway
GO:0034135                                                                                                                                        regulation of toll-like receptor 2 signaling pathway
GO:0034136                                                                                                                               negative regulation of toll-like receptor 2 signaling pathway
GO:0034137                                                                                                                               positive regulation of toll-like receptor 2 signaling pathway
GO:0034138                                                                                                                                                      toll-like receptor 3 signaling pathway
GO:0034139                                                                                                                                        regulation of toll-like receptor 3 signaling pathway
GO:0034140                                                                                                                               negative regulation of toll-like receptor 3 signaling pathway
GO:0034141                                                                                                                               positive regulation of toll-like receptor 3 signaling pathway
GO:0034142                                                                                                                                                      toll-like receptor 4 signaling pathway
GO:0034143                                                                                                                                        regulation of toll-like receptor 4 signaling pathway
GO:0034144                                                                                                                               negative regulation of toll-like receptor 4 signaling pathway
GO:0034145                                                                                                                               positive regulation of toll-like receptor 4 signaling pathway
GO:0034146                                                                                                                                                      toll-like receptor 5 signaling pathway
GO:0034147                                                                                                                                        regulation of toll-like receptor 5 signaling pathway
GO:0034148                                                                                                                               negative regulation of toll-like receptor 5 signaling pathway
GO:0034150                                                                                                                                                      toll-like receptor 6 signaling pathway
GO:0034151                                                                                                                                        regulation of toll-like receptor 6 signaling pathway
GO:0034154                                                                                                                                                      toll-like receptor 7 signaling pathway
GO:0034155                                                                                                                                        regulation of toll-like receptor 7 signaling pathway
GO:0034156                                                                                                                               negative regulation of toll-like receptor 7 signaling pathway
GO:0034157                                                                                                                               positive regulation of toll-like receptor 7 signaling pathway
GO:0034158                                                                                                                                                      toll-like receptor 8 signaling pathway
GO:0034159                                                                                                                                        regulation of toll-like receptor 8 signaling pathway
GO:0034161                                                                                                                               positive regulation of toll-like receptor 8 signaling pathway
GO:0034162                                                                                                                                                      toll-like receptor 9 signaling pathway
GO:0034163                                                                                                                                        regulation of toll-like receptor 9 signaling pathway
GO:0034164                                                                                                                               negative regulation of toll-like receptor 9 signaling pathway
GO:0034165                                                                                                                               positive regulation of toll-like receptor 9 signaling pathway
GO:0034182                                                                                                                              regulation of maintenance of mitotic sister chromatid cohesion
GO:0034183                                                                                                                     negative regulation of maintenance of mitotic sister chromatid cohesion
GO:0034184                                                                                                                     positive regulation of maintenance of mitotic sister chromatid cohesion
GO:0034185                                                                                                                                                                      apolipoprotein binding
GO:0034186                                                                                                                                                                  apolipoprotein A-I binding
GO:0034188                                                                                                                                                        apolipoprotein A-I receptor activity
GO:0034189                                                                                                                                               very-low-density lipoprotein particle binding
GO:0034190                                                                                                                                                             apolipoprotein receptor binding
GO:0034191                                                                                                                                                         apolipoprotein A-I receptor binding
GO:0034196                                                                                                                                                                      acylglycerol transport
GO:0034197                                                                                                                                                                      triglyceride transport
GO:0034198                                                                                                                                                  cellular response to amino acid starvation
GO:0034199                                                                                                                                                     activation of protein kinase A activity
GO:0034201                                                                                                                                                                      response to oleic acid
GO:0034202                                                                                                                                                                glycolipid floppase activity
GO:0034203                                                                                                                                                                    glycolipid translocation
GO:0034204                                                                                                                                                                         lipid translocation
GO:0034205                                                                                                                                                                      amyloid-beta formation
GO:0034211                                                                                                                                                       GTP-dependent protein kinase activity
GO:0034212                                                                                                                                                        peptide N-acetyltransferase activity
GO:0034213                                                                                                                                                               quinolinate catabolic process
GO:0034214                                                                                                                                                                      protein hexamerization
GO:0034219                                                                                                                                                        carbohydrate transmembrane transport
GO:0034220                                                                                                                                                      monoatomic ion transmembrane transport
GO:0034224                                                                                                                                                    cellular response to zinc ion starvation
GO:0034227                                                                                                                                                                      tRNA thio-modification
GO:0034228                                                                                                                                             ethanolamine transmembrane transporter activity
GO:0034229                                                                                                                                                                      ethanolamine transport
GO:0034230                                                                                                                                                                       enkephalin processing
GO:0034231                                                                                                                                                        islet amyloid polypeptide processing
GO:0034235                                                                                                                                                                          GPI anchor binding
GO:0034236                                                                                                                                                  protein kinase A catalytic subunit binding
GO:0034237                                                                                                                                                 protein kinase A regulatory subunit binding
GO:0034238                                                                                                                                                                           macrophage fusion
GO:0034239                                                                                                                                                             regulation of macrophage fusion
GO:0034241                                                                                                                                                    positive regulation of macrophage fusion
GO:0034242                                                                                                                        negative regulation of syncytium formation by plasma membrane fusion
GO:0034243                                                                                                                                 regulation of transcription elongation by RNA polymerase II
GO:0034244                                                                                                                        negative regulation of transcription elongation by RNA polymerase II
GO:0034245                                                                                                                                           mitochondrial DNA-directed RNA polymerase complex
GO:0034246                                                                                                                                                 mitochondrial transcription factor activity
GO:0034247                                                                                                                                                                             snoRNA splicing
GO:0034248                                                                                                                                                       regulation of amide metabolic process
GO:0034249                                                                                                                                              negative regulation of amide metabolic process
GO:0034250                                                                                                                                              positive regulation of amide metabolic process
GO:0034255                                                                                                                                                        regulation of urea metabolic process
GO:0034260                                                                                                                                                      negative regulation of GTPase activity
GO:0034271                                                                                                                                    phosphatidylinositol 3-kinase complex, class III, type I
GO:0034272                                                                                                                                   phosphatidylinositol 3-kinase complex, class III, type II
GO:0034274                                                                                                                                                                    Atg12-Atg5-Atg16 complex
GO:0034275                                                                                                                                                            kynurenic acid metabolic process
GO:0034276                                                                                                                                                         kynurenic acid biosynthetic process
GO:0034284                                                                                                                                                                  response to monosaccharide
GO:0034285                                                                                                                                                                    response to disaccharide
GO:0034287                                                                                                                                                        detection of monosaccharide stimulus
GO:0034308                                                                                                                                                           primary alcohol metabolic process
GO:0034309                                                                                                                                                        primary alcohol biosynthetic process
GO:0034310                                                                                                                                                           primary alcohol catabolic process
GO:0034311                                                                                                                                                                      diol metabolic process
GO:0034312                                                                                                                                                                   diol biosynthetic process
GO:0034314                                                                                                                                                    Arp2/3 complex-mediated actin nucleation
GO:0034315                                                                                                                                      regulation of Arp2/3 complex-mediated actin nucleation
GO:0034316                                                                                                                             negative regulation of Arp2/3 complex-mediated actin nucleation
GO:0034329                                                                                                                                                                      cell junction assembly
GO:0034330                                                                                                                                                                  cell junction organization
GO:0034331                                                                                                                                                                   cell junction maintenance
GO:0034332                                                                                                                                                              adherens junction organization
GO:0034333                                                                                                                                                                  adherens junction assembly
GO:0034334                                                                                                                                                               adherens junction maintenance
GO:0034337                                                                                                                                                                                 RNA folding
GO:0034338                                                                                                                                                       short-chain carboxylesterase activity
GO:0034340                                                                                                                                                               response to type I interferon
GO:0034341                                                                                                                                                              response to type II interferon
GO:0034342                                                                                                                                                             response to type III interferon
GO:0034343                                                                                                                                                              type III interferon production
GO:0034344                                                                                                                                                regulation of type III interferon production
GO:0034345                                                                                                                                       negative regulation of type III interferon production
GO:0034346                                                                                                                                       positive regulation of type III interferon production
GO:0034349                                                                                                                                                                glial cell apoptotic process
GO:0034350                                                                                                                                                  regulation of glial cell apoptotic process
GO:0034351                                                                                                                                         negative regulation of glial cell apoptotic process
GO:0034352                                                                                                                                         positive regulation of glial cell apoptotic process
GO:0034353                                                                                                                                                              mRNA 5'-diphosphatase activity
GO:0034354                                                                                                                                          'de novo' NAD biosynthetic process from tryptophan
GO:0034355                                                                                                                                                                                 NAD salvage
GO:0034356                                                                                                                                  NAD biosynthesis via nicotinamide riboside salvage pathway
GO:0034358                                                                                                                                                                 plasma lipoprotein particle
GO:0034359                                                                                                                                                                          mature chylomicron
GO:0034360                                                                                                                                                                         chylomicron remnant
GO:0034361                                                                                                                                                       very-low-density lipoprotein particle
GO:0034362                                                                                                                                                            low-density lipoprotein particle
GO:0034363                                                                                                                                                   intermediate-density lipoprotein particle
GO:0034364                                                                                                                                                           high-density lipoprotein particle
GO:0034365                                                                                                                                                 discoidal high-density lipoprotein particle
GO:0034366                                                                                                                                                 spherical high-density lipoprotein particle
GO:0034367                                                                                                                                                       protein-containing complex remodeling
GO:0034368                                                                                                                                                            protein-lipid complex remodeling
GO:0034369                                                                                                                                                      plasma lipoprotein particle remodeling
GO:0034370                                                                                                                                           triglyceride-rich lipoprotein particle remodeling
GO:0034371                                                                                                                                                                      chylomicron remodeling
GO:0034372                                                                                                                                            very-low-density lipoprotein particle remodeling
GO:0034373                                                                                                                                        intermediate-density lipoprotein particle remodeling
GO:0034374                                                                                                                                                 low-density lipoprotein particle remodeling
GO:0034375                                                                                                                                                high-density lipoprotein particle remodeling
GO:0034377                                                                                                                                                        plasma lipoprotein particle assembly
GO:0034378                                                                                                                                                                        chylomicron assembly
GO:0034379                                                                                                                                              very-low-density lipoprotein particle assembly
GO:0034380                                                                                                                                                  high-density lipoprotein particle assembly
GO:0034381                                                                                                                                                       plasma lipoprotein particle clearance
GO:0034382                                                                                                                                                               chylomicron remnant clearance
GO:0034383                                                                                                                                                  low-density lipoprotein particle clearance
GO:0034384                                                                                                                                                 high-density lipoprotein particle clearance
GO:0034385                                                                                                                                               triglyceride-rich plasma lipoprotein particle
GO:0034386                                                                                                                                        4-aminobutyrate:2-oxoglutarate transaminase activity
GO:0034388                                                                                                                                              Pwp2p-containing subcomplex of 90S preribosome
GO:0034389                                                                                                                                                                  lipid droplet organization
GO:0034390                                                                                                                                                        smooth muscle cell apoptotic process
GO:0034391                                                                                                                                          regulation of smooth muscle cell apoptotic process
GO:0034392                                                                                                                                 negative regulation of smooth muscle cell apoptotic process
GO:0034393                                                                                                                                 positive regulation of smooth muscle cell apoptotic process
GO:0034394                                                                                                                                                        protein localization to cell surface
GO:0034397                                                                                                                                                                       telomere localization
GO:0034398                                                                                                                                                     telomere tethering at nuclear periphery
GO:0034399                                                                                                                                                                           nuclear periphery
GO:0034402                                                                                                            recruitment of 3'-end processing factors to RNA polymerase II holoenzyme complex
GO:0034404                                                                                                                                   nucleobase-containing small molecule biosynthetic process
GO:0034405                                                                                                                                                              response to fluid shear stress
GO:0034417                                                                                                                                                  bisphosphoglycerate 3-phosphatase activity
GO:0034418                                                                                                                                                                  urate biosynthetic process
GO:0034421                                                                                                                                                      post-translational protein acetylation
GO:0034423                                                                                                                                                                         autophagosome lumen
GO:0034427                                                                                                                           nuclear-transcribed mRNA catabolic process, exonucleolytic, 3'-5'
GO:0034431                                                                                                                                                   bis(5'-adenosyl)-hexaphosphatase activity
GO:0034432                                                                                                                                                  bis(5'-adenosyl)-pentaphosphatase activity
GO:0034436                                                                                                                                                                      glycoprotein transport
GO:0034439                                                                                                                                                                 lipoprotein lipid oxidation
GO:0034440                                                                                                                                                                             lipid oxidation
GO:0034441                                                                                                                                                       plasma lipoprotein particle oxidation
GO:0034442                                                                                                                                                         regulation of lipoprotein oxidation
GO:0034443                                                                                                                                                negative regulation of lipoprotein oxidation
GO:0034444                                                                                                                                                  regulation of plasma lipoprotein oxidation
GO:0034445                                                                                                                                         negative regulation of plasma lipoprotein oxidation
GO:0034446                                                                                                                                                 substrate adhesion-dependent cell spreading
GO:0034447                                                                                                                                             very-low-density lipoprotein particle clearance
GO:0034450                                                                                                                                                         ubiquitin-ubiquitin ligase activity
GO:0034451                                                                                                                                                                        centriolar satellite
GO:0034452                                                                                                                                                                            dynactin binding
GO:0034453                                                                                                                                                                       microtubule anchoring
GO:0034454                                                                                                                                                         microtubule anchoring at centrosome
GO:0034455                                                                                                                                                                               t-UTP complex
GO:0034456                                                                                                                                                                               UTP-C complex
GO:0034457                                                                                                                                                                               Mpp10 complex
GO:0034458                                                                                                                                                                 3'-5' RNA helicase activity
GO:0034462                                                                                                                                                           small-subunit processome assembly
GO:0034463                                                                                                                                                                    90S preribosome assembly
GO:0034464                                                                                                                                                                                      BBSome
GO:0034465                                                                                                                                                                 response to carbon monoxide
GO:0034466                                                                                                                                                                    chromaffin granule lumen
GO:0034470                                                                                                                                                                            ncRNA processing
GO:0034471                                                                                                                                                                     ncRNA 5'-end processing
GO:0034472                                                                                                                                                                     snRNA 3'-end processing
GO:0034473                                                                                                                                                                  U1 snRNA 3'-end processing
GO:0034474                                                                                                                                                                  U2 snRNA 3'-end processing
GO:0034475                                                                                                                                                                  U4 snRNA 3'-end processing
GO:0034476                                                                                                                                                                  U5 snRNA 3'-end processing
GO:0034477                                                                                                                                                                  U6 snRNA 3'-end processing
GO:0034478                                                                                                                                                      phosphatidylglycerol catabolic process
GO:0034480                                                                                                                                                phosphatidylcholine phospholipase C activity
GO:0034481                                                                                                                                                       chondroitin sulfotransferase activity
GO:0034483                                                                                                                                                   heparan sulfate sulfotransferase activity
GO:0034485                                                                                                                             phosphatidylinositol-3,4,5-trisphosphate 5-phosphatase activity
GO:0034486                                                                                                                                                            vacuolar transmembrane transport
GO:0034497                                                                                                                                            protein localization to phagophore assembly site
GO:0034498                                                                                                                                                           early endosome to Golgi transport
GO:0034499                                                                                                                                                            late endosome to Golgi transport
GO:0034501                                                                                                                                                         protein localization to kinetochore
GO:0034502                                                                                                                                                          protein localization to chromosome
GO:0034504                                                                                                                                                             protein localization to nucleus
GO:0034505                                                                                                                                                                        tooth mineralization
GO:0034506                                                                                                                                                         chromosome, centromeric core domain
GO:0034508                                                                                                                                                                 centromere complex assembly
GO:0034511                                                                                                                                                                           U3 snoRNA binding
GO:0034512                                                                                                                                                                         box C/D RNA binding
GO:0034513                                                                                                                                                                    box H/ACA snoRNA binding
GO:0034514                                                                                                                                                     mitochondrial unfolded protein response
GO:0034515                                                                                                                                                                  proteasome storage granule
GO:0034516                                                                                                                                                                      response to vitamin B6
GO:0034517                                                                                                                                                                                   ribophagy
GO:0034518                                                                                                                                                                     RNA cap binding complex
GO:0034545                                                                                                                                                          fumarylpyruvate hydrolase activity
GO:0034551                                                                                                                                        mitochondrial respiratory chain complex III assembly
GO:0034552                                                                                                                                                       respiratory chain complex II assembly
GO:0034553                                                                                                                                         mitochondrial respiratory chain complex II assembly
GO:0034584                                                                                                                                                                               piRNA binding
GO:0034587                                                                                                                                                                            piRNA processing
GO:0034589                                                                                                                                                                    hydroxyproline transport
GO:0034590                                                                                                                                         L-hydroxyproline transmembrane transporter activity
GO:0034592                                                                                                                                                                      synaptic vesicle lumen
GO:0034593                                                                                                                                      phosphatidylinositol bisphosphate phosphatase activity
GO:0034594                                                                                                                                     phosphatidylinositol trisphosphate phosphatase activity
GO:0034595                                                                                                                                       phosphatidylinositol phosphate 5-phosphatase activity
GO:0034596                                                                                                                                       phosphatidylinositol phosphate 4-phosphatase activity
GO:0034597                                                                                                                                phosphatidylinositol-4,5-bisphosphate 4-phosphatase activity
GO:0034599                                                                                                                                                       cellular response to oxidative stress
GO:0034601                                                                                                                                               oxoglutarate dehydrogenase [NAD(P)+] activity
GO:0034602                                                                                                                                                  oxoglutarate dehydrogenase (NAD+) activity
GO:0034603                                                                                                                                                   pyruvate dehydrogenase [NAD(P)+] activity
GO:0034604                                                                                                                                                      pyruvate dehydrogenase (NAD+) activity
GO:0034605                                                                                                                                                                   cellular response to heat
GO:0034611                                                                                                                                                              oligoribonucleotidase activity
GO:0034612                                                                                                                                                           response to tumor necrosis factor
GO:0034614                                                                                                                                                cellular response to reactive oxygen species
GO:0034616                                                                                                                                                      response to laminar fluid shear stress
GO:0034617                                                                                                                                                                 tetrahydrobiopterin binding
GO:0034618                                                                                                                                                                            arginine binding
GO:0034620                                                                                                                                                       cellular response to unfolded protein
GO:0034625                                                                                                                                           fatty acid elongation, monounsaturated fatty acid
GO:0034626                                                                                                                                           fatty acid elongation, polyunsaturated fatty acid
GO:0034627                                                                                                                                                          'de novo' NAD biosynthetic process
GO:0034632                                                                                                                                                  retinol transmembrane transporter activity
GO:0034633                                                                                                                                                                           retinol transport
GO:0034634                                                                                                                                              glutathione transmembrane transporter activity
GO:0034635                                                                                                                                                                       glutathione transport
GO:0034638                                                                                                                                                       phosphatidylcholine catabolic process
GO:0034641                                                                                                                                                cellular nitrogen compound metabolic process
GO:0034642                                                                                                                                                mitochondrion migration along actin filament
GO:0034643                                                                                                                           establishment of mitochondrion localization, microtubule-mediated
GO:0034644                                                                                                                                                                     cellular response to UV
GO:0034647                                                                                                                                         histone H3K4me/H3K4me2/H3K4me3 demethylase activity
GO:0034650                                                                                                                                                                  cortisol metabolic process
GO:0034651                                                                                                                                                               cortisol biosynthetic process
GO:0034653                                                                                                                                                             retinoic acid catabolic process
GO:0034654                                                                                                                                         nucleobase-containing compound biosynthetic process
GO:0034655                                                                                                                                            nucleobase-containing compound catabolic process
GO:0034656                                                                                                                                      nucleobase-containing small molecule catabolic process
GO:0034657                                                                                                                                                                                 GID complex
GO:0034660                                                                                                                                                                     ncRNA metabolic process
GO:0034661                                                                                                                                                                     ncRNA catabolic process
GO:0034663                                                                                                                                                     endoplasmic reticulum chaperone complex
GO:0034665                                                                                                                                                               integrin alpha1-beta1 complex
GO:0034666                                                                                                                                                               integrin alpha2-beta1 complex
GO:0034667                                                                                                                                                               integrin alpha3-beta1 complex
GO:0034668                                                                                                                                                               integrin alpha4-beta1 complex
GO:0034669                                                                                                                                                               integrin alpha4-beta7 complex
GO:0034673                                                                                                                                                           inhibin-betaglycan-ActRII complex
GO:0034674                                                                                                                                                               integrin alpha5-beta1 complex
GO:0034676                                                                                                                                                               integrin alpha6-beta4 complex
GO:0034677                                                                                                                                                               integrin alpha7-beta1 complex
GO:0034678                                                                                                                                                               integrin alpha8-beta1 complex
GO:0034679                                                                                                                                                               integrin alpha9-beta1 complex
GO:0034680                                                                                                                                                              integrin alpha10-beta1 complex
GO:0034681                                                                                                                                                              integrin alpha11-beta1 complex
GO:0034682                                                                                                                                                               integrin alphav-beta1 complex
GO:0034683                                                                                                                                                               integrin alphav-beta3 complex
GO:0034684                                                                                                                                                               integrin alphav-beta5 complex
GO:0034685                                                                                                                                                               integrin alphav-beta6 complex
GO:0034686                                                                                                                                                               integrin alphav-beta8 complex
GO:0034687                                                                                                                                                               integrin alphaL-beta2 complex
GO:0034688                                                                                                                                                               integrin alphaM-beta2 complex
GO:0034689                                                                                                                                                               integrin alphaX-beta2 complex
GO:0034693                                                                                                                                                                               U11/U12 snRNP
GO:0034694                                                                                                                                                                   response to prostaglandin
GO:0034695                                                                                                                                                                 response to prostaglandin E
GO:0034696                                                                                                                                                                 response to prostaglandin F
GO:0034698                                                                                                                                                                    response to gonadotropin
GO:0034699                                                                                                                                                             response to luteinizing hormone
GO:0034701                                                                                                                                                                       tripeptidase activity
GO:0034702                                                                                                                                                              monoatomic ion channel complex
GO:0034703                                                                                                                                                                      cation channel complex
GO:0034704                                                                                                                                                                     calcium channel complex
GO:0034705                                                                                                                                                                   potassium channel complex
GO:0034706                                                                                                                                                                      sodium channel complex
GO:0034707                                                                                                                                                                    chloride channel complex
GO:0034708                                                                                                                                                                   methyltransferase complex
GO:0034709                                                                                                                                                                                 methylosome
GO:0034711                                                                                                                                                                             inhibin binding
GO:0034713                                                                                                                                     type I transforming growth factor beta receptor binding
GO:0034714                                                                                                                                   type III transforming growth factor beta receptor binding
GO:0034715                                                                                                                                                                    pICln-Sm protein complex
GO:0034718                                                                                                                                                                          SMN-Gemin2 complex
GO:0034719                                                                                                                                                                      SMN-Sm protein complex
GO:0034722                                                                                                                                                           gamma-glutamyl-peptidase activity
GO:0034727                                                                                                                                                     piecemeal microautophagy of the nucleus
GO:0034728                                                                                                                                                                     nucleosome organization
GO:0034736                                                                                                                                                      cholesterol O-acyltransferase activity
GO:0034739                                                                                                                                                          histone H4K16 deacetylase activity
GO:0034750                                                                                                                                                              Scrib-APC-beta-catenin complex
GO:0034751                                                                                                                                                           aryl hydrocarbon receptor complex
GO:0034752                                                                                                                                                 cytosolic aryl hydrocarbon receptor complex
GO:0034753                                                                                                                                                   nuclear aryl hydrocarbon receptor complex
GO:0034755                                                                                                                                                            iron ion transmembrane transport
GO:0034756                                                                                                                                                            regulation of iron ion transport
GO:0034757                                                                                                                                                   negative regulation of iron ion transport
GO:0034758                                                                                                                                                   positive regulation of iron ion transport
GO:0034759                                                                                                                                              regulation of iron ion transmembrane transport
GO:0034760                                                                                                                                     negative regulation of iron ion transmembrane transport
GO:0034761                                                                                                                                     positive regulation of iron ion transmembrane transport
GO:0034762                                                                                                                                                       regulation of transmembrane transport
GO:0034763                                                                                                                                              negative regulation of transmembrane transport
GO:0034764                                                                                                                                              positive regulation of transmembrane transport
GO:0034765                                                                                                                                        regulation of monoatomic ion transmembrane transport
GO:0034766                                                                                                                               negative regulation of monoatomic ion transmembrane transport
GO:0034767                                                                                                                               positive regulation of monoatomic ion transmembrane transport
GO:0034769                                                                                                                                                               basement membrane disassembly
GO:0034774                                                                                                                                                                     secretory granule lumen
GO:0034775                                                                                                                                                         glutathione transmembrane transport
GO:0034776                                                                                                                                                                       response to histamine
GO:0034777                                                                                                                                                                    recycling endosome lumen
GO:0034875                                                                                                                                                                   caffeine oxidase activity
GO:0034899                                                                                                                                                       trimethylamine monooxygenase activity
GO:0034959                                                                                                                                                                       endothelin maturation
GO:0034963                                                                                                                                                                      box C/D RNA processing
GO:0034964                                                                                                                                                                    box H/ACA RNA processing
GO:0034967                                                                                                                                                                                Set3 complex
GO:0034974                                                                                                                                                                           Swi5-Swi2 complex
GO:0034975                                                                                                                                                    protein folding in endoplasmic reticulum
GO:0034976                                                                                                                                                    response to endoplasmic reticulum stress
GO:0034979                                                                                                                                                  NAD-dependent protein deacetylase activity
GO:0034982                                                                                                                                                            mitochondrial protein processing
GO:0034983                                                                                                                                                               peptidyl-lysine deacetylation
GO:0034986                                                                                                                                                                     iron chaperone activity
GO:0034987                                                                                                                                                             immunoglobulin receptor binding
GO:0034988                                                                                                                                                         Fc-gamma receptor I complex binding
GO:0034992                                                                                                                                               microtubule organizing center attachment site
GO:0034993                                                                                                                                      meiotic nuclear membrane microtubule tethering complex
GO:0034998                                                                                                                                                         oligosaccharyltransferase I complex
GO:0035000                                                                                                                                                       oligosaccharyltransferase III complex
GO:0035003                                                                                                                                                                           subapical complex
GO:0035005                                                                                                                                        1-phosphatidylinositol-4-phosphate 3-kinase activity
GO:0035014                                                                                                                                            phosphatidylinositol 3-kinase regulator activity
GO:0035019                                                                                                                                                    somatic stem cell population maintenance
GO:0035020                                                                                                                                               regulation of Rac protein signal transduction
GO:0035021                                                                                                                                      negative regulation of Rac protein signal transduction
GO:0035022                                                                                                                                      positive regulation of Rac protein signal transduction
GO:0035023                                                                                                                                               regulation of Rho protein signal transduction
GO:0035024                                                                                                                                      negative regulation of Rho protein signal transduction
GO:0035025                                                                                                                                      positive regulation of Rho protein signal transduction
GO:0035026                                                                                                                                                           leading edge cell differentiation
GO:0035032                                                                                                                                            phosphatidylinositol 3-kinase complex, class III
GO:0035033                                                                                                                                                      histone deacetylase regulator activity
GO:0035034                                                                                                                                                histone acetyltransferase regulator activity
GO:0035035                                                                                                                                                           histone acetyltransferase binding
GO:0035036                                                                                                                                                                       sperm-egg recognition
GO:0035037                                                                                                                                                                                 sperm entry
GO:0035038                                                                                                                                                                  female pronucleus assembly
GO:0035039                                                                                                                                                                    male pronucleus assembly
GO:0035041                                                                                                                                                                    sperm DNA decondensation
GO:0035050                                                                                                                                                            embryonic heart tube development
GO:0035051                                                                                                                                                                  cardiocyte differentiation
GO:0035054                                                                                                                               embryonic heart tube anterior/posterior pattern specification
GO:0035060                                                                                                                                                                              brahma complex
GO:0035061                                                                                                                                                                      interchromatin granule
GO:0035063                                                                                                                                                                  nuclear speck organization
GO:0035064                                                                                                                                                                  methylated histone binding
GO:0035082                                                                                                                                                                            axoneme assembly
GO:0035088                                                                                                                                  establishment or maintenance of apical/basal cell polarity
GO:0035089                                                                                                                                                 establishment of apical/basal cell polarity
GO:0035090                                                                                                                                                   maintenance of apical/basal cell polarity
GO:0035091                                                                                                                                                                phosphatidylinositol binding
GO:0035092                                                                                                                                                                      sperm DNA condensation
GO:0035094                                                                                                                                                                        response to nicotine
GO:0035095                                                                                                                                                             behavioral response to nicotine
GO:0035097                                                                                                                                                           histone methyltransferase complex
GO:0035098                                                                                                                                                                            ESC/E(Z) complex
GO:0035101                                                                                                                                                                                FACT complex
GO:0035102                                                                                                                                                                                PRC1 complex
GO:0035106                                                                                                                                                                        operant conditioning
GO:0035107                                                                                                                                                                     appendage morphogenesis
GO:0035108                                                                                                                                                                          limb morphogenesis
GO:0035112                                                                                                                                                                     genitalia morphogenesis
GO:0035113                                                                                                                                                           embryonic appendage morphogenesis
GO:0035115                                                                                                                                                            embryonic forelimb morphogenesis
GO:0035116                                                                                                                                                            embryonic hindlimb morphogenesis
GO:0035120                                                                                                                                                      post-embryonic appendage morphogenesis
GO:0035127                                                                                                                                                           post-embryonic limb morphogenesis
GO:0035128                                                                                                                                                       post-embryonic forelimb morphogenesis
GO:0035129                                                                                                                                                       post-embryonic hindlimb morphogenesis
GO:0035136                                                                                                                                                                      forelimb morphogenesis
GO:0035137                                                                                                                                                                      hindlimb morphogenesis
GO:0035145                                                                                                                                                                  exon-exon junction complex
GO:0035148                                                                                                                                                                              tube formation
GO:0035150                                                                                                                                                                     regulation of tube size
GO:0035162                                                                                                                                                                       embryonic hemopoiesis
GO:0035166                                                                                                                                                                  post-embryonic hemopoiesis
GO:0035173                                                                                                                                                                     histone kinase activity
GO:0035175                                                                                                                                                               histone H3S10 kinase activity
GO:0035176                                                                                                                                                                             social behavior
GO:0035188                                                                                                                                                                                    hatching
GO:0035189                                                                                                                                                                              Rb-E2F complex
GO:0035194                                                                                                                               regulatory ncRNA-mediated post-transcriptional gene silencing
GO:0035195                                                                                                                                          miRNA-mediated post-transcriptional gene silencing
GO:0035196                                                                                                                                                                            miRNA processing
GO:0035197                                                                                                                                                                               siRNA binding
GO:0035198                                                                                                                                                                               miRNA binding
GO:0035212                                                                                                                                                cell competition in a multicellular organism
GO:0035226                                                                                                                                         glutamate-cysteine ligase catalytic subunit binding
GO:0035227                                                                                                                                            regulation of glutamate-cysteine ligase activity
GO:0035229                                                                                                                                   positive regulation of glutamate-cysteine ligase activity
GO:0035234                                                                                                                                                     ectopic germ cell programmed cell death
GO:0035235                                                                                                                                             ionotropic glutamate receptor signaling pathway
GO:0035238                                                                                                                                                              vitamin A biosynthetic process
GO:0035239                                                                                                                                                                          tube morphogenesis
GO:0035240                                                                                                                                                                            dopamine binding
GO:0035241                                                                                                                                     protein-arginine omega-N monomethyltransferase activity
GO:0035242                                                                                                                              protein-arginine omega-N asymmetric methyltransferase activity
GO:0035243                                                                                                                               protein-arginine omega-N symmetric methyltransferase activity
GO:0035246                                                                                                                                                             peptidyl-arginine N-methylation
GO:0035247                                                                                                                                                       peptidyl-arginine omega-N-methylation
GO:0035248                                                                                                                                        alpha-1,4-N-acetylgalactosaminyltransferase activity
GO:0035249                                                                                                                                                        synaptic transmission, glutamatergic
GO:0035250                                                                                                                                                          UDP-galactosyltransferase activity
GO:0035251                                                                                                                                                            UDP-glucosyltransferase activity
GO:0035252                                                                                                                                                             UDP-xylosyltransferase activity
GO:0035253                                                                                                                                                                             ciliary rootlet
GO:0035254                                                                                                                                                                  glutamate receptor binding
GO:0035255                                                                                                                                                       ionotropic glutamate receptor binding
GO:0035256                                                                                                                                                G protein-coupled glutamate receptor binding
GO:0035259                                                                                                                                                     nuclear glucocorticoid receptor binding
GO:0035261                                                                                                                                                            external genitalia morphogenesis
GO:0035262                                                                                                                                                                         gonad morphogenesis
GO:0035264                                                                                                                                                               multicellular organism growth
GO:0035265                                                                                                                                                                                organ growth
GO:0035267                                                                                                                                                      NuA4 histone acetyltransferase complex
GO:0035268                                                                                                                                                                       protein mannosylation
GO:0035269                                                                                                                                                              protein O-linked mannosylation
GO:0035270                                                                                                                                                                endocrine system development
GO:0035272                                                                                                                                                                 exocrine system development
GO:0035276                                                                                                                                                                             ethanol binding
GO:0035278                                                                                                                                  miRNA-mediated gene silencing by inhibition of translation
GO:0035279                                                                                                                                       miRNA-mediated gene silencing by mRNA destabilization
GO:0035281                                                                                                                                                               pre-miRNA export from nucleus
GO:0035282                                                                                                                                                                                segmentation
GO:0035283                                                                                                                                                         central nervous system segmentation
GO:0035284                                                                                                                                                                          brain segmentation
GO:0035290                                                                                                                                                                          trunk segmentation
GO:0035295                                                                                                                                                                            tube development
GO:0035296                                                                                                                                                                 regulation of tube diameter
GO:0035299                                                                                                                                                inositol pentakisphosphate 2-kinase activity
GO:0035303                                                                                                                                                             regulation of dephosphorylation
GO:0035304                                                                                                                                                     regulation of protein dephosphorylation
GO:0035305                                                                                                                                                    negative regulation of dephosphorylation
GO:0035306                                                                                                                                                    positive regulation of dephosphorylation
GO:0035307                                                                                                                                            positive regulation of protein dephosphorylation
GO:0035308                                                                                                                                            negative regulation of protein dephosphorylation
GO:0035312                                                                                                                                                              5'-3' DNA exonuclease activity
GO:0035313                                                                                                                                                 wound healing, spreading of epidermal cells
GO:0035315                                                                                                                                                                   hair cell differentiation
GO:0035325                                                                                                                                                                  Toll-like receptor binding
GO:0035329                                                                                                                                                                             hippo signaling
GO:0035330                                                                                                                                                               regulation of hippo signaling
GO:0035331                                                                                                                                                      negative regulation of hippo signaling
GO:0035332                                                                                                                                                      positive regulation of hippo signaling
GO:0035335                                                                                                                                                         peptidyl-tyrosine dephosphorylation
GO:0035336                                                                                                                                                 long-chain fatty-acyl-CoA metabolic process
GO:0035337                                                                                                                                                            fatty-acyl-CoA metabolic process
GO:0035338                                                                                                                                              long-chain fatty-acyl-CoA biosynthetic process
GO:0035339                                                                                                                                                                               SPOTS complex
GO:0035340                                                                                                                                                                           inosine transport
GO:0035344                                                                                                                                                                      hypoxanthine transport
GO:0035348                                                                                                                                                          acetyl-CoA transmembrane transport
GO:0035349                                                                                                                                                          coenzyme A transmembrane transport
GO:0035350                                                                                                                                                                 FAD transmembrane transport
GO:0035351                                                                                                                                                                heme transmembrane transport
GO:0035352                                                                                                                                                                 NAD transmembrane transport
GO:0035354                                                                                                                                   Toll-like receptor 1-Toll-like receptor 2 protein complex
GO:0035355                                                                                                                                   Toll-like receptor 2-Toll-like receptor 6 protein complex
GO:0035356                                                                                                                                                      intracellular triglyceride homeostasis
GO:0035357                                                                                                                                peroxisome proliferator activated receptor signaling pathway
GO:0035358                                                                                                                  regulation of peroxisome proliferator activated receptor signaling pathway
GO:0035359                                                                                                         negative regulation of peroxisome proliferator activated receptor signaling pathway
GO:0035360                                                                                                         positive regulation of peroxisome proliferator activated receptor signaling pathway
GO:0035363                                                                                                                                                                          histone locus body
GO:0035364                                                                                                                                                                           thymine transport
GO:0035368                                                                                                                                                   selenocysteine insertion sequence binding
GO:0035370                                                                                                                                                                         UBC13-UEV1A complex
GO:0035371                                                                                                                                                                        microtubule plus-end
GO:0035372                                                                                                                                                         protein localization to microtubule
GO:0035373                                                                                                                                                    chondroitin sulfate proteoglycan binding
GO:0035374                                                                                                                                                                 chondroitin sulfate binding
GO:0035375                                                                                                                                                                             zymogen binding
GO:0035377                                                                                                                                                             transepithelial water transport
GO:0035378                                                                                                                                                      carbon dioxide transmembrane transport
GO:0035379                                                                                                                                           carbon dioxide transmembrane transporter activity
GO:0035381                                                                                                                                                              ATP-gated ion channel activity
GO:0035382                                                                                                                                                              sterol transmembrane transport
GO:0035383                                                                                                                                                                 thioester metabolic process
GO:0035384                                                                                                                                                              thioester biosynthetic process
GO:0035385                                                                                                                                                                Roundabout signaling pathway
GO:0035393                                                                                                                                                 chemokine (C-X-C motif) ligand 9 production
GO:0035394                                                                                                                                   regulation of chemokine (C-X-C motif) ligand 9 production
GO:0035395                                                                                                                          negative regulation of chemokine (C-X-C motif) ligand 9 production
GO:0035397                                                                                                                                       helper T cell enhancement of adaptive immune response
GO:0035401                                                                                                                                                               histone H3Y41 kinase activity
GO:0035402                                                                                                                                                               histone H3T11 kinase activity
GO:0035403                                                                                                                                                                histone H3T6 kinase activity
GO:0035410                                                                                                                                          dihydrotestosterone 17-beta-dehydrogenase activity
GO:0035418                                                                                                                                                             protein localization to synapse
GO:0035425                                                                                                                                                                         autocrine signaling
GO:0035426                                                                                                                                                         extracellular matrix-cell signaling
GO:0035429                                                                                                                                                           gluconate transmembrane transport
GO:0035434                                                                                                                                                          copper ion transmembrane transport
GO:0035435                                                                                                                                                       phosphate ion transmembrane transport
GO:0035437                                                                                                                                maintenance of protein localization in endoplasmic reticulum
GO:0035438                                                                                                                                                                       cyclic-di-GMP binding
GO:0035441                                                                                                                                                   cell migration involved in vasculogenesis
GO:0035442                                                                                                                                                           dipeptide transmembrane transport
GO:0035443                                                                                                                                                          tripeptide transmembrane transport
GO:0035444                                                                                                                                                       nickel cation transmembrane transport
GO:0035445                                                                                                                                                              borate transmembrane transport
GO:0035455                                                                                                                                                                response to interferon-alpha
GO:0035456                                                                                                                                                                 response to interferon-beta
GO:0035457                                                                                                                                                       cellular response to interferon-alpha
GO:0035458                                                                                                                                                        cellular response to interferon-beta
GO:0035459                                                                                                                                                                       vesicle cargo loading
GO:0035461                                                                                                                                                             vitamin transmembrane transport
GO:0035469                                                                                                                                            determination of pancreatic left/right asymmetry
GO:0035470                                                                                                                                               positive regulation of vascular wound healing
GO:0035472                                                                                                                                                choriogonadotropin hormone receptor activity
GO:0035473                                                                                                                                                                              lipase binding
GO:0035478                                                                                                                                                                         chylomicron binding
GO:0035482                                                                                                                                                                            gastric motility
GO:0035483                                                                                                                                                                            gastric emptying
GO:0035485                                                                                                                                                             adenine/guanine mispair binding
GO:0035490                                                                                                                      regulation of leukotriene production involved in inflammatory response
GO:0035491                                                                                                             positive regulation of leukotriene production involved in inflammatory response
GO:0035493                                                                                                                                                                      SNARE complex assembly
GO:0035494                                                                                                                                                                   SNARE complex disassembly
GO:0035497                                                                                                                                                               cAMP response element binding
GO:0035498                                                                                                                                                                 carnosine metabolic process
GO:0035499                                                                                                                                                              carnosine biosynthetic process
GO:0035500                                                                                                                                                                          MH2 domain binding
GO:0035501                                                                                                                                                                          MH1 domain binding
GO:0035502                                                                                                                                                metanephric part of ureteric bud development
GO:0035504                                                                                                                                            regulation of myosin light chain kinase activity
GO:0035505                                                                                                                                   positive regulation of myosin light chain kinase activity
GO:0035507                                                                                                                                       regulation of myosin-light-chain-phosphatase activity
GO:0035508                                                                                                                              positive regulation of myosin-light-chain-phosphatase activity
GO:0035509                                                                                                                              negative regulation of myosin-light-chain-phosphatase activity
GO:0035510                                                                                                                                                                            DNA dealkylation
GO:0035513                                                                                                                                                                 oxidative RNA demethylation
GO:0035514                                                                                                                                                                    DNA demethylase activity
GO:0035515                                                                                                                                                          oxidative RNA demethylase activity
GO:0035516                                                                                                                                        broad specificity oxidative DNA demethylase activity
GO:0035517                                                                                                                                                                              PR-DUB complex
GO:0035519                                                                                                                                                           protein K29-linked ubiquitination
GO:0035520                                                                                                                                                  monoubiquitinated protein deubiquitination
GO:0035523                                                                                                                                                         protein K29-linked deubiquitination
GO:0035524                                                                                                                                                             proline transmembrane transport
GO:0035525                                                                                                                                                                   NF-kappaB p50/p65 complex
GO:0035526                                                                                                                                              retrograde transport, plasma membrane to Golgi
GO:0035529                                                                                                                                                               NADH pyrophosphatase activity
GO:0035538                                                                                                                                                       carbohydrate response element binding
GO:0035539                                                                                                                       8-oxo-7,8-dihydrodeoxyguanosine triphosphate pyrophosphatase activity
GO:0035542                                                                                                                                                        regulation of SNARE complex assembly
GO:0035543                                                                                                                                               positive regulation of SNARE complex assembly
GO:0035544                                                                                                                                               negative regulation of SNARE complex assembly
GO:0035545                                                                                                                                     determination of left/right asymmetry in nervous system
GO:0035552                                                                                                                                                 oxidative single-stranded DNA demethylation
GO:0035553                                                                                                                                                 oxidative single-stranded RNA demethylation
GO:0035556                                                                                                                                                           intracellular signal transduction
GO:0035561                                                                                                                                                             regulation of chromatin binding
GO:0035562                                                                                                                                                    negative regulation of chromatin binding
GO:0035563                                                                                                                                                    positive regulation of chromatin binding
GO:0035564                                                                                                                                                                   regulation of kidney size
GO:0035565                                                                                                                                                               regulation of pronephros size
GO:0035566                                                                                                                                                              regulation of metanephros size
GO:0035567                                                                                                                                                         non-canonical Wnt signaling pathway
GO:0035568                                                                                                                                                     N-terminal peptidyl-proline methylation
GO:0035570                                                                                                                                                      N-terminal peptidyl-serine methylation
GO:0035572                                                                                                                                                    N-terminal peptidyl-serine dimethylation
GO:0035573                                                                                                                                                   N-terminal peptidyl-serine trimethylation
GO:0035575                                                                                                                                                          histone H4K20 demethylase activity
GO:0035577                                                                                                                                                                  azurophil granule membrane
GO:0035578                                                                                                                                                                     azurophil granule lumen
GO:0035579                                                                                                                                                                   specific granule membrane
GO:0035580                                                                                                                                                                      specific granule lumen
GO:0035581                                                                                                                                          sequestering of extracellular ligand from receptor
GO:0035582                                                                                                                                                 sequestering of BMP in extracellular matrix
GO:0035583                                                                                                                                             sequestering of TGFbeta in extracellular matrix
GO:0035584                                                                                                                               calcium-mediated signaling using intracellular calcium source
GO:0035585                                                                                                                               calcium-mediated signaling using extracellular calcium source
GO:0035588                                                                                                                                     G protein-coupled purinergic receptor signaling pathway
GO:0035589                                                                                                                          G protein-coupled purinergic nucleotide receptor signaling pathway
GO:0035590                                                                                                                                            purinergic nucleotide receptor signaling pathway
GO:0035591                                                                                                                                                                  signaling adaptor activity
GO:0035592                                                                                                                               establishment of protein localization to extracellular region
GO:0035594                                                                                                                                                                         ganglioside binding
GO:0035596                                                                                                                                                              methylthiotransferase activity
GO:0035597                                                                                                                                      N6-isopentenyladenosine methylthiotransferase activity
GO:0035598                                                                                                                                 N6-threonylcarbomyladenosine methylthiotransferase activity
GO:0035600                                                                                                                                                                       tRNA methylthiolation
GO:0035601                                                                                                                                                                         protein deacylation
GO:0035602                                                                fibroblast growth factor receptor signaling pathway involved in negative regulation of apoptotic process in bone marrow cell
GO:0035603                                                                                                                 fibroblast growth factor receptor signaling pathway involved in hemopoiesis
GO:0035604                                                                    fibroblast growth factor receptor signaling pathway involved in positive regulation of cell proliferation in bone marrow
GO:0035605                                                                                                                                                    peptidyl-cysteine S-nitrosylase activity
GO:0035606                                                                                                                                                     peptidyl-cysteine S-trans-nitrosylation
GO:0035607                                                                                            fibroblast growth factor receptor signaling pathway involved in orbitofrontal cortex development
GO:0035608                                                                                                                                                                     protein deglutamylation
GO:0035609                                                                                                                                                          C-terminal protein deglutamylation
GO:0035610                                                                                                                                                          protein side chain deglutamylation
GO:0035611                                                                                                                                                     protein branching point deglutamylation
GO:0035612                                                                                                                                                                AP-2 adaptor complex binding
GO:0035613                                                                                                                                                                       RNA stem-loop binding
GO:0035615                                                                                                                                                                   clathrin adaptor activity
GO:0035617                                                                                                                                                                  stress granule disassembly
GO:0035621                                                                                                                                                              ER to Golgi ceramide transport
GO:0035622                                                                                                                                                          intrahepatic bile duct development
GO:0035623                                                                                                                                                                    renal glucose absorption
GO:0035624                                                                                                                                                                    receptor transactivation
GO:0035627                                                                                                                                                                          ceramide transport
GO:0035630                                                                                                                                             bone mineralization involved in bone maturation
GO:0035631                                                                                                                                                                       CD40 receptor complex
GO:0035632                                                                                                                                                            mitochondrial prohibitin complex
GO:0035633                                                                                                                                                          maintenance of blood-brain barrier
GO:0035634                                                                                                                                                                      response to stilbenoid
GO:0035635                                                                                                                                                           entry of bacterium into host cell
GO:0035639                                                                                                                                                  purine ribonucleoside triphosphate binding
GO:0035640                                                                                                                                                                        exploration behavior
GO:0035641                                                                                                                                                             locomotory exploration behavior
GO:0035642                                                                                                                                                    histone H3R17 methyltransferase activity
GO:0035644                                                                                                                                                         phosphoanandamide dephosphorylation
GO:0035645                                                                                                                                                  enteric smooth muscle cell differentiation
GO:0035646                                                                                                                                                            endosome to melanosome transport
GO:0035650                                                                                                                                                                AP-1 adaptor complex binding
GO:0035651                                                                                                                                                                AP-3 adaptor complex binding
GO:0035652                                                                                                                                                       clathrin-coated vesicle cargo loading
GO:0035654                                                                                                                                        clathrin-coated vesicle cargo loading, AP-3-mediated
GO:0035655                                                                                                                                                   interleukin-18-mediated signaling pathway
GO:0035657                                                                                                                                                              eRF1 methyltransferase complex
GO:0035658                                                                                                                                                                           Mon1-Ccz1 complex
GO:0035662                                                                                                                                                                Toll-like receptor 4 binding
GO:0035663                                                                                                                                                                Toll-like receptor 2 binding
GO:0035664                                                                                                                                        TIRAP-dependent toll-like receptor signaling pathway
GO:0035665                                                                                                                                      TIRAP-dependent toll-like receptor 4 signaling pathway
GO:0035666                                                                                                                                         TRIF-dependent toll-like receptor signaling pathway
GO:0035668                                                                                                                                         TRAM-dependent toll-like receptor signaling pathway
GO:0035669                                                                                                                                       TRAM-dependent toll-like receptor 4 signaling pathway
GO:0035671                                                                                                                                                                    enone reductase activity
GO:0035672                                                                                                                                                        oligopeptide transmembrane transport
GO:0035673                                                                                                                                             oligopeptide transmembrane transporter activity
GO:0035674                                                                                                                                                  tricarboxylic acid transmembrane transport
GO:0035675                                                                                                                                                             neuromast hair cell development
GO:0035677                                                                                                                                      posterior lateral line neuromast hair cell development
GO:0035683                                                                                                                                                                 memory T cell extravasation
GO:0035684                                                                                                                                                                 helper T cell extravasation
GO:0035685                                                                                                                                                                    helper T cell diapedesis
GO:0035686                                                                                                                                                                        sperm fibrous sheath
GO:0035691                                                                                                                                    macrophage migration inhibitory factor signaling pathway
GO:0035692                                                                                                                                     macrophage migration inhibitory factor receptor complex
GO:0035693                                                                                                                                                                           NOS2-CD74 complex
GO:0035694                                                                                                                                                     mitochondrial protein catabolic process
GO:0035695                                                                                                                                                     mitophagy by internal vacuole formation
GO:0035696                                                                                                                                                                      monocyte extravasation
GO:0035697                                                                                                                                               CD8-positive, alpha-beta T cell extravasation
GO:0035698                                                                                                                                     CD8-positive, alpha-beta cytotoxic T cell extravasation
GO:0035700                                                                                                                                                                        astrocyte chemotaxis
GO:0035701                                                                                                                                                           hematopoietic stem cell migration
GO:0035702                                                                                                                                                                        monocyte homeostasis
GO:0035705                                                                                                                                                                 T-helper 17 cell chemotaxis
GO:0035708                                                                                                                                   interleukin-4-dependent isotype switching to IgE isotypes
GO:0035709                                                                                                                                                                    memory T cell activation
GO:0035710                                                                                                                                                  CD4-positive, alpha-beta T cell activation
GO:0035711                                                                                                                                                                  T-helper 1 cell activation
GO:0035712                                                                                                                                                                  T-helper 2 cell activation
GO:0035713                                                                                                                                                                response to nitrogen dioxide
GO:0035715                                                                                                                                                      chemokine (C-C motif) ligand 2 binding
GO:0035716                                                                                                                                                     chemokine (C-C motif) ligand 12 binding
GO:0035717                                                                                                                                                      chemokine (C-C motif) ligand 7 binding
GO:0035718                                                                                                                                              macrophage migration inhibitory factor binding
GO:0035720                                                                                                                                                          intraciliary anterograde transport
GO:0035721                                                                                                                                                           intraciliary retrograde transport
GO:0035722                                                                                                                                                   interleukin-12-mediated signaling pathway
GO:0035723                                                                                                                                                   interleukin-15-mediated signaling pathway
GO:0035724                                                                                                                                                                   CD24 biosynthetic process
GO:0035725                                                                                                                                                          sodium ion transmembrane transport
GO:0035726                                                                                                                                                common myeloid progenitor cell proliferation
GO:0035727                                                                                                                                                               lysophosphatidic acid binding
GO:0035728                                                                                                                                                        response to hepatocyte growth factor
GO:0035729                                                                                                                                      cellular response to hepatocyte growth factor stimulus
GO:0035730                                                                                                                                                                S-nitrosoglutathione binding
GO:0035731                                                                                                                                                             dinitrosyl-iron complex binding
GO:0035732                                                                                                                                                                        nitric oxide storage
GO:0035733                                                                                                                                                            hepatic stellate cell activation
GO:0035735                                                                                                                                          intraciliary transport involved in cilium assembly
GO:0035739                                                                                                                                               CD4-positive, alpha-beta T cell proliferation
GO:0035740                                                                                                                                               CD8-positive, alpha-beta T cell proliferation
GO:0035743                                                                                                                                         CD4-positive, alpha-beta T cell cytokine production
GO:0035744                                                                                                                                                         T-helper 1 cell cytokine production
GO:0035745                                                                                                                                                         T-helper 2 cell cytokine production
GO:0035746                                                                                                                                                                       granzyme A production
GO:0035747                                                                                                                                                              natural killer cell chemotaxis
GO:0035748                                                                                                                                                               myelin sheath abaxonal region
GO:0035749                                                                                                                                                               myelin sheath adaxonal region
GO:0035750                                                                                                                                       protein localization to myelin sheath abaxonal region
GO:0035751                                                                                                                                                            regulation of lysosomal lumen pH
GO:0035752                                                                                                                                                                lysosomal lumen pH elevation
GO:0035754                                                                                                                                                                           B cell chemotaxis
GO:0035755                                                                                                                                                              cardiolipin hydrolase activity
GO:0035757                                                                                                                                                     chemokine (C-C motif) ligand 19 binding
GO:0035758                                                                                                                                                     chemokine (C-C motif) ligand 21 binding
GO:0035759                                                                                                                                                              mesangial cell-matrix adhesion
GO:0035766                                                                                                                                                 cell chemotaxis to fibroblast growth factor
GO:0035767                                                                                                                                                                 endothelial cell chemotaxis
GO:0035768                                                                                                                                     endothelial cell chemotaxis to fibroblast growth factor
GO:0035770                                                                                                                                                                   ribonucleoprotein granule
GO:0035771                                                                                                                                                    interleukin-4-mediated signaling pathway
GO:0035772                                                                                                                                                   interleukin-13-mediated signaling pathway
GO:0035773                                                                                                                         insulin secretion involved in cellular response to glucose stimulus
GO:0035774                                                                                                  positive regulation of insulin secretion involved in cellular response to glucose stimulus
GO:0035780                                                                                                                                                                   CD80 biosynthetic process
GO:0035781                                                                                                                                                                   CD86 biosynthetic process
GO:0035782                                                                                                                                                       mature natural killer cell chemotaxis
GO:0035783                                                                                                                                               CD4-positive, alpha-beta T cell costimulation
GO:0035787                                                                                                                                               cell migration involved in kidney development
GO:0035788                                                                                                                                          cell migration involved in metanephros development
GO:0035789                                                                                                                                                      metanephric mesenchymal cell migration
GO:0035790                                                                                                                             platelet-derived growth factor receptor-alpha signaling pathway
GO:0035791                                                                                                                              platelet-derived growth factor receptor-beta signaling pathway
GO:0035793                                                             positive regulation of metanephric mesenchymal cell migration by platelet-derived growth factor receptor-beta signaling pathway
GO:0035794                                                                                                                                  positive regulation of mitochondrial membrane permeability
GO:0035795                                                                                                                                  negative regulation of mitochondrial membrane permeability
GO:0035798                                                                                                                                                        2-alkenal reductase (NADP+) activity
GO:0035799                                                                                                                                                                           ureter maturation
GO:0035800                                                                                                                                                           deubiquitinase activator activity
GO:0035801                                                                                                                                                                  adrenal cortex development
GO:0035802                                                                                                                                                                    adrenal cortex formation
GO:0035803                                                                                                                                                                          egg coat formation
GO:0035804                                                                                                                                                          structural constituent of egg coat
GO:0035805                                                                                                                                                                                    egg coat
GO:0035809                                                                                                                                                                  regulation of urine volume
GO:0035810                                                                                                                                                         positive regulation of urine volume
GO:0035811                                                                                                                                                         negative regulation of urine volume
GO:0035812                                                                                                                                                                      renal sodium excretion
GO:0035813                                                                                                                                                        regulation of renal sodium excretion
GO:0035814                                                                                                                                               negative regulation of renal sodium excretion
GO:0035815                                                                                                                                               positive regulation of renal sodium excretion
GO:0035821                                                                                                                                                   modulation of process of another organism
GO:0035822                                                                                                                                                                             gene conversion
GO:0035825                                                                                                                                                                    homologous recombination
GO:0035838                                                                                                                                                                            growing cell tip
GO:0035841                                                                                                                                                                        new growing cell tip
GO:0035844                                                                                                                                                                          cloaca development
GO:0035845                                                                                                                                               photoreceptor cell outer segment organization
GO:0035846                                                                                                                                                              oviduct epithelium development
GO:0035847                                                                                                                                                              uterine epithelium development
GO:0035849                                                                                                                                                                     nephric duct elongation
GO:0035850                                                                                                                              epithelial cell differentiation involved in kidney development
GO:0035851                                                                                                                                                      Krueppel-associated box domain binding
GO:0035853                                                                                                                                chromosome passenger complex localization to spindle midzone
GO:0035854                                                                                                                                                                  eosinophil fate commitment
GO:0035855                                                                                                                                                                   megakaryocyte development
GO:0035859                                                                                                                                                                     Seh1-associated complex
GO:0035860                                                                                                                           glial cell-derived neurotrophic factor receptor signaling pathway
GO:0035861                                                                                                                                                                 site of double-strand break
GO:0035862                                                                                                                                                                      dITP metabolic process
GO:0035863                                                                                                                                                                      dITP catabolic process
GO:0035864                                                                                                                                                                   response to potassium ion
GO:0035865                                                                                                                                                          cellular response to potassium ion
GO:0035866                                                                                                                                                      alphav-beta3 integrin-PKCalpha complex
GO:0035867                                                                                                                                                   alphav-beta3 integrin-IGF-1-IGF1R complex
GO:0035868                                                                                                                                                         alphav-beta3 integrin-HMGB1 complex
GO:0035869                                                                                                                                                                     ciliary transition zone
GO:0035870                                                                                                                                                                 dITP diphosphatase activity
GO:0035871                                                                                                                                                         protein K11-linked deubiquitination
GO:0035872                                                                                                        nucleotide-binding domain, leucine rich repeat containing receptor signaling pathway
GO:0035873                                                                                                                                                             lactate transmembrane transport
GO:0035874                                                                                                                                                  cellular response to copper ion starvation
GO:0035877                                                                                                                                                               death effector domain binding
GO:0035878                                                                                                                                                                            nail development
GO:0035879                                                                                                                                                           plasma membrane lactate transport
GO:0035880                                                                                                                                                          embryonic nail plate morphogenesis
GO:0035881                                                                                                                                                               amacrine cell differentiation
GO:0035883                                                                                                                                                        enteroendocrine cell differentiation
GO:0035886                                                                                                                                      vascular associated smooth muscle cell differentiation
GO:0035887                                                                                                                                                   aortic smooth muscle cell differentiation
GO:0035891                                                                                                                                                                         exit from host cell
GO:0035898                                                                                                                                                               parathyroid hormone secretion
GO:0035900                                                                                                                                                                response to isolation stress
GO:0035902                                                                                                                                                           response to immobilization stress
GO:0035904                                                                                                                                                                           aorta development
GO:0035905                                                                                                                                                                 ascending aorta development
GO:0035906                                                                                                                                                                descending aorta development
GO:0035907                                                                                                                                                                    dorsal aorta development
GO:0035909                                                                                                                                                                         aorta morphogenesis
GO:0035910                                                                                                                                                               ascending aorta morphogenesis
GO:0035912                                                                                                                                                                  dorsal aorta morphogenesis
GO:0035914                                                                                                                                                        skeletal muscle cell differentiation
GO:0035921                                                                                                                                                                       desmosome disassembly
GO:0035922                                                                                                                                                                       foramen ovale closure
GO:0035924                                                                                                                            cellular response to vascular endothelial growth factor stimulus
GO:0035925                                                                                                                                                          mRNA 3'-UTR AU-rich region binding
GO:0035927                                                                                                                                                               RNA import into mitochondrion
GO:0035928                                                                                                                                                              rRNA import into mitochondrion
GO:0035929                                                                                                                                                                   steroid hormone secretion
GO:0035930                                                                                                                                                            corticosteroid hormone secretion
GO:0035931                                                                                                                                                                 mineralocorticoid secretion
GO:0035932                                                                                                                                                                       aldosterone secretion
GO:0035933                                                                                                                                                                    glucocorticoid secretion
GO:0035934                                                                                                                                                                    corticosterone secretion
GO:0035935                                                                                                                                                                          androgen secretion
GO:0035936                                                                                                                                                                      testosterone secretion
GO:0035938                                                                                                                                                                         estradiol secretion
GO:0035945                                                                                                                                                            mitochondrial ncRNA surveillance
GO:0035946                                                                                                                                                             mitochondrial mRNA surveillance
GO:0035962                                                                                                                                                                  response to interleukin-13
GO:0035963                                                                                                                                                         cellular response to interleukin-13
GO:0035964                                                                                                                                                                 COPI-coated vesicle budding
GO:0035965                                                                                                                                                           cardiolipin acyl-chain remodeling
GO:0035966                                                                                                                                                 response to topologically incorrect protein
GO:0035967                                                                                                                                        cellular response to topologically incorrect protein
GO:0035970                                                                                                                                                        peptidyl-threonine dephosphorylation
GO:0035971                                                                                                                                                        peptidyl-histidine dephosphorylation
GO:0035973                                                                                                                                                                                  aggrephagy
GO:0035976                                                                                                                                                           transcription factor AP-1 complex
GO:0035977                                                                                                                          protein deglycosylation involved in glycoprotein catabolic process
GO:0035979                                                                                                                                                            histone H2AXS139 kinase activity
GO:0035981                                                                                                                                                          tongue muscle cell differentiation
GO:0035983                                                                                                                                                                  response to trichostatin A
GO:0035984                                                                                                                                                         cellular response to trichostatin A
GO:0035985                                                                                                                                                 senescence-associated heterochromatin focus
GO:0035987                                                                                                                                                             endodermal cell differentiation
GO:0035988                                                                                                                                                                   chondrocyte proliferation
GO:0035989                                                                                                                                                                          tendon development
GO:0035990                                                                                                                                                                 tendon cell differentiation
GO:0035992                                                                                                                                                                            tendon formation
GO:0035993                                                                                                                                                              deltoid tuberosity development
GO:0035994                                                                                                                                                                  response to muscle stretch
GO:0035995                                                                                                                                                                 detection of muscle stretch
GO:0035999                                                                                                                                                            tetrahydrofolate interconversion
GO:0036002                                                                                                                                                                            pre-mRNA binding
GO:0036004                                                                                                                                                                          GAF domain binding
GO:0036005                                                                                                                                            response to macrophage colony-stimulating factor
GO:0036006                                                                                                                          cellular response to macrophage colony-stimulating factor stimulus
GO:0036009                                                                                                                                              protein-glutamine N-methyltransferase activity
GO:0036010                                                                                                                                                            protein localization to endosome
GO:0036015                                                                                                                                                                   response to interleukin-3
GO:0036016                                                                                                                                                          cellular response to interleukin-3
GO:0036017                                                                                                                                                                  response to erythropoietin
GO:0036018                                                                                                                                                         cellular response to erythropoietin
GO:0036019                                                                                                                                                                                endolysosome
GO:0036020                                                                                                                                                                       endolysosome membrane
GO:0036021                                                                                                                                                                          endolysosome lumen
GO:0036022                                                                                                                                                                    limb joint morphogenesis
GO:0036023                                                                                                                                                 embryonic skeletal limb joint morphogenesis
GO:0036024                                                                                                                                                         protein C inhibitor-TMPRSS7 complex
GO:0036025                                                                                                                                                       protein C inhibitor-TMPRSS11E complex
GO:0036026                                                                                                                                                            protein C inhibitor-PLAT complex
GO:0036027                                                                                                                                                            protein C inhibitor-PLAU complex
GO:0036028                                                                                                                                                        protein C inhibitor-thrombin complex
GO:0036029                                                                                                                                                            protein C inhibitor-KLK3 complex
GO:0036030                                                                                                                                               protein C inhibitor-plasma kallikrein complex
GO:0036031                                                                                                                  recruitment of mRNA capping enzyme to RNA polymerase II holoenzyme complex
GO:0036033                                                                                                                                                                    mediator complex binding
GO:0036034                                                                                                                                                                   mediator complex assembly
GO:0036035                                                                                                                                                                      osteoclast development
GO:0036037                                                                                                                                                  CD8-positive, alpha-beta T cell activation
GO:0036038                                                                                                                                                                                 MKS complex
GO:0036041                                                                                                                                                               long-chain fatty acid binding
GO:0036042                                                                                                                                                           long-chain fatty acyl-CoA binding
GO:0036046                                                                                                                                                                      protein demalonylation
GO:0036047                                                                                                                                                              peptidyl-lysine demalonylation
GO:0036048                                                                                                                                                                     protein desuccinylation
GO:0036049                                                                                                                                                             peptidyl-lysine desuccinylation
GO:0036053                                                                                                                                                             glomerular endothelium fenestra
GO:0036054                                                                                                                                                 protein-malonyllysine demalonylase activity
GO:0036055                                                                                                                                               protein-succinyllysine desuccinylase activity
GO:0036056                                                                                                                                                                        filtration diaphragm
GO:0036057                                                                                                                                                                              slit diaphragm
GO:0036058                                                                                                                                                               filtration diaphragm assembly
GO:0036060                                                                                                                                                                     slit diaphragm assembly
GO:0036064                                                                                                                                                                          ciliary basal body
GO:0036065                                                                                                                                                                                fucosylation
GO:0036066                                                                                                                                                               protein O-linked fucosylation
GO:0036071                                                                                                                                                                       N-glycan fucosylation
GO:0036072                                                                                                                                                                         direct ossification
GO:0036075                                                                                                                                                                    replacement ossification
GO:0036076                                                                                                                                                                    ligamentous ossification
GO:0036080                                                                                                                                  purine nucleotide-sugar transmembrane transporter activity
GO:0036085                                                                                                                                                          GDP-fucose import into Golgi lumen
GO:0036088                                                                                                                                                                  D-serine catabolic process
GO:0036089                                                                                                                                                                   cleavage furrow formation
GO:0036090                                                                                                                                                                  cleavage furrow ingression
GO:0036092                                                                                                                                       phosphatidylinositol-3-phosphate biosynthetic process
GO:0036093                                                                                                                                                                     germ cell proliferation
GO:0036094                                                                                                                                                                      small molecule binding
GO:0036098                                                                                                                                             male germ-line stem cell population maintenance
GO:0036100                                                                                                                                                               leukotriene catabolic process
GO:0036101                                                                                                                                                            leukotriene B4 catabolic process
GO:0036102                                                                                                                                                            leukotriene B4 metabolic process
GO:0036105                                                                                                                                      peroxisome membrane class-1 targeting sequence binding
GO:0036109                                                                                                                                                      alpha-linolenic acid metabolic process
GO:0036111                                                                                                                                            very long-chain fatty-acyl-CoA metabolic process
GO:0036112                                                                                                                                               medium-chain fatty-acyl-CoA metabolic process
GO:0036114                                                                                                                                               medium-chain fatty-acyl-CoA catabolic process
GO:0036115                                                                                                                                                            fatty-acyl-CoA catabolic process
GO:0036116                                                                                                                                                 long-chain fatty-acyl-CoA catabolic process
GO:0036117                                                                                                                                                                            hyaluranon cable
GO:0036118                                                                                                                                                                   hyaluranon cable assembly
GO:0036119                                                                                                                                                  response to platelet-derived growth factor
GO:0036120                                                                                                                                cellular response to platelet-derived growth factor stimulus
GO:0036121                                                                                                                                                       double-stranded DNA helicase activity
GO:0036122                                                                                                                                                                                 BMP binding
GO:0036125                                                                                                                                               fatty acid beta-oxidation multienzyme complex
GO:0036126                                                                                                                                                                             sperm flagellum
GO:0036128                                                                                                                                                                             CatSper complex
GO:0036130                                                                                                                                          prostaglandin H2 endoperoxidase reductase activity
GO:0036131                                                                                                                                                  prostaglandin D2 11-ketoreductase activity
GO:0036132                                                                                                                                                         13-prostaglandin reductase activity
GO:0036134                                                                                                                                          12-hydroxyheptadecatrienoic acid synthase activity
GO:0036135                                                                                                                                                                      Schwann cell migration
GO:0036137                                                                                                                                                        kynurenine aminotransferase activity
GO:0036139                                                                                                                                                     peptidyl-histidine dioxygenase activity
GO:0036140                                                                                                                                                 [protein]-asparagine 3-dioxygenase activity
GO:0036143                                                                                                                                                                      kringle domain binding
GO:0036145                                                                                                                                                                  dendritic cell homeostasis
GO:0036148                                                                                                                                                  phosphatidylglycerol acyl-chain remodeling
GO:0036149                                                                                                                                                  phosphatidylinositol acyl-chain remodeling
GO:0036150                                                                                                                                                    phosphatidylserine acyl-chain remodeling
GO:0036151                                                                                                                                                   phosphatidylcholine acyl-chain remodeling
GO:0036152                                                                                                                                              phosphatidylethanolamine acyl-chain remodeling
GO:0036153                                                                                                                                                          triglyceride acyl-chain remodeling
GO:0036155                                                                                                                                                          acylglycerol acyl-chain remodeling
GO:0036156                                                                                                                                                                            inner dynein arm
GO:0036157                                                                                                                                                                            outer dynein arm
GO:0036158                                                                                                                                                                   outer dynein arm assembly
GO:0036159                                                                                                                                                                   inner dynein arm assembly
GO:0036162                                                                                                                                                                         oxytocin production
GO:0036166                                                                                                                                                                        phenotypic switching
GO:0036179                                                                                                                                                                       osteoclast maturation
GO:0036185                                                                                                                                                               13-lipoxin reductase activity
GO:0036186                                                                                                                                                                    early phagosome membrane
GO:0036194                                                                                                                                                                      muscle cell projection
GO:0036195                                                                                                                                                             muscle cell projection membrane
GO:0036211                                                                                                                                                                protein modification process
GO:0036213                                                                                                                                                                contractile ring contraction
GO:0036215                                                                                                                                                                response to stem cell factor
GO:0036216                                                                                                                                              cellular response to stem cell factor stimulus
GO:0036219                                                                                                                                                                  GTP diphosphatase activity
GO:0036220                                                                                                                                                                  ITP diphosphatase activity
GO:0036221                                                                                                                                                                  UTP diphosphatase activity
GO:0036222                                                                                                                                                                  XTP diphosphatase activity
GO:0036228                                                                                                                                              protein localization to nuclear inner membrane
GO:0036230                                                                                                                                                                      granulocyte activation
GO:0036250                                                                                                                                                      peroxisome transport along microtubule
GO:0036255                                                                                                                                                                     response to methylamine
GO:0036257                                                                                                                                                            multivesicular body organization
GO:0036258                                                                                                                                                                multivesicular body assembly
GO:0036260                                                                                                                                                                                 RNA capping
GO:0036261                                                                                                                                                      7-methylguanosine cap hypermethylation
GO:0036265                                                                                                                                                                RNA (guanine-N7)-methylation
GO:0036268                                                                                                                                                                                    swimming
GO:0036269                                                                                                                                                                           swimming behavior
GO:0036284                                                                                                                                                                        tubulobulbar complex
GO:0036285                                                                                                                                                                       SAGA complex assembly
GO:0036289                                                                                                                                                         peptidyl-serine autophosphorylation
GO:0036290                                                                                                                                                           protein trans-autophosphorylation
GO:0036292                                                                                                                                                                               DNA rewinding
GO:0036293                                                                                                                                                         response to decreased oxygen levels
GO:0036294                                                                                                                                                cellular response to decreased oxygen levels
GO:0036295                                                                                                                                                cellular response to increased oxygen levels
GO:0036296                                                                                                                                                         response to increased oxygen levels
GO:0036297                                                                                                                                                               interstrand cross-link repair
GO:0036298                                                                                                                                               recombinational interstrand cross-link repair
GO:0036301                                                                                                                                             macrophage colony-stimulating factor production
GO:0036302                                                                                                                                                          atrioventricular canal development
GO:0036303                                                                                                                                                                  lymph vessel morphogenesis
GO:0036304                                                                                                                                                                umbilical cord morphogenesis
GO:0036305                                                                                                                                                                  ameloblast differentiation
GO:0036306                                                                                                                                                             embryonic heart tube elongation
GO:0036309                                                                                                                                                              protein localization to M-band
GO:0036310                                                                                                                                                    ATP-dependent DNA/DNA annealing activity
GO:0036312                                                                                                                                    phosphatidylinositol 3-kinase regulatory subunit binding
GO:0036313                                                                                                                                     phosphatidylinositol 3-kinase catalytic subunit binding
GO:0036314                                                                                                                                                                          response to sterol
GO:0036315                                                                                                                                                                 cellular response to sterol
GO:0036316                                                                                                                                       SREBP-SCAP complex retention in endoplasmic reticulum
GO:0036317                                                                                                                                                      tyrosyl-RNA phosphodiesterase activity
GO:0036321                                                                                                                                                                           ghrelin secretion
GO:0036323                                                                                                                             vascular endothelial growth factor receptor-1 signaling pathway
GO:0036324                                                                                                                             vascular endothelial growth factor receptor-2 signaling pathway
GO:0036325                                                                                                                             vascular endothelial growth factor receptor-3 signaling pathway
GO:0036331                                                                                                                                             avascular cornea development in camera-type eye
GO:0036332                                                                                                                                                   placental growth factor receptor activity
GO:0036333                                                                                                                                                                      hepatocyte homeostasis
GO:0036335                                                                                                                                                            intestinal stem cell homeostasis
GO:0036336                                                                                                                                                                    dendritic cell migration
GO:0036337                                                                                                                                                                       Fas signaling pathway
GO:0036339                                                                                                                          lymphocyte adhesion to endothelial cell of high endothelial venule
GO:0036342                                                                                                                                                                post-anal tail morphogenesis
GO:0036343                                                                                                                                                                        psychomotor behavior
GO:0036344                                                                                                                                                                      platelet morphogenesis
GO:0036345                                                                                                                                                                         platelet maturation
GO:0036359                                                                                                                                                                   renal potassium excretion
GO:0036361                                                                                                                                    racemase activity, acting on amino acids and derivatives
GO:0036363                                                                                                                                                  transforming growth factor beta activation
GO:0036364                                                                                                                                                 transforming growth factor beta1 activation
GO:0036366                                                                                                                                                 transforming growth factor beta3 activation
GO:0036367                                                                                                                                                                              light adaption
GO:0036368                                                                                                                                                                 cone photoresponse recovery
GO:0036371                                                                                                                                                            protein localization to T-tubule
GO:0036372                                                                                                                                                                             opsin transport
GO:0036373                                                                                                                                                                L-fucose mutarotase activity
GO:0036374                                                                                                                                                              glutathione hydrolase activity
GO:0036376                                                                                                                                                    sodium ion export across plasma membrane
GO:0036378                                                                                                                                                calcitriol biosynthetic process from calciol
GO:0036379                                                                                                                                                                                 myofilament
GO:0036384                                                                                                                                                                    CDP phosphatase activity
GO:0036387                                                                                                                                                                     pre-replicative complex
GO:0036392                                                                                                                                                  chemokine (C-C motif) ligand 20 production
GO:0036393                                                                                                                                                             thiocyanate peroxidase activity
GO:0036396                                                                                                                                            RNA N6-methyladenosine methyltransferase complex
GO:0036398                                                                                                                                                                             TCR signalosome
GO:0036399                                                                                                                                                                    TCR signalosome assembly
GO:0036402                                                                                                                                                              proteasome-activating activity
GO:0036403                                                                                                                                                     arachidonate 8(S)-lipoxygenase activity
GO:0036408                                                                                                                                                    histone H3K14 acetyltransferase activity
GO:0036409                                                                                                                                                    histone H3-K14 acetyltransferase complex
GO:0036415                                                                                                                                                                regulation of tRNA stability
GO:0036416                                                                                                                                                                          tRNA stabilization
GO:0036424                                                                                                                                                        L-phosphoserine phosphatase activity
GO:0036430                                                                                                                                                                         CMP kinase activity
GO:0036431                                                                                                                                                                        dCMP kinase activity
GO:0036435                                                                                                                             K48-linked polyubiquitin modification-dependent protein binding
GO:0036438                                                                                                                                                            maintenance of lens transparency
GO:0036440                                                                                                                                                                   citrate synthase activity
GO:0036444                                                                                                                                                       calcium import into the mitochondrion
GO:0036445                                                                                                                                                                 neuronal stem cell division
GO:0036446                                                                                                                                                               myofibroblast differentiation
GO:0036449                                                                                                                                                                       microtubule minus-end
GO:0036451                                                                                                                                                                        cap mRNA methylation
GO:0036452                                                                                                                                                                               ESCRT complex
GO:0036454                                                                                                                                                                       growth factor complex
GO:0036456                                                                                                                                                 L-methionine-(S)-S-oxide reductase activity
GO:0036457                                                                                                                                                                        keratohyalin granule
GO:0036461                                                                                                                                                                      BLOC-2 complex binding
GO:0036462                                                                                                                                                 TRAIL-activated apoptotic signaling pathway
GO:0036463                                                                                                                                                                     TRAIL receptor activity
GO:0036464                                                                                                                                                       cytoplasmic ribonucleoprotein granule
GO:0036465                                                                                                                                                                  synaptic vesicle recycling
GO:0036466                                                                                                                                                     synaptic vesicle recycling via endosome
GO:0036467                                                                                                                                               5-hydroxy-L-tryptophan decarboxylase activity
GO:0036468                                                                                                                                                               L-dopa decarboxylase activity
GO:0036470                                                                                                                                                 tyrosine 3-monooxygenase activator activity
GO:0036471                                                                                                                                                                cellular response to glyoxal
GO:0036477                                                                                                                                                                 somatodendritic compartment
GO:0036478                                                                                                                                                     L-dopa decarboxylase activator activity
GO:0036479                                                                                                                                                               peroxidase inhibitor activity
GO:0036480                                                                                                                neuron intrinsic apoptotic signaling pathway in response to oxidative stress
GO:0036481                                                                                                                      intrinsic apoptotic signaling pathway in response to hydrogen peroxide
GO:0036482                                                                                                               neuron intrinsic apoptotic signaling pathway in response to hydrogen peroxide
GO:0036483                                                                                                    neuron intrinsic apoptotic signaling pathway in response to endoplasmic reticulum stress
GO:0036484                                                                                                                                                           trunk neural crest cell migration
GO:0036486                                                                                                                                                   ventral trunk neural crest cell migration
GO:0036487                                                                                                                                                    nitric-oxide synthase inhibitor activity
GO:0036488                                                                                                                                                                          CHOP-C/EBP complex
GO:0036490                                                                                                                       regulation of translation in response to endoplasmic reticulum stress
GO:0036491                                                                                                            regulation of translation initiation in response to endoplasmic reticulum stress
GO:0036492                                                                                                                       eiF2alpha phosphorylation in response to endoplasmic reticulum stress
GO:0036493                                                                                                              positive regulation of translation in response to endoplasmic reticulum stress
GO:0036494                                                                                                   positive regulation of translation initiation in response to endoplasmic reticulum stress
GO:0036496                                                                                                                      regulation of translational initiation by eIF2 alpha dephosphorylation
GO:0036497                                                                                                                     eIF2alpha dephosphorylation in response to endoplasmic reticulum stress
GO:0036498                                                                                                                                                     IRE1-mediated unfolded protein response
GO:0036499                                                                                                                                                     PERK-mediated unfolded protein response
GO:0036500                                                                                                                                                     ATF6-mediated unfolded protein response
GO:0036501                                                                                                                                                                           UFD1-NPL4 complex
GO:0036502                                                                                                                                                                       Derlin-1-VIMP complex
GO:0036503                                                                                                                                                                                ERAD pathway
GO:0036505                                                                                                                                                                prosaposin receptor activity
GO:0036506                                                                                                                                                             maintenance of unfolded protein
GO:0036507                                                                                                                                                                     protein demannosylation
GO:0036508                                                                                                                                                           protein alpha-1,2-demannosylation
GO:0036513                                                                                                                                                         Derlin-1 retrotranslocation complex
GO:0036514                                                                                                                                                           dopaminergic neuron axon guidance
GO:0036515                                                                                                                                                           serotonergic neuron axon guidance
GO:0036516                                                                                                                                                 chemoattraction of dopaminergic neuron axon
GO:0036517                                                                                                                                                 chemoattraction of serotonergic neuron axon
GO:0036518                                                                                                                                                  chemorepulsion of dopaminergic neuron axon
GO:0036520                                                                                                                                                     astrocyte-dopaminergic neuron signaling
GO:0036524                                                                                                                                                                  protein deglycase activity
GO:0036525                                                                                                                                                                         protein deglycation
GO:0036526                                                                                                                                                               peptidyl-cysteine deglycation
GO:0036527                                                                                                                                                               peptidyl-arginine deglycation
GO:0036528                                                                                                                                                                 peptidyl-lysine deglycation
GO:0036529                                                                                                                                                        protein deglycation, glyoxal removal
GO:0036530                                                                                                                                                  protein deglycation, methylglyoxal removal
GO:0036531                                                                                                                                                                     glutathione deglycation
GO:0038001                                                                                                                                                                         paracrine signaling
GO:0038003                                                                                                                                         G protein-coupled opioid receptor signaling pathway
GO:0038004                                                                                                                                          epidermal growth factor receptor ligand maturation
GO:0038007                                                                                                                                                          netrin-activated signaling pathway
GO:0038009                                                                                                                               regulation of signal transduction by receptor internalization
GO:0038016                                                                                                                                                            insulin receptor internalization
GO:0038018                                                                                                                                                              Wnt receptor catabolic process
GO:0038020                                                                                                                                                                  insulin receptor recycling
GO:0038021                                                                                                                                                                    leptin receptor activity
GO:0038023                                                                                                                                                                 signaling receptor activity
GO:0038024                                                                                                                                                                     cargo receptor activity
GO:0038025                                                                                                                                                                    reelin receptor activity
GO:0038026                                                                                                                                                           reelin-mediated signaling pathway
GO:0038027                                                                                                                                               apolipoprotein A-I-mediated signaling pathway
GO:0038033                                                          positive regulation of endothelial cell chemotaxis by VEGF-activated vascular endothelial growth factor receptor signaling pathway
GO:0038034                                                                                                                                                    signal transduction in absence of ligand
GO:0038035                                                                                                ligand-independent adenylate cyclase-activating G protein-coupled receptor signaling pathway
GO:0038036                                                                                                                                                   sphingosine-1-phosphate receptor activity
GO:0038037                                                                                                                                                  G protein-coupled receptor dimeric complex
GO:0038038                                                                                                                                              G protein-coupled receptor homodimeric complex
GO:0038039                                                                                                                                            G protein-coupled receptor heterodimeric complex
GO:0038041                                                                                                                     cross-receptor inhibition within G protein-coupled receptor heterodimer
GO:0038043                                                                                                                                                    interleukin-5-mediated signaling pathway
GO:0038046                                                                                                                                              G protein-coupled enkephalin receptor activity
GO:0038047                                                                                                                                                                  morphine receptor activity
GO:0038048                                                                                                                                                                 dynorphin receptor activity
GO:0038054                                                                                                                                                G protein-coupled estrogen receptor activity
GO:0038060                                                                                                                                                nitric oxide-cGMP-mediated signaling pathway
GO:0038061                                                                                                                                                 non-canonical NF-kappaB signal transduction
GO:0038062                                                                                                                                          protein tyrosine kinase collagen receptor activity
GO:0038063                                                                                                                               collagen-activated tyrosine kinase receptor signaling pathway
GO:0038064                                                                                                                                                                  collagen receptor activity
GO:0038065                                                                                                                                                        collagen-activated signaling pathway
GO:0038066                                                                                                                                                                             p38MAPK cascade
GO:0038083                                                                                                                                                       peptidyl-tyrosine autophosphorylation
GO:0038084                                                                                                                                        vascular endothelial growth factor signaling pathway
GO:0038085                                                                                                                                                  vascular endothelial growth factor binding
GO:0038086                                                                                                                    VEGF-activated platelet-derived growth factor receptor signaling pathway
GO:0038089                                                                                               positive regulation of cell migration by vascular endothelial growth factor signaling pathway
GO:0038091                                                                       positive regulation of cell proliferation by VEGF-activated platelet derived growth factor receptor signaling pathway
GO:0038092                                                                                                                                                                     nodal signaling pathway
GO:0038093                                                                                                                                                               Fc receptor signaling pathway
GO:0038094                                                                                                                                                         Fc-gamma receptor signaling pathway
GO:0038095                                                                                                                                                       Fc-epsilon receptor signaling pathway
GO:0038096                                                                                                                                Fc-gamma receptor signaling pathway involved in phagocytosis
GO:0038097                                                                                                        positive regulation of mast cell activation by Fc-epsilon receptor signaling pathway
GO:0038098                                                                                                                                           sequestering of BMP from receptor via BMP binding
GO:0038100                                                                                                                                                                               nodal binding
GO:0038101                                                                                                                                       sequestering of nodal from receptor via nodal binding
GO:0038102                                                                                                                                                        activin receptor antagonist activity
GO:0038106                                                                                                                                                          choriogonadotropin hormone binding
GO:0038108                                                                                                                        negative regulation of appetite by leptin-mediated signaling pathway
GO:0038109                                                                                                                                                                       Kit signaling pathway
GO:0038110                                                                                                                                                    interleukin-2-mediated signaling pathway
GO:0038111                                                                                                                                                    interleukin-7-mediated signaling pathway
GO:0038112                                                                                                                                                    interleukin-8-mediated signaling pathway
GO:0038113                                                                                                                                                    interleukin-9-mediated signaling pathway
GO:0038114                                                                                                                                                   interleukin-21-mediated signaling pathway
GO:0038115                                                                                                                                           chemokine (C-C motif) ligand 19 signaling pathway
GO:0038116                                                                                                                                           chemokine (C-C motif) ligand 21 signaling pathway
GO:0038117                                                                                                                                                    C-C motif chemokine 19 receptor activity
GO:0038118                                                                                                                                               C-C chemokine receptor CCR7 signaling pathway
GO:0038121                                                                                                                                                    C-C motif chemokine 21 receptor activity
GO:0038123                                                                                                                                              toll-like receptor TLR1:TLR2 signaling pathway
GO:0038124                                                                                                                                              toll-like receptor TLR6:TLR2 signaling pathway
GO:0038127                                                                                                                                                                      ERBB signaling pathway
GO:0038128                                                                                                                                                                     ERBB2 signaling pathway
GO:0038129                                                                                                                                                                     ERBB3 signaling pathway
GO:0038130                                                                                                                                                                     ERBB4 signaling pathway
GO:0038131                                                                                                                                                                neuregulin receptor activity
GO:0038132                                                                                                                                                                          neuregulin binding
GO:0038133                                                                                                                                                               ERBB2-ERBB3 signaling pathway
GO:0038134                                                                                                                                                                ERBB2-EGFR signaling pathway
GO:0038135                                                                                                                                                               ERBB2-ERBB4 signaling pathway
GO:0038138                                                                                                                                                               ERBB4-ERBB4 signaling pathway
GO:0038143                                                                                                                                                                         ERBB3:ERBB2 complex
GO:0038145                                                                                                                                      macrophage colony-stimulating factor signaling pathway
GO:0038146                                                                                                                                         chemokine (C-X-C motif) ligand 12 signaling pathway
GO:0038147                                                                                                                                                  C-X-C motif chemokine 12 receptor activity
GO:0038154                                                                                                                                                   interleukin-11-mediated signaling pathway
GO:0038155                                                                                                                                                   interleukin-23-mediated signaling pathway
GO:0038156                                                                                                                                                    interleukin-3-mediated signaling pathway
GO:0038157                                                                                                                          granulocyte-macrophage colony-stimulating factor signaling pathway
GO:0038158                                                                                                                                     granulocyte colony-stimulating factor signaling pathway
GO:0038159                                                                                                                                            C-X-C chemokine receptor CXCR4 signaling pathway
GO:0038160                                                                                                                                                    CXCL12-activated CXCR4 signaling pathway
GO:0038161                                                                                                                                                                 prolactin signaling pathway
GO:0038162                                                                                                                                                   erythropoietin-mediated signaling pathway
GO:0038163                                                                                                                                                   thrombopoietin-mediated signaling pathway
GO:0038164                                                                                                                                                            thrombopoietin receptor activity
GO:0038165                                                                                                                                                     oncostatin-M-mediated signaling pathway
GO:0038166                                                                                                                                                     angiotensin-activated signaling pathway
GO:0038169                                                                                                                                                     somatostatin receptor signaling pathway
GO:0038170                                                                                                                                                              somatostatin signaling pathway
GO:0038171                                                                                                                                                               cannabinoid signaling pathway
GO:0038172                                                                                                                                                   interleukin-33-mediated signaling pathway
GO:0038173                                                                                                                                                  interleukin-17A-mediated signaling pathway
GO:0038177                                                                                                                                                             death receptor agonist activity
GO:0038178                                                                                                                                                  complement component C5a signaling pathway
GO:0038179                                                                                                                                                              neurotrophin signaling pathway
GO:0038180                                                                                                                                                       nerve growth factor signaling pathway
GO:0038181                                                                                                                                                                 bile acid receptor activity
GO:0038182                                                                                                                                               G protein-coupled bile acid receptor activity
GO:0038183                                                                                                                                                                 bile acid signaling pathway
GO:0038184                                                                                                                                           cell surface bile acid receptor signaling pathway
GO:0038185                                                                                                                                          intracellular bile acid receptor signaling pathway
GO:0038186                                                                                                                                                          lithocholic acid receptor activity
GO:0038187                                                                                                                                                       pattern recognition receptor activity
GO:0038188                                                                                                                                                           cholecystokinin signaling pathway
GO:0038189                                                                                                                                                                neuropilin signaling pathway
GO:0038190                                                                                                                                                 VEGF-activated neuropilin signaling pathway
GO:0038191                                                                                                                                                                          neuropilin binding
GO:0038192                                                                                                                                                gastric inhibitory peptide signaling pathway
GO:0038193                                                                                                                                                            thromboxane A2 signaling pathway
GO:0038194                                                                                                                                               thyroid-stimulating hormone signaling pathway
GO:0038195                                                                                                                                           urokinase plasminogen activator signaling pathway
GO:0038196                                                                                                                                              type III interferon-mediated signaling pathway
GO:0038201                                                                                                                                                                                 TOR complex
GO:0038202                                                                                                                                                                             TORC1 signaling
GO:0038203                                                                                                                                                                             TORC2 signaling
GO:0039003                                                                                                                                                              pronephric field specification
GO:0039007                                                                                                                                                            pronephric nephron morphogenesis
GO:0039008                                                                                                                                                     pronephric nephron tubule morphogenesis
GO:0039017                                                                                                                                    pattern specification involved in pronephros development
GO:0039019                                                                                                                                                              pronephric nephron development
GO:0039020                                                                                                                                                       pronephric nephron tubule development
GO:0039519                                                                                                                                                       modulation by virus of host autophagy
GO:0039521                                                                                                                                                      suppression by virus of host autophagy
GO:0039529                                                                                                                                                                     RIG-I signaling pathway
GO:0039530                                                                                                                                                                     MDA-5 signaling pathway
GO:0039531                                                                                                                    regulation of cytoplasmic pattern recognition receptor signaling pathway
GO:0039532                                                                                                           negative regulation of cytoplasmic pattern recognition receptor signaling pathway
GO:0039533                                                                                                                                                       regulation of MDA-5 signaling pathway
GO:0039534                                                                                                                                              negative regulation of MDA-5 signaling pathway
GO:0039535                                                                                                                                                       regulation of RIG-I signaling pathway
GO:0039536                                                                                                                                              negative regulation of RIG-I signaling pathway
GO:0039552                                                                                                                                                                               RIG-I binding
GO:0039585                                                                                                                                                                      PKR/eIFalpha signaling
GO:0039654                                                                                                                                        fusion of virus membrane with host endosome membrane
GO:0039663                                                                                                                                      membrane fusion involved in viral entry into host cell
GO:0039689                                                                                                                                                     negative stranded viral RNA replication
GO:0039692                                                                                                                  single stranded viral RNA replication via double stranded DNA intermediate
GO:0039694                                                                                                                                                                viral RNA genome replication
GO:0039695                                                                                                                                                           DNA-templated viral transcription
GO:0039702                                                                                                                                                        viral budding via host ESCRT complex
GO:0039706                                                                                                                                                                         co-receptor binding
GO:0040001                                                                                                                                               establishment of mitotic spindle localization
GO:0040007                                                                                                                                                                                      growth
GO:0040008                                                                                                                                                                        regulation of growth
GO:0040009                                                                                                                                                                   regulation of growth rate
GO:0040010                                                                                                                                                          positive regulation of growth rate
GO:0040011                                                                                                                                                                                  locomotion
GO:0040012                                                                                                                                                                    regulation of locomotion
GO:0040013                                                                                                                                                           negative regulation of locomotion
GO:0040014                                                                                                                                                 regulation of multicellular organism growth
GO:0040015                                                                                                                                        negative regulation of multicellular organism growth
GO:0040016                                                                                                                                                                          embryonic cleavage
GO:0040017                                                                                                                                                           positive regulation of locomotion
GO:0040018                                                                                                                                        positive regulation of multicellular organism growth
GO:0040019                                                                                                                                                positive regulation of embryonic development
GO:0040020                                                                                                                                                      regulation of meiotic nuclear division
GO:0040029                                                                                                                                                    epigenetic regulation of gene expression
GO:0040031                                                                                                                                                                          snRNA modification
GO:0040034                                                                                                                                                    regulation of development, heterochronic
GO:0040036                                                                                                                           regulation of fibroblast growth factor receptor signaling pathway
GO:0040037                                                                                                                  negative regulation of fibroblast growth factor receptor signaling pathway
GO:0040038                                                                                                                                                polar body extrusion after meiotic divisions
GO:0040040                                                                                                                                                                      thermosensory behavior
GO:0042007                                                                                                                                                                      interleukin-18 binding
GO:0042008                                                                                                                                                            interleukin-18 receptor activity
GO:0042010                                                                                                                                                            interleukin-15 receptor activity
GO:0042011                                                                                                                                                                      interleukin-16 binding
GO:0042012                                                                                                                                                            interleukin-16 receptor activity
GO:0042015                                                                                                                                                                      interleukin-20 binding
GO:0042017                                                                                                                                                                      interleukin-22 binding
GO:0042018                                                                                                                                                            interleukin-22 receptor activity
GO:0042019                                                                                                                                                                      interleukin-23 binding
GO:0042020                                                                                                                                                            interleukin-23 receptor activity
GO:0042022                                                                                                                                                             interleukin-12 receptor complex
GO:0042023                                                                                                                                                                       DNA endoreduplication
GO:0042026                                                                                                                                                                           protein refolding
GO:0042030                                                                                                                                                                   ATPase inhibitor activity
GO:0042038                                                                                                                                peptidyl-histidine methylation, to form tele-methylhistidine
GO:0042043                                                                                                                                                             neurexin family protein binding
GO:0042044                                                                                                                                                                             fluid transport
GO:0042045                                                                                                                                                                  epithelial fluid transport
GO:0042048                                                                                                                                                                          olfactory behavior
GO:0042053                                                                                                                                                    regulation of dopamine metabolic process
GO:0042054                                                                                                                                                          histone methyltransferase activity
GO:0042056                                                                                                                                                                    chemoattractant activity
GO:0042058                                                                                                                            regulation of epidermal growth factor receptor signaling pathway
GO:0042059                                                                                                                   negative regulation of epidermal growth factor receptor signaling pathway
GO:0042060                                                                                                                                                                               wound healing
GO:0042063                                                                                                                                                                                 gliogenesis
GO:0042069                                                                                                                                               regulation of catecholamine metabolic process
GO:0042073                                                                                                                                                                      intraciliary transport
GO:0042074                                                                                                                                                     cell migration involved in gastrulation
GO:0042078                                                                                                                                                                germ-line stem cell division
GO:0042083                                                                                                                         5,10-methylenetetrahydrofolate-dependent methyltransferase activity
GO:0042084                                                                                                                               5-methyltetrahydrofolate-dependent methyltransferase activity
GO:0042088                                                                                                                                                             T-helper 1 type immune response
GO:0042092                                                                                                                                                                      type 2 immune response
GO:0042093                                                                                                                                                               T-helper cell differentiation
GO:0042098                                                                                                                                                                        T cell proliferation
GO:0042100                                                                                                                                                                        B cell proliferation
GO:0042101                                                                                                                                                                     T cell receptor complex
GO:0042102                                                                                                                                                 positive regulation of T cell proliferation
GO:0042104                                                                                                                                       positive regulation of activated T cell proliferation
GO:0042105                                                                                                                                                          alpha-beta T cell receptor complex
GO:0042106                                                                                                                                                         gamma-delta T cell receptor complex
GO:0042110                                                                                                                                                                           T cell activation
GO:0042113                                                                                                                                                                           B cell activation
GO:0042116                                                                                                                                                                       macrophage activation
GO:0042117                                                                                                                                                                         monocyte activation
GO:0042118                                                                                                                                                                 endothelial cell activation
GO:0042119                                                                                                                                                                       neutrophil activation
GO:0042126                                                                                                                                                                   nitrate metabolic process
GO:0042127                                                                                                                                                 regulation of cell population proliferation
GO:0042129                                                                                                                                                          regulation of T cell proliferation
GO:0042130                                                                                                                                                 negative regulation of T cell proliferation
GO:0042131                                                                                                                                                     thiamine phosphate phosphatase activity
GO:0042132                                                                                                                                            fructose 1,6-bisphosphate 1-phosphatase activity
GO:0042134                                                                                                                                                             rRNA primary transcript binding
GO:0042137                                                                                                                                                            sequestering of neurotransmitter
GO:0042138                                                                                                                                                   meiotic DNA double-strand break formation
GO:0042144                                                                                                                                                              vacuole fusion, non-autophagic
GO:0042147                                                                                                                                                     retrograde transport, endosome to Golgi
GO:0042148                                                                                                                                                                         DNA strand invasion
GO:0042149                                                                                                                                                     cellular response to glucose starvation
GO:0042157                                                                                                                                                               lipoprotein metabolic process
GO:0042158                                                                                                                                                            lipoprotein biosynthetic process
GO:0042159                                                                                                                                                               lipoprotein catabolic process
GO:0042160                                                                                                                                                                    lipoprotein modification
GO:0042161                                                                                                                                                                       lipoprotein oxidation
GO:0042162                                                                                                                                                                       telomeric DNA binding
GO:0042163                                                                                                                                                         interleukin-12 beta subunit binding
GO:0042164                                                                                                                                                        interleukin-12 alpha subunit binding
GO:0042166                                                                                                                                                                       acetylcholine binding
GO:0042167                                                                                                                                                                      heme catabolic process
GO:0042168                                                                                                                                                                      heme metabolic process
GO:0042169                                                                                                                                                                          SH2 domain binding
GO:0042171                                                                                                                                              lysophosphatidic acid acyltransferase activity
GO:0042175                                                                                                                               nuclear outer membrane-endoplasmic reticulum membrane network
GO:0042176                                                                                                                                                     regulation of protein catabolic process
GO:0042177                                                                                                                                            negative regulation of protein catabolic process
GO:0042178                                                                                                                                                                xenobiotic catabolic process
GO:0042180                                                                                                                                                           cellular ketone metabolic process
GO:0042181                                                                                                                                                                 ketone biosynthetic process
GO:0042182                                                                                                                                                                    ketone catabolic process
GO:0042197                                                                                                                                                   halogenated hydrocarbon metabolic process
GO:0042214                                                                                                                                                                   terpene metabolic process
GO:0042219                                                                                                                                              cellular modified amino acid catabolic process
GO:0042220                                                                                                                                                                         response to cocaine
GO:0042221                                                                                                                                                                        response to chemical
GO:0042245                                                                                                                                                                                  RNA repair
GO:0042246                                                                                                                                                                         tissue regeneration
GO:0042247                                                                                                                                   establishment of planar polarity of follicular epithelium
GO:0042249                                                                                                                                    establishment of planar polarity of embryonic epithelium
GO:0042254                                                                                                                                                                         ribosome biogenesis
GO:0042255                                                                                                                                                                           ribosome assembly
GO:0042256                                                                                                                                                                 cytosolic ribosome assembly
GO:0042262                                                                                                                                                                              DNA protection
GO:0042264                                                                                                                                                        peptidyl-aspartic acid hydroxylation
GO:0042267                                                                                                                                                   natural killer cell mediated cytotoxicity
GO:0042269                                                                                                                                     regulation of natural killer cell mediated cytotoxicity
GO:0042270                                                                                                                                   protection from natural killer cell mediated cytotoxicity
GO:0042271                                                                                                                                 susceptibility to natural killer cell mediated cytotoxicity
GO:0042272                                                                                                                                                           nuclear RNA export factor complex
GO:0042273                                                                                                                                                          ribosomal large subunit biogenesis
GO:0042274                                                                                                                                                          ribosomal small subunit biogenesis
GO:0042275                                                                                                                                                       error-free postreplication DNA repair
GO:0042276                                                                                                                                                           error-prone translesion synthesis
GO:0042277                                                                                                                                                                             peptide binding
GO:0042278                                                                                                                                                         purine nucleoside metabolic process
GO:0042281                                                                                                                   dolichyl pyrophosphate Man9GlcNAc2 alpha-1,3-glucosyltransferase activity
GO:0042283                                                                                                               dolichyl pyrophosphate Glc1Man9GlcNAc2 alpha-1,3-glucosyltransferase activity
GO:0042284                                                                                                                                                    sphingolipid delta-4 desaturase activity
GO:0042285                                                                                                                                                                 xylosyltransferase activity
GO:0042287                                                                                                                                                                         MHC protein binding
GO:0042288                                                                                                                                                                 MHC class I protein binding
GO:0042289                                                                                                                                                                MHC class II protein binding
GO:0042292                                                                                                                                                             URM1 activating enzyme activity
GO:0042296                                                                                                                                                                  ISG15 transferase activity
GO:0042297                                                                                                                                                                              vocal learning
GO:0042301                                                                                                                                                                       phosphate ion binding
GO:0042303                                                                                                                                                                               molting cycle
GO:0042304                                                                                                                                               regulation of fatty acid biosynthetic process
GO:0042306                                                                                                                                                   regulation of protein import into nucleus
GO:0042307                                                                                                                                          positive regulation of protein import into nucleus
GO:0042308                                                                                                                                          negative regulation of protein import into nucleus
GO:0042309                                                                                                                                                                                homoiothermy
GO:0042310                                                                                                                                                                            vasoconstriction
GO:0042311                                                                                                                                                                                vasodilation
GO:0042313                                                                                                                                                               protein kinase C deactivation
GO:0042320                                                                                                                                         regulation of circadian sleep/wake cycle, REM sleep
GO:0042321                                                                                                                                    negative regulation of circadian sleep/wake cycle, sleep
GO:0042322                                                                                                                                negative regulation of circadian sleep/wake cycle, REM sleep
GO:0042323                                                                                                                            negative regulation of circadian sleep/wake cycle, non-REM sleep
GO:0042324                                                                                                                                                                     orexin receptor binding
GO:0042325                                                                                                                                                               regulation of phosphorylation
GO:0042326                                                                                                                                                      negative regulation of phosphorylation
GO:0042327                                                                                                                                                      positive regulation of phosphorylation
GO:0042328                                                                                                                                    heparan sulfate N-acetylglucosaminyltransferase activity
GO:0042330                                                                                                                                                                                       taxis
GO:0042335                                                                                                                                                                         cuticle development
GO:0042339                                                                                                                                                           keratan sulfate metabolic process
GO:0042340                                                                                                                                                           keratan sulfate catabolic process
GO:0042350                                                                                                                                                           GDP-L-fucose biosynthetic process
GO:0042351                                                                                                                                                 'de novo' GDP-L-fucose biosynthetic process
GO:0042352                                                                                                                                                                        GDP-L-fucose salvage
GO:0042354                                                                                                                                                                  L-fucose metabolic process
GO:0042355                                                                                                                                                                  L-fucose catabolic process
GO:0042356                                                                                                                                                 GDP-4-dehydro-D-rhamnose reductase activity
GO:0042357                                                                                                                                                      thiamine diphosphate metabolic process
GO:0042359                                                                                                                                                                 vitamin D metabolic process
GO:0042360                                                                                                                                                                 vitamin E metabolic process
GO:0042361                                                                                                                                                               menaquinone catabolic process
GO:0042362                                                                                                                                                    fat-soluble vitamin biosynthetic process
GO:0042363                                                                                                                                                       fat-soluble vitamin catabolic process
GO:0042364                                                                                                                                                  water-soluble vitamin biosynthetic process
GO:0042365                                                                                                                                                     water-soluble vitamin catabolic process
GO:0042368                                                                                                                                                              vitamin D biosynthetic process
GO:0042369                                                                                                                                                                 vitamin D catabolic process
GO:0042371                                                                                                                                                              vitamin K biosynthetic process
GO:0042373                                                                                                                                                                 vitamin K metabolic process
GO:0042374                                                                                                                                                             phylloquinone metabolic process
GO:0042376                                                                                                                                                             phylloquinone catabolic process
GO:0042377                                                                                                                                                                 vitamin K catabolic process
GO:0042379                                                                                                                                                                  chemokine receptor binding
GO:0042382                                                                                                                                                                                paraspeckles
GO:0042383                                                                                                                                                                                  sarcolemma
GO:0042386                                                                                                                                                                    hemocyte differentiation
GO:0042391                                                                                                                                                            regulation of membrane potential
GO:0042392                                                                                                                                                sphingosine-1-phosphate phosphatase activity
GO:0042393                                                                                                                                                                             histone binding
GO:0042396                                                                                                                                                             phosphagen biosynthetic process
GO:0042398                                                                                                                                           cellular modified amino acid biosynthetic process
GO:0042401                                                                                                                                                         biogenic amine biosynthetic process
GO:0042402                                                                                                                                                   cellular biogenic amine catabolic process
GO:0042403                                                                                                                                                           thyroid hormone metabolic process
GO:0042404                                                                                                                                                           thyroid hormone catabolic process
GO:0042405                                                                                                                                                                      nuclear inclusion body
GO:0042406                                                                                                                                       extrinsic component of endoplasmic reticulum membrane
GO:0042407                                                                                                                                                                           cristae formation
GO:0042412                                                                                                                                                                taurine biosynthetic process
GO:0042413                                                                                                                                                                 carnitine catabolic process
GO:0042414                                                                                                                                                               epinephrine metabolic process
GO:0042415                                                                                                                                                            norepinephrine metabolic process
GO:0042416                                                                                                                                                               dopamine biosynthetic process
GO:0042417                                                                                                                                                                  dopamine metabolic process
GO:0042418                                                                                                                                                            epinephrine biosynthetic process
GO:0042420                                                                                                                                                                  dopamine catabolic process
GO:0042421                                                                                                                                                         norepinephrine biosynthetic process
GO:0042423                                                                                                                                                          catecholamine biosynthetic process
GO:0042424                                                                                                                                                             catecholamine catabolic process
GO:0042426                                                                                                                                                                   choline catabolic process
GO:0042427                                                                                                                                                              serotonin biosynthetic process
GO:0042428                                                                                                                                                                 serotonin metabolic process
GO:0042430                                                                                                                                                indole-containing compound metabolic process
GO:0042431                                                                                                                                                                    indole metabolic process
GO:0042435                                                                                                                                             indole-containing compound biosynthetic process
GO:0042436                                                                                                                                                indole-containing compound catabolic process
GO:0042438                                                                                                                                                                melanin biosynthetic process
GO:0042439                                                                                                                                          ethanolamine-containing compound metabolic process
GO:0042440                                                                                                                                                                   pigment metabolic process
GO:0042441                                                                                                                                                               eye pigment metabolic process
GO:0042445                                                                                                                                                                   hormone metabolic process
GO:0042446                                                                                                                                                                hormone biosynthetic process
GO:0042447                                                                                                                                                                   hormone catabolic process
GO:0042448                                                                                                                                                              progesterone metabolic process
GO:0042450                                                                                                                                                 arginine biosynthetic process via ornithine
GO:0042451                                                                                                                                                      purine nucleoside biosynthetic process
GO:0042453                                                                                                                                                            deoxyguanosine metabolic process
GO:0042454                                                                                                                                                            ribonucleoside catabolic process
GO:0042455                                                                                                                                                         ribonucleoside biosynthetic process
GO:0042461                                                                                                                                                              photoreceptor cell development
GO:0042462                                                                                                                                                          eye photoreceptor cell development
GO:0042470                                                                                                                                                                                  melanosome
GO:0042471                                                                                                                                                                           ear morphogenesis
GO:0042472                                                                                                                                                                     inner ear morphogenesis
GO:0042473                                                                                                                                                                     outer ear morphogenesis
GO:0042474                                                                                                                                                                    middle ear morphogenesis
GO:0042475                                                                                                                                                    odontogenesis of dentin-containing tooth
GO:0042476                                                                                                                                                                               odontogenesis
GO:0042481                                                                                                                                                                 regulation of odontogenesis
GO:0042482                                                                                                                                                        positive regulation of odontogenesis
GO:0042483                                                                                                                                                        negative regulation of odontogenesis
GO:0042487                                                                                                                                      regulation of odontogenesis of dentin-containing tooth
GO:0042488                                                                                                                             positive regulation of odontogenesis of dentin-containing tooth
GO:0042489                                                                                                                             negative regulation of odontogenesis of dentin-containing tooth
GO:0042490                                                                                                                                                             mechanoreceptor differentiation
GO:0042491                                                                                                                                            inner ear auditory receptor cell differentiation
GO:0042492                                                                                                                                                          gamma-delta T cell differentiation
GO:0042494                                                                                                                                                          detection of bacterial lipoprotein
GO:0042495                                                                                                                                                  detection of triacyl bacterial lipopeptide
GO:0042496                                                                                                                                                   detection of diacyl bacterial lipopeptide
GO:0042497                                                                                                                                                                 triacyl lipopeptide binding
GO:0042500                                                                                                                                     aspartic endopeptidase activity, intramembrane cleaving
GO:0042501                                                                                                                                                      serine phosphorylation of STAT protein
GO:0042509                                                                                                                                      regulation of tyrosine phosphorylation of STAT protein
GO:0042531                                                                                                                             positive regulation of tyrosine phosphorylation of STAT protein
GO:0042532                                                                                                                             negative regulation of tyrosine phosphorylation of STAT protein
GO:0042537                                                                                                                                               benzene-containing compound metabolic process
GO:0042538                                                                                                                                                              hyperosmotic salinity response
GO:0042539                                                                                                                                                                 hypotonic salinity response
GO:0042541                                                                                                                                                             hemoglobin biosynthetic process
GO:0042542                                                                                                                                                               response to hydrogen peroxide
GO:0042543                                                                                                                                                 protein N-linked glycosylation via arginine
GO:0042551                                                                                                                                                                           neuron maturation
GO:0042552                                                                                                                                                                                 myelination
GO:0042554                                                                                                                                                                 superoxide anion generation
GO:0042555                                                                                                                                                                                 MCM complex
GO:0042558                                                                                                                                             pteridine-containing compound metabolic process
GO:0042559                                                                                                                                          pteridine-containing compound biosynthetic process
GO:0042560                                                                                                                                             pteridine-containing compound catabolic process
GO:0042562                                                                                                                                                                             hormone binding
GO:0042564                                                                                                                                                NLS-dependent protein nuclear import complex
GO:0042565                                                                                                                                                                  RNA nuclear export complex
GO:0042567                                                                                                                                                  insulin-like growth factor ternary complex
GO:0042568                                                                                                                                                   insulin-like growth factor binary complex
GO:0042571                                                                                                                                                         immunoglobulin complex, circulating
GO:0042572                                                                                                                                                                   retinol metabolic process
GO:0042573                                                                                                                                                             retinoic acid metabolic process
GO:0042574                                                                                                                                                                   retinal metabolic process
GO:0042575                                                                                                                                                                      DNA polymerase complex
GO:0042577                                                                                                                                                                  lipid phosphatase activity
GO:0042578                                                                                                                                                         phosphoric ester hydrolase activity
GO:0042579                                                                                                                                                                                   microbody
GO:0042581                                                                                                                                                                            specific granule
GO:0042582                                                                                                                                                                           azurophil granule
GO:0042583                                                                                                                                                                          chromaffin granule
GO:0042584                                                                                                                                                                 chromaffin granule membrane
GO:0042585                                                                                                                                                                            germinal vesicle
GO:0042586                                                                                                                                                                peptide deformylase activity
GO:0042587                                                                                                                                                                            glycogen granule
GO:0042588                                                                                                                                                                             zymogen granule
GO:0042589                                                                                                                                                                    zymogen granule membrane
GO:0042590                                                                                                            antigen processing and presentation of exogenous peptide antigen via MHC class I
GO:0042592                                                                                                                                                                         homeostatic process
GO:0042593                                                                                                                                                                         glucose homeostasis
GO:0042594                                                                                                                                                                      response to starvation
GO:0042595                                                                                                                                                           behavioral response to starvation
GO:0042596                                                                                                                                                                               fear response
GO:0042599                                                                                                                                                                               lamellar body
GO:0042602                                                                                                                                                       riboflavin reductase (NADPH) activity
GO:0042605                                                                                                                                                                     peptide antigen binding
GO:0042608                                                                                                                                                                     T cell receptor binding
GO:0042609                                                                                                                                                                        CD4 receptor binding
GO:0042610                                                                                                                                                                        CD8 receptor binding
GO:0042611                                                                                                                                                                         MHC protein complex
GO:0042612                                                                                                                                                                 MHC class I protein complex
GO:0042613                                                                                                                                                                MHC class II protein complex
GO:0042622                                                                                                                                                        photoreceptor outer segment membrane
GO:0042625                                                                                                                                       ATPase-coupled ion transmembrane transporter activity
GO:0042626                                                                                                                                           ATPase-coupled transmembrane transporter activity
GO:0042627                                                                                                                                                                                 chylomicron
GO:0042628                                                                                                                                                                       mating plug formation
GO:0042629                                                                                                                                                                           mast cell granule
GO:0042631                                                                                                                                                      cellular response to water deprivation
GO:0042632                                                                                                                                                                     cholesterol homeostasis
GO:0042633                                                                                                                                                                                  hair cycle
GO:0042634                                                                                                                                                                    regulation of hair cycle
GO:0042635                                                                                                                                                           positive regulation of hair cycle
GO:0042636                                                                                                                                                           negative regulation of hair cycle
GO:0042637                                                                                                                                                                                     catagen
GO:0042640                                                                                                                                                                                      anagen
GO:0042641                                                                                                                                                                                  actomyosin
GO:0042645                                                                                                                                                                      mitochondrial nucleoid
GO:0042658                                                                                                                                    MHC class II protein binding, via antigen binding groove
GO:0042659                                                                                                                                                       regulation of cell fate specification
GO:0042660                                                                                                                                              positive regulation of cell fate specification
GO:0042661                                                                                                                                            regulation of mesodermal cell fate specification
GO:0042662                                                                                                                                   negative regulation of mesodermal cell fate specification
GO:0042663                                                                                                                                            regulation of endodermal cell fate specification
GO:0042664                                                                                                                                   negative regulation of endodermal cell fate specification
GO:0042665                                                                                                                                            regulation of ectodermal cell fate specification
GO:0042666                                                                                                                                   negative regulation of ectodermal cell fate specification
GO:0042667                                                                                                                                                   auditory receptor cell fate specification
GO:0042668                                                                                                                                                   auditory receptor cell fate determination
GO:0042669                                                                                                                           regulation of inner ear auditory receptor cell fate specification
GO:0042670                                                                                                                                                           retinal cone cell differentiation
GO:0042692                                                                                                                                                                 muscle cell differentiation
GO:0042693                                                                                                                                                                 muscle cell fate commitment
GO:0042694                                                                                                                                                              muscle cell fate specification
GO:0042695                                                                                                                                                                                   thelarche
GO:0042698                                                                                                                                                                             ovulation cycle
GO:0042699                                                                                                                                              follicle-stimulating hormone signaling pathway
GO:0042700                                                                                                                                                       luteinizing hormone signaling pathway
GO:0042701                                                                                                                                                                      progesterone secretion
GO:0042704                                                                                                                                                                      uterine wall breakdown
GO:0042706                                                                                                                                                      eye photoreceptor cell fate commitment
GO:0042709                                                                                                                                                                succinate-CoA ligase complex
GO:0042710                                                                                                                                                                           biofilm formation
GO:0042711                                                                                                                                                                           maternal behavior
GO:0042713                                                                                                                                                                           sperm ejaculation
GO:0042719                                                                                                                               mitochondrial intermembrane space protein transporter complex
GO:0042720                                                                                                                                              mitochondrial inner membrane peptidase complex
GO:0042721                                                                                                                                 TIM22 mitochondrial import inner membrane insertion complex
GO:0042723                                                                                                                                              thiamine-containing compound metabolic process
GO:0042724                                                                                                                                           thiamine-containing compound biosynthetic process
GO:0042726                                                                                                                                                flavin-containing compound metabolic process
GO:0042727                                                                                                                                             flavin-containing compound biosynthetic process
GO:0042728                                                                                                                                                flavin-containing compound catabolic process
GO:0042730                                                                                                                                                                                fibrinolysis
GO:0042731                                                                                                                                                                           PH domain binding
GO:0042732                                                                                                                                                                  D-xylose metabolic process
GO:0042733                                                                                                                                                               embryonic digit morphogenesis
GO:0042734                                                                                                                                                                        presynaptic membrane
GO:0042742                                                                                                                                                               defense response to bacterium
GO:0042743                                                                                                                                                         hydrogen peroxide metabolic process
GO:0042744                                                                                                                                                         hydrogen peroxide catabolic process
GO:0042745                                                                                                                                                                  circadian sleep/wake cycle
GO:0042746                                                                                                                                                     circadian sleep/wake cycle, wakefulness
GO:0042747                                                                                                                                                       circadian sleep/wake cycle, REM sleep
GO:0042748                                                                                                                                                   circadian sleep/wake cycle, non-REM sleep
GO:0042749                                                                                                                                                    regulation of circadian sleep/wake cycle
GO:0042752                                                                                                                                                              regulation of circadian rhythm
GO:0042753                                                                                                                                                     positive regulation of circadian rhythm
GO:0042754                                                                                                                                                     negative regulation of circadian rhythm
GO:0042755                                                                                                                                                                             eating behavior
GO:0042756                                                                                                                                                                           drinking behavior
GO:0042758                                                                                                                                                     long-chain fatty acid catabolic process
GO:0042759                                                                                                                                                  long-chain fatty acid biosynthetic process
GO:0042760                                                                                                                                                very long-chain fatty acid catabolic process
GO:0042761                                                                                                                                             very long-chain fatty acid biosynthetic process
GO:0042762                                                                                                                                                      regulation of sulfur metabolic process
GO:0042765                                                                                                                                                             GPI-anchor transamidase complex
GO:0042770                                                                                                                                               signal transduction in response to DNA damage
GO:0042771                                                                                                       intrinsic apoptotic signaling pathway in response to DNA damage by p53 class mediator
GO:0042772                                                                                                                         DNA damage response, signal transduction resulting in transcription
GO:0042773                                                                                                                                                    ATP synthesis coupled electron transport
GO:0042774                                                                                                                                    plasma membrane ATP synthesis coupled electron transport
GO:0042775                                                                                                                                      mitochondrial ATP synthesis coupled electron transport
GO:0042776                                                                                                                                      proton motive force-driven mitochondrial ATP synthesis
GO:0042780                                                                                                                                                                      tRNA 3'-end processing
GO:0042781                                                                                                                                                3'-tRNA processing endoribonuclease activity
GO:0042789                                                                                                                                                     mRNA transcription by RNA polymerase II
GO:0042790                                                                                                                                      nucleolar large rRNA transcription by RNA polymerase I
GO:0042791                                                                                                                                           5S class rRNA transcription by RNA polymerase III
GO:0042795                                                                                                                                                    snRNA transcription by RNA polymerase II
GO:0042796                                                                                                                                                   snRNA transcription by RNA polymerase III
GO:0042797                                                                                                                                                    tRNA transcription by RNA polymerase III
GO:0042799                                                                                                                                                    histone H4K20 methyltransferase activity
GO:0042800                                                                                                                                                     histone H3K4 methyltransferase activity
GO:0042802                                                                                                                                                                   identical protein binding
GO:0042803                                                                                                                                                           protein homodimerization activity
GO:0042805                                                                                                                                                                             actinin binding
GO:0042806                                                                                                                                                                              fucose binding
GO:0042809                                                                                                                                                          nuclear vitamin D receptor binding
GO:0042813                                                                                                                                                                       Wnt receptor activity
GO:0042816                                                                                                                                                                vitamin B6 metabolic process
GO:0042817                                                                                                                                                                 pyridoxal metabolic process
GO:0042818                                                                                                                                                              pyridoxamine metabolic process
GO:0042819                                                                                                                                                             vitamin B6 biosynthetic process
GO:0042820                                                                                                                                                                vitamin B6 catabolic process
GO:0042822                                                                                                                                                       pyridoxal phosphate metabolic process
GO:0042823                                                                                                                                                    pyridoxal phosphate biosynthetic process
GO:0042824                                                                                                                                                         MHC class I peptide loading complex
GO:0042825                                                                                                                                                                                 TAP complex
GO:0042826                                                                                                                                                                 histone deacetylase binding
GO:0042827                                                                                                                                                                      platelet dense granule
GO:0042832                                                                                                                                                               defense response to protozoan
GO:0042834                                                                                                                                                                       peptidoglycan binding
GO:0042835                                                                                                                                                                                 BRE binding
GO:0042839                                                                                                                                                             D-glucuronate metabolic process
GO:0042840                                                                                                                                                             D-glucuronate catabolic process
GO:0042843                                                                                                                                                                  D-xylose catabolic process
GO:0042851                                                                                                                                                                 L-alanine metabolic process
GO:0042853                                                                                                                                                                 L-alanine catabolic process
GO:0042866                                                                                                                                                               pyruvate biosynthetic process
GO:0042867                                                                                                                                                                  pyruvate catabolic process
GO:0042868                                                                                                                                                             antisense RNA metabolic process
GO:0042873                                                                                                                                                            aldonate transmembrane transport
GO:0042874                                                                                                                                                       D-glucuronate transmembrane transport
GO:0042880                                                                                                                                            D-glucuronate transmembrane transporter activity
GO:0042883                                                                                                                                                                          cysteine transport
GO:0042886                                                                                                                                                                             amide transport
GO:0042887                                                                                                                                                    amide transmembrane transporter activity
GO:0042903                                                                                                                                                                tubulin deacetylase activity
GO:0042904                                                                                                                                                    9-cis-retinoic acid biosynthetic process
GO:0042905                                                                                                                                                       9-cis-retinoic acid metabolic process
GO:0042908                                                                                                                                                                        xenobiotic transport
GO:0042910                                                                                                                                               xenobiotic transmembrane transporter activity
GO:0042918                                                                                                                                                                   alkanesulfonate transport
GO:0042921                                                                                                                                                   glucocorticoid receptor signaling pathway
GO:0042922                                                                                                                                                               neuromedin U receptor binding
GO:0042923                                                                                                                                                                        neuropeptide binding
GO:0042924                                                                                                                                                                        neuromedin U binding
GO:0042930                                                                                                                                                                      enterobactin transport
GO:0042931                                                                                                                                             enterobactin transmembrane transporter activity
GO:0042937                                                                                                                                               tripeptide transmembrane transporter activity
GO:0042938                                                                                                                                                                         dipeptide transport
GO:0042939                                                                                                                                                                        tripeptide transport
GO:0042940                                                                                                                                                                      D-amino acid transport
GO:0042941                                                                                                                                                                         D-alanine transport
GO:0042942                                                                                                                                                                          D-serine transport
GO:0042943                                                                                                                                             D-amino acid transmembrane transporter activity
GO:0042946                                                                                                                                                                         glucoside transport
GO:0042947                                                                                                                                                glucoside transmembrane transporter activity
GO:0042953                                                                                                                                                                       lipoprotein transport
GO:0042959                                                                                                                                          alkanesulfonate transmembrane transporter activity
GO:0042974                                                                                                                                                      nuclear retinoic acid receptor binding
GO:0042975                                                                                                                                          peroxisome proliferator activated receptor binding
GO:0042976                                                                                                                                                         activation of Janus kinase activity
GO:0042978                                                                                                                                                  ornithine decarboxylase activator activity
GO:0042979                                                                                                                                                  ornithine decarboxylase regulator activity
GO:0042981                                                                                                                                                             regulation of apoptotic process
GO:0042982                                                                                                                                                 amyloid precursor protein metabolic process
GO:0042983                                                                                                                                              amyloid precursor protein biosynthetic process
GO:0042984                                                                                                                                regulation of amyloid precursor protein biosynthetic process
GO:0042985                                                                                                                       negative regulation of amyloid precursor protein biosynthetic process
GO:0042986                                                                                                                       positive regulation of amyloid precursor protein biosynthetic process
GO:0042987                                                                                                                                                 amyloid precursor protein catabolic process
GO:0042988                                                                                                                                                                    X11-like protein binding
GO:0042989                                                                                                                                                              sequestering of actin monomers
GO:0042994                                                                                                                                            cytoplasmic sequestering of transcription factor
GO:0042995                                                                                                                                                                             cell projection
GO:0042996                                                                                                                                    regulation of Golgi to plasma membrane protein transport
GO:0042997                                                                                                                           negative regulation of Golgi to plasma membrane protein transport
GO:0042998                                                                                                                           positive regulation of Golgi to plasma membrane protein transport
GO:0043001                                                                                                                                                  Golgi to plasma membrane protein transport
GO:0043005                                                                                                                                                                           neuron projection
GO:0043007                                                                                                                                                                         maintenance of rDNA
GO:0043008                                                                                                                                                               ATP-dependent protein binding
GO:0043009                                                                                                                                                              chordate embryonic development
GO:0043010                                                                                                                                                                 camera-type eye development
GO:0043011                                                                                                                                                      myeloid dendritic cell differentiation
GO:0043012                                                                                                                                        regulation of fusion of sperm to egg plasma membrane
GO:0043014                                                                                                                                                                       alpha-tubulin binding
GO:0043015                                                                                                                                                                       gamma-tubulin binding
GO:0043020                                                                                                                                                                       NADPH oxidase complex
GO:0043021                                                                                                                                                           ribonucleoprotein complex binding
GO:0043022                                                                                                                                                                            ribosome binding
GO:0043023                                                                                                                                                             ribosomal large subunit binding
GO:0043024                                                                                                                                                             ribosomal small subunit binding
GO:0043025                                                                                                                                                                          neuronal cell body
GO:0043027                                                                                                                cysteine-type endopeptidase inhibitor activity involved in apoptotic process
GO:0043028                                                                                                                cysteine-type endopeptidase regulator activity involved in apoptotic process
GO:0043029                                                                                                                                                                          T cell homeostasis
GO:0043030                                                                                                                                                         regulation of macrophage activation
GO:0043031                                                                                                                                                negative regulation of macrophage activation
GO:0043032                                                                                                                                                positive regulation of macrophage activation
GO:0043033                                                                                                                                                                          isoamylase complex
GO:0043034                                                                                                                                                                                   costamere
GO:0043035                                                                                                                                                        chromatin insulator sequence binding
GO:0043038                                                                                                                                                                       amino acid activation
GO:0043039                                                                                                                                                                         tRNA aminoacylation
GO:0043041                                                                                                                         amino acid activation for nonribosomal peptide biosynthetic process
GO:0043043                                                                                                                                                                peptide biosynthetic process
GO:0043045                                                                                                                                 post-fertilization epigenetic regulation of gene expression
GO:0043047                                                                                                                                                       single-stranded telomeric DNA binding
GO:0043048                                                                                                                                                 dolichyl monophosphate biosynthetic process
GO:0043049                                                                                                                                                                      otic placode formation
GO:0043052                                                                                                                                                                                 thermotaxis
GO:0043060                                                                                                                                         meiotic metaphase I homologous chromosome alignment
GO:0043062                                                                                                                                                        extracellular structure organization
GO:0043063                                                                                                                                                           intercellular bridge organization
GO:0043065                                                                                                                                                    positive regulation of apoptotic process
GO:0043066                                                                                                                                                    negative regulation of apoptotic process
GO:0043067                                                                                                                                                         regulation of programmed cell death
GO:0043068                                                                                                                                                positive regulation of programmed cell death
GO:0043069                                                                                                                                                negative regulation of programmed cell death
GO:0043073                                                                                                                                                                           germ cell nucleus
GO:0043076                                                                                                                                                                       megasporocyte nucleus
GO:0043083                                                                                                                                                                              synaptic cleft
GO:0043084                                                                                                                                                                             penile erection
GO:0043085                                                                                                                                                   positive regulation of catalytic activity
GO:0043086                                                                                                                                                   negative regulation of catalytic activity
GO:0043087                                                                                                                                                               regulation of GTPase activity
GO:0043090                                                                                                                                                                           amino acid import
GO:0043094                                                                                                                                                         cellular metabolic compound salvage
GO:0043096                                                                                                                                                                   purine nucleobase salvage
GO:0043097                                                                                                                                                               pyrimidine nucleoside salvage
GO:0043101                                                                                                                                                          purine-containing compound salvage
GO:0043102                                                                                                                                                                          amino acid salvage
GO:0043103                                                                                                                                                                        hypoxanthine salvage
GO:0043111                                                                                                                                                                     replication fork arrest
GO:0043112                                                                                                                                                                  receptor metabolic process
GO:0043113                                                                                                                                                                         receptor clustering
GO:0043114                                                                                                                                                         regulation of vascular permeability
GO:0043116                                                                                                                                                negative regulation of vascular permeability
GO:0043117                                                                                                                                                positive regulation of vascular permeability
GO:0043120                                                                                                                                                               tumor necrosis factor binding
GO:0043121                                                                                                                                                                        neurotrophin binding
GO:0043122                                                                                                                                       regulation of canonical NF-kappaB signal transduction
GO:0043123                                                                                                                              positive regulation of canonical NF-kappaB signal transduction
GO:0043124                                                                                                                              negative regulation of canonical NF-kappaB signal transduction
GO:0043125                                                                                                                                                               ErbB-3 class receptor binding
GO:0043129                                                                                                                                                                      surfactant homeostasis
GO:0043130                                                                                                                                                                           ubiquitin binding
GO:0043131                                                                                                                                                                     erythrocyte enucleation
GO:0043132                                                                                                                                                                               NAD transport
GO:0043133                                                                                                                                                                         hindgut contraction
GO:0043134                                                                                                                                                           regulation of hindgut contraction
GO:0043136                                                                                                                                                             glycerol-3-phosphatase activity
GO:0043137                                                                                                                                                      DNA replication, removal of RNA primer
GO:0043138                                                                                                                                                                 3'-5' DNA helicase activity
GO:0043139                                                                                                                                                                 5'-3' DNA helicase activity
GO:0043143                                                                                                                                         regulation of translation by machinery localization
GO:0043144                                                                                                                                                                        sno(s)RNA processing
GO:0043149                                                                                                                                                                       stress fiber assembly
GO:0043152                                                                                                                                                        induction of bacterial agglutination
GO:0043153                                                                                                                                               entrainment of circadian clock by photoperiod
GO:0043154                                                                                                   negative regulation of cysteine-type endopeptidase activity involved in apoptotic process
GO:0043157                                                                                                                                                                   response to cation stress
GO:0043159                                                                                                                                                                            acrosomal matrix
GO:0043160                                                                                                                                                                             acrosomal lumen
GO:0043161                                                                                                                           proteasome-mediated ubiquitin-dependent protein catabolic process
GO:0043162                                                                                                   ubiquitin-dependent protein catabolic process via the multivesicular body sorting pathway
GO:0043163                                                                                                                                                                  cell envelope organization
GO:0043167                                                                                                                                                                                 ion binding
GO:0043168                                                                                                                                                                               anion binding
GO:0043169                                                                                                                                                                              cation binding
GO:0043170                                                                                                                                                             macromolecule metabolic process
GO:0043171                                                                                                                                                                   peptide catabolic process
GO:0043173                                                                                                                                                                          nucleotide salvage
GO:0043174                                                                                                                                                                          nucleoside salvage
GO:0043175                                                                                                                                                          RNA polymerase core enzyme binding
GO:0043176                                                                                                                                                                               amine binding
GO:0043177                                                                                                                                                                        organic acid binding
GO:0043178                                                                                                                                                                             alcohol binding
GO:0043179                                                                                                                                                                         rhythmic excitation
GO:0043181                                                                                                                                                                       vacuolar sequestering
GO:0043183                                                                                                                                       vascular endothelial growth factor receptor 1 binding
GO:0043184                                                                                                                                       vascular endothelial growth factor receptor 2 binding
GO:0043185                                                                                                                                       vascular endothelial growth factor receptor 3 binding
GO:0043186                                                                                                                                                                                   P granule
GO:0043189                                                                                                                                                    H4/H2A histone acetyltransferase complex
GO:0043190                                                                                                                                              ATP-binding cassette (ABC) transporter complex
GO:0043194                                                                                                                                                                        axon initial segment
GO:0043195                                                                                                                                                                             terminal bouton
GO:0043196                                                                                                                                                                                  varicosity
GO:0043197                                                                                                                                                                             dendritic spine
GO:0043198                                                                                                                                                                             dendritic shaft
GO:0043199                                                                                                                                                                             sulfate binding
GO:0043200                                                                                                                                                                      response to amino acid
GO:0043201                                                                                                                                                                         response to leucine
GO:0043202                                                                                                                                                                             lysosomal lumen
GO:0043203                                                                                                                                                                                axon hillock
GO:0043204                                                                                                                                                                                  perikaryon
GO:0043207                                                                                                                                                        response to external biotic stimulus
GO:0043208                                                                                                                                                                   glycosphingolipid binding
GO:0043209                                                                                                                                                                               myelin sheath
GO:0043210                                                                                                                                                                     alkanesulfonate binding
GO:0043217                                                                                                                                                                          myelin maintenance
GO:0043218                                                                                                                                                                              compact myelin
GO:0043219                                                                                                                                                                                lateral loop
GO:0043220                                                                                                                                                                  Schmidt-Lanterman incisure
GO:0043221                                                                                                                                                                  SMC family protein binding
GO:0043225                                                                                                                           ATPase-coupled inorganic anion transmembrane transporter activity
GO:0043226                                                                                                                                                                                   organelle
GO:0043227                                                                                                                                                                  membrane-bounded organelle
GO:0043228                                                                                                                                                              non-membrane-bounded organelle
GO:0043229                                                                                                                                                                     intracellular organelle
GO:0043230                                                                                                                                                                     extracellular organelle
GO:0043231                                                                                                                                                    intracellular membrane-bounded organelle
GO:0043232                                                                                                                                                intracellular non-membrane-bounded organelle
GO:0043233                                                                                                                                                                             organelle lumen
GO:0043235                                                                                                                                                                            receptor complex
GO:0043236                                                                                                                                                                             laminin binding
GO:0043237                                                                                                                                                                           laminin-1 binding
GO:0043240                                                                                                                                                             Fanconi anaemia nuclear complex
GO:0043242                                                                                                                               negative regulation of protein-containing complex disassembly
GO:0043243                                                                                                                               positive regulation of protein-containing complex disassembly
GO:0043244                                                                                                                                        regulation of protein-containing complex disassembly
GO:0043247                                                                                                                                              telomere maintenance in response to DNA damage
GO:0043248                                                                                                                                                                         proteasome assembly
GO:0043249                                                                                                                                                                      erythrocyte maturation
GO:0043250                                                                                                                           sodium-dependent organic anion transmembrane transporter activity
GO:0043251                                                                                                                                                    sodium-dependent organic anion transport
GO:0043252                                                                                                                                                  sodium-independent organic anion transport
GO:0043254                                                                                                                                           regulation of protein-containing complex assembly
GO:0043255                                                                                                                                             regulation of carbohydrate biosynthetic process
GO:0043256                                                                                                                                                                             laminin complex
GO:0043257                                                                                                                                                                           laminin-8 complex
GO:0043259                                                                                                                                                                          laminin-10 complex
GO:0043260                                                                                                                                                                          laminin-11 complex
GO:0043262                                                                                                                                                                    ADP phosphatase activity
GO:0043266                                                                                                                                                       regulation of potassium ion transport
GO:0043267                                                                                                                                              negative regulation of potassium ion transport
GO:0043268                                                                                                                                              positive regulation of potassium ion transport
GO:0043269                                                                                                                                                      regulation of monoatomic ion transport
GO:0043270                                                                                                                                             positive regulation of monoatomic ion transport
GO:0043271                                                                                                                                             negative regulation of monoatomic ion transport
GO:0043273                                                                                                                                                                             CTPase activity
GO:0043274                                                                                                                                                                       phospholipase binding
GO:0043276                                                                                                                                                                                     anoikis
GO:0043277                                                                                                                                                                    apoptotic cell clearance
GO:0043278                                                                                                                                                                        response to morphine
GO:0043279                                                                                                                                                                        response to alkaloid
GO:0043280                                                                                                   positive regulation of cysteine-type endopeptidase activity involved in apoptotic process
GO:0043281                                                                                                            regulation of cysteine-type endopeptidase activity involved in apoptotic process
GO:0043291                                                                                                                                                                                RAVE complex
GO:0043292                                                                                                                                                                           contractile fiber
GO:0043293                                                                                                                                                                                  apoptosome
GO:0043295                                                                                                                                                                         glutathione binding
GO:0043296                                                                                                                                                                     apical junction complex
GO:0043297                                                                                                                                                                    apical junction assembly
GO:0043299                                                                                                                                                                     leukocyte degranulation
GO:0043300                                                                                                                                                       regulation of leukocyte degranulation
GO:0043301                                                                                                                                              negative regulation of leukocyte degranulation
GO:0043302                                                                                                                                              positive regulation of leukocyte degranulation
GO:0043303                                                                                                                                                                     mast cell degranulation
GO:0043304                                                                                                                                                       regulation of mast cell degranulation
GO:0043305                                                                                                                                              negative regulation of mast cell degranulation
GO:0043306                                                                                                                                              positive regulation of mast cell degranulation
GO:0043307                                                                                                                                                                       eosinophil activation
GO:0043308                                                                                                                                                                    eosinophil degranulation
GO:0043309                                                                                                                                                      regulation of eosinophil degranulation
GO:0043310                                                                                                                                             negative regulation of eosinophil degranulation
GO:0043311                                                                                                                                             positive regulation of eosinophil degranulation
GO:0043312                                                                                                                                                                    neutrophil degranulation
GO:0043313                                                                                                                                                      regulation of neutrophil degranulation
GO:0043314                                                                                                                                             negative regulation of neutrophil degranulation
GO:0043315                                                                                                                                             positive regulation of neutrophil degranulation
GO:0043316                                                                                                                                                              cytotoxic T cell degranulation
GO:0043317                                                                                                                                                regulation of cytotoxic T cell degranulation
GO:0043318                                                                                                                                       negative regulation of cytotoxic T cell degranulation
GO:0043320                                                                                                                                                           natural killer cell degranulation
GO:0043321                                                                                                                                             regulation of natural killer cell degranulation
GO:0043322                                                                                                                                    negative regulation of natural killer cell degranulation
GO:0043323                                                                                                                                    positive regulation of natural killer cell degranulation
GO:0043324                                                                                                                            pigment metabolic process involved in developmental pigmentation
GO:0043325                                                                                                                                               phosphatidylinositol-3,4-bisphosphate binding
GO:0043328                                                          protein transport to vacuole involved in ubiquitin-dependent protein catabolic process via the multivesicular body sorting pathway
GO:0043330                                                                                                                                                                 response to exogenous dsRNA
GO:0043331                                                                                                                                                                           response to dsRNA
GO:0043335                                                                                                                                                                           protein unfolding
GO:0043337                                                                                                                                                          cardiolipin synthase (CMP-forming)
GO:0043353                                                                                                                                                       enucleate erythrocyte differentiation
GO:0043354                                                                                                                                                            enucleate erythrocyte maturation
GO:0043363                                                                                                                                                        nucleate erythrocyte differentiation
GO:0043366                                                                                                                                                                              beta selection
GO:0043367                                                                                                                                             CD4-positive, alpha-beta T cell differentiation
GO:0043368                                                                                                                                                                   positive T cell selection
GO:0043369                                                                                                                          CD4-positive or CD8-positive, alpha-beta T cell lineage commitment
GO:0043370                                                                                                                               regulation of CD4-positive, alpha-beta T cell differentiation
GO:0043371                                                                                                                      negative regulation of CD4-positive, alpha-beta T cell differentiation
GO:0043372                                                                                                                      positive regulation of CD4-positive, alpha-beta T cell differentiation
GO:0043373                                                                                                                                          CD4-positive, alpha-beta T cell lineage commitment
GO:0043374                                                                                                                                             CD8-positive, alpha-beta T cell differentiation
GO:0043375                                                                                                                                          CD8-positive, alpha-beta T cell lineage commitment
GO:0043376                                                                                                                               regulation of CD8-positive, alpha-beta T cell differentiation
GO:0043377                                                                                                                      negative regulation of CD8-positive, alpha-beta T cell differentiation
GO:0043378                                                                                                                      positive regulation of CD8-positive, alpha-beta T cell differentiation
GO:0043379                                                                                                                                                               memory T cell differentiation
GO:0043380                                                                                                                                                 regulation of memory T cell differentiation
GO:0043381                                                                                                                                        negative regulation of memory T cell differentiation
GO:0043382                                                                                                                                        positive regulation of memory T cell differentiation
GO:0043383                                                                                                                                                                   negative T cell selection
GO:0043385                                                                                                                                                                 mycotoxin metabolic process
GO:0043387                                                                                                                                                                 mycotoxin catabolic process
GO:0043388                                                                                                                                                          positive regulation of DNA binding
GO:0043392                                                                                                                                                          negative regulation of DNA binding
GO:0043393                                                                                                                                                               regulation of protein binding
GO:0043394                                                                                                                                                                        proteoglycan binding
GO:0043395                                                                                                                                                        heparan sulfate proteoglycan binding
GO:0043396                                                                                                                                                   corticotropin-releasing hormone secretion
GO:0043397                                                                                                                                     regulation of corticotropin-releasing hormone secretion
GO:0043398                                                                                                                                                                          HLH domain binding
GO:0043400                                                                                                                                                                          cortisol secretion
GO:0043401                                                                                                                                                  steroid hormone mediated signaling pathway
GO:0043402                                                                                                                                                   glucocorticoid mediated signaling pathway
GO:0043403                                                                                                                                                         skeletal muscle tissue regeneration
GO:0043404                                                                                                                                           corticotropin-releasing hormone receptor activity
GO:0043405                                                                                                                                                           regulation of MAP kinase activity
GO:0043406                                                                                                                                                  positive regulation of MAP kinase activity
GO:0043407                                                                                                                                                  negative regulation of MAP kinase activity
GO:0043408                                                                                                                                                                  regulation of MAPK cascade
GO:0043409                                                                                                                                                         negative regulation of MAPK cascade
GO:0043410                                                                                                                                                         positive regulation of MAPK cascade
GO:0043412                                                                                                                                                                  macromolecule modification
GO:0043413                                                                                                                                                                 macromolecule glycosylation
GO:0043414                                                                                                                                                                   macromolecule methylation
GO:0043415                                                                                                                                  positive regulation of skeletal muscle tissue regeneration
GO:0043416                                                                                                                                           regulation of skeletal muscle tissue regeneration
GO:0043417                                                                                                                                  negative regulation of skeletal muscle tissue regeneration
GO:0043418                                                                                                                                                              homocysteine catabolic process
GO:0043420                                                                                                                                                              anthranilate metabolic process
GO:0043422                                                                                                                                                                    protein kinase B binding
GO:0043423                                                                                                                                         3-phosphoinositide-dependent protein kinase binding
GO:0043425                                                                                                                                                           bHLH transcription factor binding
GO:0043426                                                                                                                                                                                 MRF binding
GO:0043433                                                                                                                            negative regulation of DNA-binding transcription factor activity
GO:0043434                                                                                                                                                                 response to peptide hormone
GO:0043435                                                                                                                                                 response to corticotropin-releasing hormone
GO:0043436                                                                                                                                                                   oxoacid metabolic process
GO:0043438                                                                                                                                                          acetoacetic acid metabolic process
GO:0043449                                                                                                                                                           cellular alkene metabolic process
GO:0043455                                                                                                                                                   regulation of secondary metabolic process
GO:0043456                                                                                                                                                       regulation of pentose-phosphate shunt
GO:0043457                                                                                                                                                          regulation of cellular respiration
GO:0043461                                                                                                                                           proton-transporting ATP synthase complex assembly
GO:0043462                                                                                                                                                        regulation of ATP-dependent activity
GO:0043465                                                                                                                                                                  regulation of fermentation
GO:0043467                                                                                                                                regulation of generation of precursor metabolites and energy
GO:0043470                                                                                                                                                regulation of carbohydrate catabolic process
GO:0043473                                                                                                                                                                                pigmentation
GO:0043474                                                                                                                                          pigment metabolic process involved in pigmentation
GO:0043476                                                                                                                                                                        pigment accumulation
GO:0043482                                                                                                                                                               cellular pigment accumulation
GO:0043484                                                                                                                                                                  regulation of RNA splicing
GO:0043485                                                                                                                                                       endosome to pigment granule transport
GO:0043487                                                                                                                                                                 regulation of RNA stability
GO:0043488                                                                                                                                                                regulation of mRNA stability
GO:0043489                                                                                                                                                                           RNA stabilization
GO:0043490                                                                                                                                                                    malate-aspartate shuttle
GO:0043491                                                                                                                          phosphatidylinositol 3-kinase/protein kinase B signal transduction
GO:0043495                                                                                                                                                           protein-membrane adaptor activity
GO:0043496                                                                                                                                             regulation of protein homodimerization activity
GO:0043500                                                                                                                                                                           muscle adaptation
GO:0043501                                                                                                                                                                  skeletal muscle adaptation
GO:0043502                                                                                                                                                             regulation of muscle adaptation
GO:0043503                                                                                                                                                            skeletal muscle fiber adaptation
GO:0043504                                                                                                                                                                    mitochondrial DNA repair
GO:0043505                                                                                                                                                                CENP-A containing nucleosome
GO:0043506                                                                                                                                                           regulation of JUN kinase activity
GO:0043507                                                                                                                                                  positive regulation of JUN kinase activity
GO:0043508                                                                                                                                                  negative regulation of JUN kinase activity
GO:0043509                                                                                                                                                                           activin A complex
GO:0043511                                                                                                                                                                             inhibin complex
GO:0043512                                                                                                                                                                           inhibin A complex
GO:0043513                                                                                                                                                                           inhibin B complex
GO:0043514                                                                                                                                                                      interleukin-12 complex
GO:0043515                                                                                                                                                                         kinetochore binding
GO:0043516                                                                                                                regulation of DNA damage response, signal transduction by p53 class mediator
GO:0043517                                                                                                       positive regulation of DNA damage response, signal transduction by p53 class mediator
GO:0043518                                                                                                       negative regulation of DNA damage response, signal transduction by p53 class mediator
GO:0043519                                                                                                                                               regulation of myosin II filament organization
GO:0043522                                                                                                                                                               leucine zipper domain binding
GO:0043523                                                                                                                                                      regulation of neuron apoptotic process
GO:0043524                                                                                                                                             negative regulation of neuron apoptotic process
GO:0043525                                                                                                                                             positive regulation of neuron apoptotic process
GO:0043527                                                                                                                                                              tRNA methyltransferase complex
GO:0043529                                                                                                                                                                                 GET complex
GO:0043530                                                                                                                                                   adenosine 5'-monophosphoramidase activity
GO:0043531                                                                                                                                                                                 ADP binding
GO:0043532                                                                                                                                                                         angiostatin binding
GO:0043533                                                                                                                                                  inositol 1,3,4,5 tetrakisphosphate binding
GO:0043534                                                                                                                                                     blood vessel endothelial cell migration
GO:0043535                                                                                                                                       regulation of blood vessel endothelial cell migration
GO:0043536                                                                                                                              positive regulation of blood vessel endothelial cell migration
GO:0043537                                                                                                                              negative regulation of blood vessel endothelial cell migration
GO:0043538                                                                                                                                                         regulation of actin phosphorylation
GO:0043539                                                                                                                                          protein serine/threonine kinase activator activity
GO:0043541                                                                                                                                                 UDP-N-acetylglucosamine transferase complex
GO:0043542                                                                                                                                                                  endothelial cell migration
GO:0043543                                                                                                                                                                           protein acylation
GO:0043545                                                                                                                                                    molybdopterin cofactor metabolic process
GO:0043546                                                                                                                                                              molybdopterin cofactor binding
GO:0043547                                                                                                                                                      positive regulation of GTPase activity
GO:0043548                                                                                                                                                       phosphatidylinositol 3-kinase binding
GO:0043549                                                                                                                                                               regulation of kinase activity
GO:0043550                                                                                                                                                         regulation of lipid kinase activity
GO:0043555                                                                                                                                             regulation of translation in response to stress
GO:0043558                                                                                                                                regulation of translational initiation in response to stress
GO:0043559                                                                                                                                                                             insulin binding
GO:0043560                                                                                                                                                          insulin receptor substrate binding
GO:0043562                                                                                                                                                        cellular response to nitrogen levels
GO:0043564                                                                                                                                                                           Ku70:Ku80 complex
GO:0043565                                                                                                                                                               sequence-specific DNA binding
GO:0043567                                                                                                                         regulation of insulin-like growth factor receptor signaling pathway
GO:0043568                                                                                                                positive regulation of insulin-like growth factor receptor signaling pathway
GO:0043569                                                                                                                negative regulation of insulin-like growth factor receptor signaling pathway
GO:0043570                                                                                                                                                          maintenance of DNA repeat elements
GO:0043574                                                                                                                                                                       peroxisomal transport
GO:0043576                                                                                                                                                  regulation of respiratory gaseous exchange
GO:0043578                                                                                                                                                                 nuclear matrix organization
GO:0043583                                                                                                                                                                             ear development
GO:0043584                                                                                                                                                                            nose development
GO:0043585                                                                                                                                                                          nose morphogenesis
GO:0043586                                                                                                                                                                          tongue development
GO:0043587                                                                                                                                                                        tongue morphogenesis
GO:0043588                                                                                                                                                                            skin development
GO:0043589                                                                                                                                                                          skin morphogenesis
GO:0043596                                                                                                                                                                    nuclear replication fork
GO:0043601                                                                                                                                                                           nuclear replisome
GO:0043603                                                                                                                                                                     amide metabolic process
GO:0043604                                                                                                                                                                  amide biosynthetic process
GO:0043605                                                                                                                                                                     amide catabolic process
GO:0043606                                                                                                                                                                 formamide metabolic process
GO:0043614                                                                                                                                                                           multi-eIF complex
GO:0043615                                                                                                                                                                    astrocyte cell migration
GO:0043616                                                                                                                                                                  keratinocyte proliferation
GO:0043621                                                                                                                                                                    protein self-association
GO:0043622                                                                                                                                                           cortical microtubule organization
GO:0043625                                                                                                                                                                delta DNA polymerase complex
GO:0043626                                                                                                                                                                                PCNA complex
GO:0043627                                                                                                                                                                        response to estrogen
GO:0043632                                                                                                                                      modification-dependent macromolecule catabolic process
GO:0043633                                                                                                                                             polyadenylation-dependent RNA catabolic process
GO:0043634                                                                                                                                           polyadenylation-dependent ncRNA catabolic process
GO:0043647                                                                                                                                                        inositol phosphate metabolic process
GO:0043648                                                                                                                                                         dicarboxylic acid metabolic process
GO:0043649                                                                                                                                                         dicarboxylic acid catabolic process
GO:0043650                                                                                                                                                      dicarboxylic acid biosynthetic process
GO:0043651                                                                                                                                                             linoleic acid metabolic process
GO:0043652                                                                                                                                                                engulfment of apoptotic cell
GO:0043653                                                                                                                                   mitochondrial fragmentation involved in apoptotic process
GO:0043654                                                                                                                                                               recognition of apoptotic cell
GO:0043657                                                                                                                                                                                   host cell
GO:0043666                                                                                                                                           regulation of phosphoprotein phosphatase activity
GO:0043679                                                                                                                                                                               axon terminus
GO:0043682                                                                                                                                                 P-type divalent copper transporter activity
GO:0043686                                                                                                                                                       co-translational protein modification
GO:0043687                                                                                                                                                     post-translational protein modification
GO:0043691                                                                                                                                                               reverse cholesterol transport
GO:0043696                                                                                                                                                                           dedifferentiation
GO:0043697                                                                                                                                                                      cell dedifferentiation
GO:0043715                                                                                                                                  2,3-diketo-5-methylthiopentyl-1-phosphate enolase activity
GO:0043716                                                                                                                      2-hydroxy-3-keto-5-methylthiopentenyl-1-phosphate phosphatase activity
GO:0043727                                                                                                                                              5-amino-4-imidazole carboxylate lyase activity
GO:0043733                                                                                                                                                       DNA-3-methylbase glycosylase activity
GO:0043739                                                                                                                                       G/U mismatch-specific uracil-DNA glycosylase activity
GO:0043754                                                                                                                         dihydrolipoyllysine-residue (2-methylpropanoyl)transferase activity
GO:0043759                                                                                                                                                       2-methylbutanoate-CoA ligase activity
GO:0043771                                                                                                                                                                    cytidine kinase activity
GO:0043795                                                                                                                                                      glyceraldehyde oxidoreductase activity
GO:0043812                                                                                                                                       phosphatidylinositol-4-phosphate phosphatase activity
GO:0043813                                                                                                                                phosphatidylinositol-3,5-bisphosphate 5-phosphatase activity
GO:0043829                                                                                                                                               tRNA-specific adenosine-37 deaminase activity
GO:0043843                                                                                                                                                           ADP-specific glucokinase activity
GO:0043855                                                                                                                                 cyclic nucleotide-activated monoatomic ion channel activity
GO:0043865                                                                                                                                               methionine transmembrane transporter activity
GO:0043874                                                                                                                                                              acireductone synthase activity
GO:0043878                                                                                                              glyceraldehyde-3-phosphate dehydrogenase (NAD+) (non-phosphorylating) activity
GO:0043890                                                                                                                                                  N-acetylgalactosamine-6-sulfatase activity
GO:0043891                                                                                                               glyceraldehyde-3-phosphate dehydrogenase (NAD(P)+) (phosphorylating) activity
GO:0043903                                                                                                                          regulation of biological process involved in symbiotic interaction
GO:0043915                                                                                                                                                           L-seryl-tRNA(Sec) kinase activity
GO:0043916                                                                                                                                                    DNA-7-methylguanine glycosylase activity
GO:0043921                                                                                                                                                   modulation by host of viral transcription
GO:0043922                                                                                                                                          negative regulation by host of viral transcription
GO:0043923                                                                                                                                          positive regulation by host of viral transcription
GO:0043924                                                                                                                                                                             suramin binding
GO:0043928                                                                                                                                              exonucleolytic catabolism of deadenylated mRNA
GO:0043931                                                                                                                                                    ossification involved in bone maturation
GO:0043932                                                                                                                                                    ossification involved in bone remodeling
GO:0043933                                                                                                                                                     protein-containing complex organization
GO:0043949                                                                                                                                                       regulation of cAMP-mediated signaling
GO:0043950                                                                                                                                              positive regulation of cAMP-mediated signaling
GO:0043951                                                                                                                                              negative regulation of cAMP-mediated signaling
GO:0043954                                                                                                                                                              cellular component maintenance
GO:0043956                                                                                                                                                 3-hydroxypropionyl-CoA dehydratase activity
GO:0043992                                                                                                                                                     histone H3K9 acetyltransferase activity
GO:0043993                                                                                                                                                    histone H3K18 acetyltransferase activity
GO:0043994                                                                                                                                                    histone H3K23 acetyltransferase activity
GO:0043995                                                                                                                                                     histone H4K5 acetyltransferase activity
GO:0043996                                                                                                                                                     histone H4K8 acetyltransferase activity
GO:0043997                                                                                                                                                    histone H4K12 acetyltransferase activity
GO:0043998                                                                                                                                                      histone H2A acetyltransferase activity
GO:0043999                                                                                                                                                    histone H2AK5 acetyltransferase activity
GO:0044003                                                                                                                                                      modulation by symbiont of host process
GO:0044010                                                                                                                                                            single-species biofilm formation
GO:0044013                                                                                                                                                      histone H2B acetyltransferase activity
GO:0044016                                                                                                                                                     histone H3K4 acetyltransferase activity
GO:0044017                                                                                                                                                    histone H3K27 acetyltransferase activity
GO:0044020                                                                                                                                                     histone H4R3 methyltransferase activity
GO:0044022                                                                                                                                                               histone H3S28 kinase activity
GO:0044024                                                                                                                                                               histone H2AS1 kinase activity
GO:0044027                                                                                                                           negative regulation of gene expression via CpG island methylation
GO:0044029                                                                                                                         positive regulation of gene expression via CpG island demethylation
GO:0044030                                                                                                                                                               regulation of DNA methylation
GO:0044042                                                                                                                                                                    glucan metabolic process
GO:0044057                                                                                                                                                                regulation of system process
GO:0044058                                                                                                                                                      regulation of digestive system process
GO:0044060                                                                                                                                                             regulation of endocrine process
GO:0044062                                                                                                                                                                     regulation of excretion
GO:0044065                                                                                                                                                    regulation of respiratory system process
GO:0044070                                                                                                                                                    regulation of monoatomic anion transport
GO:0044085                                                                                                                                                               cellular component biogenesis
GO:0044087                                                                                                                                                 regulation of cellular component biogenesis
GO:0044088                                                                                                                                                          regulation of vacuole organization
GO:0044089                                                                                                                                        positive regulation of cellular component biogenesis
GO:0044090                                                                                                                                                 positive regulation of vacuole organization
GO:0044091                                                                                                                                                                         membrane biogenesis
GO:0044092                                                                                                                                                   negative regulation of molecular function
GO:0044093                                                                                                                                                   positive regulation of molecular function
GO:0044111                                                                                                                                      formation of structure involved in a symbiotic process
GO:0044183                                                                                                                                                                   protein folding chaperone
GO:0044194                                                                                                                                                                           cytolytic granule
GO:0044205                                                                                                                                                          'de novo' UMP biosynthetic process
GO:0044206                                                                                                                                                                                 UMP salvage
GO:0044207                                                                                                                                                      translation initiation ternary complex
GO:0044208                                                                                                                                                          'de novo' AMP biosynthetic process
GO:0044209                                                                                                                                                                                 AMP salvage
GO:0044210                                                                                                                                                          'de novo' CTP biosynthetic process
GO:0044211                                                                                                                                                                                 CTP salvage
GO:0044217                                                                                                                                                                         other organism part
GO:0044218                                                                                                                                                                other organism cell membrane
GO:0044224                                                                                                                                                                juxtaparanode region of axon
GO:0044225                                                                                                                                                                       apical pole of neuron
GO:0044232                                                                                                                                                             organelle membrane contact site
GO:0044233                                                                                                                                      mitochondria-associated endoplasmic reticulum membrane
GO:0044237                                                                                                                                                                  cellular metabolic process
GO:0044238                                                                                                                                                                   primary metabolic process
GO:0044241                                                                                                                                                                             lipid digestion
GO:0044242                                                                                                                                                            cellular lipid catabolic process
GO:0044245                                                                                                                                                                    polysaccharide digestion
GO:0044248                                                                                                                                                                  cellular catabolic process
GO:0044249                                                                                                                                                               cellular biosynthetic process
GO:0044255                                                                                                                                                            cellular lipid metabolic process
GO:0044269                                                                                                                                                            glycerol ether catabolic process
GO:0044270                                                                                                                                                cellular nitrogen compound catabolic process
GO:0044271                                                                                                                                             cellular nitrogen compound biosynthetic process
GO:0044272                                                                                                                                                        sulfur compound biosynthetic process
GO:0044273                                                                                                                                                           sulfur compound catabolic process
GO:0044281                                                                                                                                                            small molecule metabolic process
GO:0044282                                                                                                                                                            small molecule catabolic process
GO:0044283                                                                                                                                                         small molecule biosynthetic process
GO:0044284                                                                                                                                                               mitochondrial crista junction
GO:0044291                                                                                                                                                                      cell-cell contact zone
GO:0044292                                                                                                                                                                           dendrite terminus
GO:0044294                                                                                                                                                                       dendritic growth cone
GO:0044295                                                                                                                                                                          axonal growth cone
GO:0044297                                                                                                                                                                                   cell body
GO:0044298                                                                                                                                                                          cell body membrane
GO:0044299                                                                                                                                                                                     C-fiber
GO:0044300                                                                                                                                                                      cerebellar mossy fiber
GO:0044301                                                                                                                                                                              climbing fiber
GO:0044302                                                                                                                                                                   dentate gyrus mossy fiber
GO:0044304                                                                                                                                                                                   main axon
GO:0044305                                                                                                                                                                               calyx of Held
GO:0044306                                                                                                                                                                  neuron projection terminus
GO:0044307                                                                                                                                                                            dendritic branch
GO:0044308                                                                                                                                                                                axonal spine
GO:0044309                                                                                                                                                                                neuron spine
GO:0044313                                                                                                                                                          protein K6-linked deubiquitination
GO:0044314                                                                                                                                                           protein K27-linked ubiquitination
GO:0044316                                                                                                                                                                           cone cell pedicle
GO:0044319                                                                                                                                                           wound healing, spreading of cells
GO:0044320                                                                                                                                                        cellular response to leptin stimulus
GO:0044321                                                                                                                                                                          response to leptin
GO:0044322                                                                                                                                           endoplasmic reticulum quality control compartment
GO:0044323                                                                                                                                                    retinoic acid-responsive element binding
GO:0044325                                                                                                                                                           transmembrane transporter binding
GO:0044326                                                                                                                                                                        dendritic spine neck
GO:0044327                                                                                                                                                                        dendritic spine head
GO:0044331                                                                                                                                                     cell-cell adhesion mediated by cadherin
GO:0044332                                                                                                                         Wnt signaling pathway involved in dorsal/ventral axis specification
GO:0044338                                                                                                           canonical Wnt signaling pathway involved in mesenchymal stem cell differentiation
GO:0044340                                                                                                                canonical Wnt signaling pathway involved in regulation of cell proliferation
GO:0044341                                                                                                                                                        sodium-dependent phosphate transport
GO:0044342                                                                                                                                                        type B pancreatic cell proliferation
GO:0044343                                                                                              canonical Wnt signaling pathway involved in regulation of type B pancreatic cell proliferation
GO:0044344                                                                                                                                      cellular response to fibroblast growth factor stimulus
GO:0044345                                                                                                                    stromal-epithelial cell signaling involved in prostate gland development
GO:0044346                                                                                                                                                                fibroblast apoptotic process
GO:0044351                                                                                                                                                                            macropinocytosis
GO:0044352                                                                                                                                                                                    pinosome
GO:0044354                                                                                                                                                                               macropinosome
GO:0044355                                                                                                                                                      clearance of foreign intracellular DNA
GO:0044357                                                                                                                                                                regulation of rRNA stability
GO:0044375                                                                                                                                                               regulation of peroxisome size
GO:0044378                                                                                                                                                  non-sequence-specific DNA binding, bending
GO:0044379                                                                                                                                                protein localization to actin cortical patch
GO:0044380                                                                                                                                                        protein localization to cytoskeleton
GO:0044381                                                                                                                                              glucose import in response to insulin stimulus
GO:0044387                                                                                                     negative regulation of protein kinase activity by regulation of protein phosphorylation
GO:0044388                                                                                                                                                     small protein activating enzyme binding
GO:0044389                                                                                                                                                       ubiquitin-like protein ligase binding
GO:0044390                                                                                                                                           ubiquitin-like protein conjugating enzyme binding
GO:0044391                                                                                                                                                                           ribosomal subunit
GO:0044393                                                                                                                                                                                  microspike
GO:0044403                                                                                                                                        biological process involved in symbiotic interaction
GO:0044406                                                                                                                                                                adhesion of symbiont to host
GO:0044407                                                                                                                                     single-species biofilm formation in or on host organism
GO:0044409                                                                                                                                                                    symbiont entry into host
GO:0044419                                                                                                                   biological process involved in interspecies interaction between organisms
GO:0044458                                                                                                                                                                      motile cilium assembly
GO:0044467                                                                                                                                           glial cell-derived neurotrophic factor production
GO:0044508                                                                                                                                                   glucagon-like peptide 1 receptor activity
GO:0044524                                                                                                                                                                       protein sulfhydration
GO:0044528                                                                                                                                                  regulation of mitochondrial mRNA stability
GO:0044530                                                                                                                                                                   supraspliceosomal complex
GO:0044537                                                                                                                                                 regulation of circulating fibrinogen levels
GO:0044539                                                                                                                                                      long-chain fatty acid import into cell
GO:0044540                                                                                                                                                    L-cystine L-cysteine-lyase (deaminating)
GO:0044545                                                                                                                                                                                 NSL complex
GO:0044546                                                                                                                                                         NLRP3 inflammasome complex assembly
GO:0044547                                                                                                                                                                   DNA topoisomerase binding
GO:0044548                                                                                                                                                                        S100 protein binding
GO:0044549                                                                                                                                                                  GTP cyclohydrolase binding
GO:0044550                                                                                                                                                   secondary metabolite biosynthetic process
GO:0044557                                                                                                                                                                 relaxation of smooth muscle
GO:0044558                                                                                                                                                            uterine smooth muscle relaxation
GO:0044565                                                                                                                                                                dendritic cell proliferation
GO:0044571                                                                                                                                                                   [2Fe-2S] cluster assembly
GO:0044572                                                                                                                                                                   [4Fe-4S] cluster assembly
GO:0044580                                                                                                                                                               butyryl-CoA catabolic process
GO:0044594                                                                                                                                        17-beta-hydroxysteroid dehydrogenase (NAD+) activity
GO:0044597                                                                                                                                                              daunorubicin metabolic process
GO:0044598                                                                                                                                                               doxorubicin metabolic process
GO:0044599                                                                                                                                                                        AP-5 adaptor complex
GO:0044601                                                                                                                                                                  protein denucleotidylation
GO:0044602                                                                                                                                                                     protein deadenylylation
GO:0044603                                                                                                                                                          protein adenylylhydrolase activity
GO:0044609                                                                                                                                                                               DBIRD complex
GO:0044610                                                                                                                                                      FMN transmembrane transporter activity
GO:0044611                                                                                                                                                                     nuclear pore inner ring
GO:0044613                                                                                                                                                      nuclear pore central transport channel
GO:0044614                                                                                                                                                          nuclear pore cytoplasmic filaments
GO:0044615                                                                                                                                                                 nuclear pore nuclear basket
GO:0044620                                                                                                                                              ACP phosphopantetheine attachment site binding
GO:0044650                                                                                                                                                           adhesion of symbiont to host cell
GO:0044663                                                                                                                  establishment or maintenance of cell type involved in phenotypic switching
GO:0044665                                                                                                                                                                              MLL1/2 complex
GO:0044666                                                                                                                                                                              MLL3/4 complex
GO:0044691                                                                                                                                                                              tooth eruption
GO:0044703                                                                                                                                                         multi-organism reproductive process
GO:0044706                                                                                                                                                        multi-multicellular organism process
GO:0044715                                                                                                                                                             8-oxo-dGDP phosphatase activity
GO:0044716                                                                                                                                                              8-oxo-GDP phosphatase activity
GO:0044717                                                                                                                                                         8-hydroxy-dADP phosphatase activity
GO:0044721                                                                                                                                    protein import into peroxisome matrix, substrate release
GO:0044722                                                                                                                                                                   renal phosphate excretion
GO:0044725                                                                                                                                             epigenetic programming in the zygotic pronuclei
GO:0044726                                                                                                                                                  epigenetic programing of female pronucleus
GO:0044727                                                                                                                                                    epigenetic programing of male pronucleus
GO:0044729                                                                                                                                                                 hemi-methylated DNA-binding
GO:0044743                                                                                                                                   protein transmembrane import into intracellular organelle
GO:0044751                                                                                                                                  cellular response to human chorionic gonadotropin stimulus
GO:0044752                                                                                                                                                    response to human chorionic gonadotropin
GO:0044753                                                                                                                                                                                   amphisome
GO:0044754                                                                                                                                                                                autolysosome
GO:0044769                                                                                                            ATPase activity, coupled to transmembrane movement of ions, rotational mechanism
GO:0044770                                                                                                                                                                 cell cycle phase transition
GO:0044771                                                                                                                                                         meiotic cell cycle phase transition
GO:0044772                                                                                                                                                         mitotic cell cycle phase transition
GO:0044773                                                                                                                                                     mitotic DNA damage checkpoint signaling
GO:0044774                                                                                                                                                  mitotic DNA integrity checkpoint signaling
GO:0044778                                                                                                                                                  meiotic DNA integrity checkpoint signaling
GO:0044779                                                                                                                                                        meiotic spindle checkpoint signaling
GO:0044782                                                                                                                                                                         cilium organization
GO:0044784                                                                                                                                                 metaphase/anaphase transition of cell cycle
GO:0044785                                                                                                                                         metaphase/anaphase transition of meiotic cell cycle
GO:0044786                                                                                                                                                                  cell cycle DNA replication
GO:0044788                                                                                                                                                         modulation by host of viral process
GO:0044790                                                                                                                                                        suppression of viral release by host
GO:0044793                                                                                                                                                negative regulation by host of viral process
GO:0044794                                                                                                                                                positive regulation by host of viral process
GO:0044795                                                                                                                                         trans-Golgi network to recycling endosome transport
GO:0044796                                                                                                                                                  DNA polymerase processivity factor complex
GO:0044804                                                                                                                                                                                 nucleophagy
GO:0044806                                                                                                                                                                  G-quadruplex DNA unwinding
GO:0044818                                                                                                                                                          mitotic G2/M transition checkpoint
GO:0044819                                                                                                                                                mitotic G1/S transition checkpoint signaling
GO:0044821                                                                                                                                             meiotic telomere tethering at nuclear periphery
GO:0044827                                                                                                                                              modulation by host of viral genome replication
GO:0044828                                                                                                                                     negative regulation by host of viral genome replication
GO:0044829                                                                                                                                     positive regulation by host of viral genome replication
GO:0044830                                                                                                                                          modulation by host of viral RNA genome replication
GO:0044837                                                                                                                                                    actomyosin contractile ring organization
GO:0044839                                                                                                                                                            cell cycle G2/M phase transition
GO:0044843                                                                                                                                                            cell cycle G1/S phase transition
GO:0044848                                                                                                                                                                            biological phase
GO:0044849                                                                                                                                                                               estrous cycle
GO:0044851                                                                                                                                                                            hair cycle phase
GO:0044853                                                                                                                                                                        plasma membrane raft
GO:0044854                                                                                                                                                               plasma membrane raft assembly
GO:0044855                                                                                                                                                           plasma membrane raft distribution
GO:0044856                                                                                                                                                           plasma membrane raft localization
GO:0044857                                                                                                                                                           plasma membrane raft organization
GO:0044858                                                                                                                                                           plasma membrane raft polarization
GO:0044860                                                                                                                                                protein localization to plasma membrane raft
GO:0044861                                                                                                                                                 protein transport into plasma membrane raft
GO:0044866                                                                                                                                    modulation by host of viral exo-alpha-sialidase activity
GO:0044867                                                                                                                                              modulation by host of viral catalytic activity
GO:0044868                                                                                                                                              modulation by host of viral molecular function
GO:0044869                                                                                                                           negative regulation by host of viral exo-alpha-sialidase activity
GO:0044870                                                                                                                                  modulation by host of viral glycoprotein metabolic process
GO:0044871                                                                                                                         negative regulation by host of viral glycoprotein metabolic process
GO:0044872                                                                                                                                                                    lipoprotein localization
GO:0044873                                                                                                                                                        lipoprotein localization to membrane
GO:0044877                                                                                                                                                          protein-containing complex binding
GO:0044878                                                                                                                                                    mitotic cytokinesis checkpoint signaling
GO:0045002                                                                                                                                      double-strand break repair via single-strand annealing
GO:0045003                                                                                                                         double-strand break repair via synthesis-dependent strand annealing
GO:0045004                                                                                                                                                                DNA replication proofreading
GO:0045005                                                                                                                                       DNA-templated DNA replication maintenance of fidelity
GO:0045006                                                                                                                                                                             DNA deamination
GO:0045007                                                                                                                                                                                depurination
GO:0045008                                                                                                                                                                            depyrimidination
GO:0045009                                                                                                                                                                                   chitosome
GO:0045010                                                                                                                                                                            actin nucleation
GO:0045016                                                                                                                                         mitochondrial magnesium ion transmembrane transport
GO:0045017                                                                                                                                                           glycerolipid biosynthetic process
GO:0045019                                                                                                                                    negative regulation of nitric oxide biosynthetic process
GO:0045022                                                                                                                                                   early endosome to late endosome transport
GO:0045023                                                                                                                                                                         G0 to G1 transition
GO:0045025                                                                                                                                                                   mitochondrial degradosome
GO:0045026                                                                                                                                                                      plasma membrane fusion
GO:0045027                                                                                                                                                                             DNA end binding
GO:0045028                                                                                                                                   G protein-coupled purinergic nucleotide receptor activity
GO:0045029                                                                                                                                                     G protein-coupled UDP receptor activity
GO:0045030                                                                                                                                                     G protein-coupled UTP receptor activity
GO:0045031                                                                                                                                                     G protein-coupled ATP receptor activity
GO:0045039                                                                                                                                         protein insertion into mitochondrial inner membrane
GO:0045040                                                                                                                                         protein insertion into mitochondrial outer membrane
GO:0045041                                                                                                                                       protein import into mitochondrial intermembrane space
GO:0045046                                                                                                                                                     protein import into peroxisome membrane
GO:0045047                                                                                                                                                                     protein targeting to ER
GO:0045048                                                                                                                                                          protein insertion into ER membrane
GO:0045050                                                                                                                protein insertion into ER membrane by stop-transfer membrane-anchor sequence
GO:0045053                                                                                                                                                        protein retention in Golgi apparatus
GO:0045054                                                                                                                                                              constitutive secretory pathway
GO:0045055                                                                                                                                                                        regulated exocytosis
GO:0045056                                                                                                                                                                                transcytosis
GO:0045058                                                                                                                                                                            T cell selection
GO:0045059                                                                                                                                                            positive thymic T cell selection
GO:0045060                                                                                                                                                            negative thymic T cell selection
GO:0045061                                                                                                                                                                     thymic T cell selection
GO:0045062                                                                                                                                                                extrathymic T cell selection
GO:0045063                                                                                                                                                             T-helper 1 cell differentiation
GO:0045064                                                                                                                                                             T-helper 2 cell differentiation
GO:0045065                                                                                                                                                            cytotoxic T cell differentiation
GO:0045066                                                                                                                                                           regulatory T cell differentiation
GO:0045069                                                                                                                                                      regulation of viral genome replication
GO:0045070                                                                                                                                             positive regulation of viral genome replication
GO:0045071                                                                                                                                             negative regulation of viral genome replication
GO:0045087                                                                                                                                                                      innate immune response
GO:0045088                                                                                                                                                        regulation of innate immune response
GO:0045089                                                                                                                                               positive regulation of innate immune response
GO:0045091                                                                                                    regulation of single stranded viral RNA replication via double stranded DNA intermediate
GO:0045092                                                                                                                                                             interleukin-18 receptor complex
GO:0045095                                                                                                                                                                            keratin filament
GO:0045098                                                                                                                                                              type III intermediate filament
GO:0045103                                                                                                                                                         intermediate filament-based process
GO:0045104                                                                                                                                             intermediate filament cytoskeleton organization
GO:0045105                                                                                                                                    intermediate filament polymerization or depolymerization
GO:0045106                                                                                                                                                      intermediate filament depolymerization
GO:0045107                                                                                                                                                        intermediate filament polymerization
GO:0045108                                                                                                                      regulation of intermediate filament polymerization or depolymerization
GO:0045109                                                                                                                                                          intermediate filament organization
GO:0045110                                                                                                                                                       intermediate filament bundle assembly
GO:0045111                                                                                                                                                          intermediate filament cytoskeleton
GO:0045112                                                                                                                                                               integrin biosynthetic process
GO:0045113                                                                                                                                                 regulation of integrin biosynthetic process
GO:0045116                                                                                                                                                                         protein neddylation
GO:0045117                                                                                                                                                               azole transmembrane transport
GO:0045119                                                                                                                                                            azole:proton antiporter activity
GO:0045120                                                                                                                                                                                  pronucleus
GO:0045121                                                                                                                                                                               membrane raft
GO:0045123                                                                                                                                                                      cellular extravasation
GO:0045124                                                                                                                                                               regulation of bone resorption
GO:0045125                                                                                                                                                           bioactive lipid receptor activity
GO:0045127                                                                                                                                                         N-acetylglucosamine kinase activity
GO:0045130                                                                                                                                                           keratan sulfotransferase activity
GO:0045132                                                                                                                                                              meiotic chromosome segregation
GO:0045134                                                                                                                                                                    UDP phosphatase activity
GO:0045136                                                                                                                                             development of secondary sexual characteristics
GO:0045137                                                                                                                                               development of primary sexual characteristics
GO:0045141                                                                                                                                                                 meiotic telomere clustering
GO:0045142                                                                                                                                                                         triplex DNA binding
GO:0045143                                                                                                                                                           homologous chromosome segregation
GO:0045145                                                                                                                                          single-stranded DNA 5'-3' DNA exonuclease activity
GO:0045148                                                                                                                                                          tripeptide aminopeptidase activity
GO:0045159                                                                                                                                                                           myosin II binding
GO:0045161                                                                                                                                                             neuronal ion channel clustering
GO:0045162                                                                                                                                                 clustering of voltage-gated sodium channels
GO:0045163                                                                                                                                              clustering of voltage-gated potassium channels
GO:0045165                                                                                                                                                                        cell fate commitment
GO:0045167                                                                                                                         asymmetric protein localization involved in cell fate determination
GO:0045168                                                                                                                                        cell-cell signaling involved in cell fate commitment
GO:0045171                                                                                                                                                                        intercellular bridge
GO:0045174                                                                                                                                              glutathione dehydrogenase (ascorbate) activity
GO:0045175                                                                                                                                                                  basal protein localization
GO:0045176                                                                                                                                                                 apical protein localization
GO:0045177                                                                                                                                                                         apical part of cell
GO:0045178                                                                                                                                                                          basal part of cell
GO:0045179                                                                                                                                                                               apical cortex
GO:0045180                                                                                                                                                                                basal cortex
GO:0045182                                                                                                                                                              translation regulator activity
GO:0045183                                                                                                                                       translation factor activity, non-nucleic acid binding
GO:0045184                                                                                                                                                       establishment of protein localization
GO:0045185                                                                                                                                                             maintenance of protein location
GO:0045186                                                                                                                                                                    zonula adherens assembly
GO:0045187                                                                                                                                             regulation of circadian sleep/wake cycle, sleep
GO:0045188                                                                                                                                     regulation of circadian sleep/wake cycle, non-REM sleep
GO:0045190                                                                                                                                                                           isotype switching
GO:0045191                                                                                                                                                             regulation of isotype switching
GO:0045196                                                                                                                                         establishment or maintenance of neuroblast polarity
GO:0045197                                                                                                                       establishment or maintenance of epithelial cell apical/basal polarity
GO:0045198                                                                                                                                      establishment of epithelial cell apical/basal polarity
GO:0045199                                                                                                                                        maintenance of epithelial cell apical/basal polarity
GO:0045200                                                                                                                                                        establishment of neuroblast polarity
GO:0045202                                                                                                                                                                                     synapse
GO:0045204                                                                                                                                                                    MAPK export from nucleus
GO:0045210                                                                                                                                                                   FasL biosynthetic process
GO:0045211                                                                                                                                                                       postsynaptic membrane
GO:0045214                                                                                                                                                                      sarcomere organization
GO:0045216                                                                                                                                                             cell-cell junction organization
GO:0045217                                                                                                                                                              cell-cell junction maintenance
GO:0045218                                                                                                                                                                 zonula adherens maintenance
GO:0045219                                                                                                                                                               regulation of FasL production
GO:0045221                                                                                                                                                      negative regulation of FasL production
GO:0045222                                                                                                                                                                    CD4 biosynthetic process
GO:0045223                                                                                                                                                                regulation of CD4 production
GO:0045225                                                                                                                                                       negative regulation of CD4 production
GO:0045226                                                                                                                                           extracellular polysaccharide biosynthetic process
GO:0045229                                                                                                                                               external encapsulating structure organization
GO:0045236                                                                                                                                                             CXCR chemokine receptor binding
GO:0045237                                                                                                                                                            CXCR1 chemokine receptor binding
GO:0045239                                                                                                                                                     tricarboxylic acid cycle enzyme complex
GO:0045240                                                                                                                                                         dihydrolipoyl dehydrogenase complex
GO:0045242                                                                                                                                                     isocitrate dehydrogenase complex (NAD+)
GO:0045244                                                                                                                                                  succinate-CoA ligase complex (GDP-forming)
GO:0045251                                                                                                                                                      electron transfer flavoprotein complex
GO:0045252                                                                                                                                                          oxoglutarate dehydrogenase complex
GO:0045253                                                                                                                                      pyruvate dehydrogenase (lipoamide) phosphatase complex
GO:0045254                                                                                                                                                              pyruvate dehydrogenase complex
GO:0045257                                                                                                                                                succinate dehydrogenase complex (ubiquinone)
GO:0045259                                                                                                                                                    proton-transporting ATP synthase complex
GO:0045261                                                                                                                               proton-transporting ATP synthase complex, catalytic core F(1)
GO:0045263                                                                                                                              proton-transporting ATP synthase complex, coupling factor F(o)
GO:0045265                                                                                                                                              proton-transporting ATP synthase, stator stalk
GO:0045267                                                                                                                                            proton-transporting ATP synthase, catalytic core
GO:0045271                                                                                                                                                                 respiratory chain complex I
GO:0045273                                                                                                                                                                respiratory chain complex II
GO:0045275                                                                                                                                                               respiratory chain complex III
GO:0045277                                                                                                                                                                respiratory chain complex IV
GO:0045281                                                                                                                                                             succinate dehydrogenase complex
GO:0045283                                                                                                                                                                  fumarate reductase complex
GO:0045291                                                                                                                                                            mRNA trans splicing, SL addition
GO:0045292                                                                                                                                                          mRNA cis splicing, via spliceosome
GO:0045293                                                                                                                                                                        mRNA editing complex
GO:0045294                                                                                                                                                                       alpha-catenin binding
GO:0045295                                                                                                                                                                       gamma-catenin binding
GO:0045296                                                                                                                                                                            cadherin binding
GO:0045298                                                                                                                                                                             tubulin complex
GO:0045299                                                                                                                                                                      otolith mineralization
GO:0045309                                                                                                                                                   protein phosphorylated amino acid binding
GO:0045321                                                                                                                                                                        leukocyte activation
GO:0045322                                                                                                                                                                    unmethylated CpG binding
GO:0045324                                                                                                                                                          late endosome to vacuole transport
GO:0045329                                                                                                                                                              carnitine biosynthetic process
GO:0045332                                                                                                                                                                  phospholipid translocation
GO:0045333                                                                                                                                                                        cellular respiration
GO:0045334                                                                                                                                                           clathrin-coated endocytic vesicle
GO:0045335                                                                                                                                                                          phagocytic vesicle
GO:0045337                                                                                                                                                   farnesyl diphosphate biosynthetic process
GO:0045338                                                                                                                                                      farnesyl diphosphate metabolic process
GO:0045339                                                                                                                                                      farnesyl diphosphate catabolic process
GO:0045340                                                                                                                                                                         mercury ion binding
GO:0045341                                                                                                                                                            MHC class I biosynthetic process
GO:0045342                                                                                                                                                           MHC class II biosynthetic process
GO:0045343                                                                                                                                              regulation of MHC class I biosynthetic process
GO:0045344                                                                                                                                     negative regulation of MHC class I biosynthetic process
GO:0045345                                                                                                                                     positive regulation of MHC class I biosynthetic process
GO:0045346                                                                                                                                             regulation of MHC class II biosynthetic process
GO:0045347                                                                                                                                    negative regulation of MHC class II biosynthetic process
GO:0045348                                                                                                                                    positive regulation of MHC class II biosynthetic process
GO:0045352                                                                                                                                           interleukin-1 type I receptor antagonist activity
GO:0045353                                                                                                                                          interleukin-1 type II receptor antagonist activity
GO:0045428                                                                                                                                             regulation of nitric oxide biosynthetic process
GO:0045429                                                                                                                                    positive regulation of nitric oxide biosynthetic process
GO:0045444                                                                                                                                                                    fat cell differentiation
GO:0045445                                                                                                                                                                    myoblast differentiation
GO:0045446                                                                                                                                                            endothelial cell differentiation
GO:0045448                                                                                                                                                               mitotic cell cycle, embryonic
GO:0045453                                                                                                                                                                             bone resorption
GO:0045454                                                                                                                                                                      cell redox homeostasis
GO:0045471                                                                                                                                                                         response to ethanol
GO:0045472                                                                                                                                                                           response to ether
GO:0045475                                                                                                                                                                            locomotor rhythm
GO:0045485                                                                                                                                                      omega-6 fatty acid desaturase activity
GO:0045494                                                                                                                                                              photoreceptor cell maintenance
GO:0045495                                                                                                                                                                                  pole plasm
GO:0045499                                                                                                                                                                     chemorepellent activity
GO:0045503                                                                                                                                                                  dynein light chain binding
GO:0045504                                                                                                                                                                  dynein heavy chain binding
GO:0045505                                                                                                                                                           dynein intermediate chain binding
GO:0045509                                                                                                                                                            interleukin-27 receptor activity
GO:0045513                                                                                                                                                                      interleukin-27 binding
GO:0045515                                                                                                                                                             interleukin-18 receptor binding
GO:0045517                                                                                                                                                             interleukin-20 receptor binding
GO:0045518                                                                                                                                                             interleukin-22 receptor binding
GO:0045519                                                                                                                                                             interleukin-23 receptor binding
GO:0045523                                                                                                                                                             interleukin-27 receptor binding
GO:0045540                                                                                                                                              regulation of cholesterol biosynthetic process
GO:0045541                                                                                                                                     negative regulation of cholesterol biosynthetic process
GO:0045542                                                                                                                                     positive regulation of cholesterol biosynthetic process
GO:0045545                                                                                                                                                                            syndecan binding
GO:0045547                                                                                                                                               dehydrodolichyl diphosphate synthase activity
GO:0045550                                                                                                                                                           geranylgeranyl reductase activity
GO:0045569                                                                                                                                                                               TRAIL binding
GO:0045575                                                                                                                                                                         basophil activation
GO:0045576                                                                                                                                                                        mast cell activation
GO:0045577                                                                                                                                                        regulation of B cell differentiation
GO:0045578                                                                                                                                               negative regulation of B cell differentiation
GO:0045579                                                                                                                                               positive regulation of B cell differentiation
GO:0045580                                                                                                                                                        regulation of T cell differentiation
GO:0045581                                                                                                                                               negative regulation of T cell differentiation
GO:0045582                                                                                                                                               positive regulation of T cell differentiation
GO:0045583                                                                                                                                              regulation of cytotoxic T cell differentiation
GO:0045584                                                                                                                                     negative regulation of cytotoxic T cell differentiation
GO:0045585                                                                                                                                     positive regulation of cytotoxic T cell differentiation
GO:0045586                                                                                                                                            regulation of gamma-delta T cell differentiation
GO:0045588                                                                                                                                   positive regulation of gamma-delta T cell differentiation
GO:0045589                                                                                                                                             regulation of regulatory T cell differentiation
GO:0045590                                                                                                                                    negative regulation of regulatory T cell differentiation
GO:0045591                                                                                                                                    positive regulation of regulatory T cell differentiation
GO:0045595                                                                                                                                                          regulation of cell differentiation
GO:0045596                                                                                                                                                 negative regulation of cell differentiation
GO:0045597                                                                                                                                                 positive regulation of cell differentiation
GO:0045598                                                                                                                                                      regulation of fat cell differentiation
GO:0045599                                                                                                                                             negative regulation of fat cell differentiation
GO:0045600                                                                                                                                             positive regulation of fat cell differentiation
GO:0045601                                                                                                                                              regulation of endothelial cell differentiation
GO:0045602                                                                                                                                     negative regulation of endothelial cell differentiation
GO:0045603                                                                                                                                     positive regulation of endothelial cell differentiation
GO:0045604                                                                                                                                                regulation of epidermal cell differentiation
GO:0045605                                                                                                                                       negative regulation of epidermal cell differentiation
GO:0045606                                                                                                                                       positive regulation of epidermal cell differentiation
GO:0045607                                                                                                                              regulation of inner ear auditory receptor cell differentiation
GO:0045608                                                                                                                     negative regulation of inner ear auditory receptor cell differentiation
GO:0045609                                                                                                                     positive regulation of inner ear auditory receptor cell differentiation
GO:0045610                                                                                                                                                      regulation of hemocyte differentiation
GO:0045611                                                                                                                                             negative regulation of hemocyte differentiation
GO:0045616                                                                                                                                                  regulation of keratinocyte differentiation
GO:0045617                                                                                                                                         negative regulation of keratinocyte differentiation
GO:0045618                                                                                                                                         positive regulation of keratinocyte differentiation
GO:0045619                                                                                                                                                    regulation of lymphocyte differentiation
GO:0045620                                                                                                                                           negative regulation of lymphocyte differentiation
GO:0045621                                                                                                                                           positive regulation of lymphocyte differentiation
GO:0045622                                                                                                                                                 regulation of T-helper cell differentiation
GO:0045623                                                                                                                                        negative regulation of T-helper cell differentiation
GO:0045624                                                                                                                                        positive regulation of T-helper cell differentiation
GO:0045625                                                                                                                                               regulation of T-helper 1 cell differentiation
GO:0045626                                                                                                                                      negative regulation of T-helper 1 cell differentiation
GO:0045627                                                                                                                                      positive regulation of T-helper 1 cell differentiation
GO:0045628                                                                                                                                               regulation of T-helper 2 cell differentiation
GO:0045629                                                                                                                                      negative regulation of T-helper 2 cell differentiation
GO:0045630                                                                                                                                      positive regulation of T-helper 2 cell differentiation
GO:0045631                                                                                                                                               regulation of mechanoreceptor differentiation
GO:0045632                                                                                                                                      negative regulation of mechanoreceptor differentiation
GO:0045633                                                                                                                                      positive regulation of mechanoreceptor differentiation
GO:0045634                                                                                                                                                    regulation of melanocyte differentiation
GO:0045636                                                                                                                                           positive regulation of melanocyte differentiation
GO:0045637                                                                                                                                                  regulation of myeloid cell differentiation
GO:0045638                                                                                                                                         negative regulation of myeloid cell differentiation
GO:0045639                                                                                                                                         positive regulation of myeloid cell differentiation
GO:0045643                                                                                                                                                    regulation of eosinophil differentiation
GO:0045645                                                                                                                                           positive regulation of eosinophil differentiation
GO:0045646                                                                                                                                                   regulation of erythrocyte differentiation
GO:0045647                                                                                                                                          negative regulation of erythrocyte differentiation
GO:0045648                                                                                                                                          positive regulation of erythrocyte differentiation
GO:0045649                                                                                                                                                    regulation of macrophage differentiation
GO:0045650                                                                                                                                           negative regulation of macrophage differentiation
GO:0045651                                                                                                                                           positive regulation of macrophage differentiation
GO:0045652                                                                                                                                                 regulation of megakaryocyte differentiation
GO:0045653                                                                                                                                        negative regulation of megakaryocyte differentiation
GO:0045654                                                                                                                                        positive regulation of megakaryocyte differentiation
GO:0045655                                                                                                                                                      regulation of monocyte differentiation
GO:0045656                                                                                                                                             negative regulation of monocyte differentiation
GO:0045657                                                                                                                                             positive regulation of monocyte differentiation
GO:0045658                                                                                                                                                    regulation of neutrophil differentiation
GO:0045659                                                                                                                                           negative regulation of neutrophil differentiation
GO:0045660                                                                                                                                           positive regulation of neutrophil differentiation
GO:0045661                                                                                                                                                      regulation of myoblast differentiation
GO:0045662                                                                                                                                             negative regulation of myoblast differentiation
GO:0045663                                                                                                                                             positive regulation of myoblast differentiation
GO:0045664                                                                                                                                                        regulation of neuron differentiation
GO:0045665                                                                                                                                               negative regulation of neuron differentiation
GO:0045666                                                                                                                                               positive regulation of neuron differentiation
GO:0045667                                                                                                                                                    regulation of osteoblast differentiation
GO:0045668                                                                                                                                           negative regulation of osteoblast differentiation
GO:0045669                                                                                                                                           positive regulation of osteoblast differentiation
GO:0045670                                                                                                                                                    regulation of osteoclast differentiation
GO:0045671                                                                                                                                           negative regulation of osteoclast differentiation
GO:0045672                                                                                                                                           positive regulation of osteoclast differentiation
GO:0045682                                                                                                                                                         regulation of epidermis development
GO:0045683                                                                                                                                                negative regulation of epidermis development
GO:0045684                                                                                                                                                positive regulation of epidermis development
GO:0045685                                                                                                                                                    regulation of glial cell differentiation
GO:0045686                                                                                                                                           negative regulation of glial cell differentiation
GO:0045687                                                                                                                                           positive regulation of glial cell differentiation
GO:0045703                                                                                                                                                                      ketoreductase activity
GO:0045717                                                                                                                                      negative regulation of fatty acid biosynthetic process
GO:0045719                                                                                                                                        negative regulation of glycogen biosynthetic process
GO:0045720                                                                                                                                        negative regulation of integrin biosynthetic process
GO:0045721                                                                                                                                                      negative regulation of gluconeogenesis
GO:0045722                                                                                                                                                      positive regulation of gluconeogenesis
GO:0045723                                                                                                                                      positive regulation of fatty acid biosynthetic process
GO:0045724                                                                                                                                                      positive regulation of cilium assembly
GO:0045725                                                                                                                                        positive regulation of glycogen biosynthetic process
GO:0045726                                                                                                                                        positive regulation of integrin biosynthetic process
GO:0045727                                                                                                                                                          positive regulation of translation
GO:0045728                                                                                                                                                        respiratory burst after phagocytosis
GO:0045730                                                                                                                                                                           respiratory burst
GO:0045732                                                                                                                                            positive regulation of protein catabolic process
GO:0045736                                                                                                            negative regulation of cyclin-dependent protein serine/threonine kinase activity
GO:0045737                                                                                                            positive regulation of cyclin-dependent protein serine/threonine kinase activity
GO:0045738                                                                                                                                                           negative regulation of DNA repair
GO:0045739                                                                                                                                                           positive regulation of DNA repair
GO:0045740                                                                                                                                                      positive regulation of DNA replication
GO:0045741                                                                                                                  positive regulation of epidermal growth factor-activated receptor activity
GO:0045742                                                                                                                   positive regulation of epidermal growth factor receptor signaling pathway
GO:0045743                                                                                                                  positive regulation of fibroblast growth factor receptor signaling pathway
GO:0045744                                                                                                                         negative regulation of G protein-coupled receptor signaling pathway
GO:0045745                                                                                                                         positive regulation of G protein-coupled receptor signaling pathway
GO:0045746                                                                                                                                              negative regulation of Notch signaling pathway
GO:0045747                                                                                                                                              positive regulation of Notch signaling pathway
GO:0045751                                                                                                                                               negative regulation of Toll signaling pathway
GO:0045759                                                                                                                                                     negative regulation of action potential
GO:0045760                                                                                                                                                     positive regulation of action potential
GO:0045761                                                                                                                                                    regulation of adenylate cyclase activity
GO:0045762                                                                                                                                           positive regulation of adenylate cyclase activity
GO:0045763                                                                                                                                negative regulation of cellular amino acid metabolic process
GO:0045764                                                                                                                                         positive regulation of amino acid metabolic process
GO:0045765                                                                                                                                                                  regulation of angiogenesis
GO:0045766                                                                                                                                                         positive regulation of angiogenesis
GO:0045769                                                                                                                                             negative regulation of asymmetric cell division
GO:0045773                                                                                                                                                       positive regulation of axon extension
GO:0045776                                                                                                                                                       negative regulation of blood pressure
GO:0045777                                                                                                                                                       positive regulation of blood pressure
GO:0045778                                                                                                                                                         positive regulation of ossification
GO:0045779                                                                                                                                                      negative regulation of bone resorption
GO:0045780                                                                                                                                                      positive regulation of bone resorption
GO:0045785                                                                                                                                                        positive regulation of cell adhesion
GO:0045786                                                                                                                                                           negative regulation of cell cycle
GO:0045787                                                                                                                                                           positive regulation of cell cycle
GO:0045792                                                                                                                                                            negative regulation of cell size
GO:0045793                                                                                                                                                            positive regulation of cell size
GO:0045794                                                                                                                                                          negative regulation of cell volume
GO:0045795                                                                                                                                                          positive regulation of cell volume
GO:0045796                                                                                                                                    negative regulation of intestinal cholesterol absorption
GO:0045797                                                                                                                                    positive regulation of intestinal cholesterol absorption
GO:0045806                                                                                                                                                          negative regulation of endocytosis
GO:0045807                                                                                                                                                          positive regulation of endocytosis
GO:0045813                                                                                                                    positive regulation of Wnt signaling pathway, calcium modulating pathway
GO:0045814                                                                                                                                          negative regulation of gene expression, epigenetic
GO:0045815                                                                                                                                       transcription initiation-coupled chromatin remodeling
GO:0045818                                                                                                                                           negative regulation of glycogen catabolic process
GO:0045819                                                                                                                                           positive regulation of glycogen catabolic process
GO:0045820                                                                                                                                                   negative regulation of glycolytic process
GO:0045821                                                                                                                                                   positive regulation of glycolytic process
GO:0045822                                                                                                                                                    negative regulation of heart contraction
GO:0045823                                                                                                                                                    positive regulation of heart contraction
GO:0045824                                                                                                                                               negative regulation of innate immune response
GO:0045827                                                                                                                                         negative regulation of isoprenoid metabolic process
GO:0045828                                                                                                                                         positive regulation of isoprenoid metabolic process
GO:0045829                                                                                                                                                    negative regulation of isotype switching
GO:0045830                                                                                                                                                    positive regulation of isotype switching
GO:0045833                                                                                                                                              negative regulation of lipid metabolic process
GO:0045834                                                                                                                                              positive regulation of lipid metabolic process
GO:0045835                                                                                                                                             negative regulation of meiotic nuclear division
GO:0045836                                                                                                                                             positive regulation of meiotic nuclear division
GO:0045837                                                                                                                                                   negative regulation of membrane potential
GO:0045838                                                                                                                                                   positive regulation of membrane potential
GO:0045839                                                                                                                                             negative regulation of mitotic nuclear division
GO:0045840                                                                                                                                             positive regulation of mitotic nuclear division
GO:0045841                                                                                                                                negative regulation of mitotic metaphase/anaphase transition
GO:0045842                                                                                                                                positive regulation of mitotic metaphase/anaphase transition
GO:0045843                                                                                                                                   negative regulation of striated muscle tissue development
GO:0045844                                                                                                                                   positive regulation of striated muscle tissue development
GO:0045848                                                                                                                                                 positive regulation of nitrogen utilization
GO:0045851                                                                                                                                                                                pH reduction
GO:0045852                                                                                                                                                                                pH elevation
GO:0045859                                                                                                                                                       regulation of protein kinase activity
GO:0045860                                                                                                                                              positive regulation of protein kinase activity
GO:0045861                                                                                                                                                          negative regulation of proteolysis
GO:0045862                                                                                                                                                          positive regulation of proteolysis
GO:0045869                                                                                           negative regulation of single stranded viral RNA replication via double stranded DNA intermediate
GO:0045870                                                                                           positive regulation of single stranded viral RNA replication via double stranded DNA intermediate
GO:0045875                                                                                                                                            negative regulation of sister chromatid cohesion
GO:0045876                                                                                                                                            positive regulation of sister chromatid cohesion
GO:0045879                                                                                                                                         negative regulation of smoothened signaling pathway
GO:0045880                                                                                                                                         positive regulation of smoothened signaling pathway
GO:0045887                                                                                                                          positive regulation of synaptic assembly at neuromuscular junction
GO:0045892                                                                                                                                          negative regulation of DNA-templated transcription
GO:0045893                                                                                                                                          positive regulation of DNA-templated transcription
GO:0045898                                                                                                                regulation of RNA polymerase II transcription preinitiation complex assembly
GO:0045899                                                                                                       positive regulation of RNA polymerase II transcription preinitiation complex assembly
GO:0045900                                                                                                                                             negative regulation of translational elongation
GO:0045901                                                                                                                                             positive regulation of translational elongation
GO:0045903                                                                                                                                               positive regulation of translational fidelity
GO:0045905                                                                                                                                            positive regulation of translational termination
GO:0045906                                                                                                                                                     negative regulation of vasoconstriction
GO:0045907                                                                                                                                                     positive regulation of vasoconstriction
GO:0045910                                                                                                                                                    negative regulation of DNA recombination
GO:0045911                                                                                                                                                    positive regulation of DNA recombination
GO:0045912                                                                                                                                       negative regulation of carbohydrate metabolic process
GO:0045913                                                                                                                                       positive regulation of carbohydrate metabolic process
GO:0045914                                                                                                                                      negative regulation of catecholamine metabolic process
GO:0045915                                                                                                                                      positive regulation of catecholamine metabolic process
GO:0045916                                                                                                                                                negative regulation of complement activation
GO:0045917                                                                                                                                                positive regulation of complement activation
GO:0045920                                                                                                                                                           negative regulation of exocytosis
GO:0045921                                                                                                                                                           positive regulation of exocytosis
GO:0045922                                                                                                                                         negative regulation of fatty acid metabolic process
GO:0045923                                                                                                                                         positive regulation of fatty acid metabolic process
GO:0045924                                                                                                                                                            regulation of female receptivity
GO:0045925                                                                                                                                                   positive regulation of female receptivity
GO:0045926                                                                                                                                                               negative regulation of growth
GO:0045927                                                                                                                                                               positive regulation of growth
GO:0045930                                                                                                                                                   negative regulation of mitotic cell cycle
GO:0045931                                                                                                                                                   positive regulation of mitotic cell cycle
GO:0045932                                                                                                                                                   negative regulation of muscle contraction
GO:0045933                                                                                                                                                   positive regulation of muscle contraction
GO:0045934                                                                                                                     negative regulation of nucleobase-containing compound metabolic process
GO:0045935                                                                                                                     positive regulation of nucleobase-containing compound metabolic process
GO:0045936                                                                                                                                          negative regulation of phosphate metabolic process
GO:0045937                                                                                                                                          positive regulation of phosphate metabolic process
GO:0045938                                                                                                                                    positive regulation of circadian sleep/wake cycle, sleep
GO:0045939                                                                                                                                            negative regulation of steroid metabolic process
GO:0045940                                                                                                                                            positive regulation of steroid metabolic process
GO:0045943                                                                                                                                    positive regulation of transcription by RNA polymerase I
GO:0045944                                                                                                                                   positive regulation of transcription by RNA polymerase II
GO:0045945                                                                                                                                  positive regulation of transcription by RNA polymerase III
GO:0045947                                                                                                                                             negative regulation of translational initiation
GO:0045948                                                                                                                                             positive regulation of translational initiation
GO:0045950                                                                                                                                                negative regulation of mitotic recombination
GO:0045951                                                                                                                                                positive regulation of mitotic recombination
GO:0045953                                                                                                                            negative regulation of natural killer cell mediated cytotoxicity
GO:0045954                                                                                                                            positive regulation of natural killer cell mediated cytotoxicity
GO:0045955                                                                                                                                     negative regulation of calcium ion-dependent exocytosis
GO:0045956                                                                                                                                     positive regulation of calcium ion-dependent exocytosis
GO:0045957                                                                                                                           negative regulation of complement activation, alternative pathway
GO:0045958                                                                                                                           positive regulation of complement activation, alternative pathway
GO:0045959                                                                                                                             negative regulation of complement activation, classical pathway
GO:0045960                                                                                                                             positive regulation of complement activation, classical pathway
GO:0045963                                                                                                                                           negative regulation of dopamine metabolic process
GO:0045964                                                                                                                                           positive regulation of dopamine metabolic process
GO:0045967                                                                                                                                                          negative regulation of growth rate
GO:0045976                                                                                                                                        negative regulation of mitotic cell cycle, embryonic
GO:0045977                                                                                                                                        positive regulation of mitotic cell cycle, embryonic
GO:0045980                                                                                                                                         negative regulation of nucleotide metabolic process
GO:0045981                                                                                                                                         positive regulation of nucleotide metabolic process
GO:0045986                                                                                                                                            negative regulation of smooth muscle contraction
GO:0045987                                                                                                                                            positive regulation of smooth muscle contraction
GO:0045988                                                                                                                                          negative regulation of striated muscle contraction
GO:0045989                                                                                                                                          positive regulation of striated muscle contraction
GO:0045990                                                                                                                                               carbon catabolite regulation of transcription
GO:0045991                                                                                                                                               carbon catabolite activation of transcription
GO:0045992                                                                                                                                                negative regulation of embryonic development
GO:0045993                                                                                                                                     negative regulation of translational initiation by iron
GO:0045994                                                                                                                                     positive regulation of translational initiation by iron
GO:0045995                                                                                                                                                         regulation of embryonic development
GO:0046005                                                                                                                                positive regulation of circadian sleep/wake cycle, REM sleep
GO:0046006                                                                                                                                                regulation of activated T cell proliferation
GO:0046007                                                                                                                                       negative regulation of activated T cell proliferation
GO:0046010                                                                                                                            positive regulation of circadian sleep/wake cycle, non-REM sleep
GO:0046013                                                                                                                                              regulation of T cell homeostatic proliferation
GO:0046015                                                                                                                                                      regulation of transcription by glucose
GO:0046016                                                                                                                                             positive regulation of transcription by glucose
GO:0046027                                                                                                                                        phospholipid:diacylglycerol acyltransferase activity
GO:0046030                                                                                                                                                 inositol trisphosphate phosphatase activity
GO:0046031                                                                                                                                                                       ADP metabolic process
GO:0046032                                                                                                                                                                       ADP catabolic process
GO:0046033                                                                                                                                                                       AMP metabolic process
GO:0046034                                                                                                                                                                       ATP metabolic process
GO:0046035                                                                                                                                                                       CMP metabolic process
GO:0046036                                                                                                                                                                       CTP metabolic process
GO:0046037                                                                                                                                                                       GMP metabolic process
GO:0046038                                                                                                                                                                       GMP catabolic process
GO:0046039                                                                                                                                                                       GTP metabolic process
GO:0046040                                                                                                                                                                       IMP metabolic process
GO:0046041                                                                                                                                                                       ITP metabolic process
GO:0046048                                                                                                                                                                       UDP metabolic process
GO:0046049                                                                                                                                                                       UMP metabolic process
GO:0046050                                                                                                                                                                       UMP catabolic process
GO:0046051                                                                                                                                                                       UTP metabolic process
GO:0046052                                                                                                                                                                       UTP catabolic process
GO:0046053                                                                                                                                                                      dAMP metabolic process
GO:0046054                                                                                                                                                                      dGMP metabolic process
GO:0046055                                                                                                                                                                      dGMP catabolic process
GO:0046056                                                                                                                                                                      dADP metabolic process
GO:0046057                                                                                                                                                                      dADP catabolic process
GO:0046058                                                                                                                                                                      cAMP metabolic process
GO:0046059                                                                                                                                                                      dAMP catabolic process
GO:0046060                                                                                                                                                                      dATP metabolic process
GO:0046061                                                                                                                                                                      dATP catabolic process
GO:0046063                                                                                                                                                                      dCMP metabolic process
GO:0046065                                                                                                                                                                      dCTP metabolic process
GO:0046066                                                                                                                                                                      dGDP metabolic process
GO:0046067                                                                                                                                                                      dGDP catabolic process
GO:0046068                                                                                                                                                                      cGMP metabolic process
GO:0046069                                                                                                                                                                      cGMP catabolic process
GO:0046070                                                                                                                                                                      dGTP metabolic process
GO:0046072                                                                                                                                                                      dTDP metabolic process
GO:0046073                                                                                                                                                                      dTMP metabolic process
GO:0046074                                                                                                                                                                      dTMP catabolic process
GO:0046075                                                                                                                                                                      dTTP metabolic process
GO:0046077                                                                                                                                                                      dUDP metabolic process
GO:0046078                                                                                                                                                                      dUMP metabolic process
GO:0046079                                                                                                                                                                      dUMP catabolic process
GO:0046080                                                                                                                                                                      dUTP metabolic process
GO:0046081                                                                                                                                                                      dUTP catabolic process
GO:0046083                                                                                                                                                                   adenine metabolic process
GO:0046084                                                                                                                                                                adenine biosynthetic process
GO:0046085                                                                                                                                                                 adenosine metabolic process
GO:0046086                                                                                                                                                              adenosine biosynthetic process
GO:0046087                                                                                                                                                                  cytidine metabolic process
GO:0046090                                                                                                                                                            deoxyadenosine metabolic process
GO:0046092                                                                                                                                                             deoxycytidine metabolic process
GO:0046094                                                                                                                                                              deoxyinosine metabolic process
GO:0046098                                                                                                                                                                   guanine metabolic process
GO:0046100                                                                                                                                                              hypoxanthine metabolic process
GO:0046101                                                                                                                                                           hypoxanthine biosynthetic process
GO:0046102                                                                                                                                                                   inosine metabolic process
GO:0046103                                                                                                                                                                inosine biosynthetic process
GO:0046104                                                                                                                                                                 thymidine metabolic process
GO:0046105                                                                                                                                                              thymidine biosynthetic process
GO:0046108                                                                                                                                                                   uridine metabolic process
GO:0046110                                                                                                                                                                  xanthine metabolic process
GO:0046111                                                                                                                                                               xanthine biosynthetic process
GO:0046112                                                                                                                                                             nucleobase biosynthetic process
GO:0046113                                                                                                                                                                nucleobase catabolic process
GO:0046120                                                                                                                                                    deoxyribonucleoside biosynthetic process
GO:0046121                                                                                                                                                       deoxyribonucleoside catabolic process
GO:0046122                                                                                                                                                purine deoxyribonucleoside metabolic process
GO:0046124                                                                                                                                                purine deoxyribonucleoside catabolic process
GO:0046125                                                                                                                                            pyrimidine deoxyribonucleoside metabolic process
GO:0046126                                                                                                                                         pyrimidine deoxyribonucleoside biosynthetic process
GO:0046127                                                                                                                                            pyrimidine deoxyribonucleoside catabolic process
GO:0046128                                                                                                                                                     purine ribonucleoside metabolic process
GO:0046129                                                                                                                                                  purine ribonucleoside biosynthetic process
GO:0046130                                                                                                                                                     purine ribonucleoside catabolic process
GO:0046131                                                                                                                                                 pyrimidine ribonucleoside metabolic process
GO:0046133                                                                                                                                                 pyrimidine ribonucleoside catabolic process
GO:0046134                                                                                                                                                  pyrimidine nucleoside biosynthetic process
GO:0046135                                                                                                                                                     pyrimidine nucleoside catabolic process
GO:0046136                                                                                                                                            positive regulation of vitamin metabolic process
GO:0046137                                                                                                                                            negative regulation of vitamin metabolic process
GO:0046146                                                                                                                                                       tetrahydrobiopterin metabolic process
GO:0046148                                                                                                                                                                pigment biosynthetic process
GO:0046149                                                                                                                                                                   pigment catabolic process
GO:0046160                                                                                                                                                                    heme a metabolic process
GO:0046164                                                                                                                                                                   alcohol catabolic process
GO:0046165                                                                                                                                                                alcohol biosynthetic process
GO:0046166                                                                                                                                             glyceraldehyde-3-phosphate biosynthetic process
GO:0046167                                                                                                                                                   glycerol-3-phosphate biosynthetic process
GO:0046168                                                                                                                                                      glycerol-3-phosphate catabolic process
GO:0046173                                                                                                                                                                 polyol biosynthetic process
GO:0046174                                                                                                                                                                    polyol catabolic process
GO:0046176                                                                                                                                                              aldonic acid catabolic process
GO:0046177                                                                                                                                                               D-gluconate catabolic process
GO:0046184                                                                                                                                                               aldehyde biosynthetic process
GO:0046185                                                                                                                                                                  aldehyde catabolic process
GO:0046189                                                                                                                                             phenol-containing compound biosynthetic process
GO:0046203                                                                                                                                                                spermidine catabolic process
GO:0046204                                                                                                                                                            nor-spermidine metabolic process
GO:0046208                                                                                                                                                                  spermine catabolic process
GO:0046209                                                                                                                                                              nitric oxide metabolic process
GO:0046219                                                                                                                                                        indolalkylamine biosynthetic process
GO:0046222                                                                                                                                                                 aflatoxin metabolic process
GO:0046223                                                                                                                                                                 aflatoxin catabolic process
GO:0046247                                                                                                                                                                   terpene catabolic process
GO:0046272                                                                                                                                                                  stilbene catabolic process
GO:0046275                                                                                                                                                                 flavonoid catabolic process
GO:0046292                                                                                                                                                              formaldehyde metabolic process
GO:0046293                                                                                                                                                           formaldehyde biosynthetic process
GO:0046294                                                                                                                                                              formaldehyde catabolic process
GO:0046295                                                                                                                                                              glycolate biosynthetic process
GO:0046296                                                                                                                                                                 glycolate catabolic process
GO:0046305                                                                                                                                                        alkanesulfonate biosynthetic process
GO:0046314                                                                                                                                                        phosphocreatine biosynthetic process
GO:0046316                                                                                                                                                                      gluconokinase activity
GO:0046317                                                                                                                                         regulation of glucosylceramide biosynthetic process
GO:0046318                                                                                                                                negative regulation of glucosylceramide biosynthetic process
GO:0046320                                                                                                                                                          regulation of fatty acid oxidation
GO:0046321                                                                                                                                                 positive regulation of fatty acid oxidation
GO:0046322                                                                                                                                                 negative regulation of fatty acid oxidation
GO:0046323                                                                                                                                                                              glucose import
GO:0046324                                                                                                                                                                regulation of glucose import
GO:0046325                                                                                                                                                       negative regulation of glucose import
GO:0046326                                                                                                                                                       positive regulation of glucose import
GO:0046327                                                                                                                                                 glycerol biosynthetic process from pyruvate
GO:0046328                                                                                                                                                                   regulation of JNK cascade
GO:0046329                                                                                                                                                          negative regulation of JNK cascade
GO:0046330                                                                                                                                                          positive regulation of JNK cascade
GO:0046331                                                                                                                                                                          lateral inhibition
GO:0046332                                                                                                                                                                                SMAD binding
GO:0046333                                                                                                                                                                octopamine metabolic process
GO:0046337                                                                                                                                                  phosphatidylethanolamine metabolic process
GO:0046338                                                                                                                                                  phosphatidylethanolamine catabolic process
GO:0046339                                                                                                                                                            diacylglycerol metabolic process
GO:0046340                                                                                                                                                            diacylglycerol catabolic process
GO:0046341                                                                                                                                                        CDP-diacylglycerol metabolic process
GO:0046348                                                                                                                                                               amino sugar catabolic process
GO:0046349                                                                                                                                                            amino sugar biosynthetic process
GO:0046351                                                                                                                                                           disaccharide biosynthetic process
GO:0046352                                                                                                                                                              disaccharide catabolic process
GO:0046356                                                                                                                                                                acetyl-CoA catabolic process
GO:0046359                                                                                                                                                                  butyrate catabolic process
GO:0046360                                                                                                                                                          2-oxobutyrate biosynthetic process
GO:0046361                                                                                                                                                             2-oxobutyrate metabolic process
GO:0046364                                                                                                                                                         monosaccharide biosynthetic process
GO:0046365                                                                                                                                                            monosaccharide catabolic process
GO:0046368                                                                                                                                                              GDP-L-fucose metabolic process
GO:0046370                                                                                                                                                               fructose biosynthetic process
GO:0046379                                                                                                                                              extracellular polysaccharide metabolic process
GO:0046380                                                                                                                                                    N-acetylneuraminate biosynthetic process
GO:0046381                                                                                                                                                   CMP-N-acetylneuraminate metabolic process
GO:0046385                                                                                                                                                  deoxyribose phosphate biosynthetic process
GO:0046386                                                                                                                                                     deoxyribose phosphate catabolic process
GO:0046390                                                                                                                                                       ribose phosphate biosynthetic process
GO:0046391                                                                                                                                             5-phosphoribose 1-diphosphate metabolic process
GO:0046394                                                                                                                                                        carboxylic acid biosynthetic process
GO:0046395                                                                                                                                                           carboxylic acid catabolic process
GO:0046398                                                                                                                                                           UDP-glucuronate metabolic process
GO:0046403                                                                                                                                                      polynucleotide 3'-phosphatase activity
GO:0046404                                                                                                                           ATP-dependent polydeoxyribonucleotide 5'-hydroxyl-kinase activity
GO:0046415                                                                                                                                                                     urate metabolic process
GO:0046416                                                                                                                                                              D-amino acid metabolic process
GO:0046425                                                                                                                                       regulation of receptor signaling pathway via JAK-STAT
GO:0046426                                                                                                                              negative regulation of receptor signaling pathway via JAK-STAT
GO:0046427                                                                                                                              positive regulation of receptor signaling pathway via JAK-STAT
GO:0046434                                                                                                                                                           organophosphate catabolic process
GO:0046436                                                                                                                                                                 D-alanine metabolic process
GO:0046437                                                                                                                                                           D-amino acid biosynthetic process
GO:0046439                                                                                                                                                                L-cysteine metabolic process
GO:0046440                                                                                                                                                                  L-lysine metabolic process
GO:0046443                                                                                                                                                                       FAD metabolic process
GO:0046444                                                                                                                                                                       FMN metabolic process
GO:0046448                                                                                                                                                          tropane alkaloid metabolic process
GO:0046449                                                                                                                                                                creatinine metabolic process
GO:0046452                                                                                                                                                             dihydrofolate metabolic process
GO:0046456                                                                                                                                                              icosanoid biosynthetic process
GO:0046457                                                                                                                                                             prostanoid biosynthetic process
GO:0046458                                                                                                                                                               hexadecanal metabolic process
GO:0046459                                                                                                                                                    short-chain fatty acid metabolic process
GO:0046460                                                                                                                                                          neutral lipid biosynthetic process
GO:0046461                                                                                                                                                             neutral lipid catabolic process
GO:0046462                                                                                                                                                          monoacylglycerol metabolic process
GO:0046463                                                                                                                                                           acylglycerol biosynthetic process
GO:0046464                                                                                                                                                              acylglycerol catabolic process
GO:0046465                                                                                                                                                      dolichyl diphosphate metabolic process
GO:0046466                                                                                                                                                            membrane lipid catabolic process
GO:0046467                                                                                                                                                         membrane lipid biosynthetic process
GO:0046469                                                                                                                                                platelet activating factor metabolic process
GO:0046470                                                                                                                                                       phosphatidylcholine metabolic process
GO:0046471                                                                                                                                                      phosphatidylglycerol metabolic process
GO:0046473                                                                                                                                                         phosphatidic acid metabolic process
GO:0046474                                                                                                                                                    glycerophospholipid biosynthetic process
GO:0046475                                                                                                                                                       glycerophospholipid catabolic process
GO:0046476                                                                                                                                                       glycosylceramide biosynthetic process
GO:0046477                                                                                                                                                          glycosylceramide catabolic process
GO:0046478                                                                                                                                                          lactosylceramide metabolic process
GO:0046479                                                                                                                                                         glycosphingolipid catabolic process
GO:0046483                                                                                                                                                               heterocycle metabolic process
GO:0046485                                                                                                                                                               ether lipid metabolic process
GO:0046486                                                                                                                                                              glycerolipid metabolic process
GO:0046487                                                                                                                                                                glyoxylate metabolic process
GO:0046488                                                                                                                                                      phosphatidylinositol metabolic process
GO:0046490                                                                                                                                                   isopentenyl diphosphate metabolic process
GO:0046491                                                                                                                                                       L-methylmalonyl-CoA metabolic process
GO:0046492                                                                                                                                                                    heme B metabolic process
GO:0046495                                                                                                                                                     nicotinamide riboside metabolic process
GO:0046496                                                                                                                                                   nicotinamide nucleotide metabolic process
GO:0046498                                                                                                                                                    S-adenosylhomocysteine metabolic process
GO:0046499                                                                                                                                                  S-adenosylmethioninamine metabolic process
GO:0046500                                                                                                                                                      S-adenosylmethionine metabolic process
GO:0046501                                                                                                                                                     protoporphyrinogen IX metabolic process
GO:0046502                                                                                                                                                      uroporphyrinogen III metabolic process
GO:0046503                                                                                                                                                              glycerolipid catabolic process
GO:0046504                                                                                                                                                         glycerol ether biosynthetic process
GO:0046508                                                                                                                                           hydrolase activity, acting on carbon-sulfur bonds
GO:0046511                                                                                                                                                            sphinganine biosynthetic process
GO:0046512                                                                                                                                                            sphingosine biosynthetic process
GO:0046513                                                                                                                                                               ceramide biosynthetic process
GO:0046514                                                                                                                                                                  ceramide catabolic process
GO:0046519                                                                                                                                                                 sphingoid metabolic process
GO:0046520                                                                                                                                                              sphingoid biosynthetic process
GO:0046521                                                                                                                                                                 sphingoid catabolic process
GO:0046523                                                                                                                                        S-methyl-5-thioribose-1-phosphate isomerase activity
GO:0046525                                                                                                                                        xylosylprotein 4-beta-galactosyltransferase activity
GO:0046526                                                                                                                                                               D-xylulose reductase activity
GO:0046527                                                                                                                                                                glucosyltransferase activity
GO:0046530                                                                                                                                                          photoreceptor cell differentiation
GO:0046532                                                                                                                                            regulation of photoreceptor cell differentiation
GO:0046533                                                                                                                                   negative regulation of photoreceptor cell differentiation
GO:0046538                                                                                                                          2,3-bisphosphoglycerate-dependent phosphoglycerate mutase activity
GO:0046539                                                                                                                                                      histamine N-methyltransferase activity
GO:0046540                                                                                                                                                                U4/U6 x U5 tri-snRNP complex
GO:0046541                                                                                                                                                                            saliva secretion
GO:0046543                                                                                                                                      development of secondary female sexual characteristics
GO:0046544                                                                                                                                        development of secondary male sexual characteristics
GO:0046545                                                                                                                                        development of primary female sexual characteristics
GO:0046546                                                                                                                                          development of primary male sexual characteristics
GO:0046548                                                                                                                                                                retinal rod cell development
GO:0046549                                                                                                                                                               retinal cone cell development
GO:0046552                                                                                                                                                          photoreceptor cell fate commitment
GO:0046554                                                                                                                                                       malate dehydrogenase (NADP+) activity
GO:0046570                                                                                                                                         methylthioribulose 1-phosphate dehydratase activity
GO:0046573                                                                                                                                                                   lactonohydrolase activity
GO:0046577                                                                                                                                                         long-chain-alcohol oxidase activity
GO:0046578                                                                                                                                               regulation of Ras protein signal transduction
GO:0046579                                                                                                                                      positive regulation of Ras protein signal transduction
GO:0046580                                                                                                                                      negative regulation of Ras protein signal transduction
GO:0046581                                                                                                                                                                   intercellular canaliculus
GO:0046583                                                                                                                                 monoatomic cation efflux transmembrane transporter activity
GO:0046586                                                                                                                                          regulation of calcium-dependent cell-cell adhesion
GO:0046587                                                                                                                                 positive regulation of calcium-dependent cell-cell adhesion
GO:0046588                                                                                                                                 negative regulation of calcium-dependent cell-cell adhesion
GO:0046592                                                                                                                                                                  polyamine oxidase activity
GO:0046596                                                                                                                                                    regulation of viral entry into host cell
GO:0046597                                                                                                                                           negative regulation of viral entry into host cell
GO:0046598                                                                                                                                           positive regulation of viral entry into host cell
GO:0046599                                                                                                                                                         regulation of centriole replication
GO:0046600                                                                                                                                                negative regulation of centriole replication
GO:0046601                                                                                                                                                positive regulation of centriole replication
GO:0046602                                                                                                                                                 regulation of mitotic centrosome separation
GO:0046603                                                                                                                                        negative regulation of mitotic centrosome separation
GO:0046604                                                                                                                                        positive regulation of mitotic centrosome separation
GO:0046605                                                                                                                                                              regulation of centrosome cycle
GO:0046606                                                                                                                                                     negative regulation of centrosome cycle
GO:0046618                                                                                                                                                                 xenobiotic export from cell
GO:0046619                                                                                                                                lens placode formation involved in camera-type eye formation
GO:0046620                                                                                                                                                                  regulation of organ growth
GO:0046621                                                                                                                                                         negative regulation of organ growth
GO:0046622                                                                                                                                                         positive regulation of organ growth
GO:0046623                                                                                                                                                              sphingolipid floppase activity
GO:0046624                                                                                                                                                           sphingolipid transporter activity
GO:0046625                                                                                                                                                                        sphingolipid binding
GO:0046626                                                                                                                                            regulation of insulin receptor signaling pathway
GO:0046627                                                                                                                                   negative regulation of insulin receptor signaling pathway
GO:0046628                                                                                                                                   positive regulation of insulin receptor signaling pathway
GO:0046629                                                                                                                                                               gamma-delta T cell activation
GO:0046630                                                                                                                                                            gamma-delta T cell proliferation
GO:0046631                                                                                                                                                                alpha-beta T cell activation
GO:0046632                                                                                                                                                           alpha-beta T cell differentiation
GO:0046633                                                                                                                                                             alpha-beta T cell proliferation
GO:0046634                                                                                                                                                  regulation of alpha-beta T cell activation
GO:0046635                                                                                                                                         positive regulation of alpha-beta T cell activation
GO:0046636                                                                                                                                         negative regulation of alpha-beta T cell activation
GO:0046637                                                                                                                                             regulation of alpha-beta T cell differentiation
GO:0046638                                                                                                                                    positive regulation of alpha-beta T cell differentiation
GO:0046639                                                                                                                                    negative regulation of alpha-beta T cell differentiation
GO:0046640                                                                                                                                               regulation of alpha-beta T cell proliferation
GO:0046641                                                                                                                                      positive regulation of alpha-beta T cell proliferation
GO:0046642                                                                                                                                      negative regulation of alpha-beta T cell proliferation
GO:0046643                                                                                                                                                 regulation of gamma-delta T cell activation
GO:0046645                                                                                                                                        positive regulation of gamma-delta T cell activation
GO:0046649                                                                                                                                                                       lymphocyte activation
GO:0046651                                                                                                                                                                    lymphocyte proliferation
GO:0046653                                                                                                                                                          tetrahydrofolate metabolic process
GO:0046654                                                                                                                                                       tetrahydrofolate biosynthetic process
GO:0046655                                                                                                                                                                folic acid metabolic process
GO:0046657                                                                                                                                                                folic acid catabolic process
GO:0046659                                                                                                                                                                  digestive hormone activity
GO:0046660                                                                                                                                                                  female sex differentiation
GO:0046661                                                                                                                                                                    male sex differentiation
GO:0046666                                                                                                                                                          retinal cell programmed cell death
GO:0046668                                                                                                                                            regulation of retinal cell programmed cell death
GO:0046671                                                                                                                                   negative regulation of retinal cell programmed cell death
GO:0046676                                                                                                                                                    negative regulation of insulin secretion
GO:0046677                                                                                                                                                                      response to antibiotic
GO:0046683                                                                                                                                                                response to organophosphorus
GO:0046684                                                                                                                                                                      response to pyrethroid
GO:0046685                                                                                                                                                    response to arsenic-containing substance
GO:0046686                                                                                                                                                                     response to cadmium ion
GO:0046688                                                                                                                                                                      response to copper ion
GO:0046689                                                                                                                                                                     response to mercury ion
GO:0046691                                                                                                                                                                   intracellular canaliculus
GO:0046692                                                                                                                                                                           sperm competition
GO:0046695                                                                                                                                                                    SLIK (SAGA-like) complex
GO:0046696                                                                                                                                                         lipopolysaccharide receptor complex
GO:0046697                                                                                                                                                                             decidualization
GO:0046700                                                                                                                                                               heterocycle catabolic process
GO:0046703                                                                                                                                            natural killer cell lectin-like receptor binding
GO:0046704                                                                                                                                                                       CDP metabolic process
GO:0046705                                                                                                                                                                    CDP biosynthetic process
GO:0046710                                                                                                                                                                       GDP metabolic process
GO:0046712                                                                                                                                                                       GDP catabolic process
GO:0046713                                                                                                                                                                            borate transport
GO:0046715                                                                                                                                            active borate transmembrane transporter activity
GO:0046716                                                                                                                                                            muscle cell cellular homeostasis
GO:0046717                                                                                                                                                                              acid secretion
GO:0046718                                                                                                                                                               symbiont entry into host cell
GO:0046719                                                                                                                                    regulation by virus of viral protein levels in host cell
GO:0046720                                                                                                                                                                       citric acid secretion
GO:0046722                                                                                                                                                                       lactic acid secretion
GO:0046724                                                                                                                                                                       oxalic acid secretion
GO:0046725                                                                                                                           negative regulation by virus of viral protein levels in host cell
GO:0046726                                                                                                                           positive regulation by virus of viral protein levels in host cell
GO:0046753                                                                                                                                                                     non-lytic viral release
GO:0046754                                                                                                                                                                            viral exocytosis
GO:0046755                                                                                                                                                                               viral budding
GO:0046761                                                                                                                                                          viral budding from plasma membrane
GO:0046777                                                                                                                                                                 protein autophosphorylation
GO:0046782                                                                                                                                                           regulation of viral transcription
GO:0046785                                                                                                                                                                  microtubule polymerization
GO:0046789                                                                                                                                                          host cell surface receptor binding
GO:0046790                                                                                                                                                                              virion binding
GO:0046794                                                                                                                                                                          transport of virus
GO:0046811                                                                                                                                                      histone deacetylase inhibitor activity
GO:0046812                                                                                                                                                                   host cell surface binding
GO:0046813                                                                                                                                            receptor-mediated virion attachment to host cell
GO:0046814                                                                                                                                          coreceptor-mediated virion attachment to host cell
GO:0046817                                                                                                                                                      chemokine receptor antagonist activity
GO:0046822                                                                                                                                                   regulation of nucleocytoplasmic transport
GO:0046823                                                                                                                                          negative regulation of nucleocytoplasmic transport
GO:0046824                                                                                                                                          positive regulation of nucleocytoplasmic transport
GO:0046825                                                                                                                                                   regulation of protein export from nucleus
GO:0046826                                                                                                                                          negative regulation of protein export from nucleus
GO:0046827                                                                                                                                          positive regulation of protein export from nucleus
GO:0046831                                                                                                                                                       regulation of RNA export from nucleus
GO:0046832                                                                                                                                              negative regulation of RNA export from nucleus
GO:0046833                                                                                                                                              positive regulation of RNA export from nucleus
GO:0046834                                                                                                                                                                       lipid phosphorylation
GO:0046835                                                                                                                                                                carbohydrate phosphorylation
GO:0046836                                                                                                                                                                        glycolipid transport
GO:0046839                                                                                                                                                              phospholipid dephosphorylation
GO:0046847                                                                                                                                                                         filopodium assembly
GO:0046848                                                                                                                                                                      hydroxyapatite binding
GO:0046849                                                                                                                                                                             bone remodeling
GO:0046850                                                                                                                                                               regulation of bone remodeling
GO:0046851                                                                                                                                                      negative regulation of bone remodeling
GO:0046854                                                                                                                                         phosphatidylinositol phosphate biosynthetic process
GO:0046856                                                                                                                                                      phosphatidylinositol dephosphorylation
GO:0046857                                                                                      oxidoreductase activity, acting on other nitrogenous compounds as donors, with NAD or NADP as acceptor
GO:0046864                                                                                                                                                                        isoprenoid transport
GO:0046865                                                                                                                                                                         terpenoid transport
GO:0046866                                                                                                                                                                    tetraterpenoid transport
GO:0046867                                                                                                                                                                        carotenoid transport
GO:0046870                                                                                                                                                                         cadmium ion binding
GO:0046872                                                                                                                                                                           metal ion binding
GO:0046873                                                                                                                                                metal ion transmembrane transporter activity
GO:0046874                                                                                                                                                               quinolinate metabolic process
GO:0046875                                                                                                                                                                     ephrin receptor binding
GO:0046877                                                                                                                                                              regulation of saliva secretion
GO:0046878                                                                                                                                                     positive regulation of saliva secretion
GO:0046879                                                                                                                                                                           hormone secretion
GO:0046880                                                                                                                                        regulation of follicle-stimulating hormone secretion
GO:0046881                                                                                                                               positive regulation of follicle-stimulating hormone secretion
GO:0046882                                                                                                                               negative regulation of follicle-stimulating hormone secretion
GO:0046883                                                                                                                                                             regulation of hormone secretion
GO:0046884                                                                                                                                                      follicle-stimulating hormone secretion
GO:0046885                                                                                                                                                  regulation of hormone biosynthetic process
GO:0046886                                                                                                                                         positive regulation of hormone biosynthetic process
GO:0046887                                                                                                                                                    positive regulation of hormone secretion
GO:0046888                                                                                                                                                    negative regulation of hormone secretion
GO:0046889                                                                                                                                           positive regulation of lipid biosynthetic process
GO:0046890                                                                                                                                                    regulation of lipid biosynthetic process
GO:0046898                                                                                                                                                                   response to cycloheximide
GO:0046899                                                                                                                                           nucleoside triphosphate adenylate kinase activity
GO:0046900                                                                                                                                              tetrahydrofolylpolyglutamate metabolic process
GO:0046901                                                                                                                                           tetrahydrofolylpolyglutamate biosynthetic process
GO:0046902                                                                                                                                           regulation of mitochondrial membrane permeability
GO:0046903                                                                                                                                                                                   secretion
GO:0046904                                                                                                                                                                     calcium oxalate binding
GO:0046906                                                                                                                                                                        tetrapyrrole binding
GO:0046907                                                                                                                                                                     intracellular transport
GO:0046911                                                                                                                                                                    metal chelating activity
GO:0046912                                                                                                                      acyltransferase activity, acyl groups converted into alkyl on transfer
GO:0046914                                                                                                                                                                transition metal ion binding
GO:0046915                                                                                                                                     transition metal ion transmembrane transporter activity
GO:0046920                                                                                                                                                    alpha-(1->3)-fucosyltransferase activity
GO:0046921                                                                                                                                                    alpha-(1->6)-fucosyltransferase activity
GO:0046922                                                                                                                                                       peptide-O-fucosyltransferase activity
GO:0046923                                                                                                                                                               ER retention sequence binding
GO:0046928                                                                                                                                                    regulation of neurotransmitter secretion
GO:0046929                                                                                                                                           negative regulation of neurotransmitter secretion
GO:0046930                                                                                                                                                                                pore complex
GO:0046931                                                                                                                                                                       pore complex assembly
GO:0046933                                                                                                                             proton-transporting ATP synthase activity, rotational mechanism
GO:0046934                                                                                                                                   1-phosphatidylinositol-4,5-bisphosphate 3-kinase activity
GO:0046935                                                                                                                                          1-phosphatidylinositol-3-kinase regulator activity
GO:0046936                                                                                                                                                        2'-deoxyadenosine deaminase activity
GO:0046940                                                                                                                                                    nucleoside monophosphate phosphorylation
GO:0046942                                                                                                                                                                   carboxylic acid transport
GO:0046943                                                                                                                                          carboxylic acid transmembrane transporter activity
GO:0046946                                                                                                                                                             hydroxylysine metabolic process
GO:0046947                                                                                                                                                          hydroxylysine biosynthetic process
GO:0046949                                                                                                                                                         fatty-acyl-CoA biosynthetic process
GO:0046950                                                                                                                                                      cellular ketone body metabolic process
GO:0046951                                                                                                                                                            ketone body biosynthetic process
GO:0046952                                                                                                                                                               ketone body catabolic process
GO:0046958                                                                                                                                                                     nonassociative learning
GO:0046959                                                                                                                                                                                 habituation
GO:0046960                                                                                                                                                                               sensitization
GO:0046961                                                                                                                                   proton-transporting ATPase activity, rotational mechanism
GO:0046963                                                                                                                                             3'-phosphoadenosine 5'-phosphosulfate transport
GO:0046964                                                                                                                    3'-phosphoadenosine 5'-phosphosulfate transmembrane transporter activity
GO:0046965                                                                                                                                                         nuclear retinoid X receptor binding
GO:0046966                                                                                                                                                    nuclear thyroid hormone receptor binding
GO:0046967                                                                                                                                                  cytosol to endoplasmic reticulum transport
GO:0046968                                                                                                                                                                   peptide antigen transport
GO:0046969                                                                                                                                             NAD-dependent histone H3K9 deacetylase activity
GO:0046970                                                                                                                                            NAD-dependent histone H4K16 deacetylase activity
GO:0046972                                                                                                                                                    histone H4K16 acetyltransferase activity
GO:0046974                                                                                                                                                     histone H3K9 methyltransferase activity
GO:0046975                                                                                                                                                    histone H3K36 methyltransferase activity
GO:0046976                                                                                                                                                    histone H3K27 methyltransferase activity
GO:0046977                                                                                                                                                                                 TAP binding
GO:0046978                                                                                                                                                                                TAP1 binding
GO:0046979                                                                                                                                                                                TAP2 binding
GO:0046980                                                                                                                                                                             tapasin binding
GO:0046982                                                                                                                                                         protein heterodimerization activity
GO:0046983                                                                                                                                                               protein dimerization activity
GO:0046984                                                                                                                                               regulation of hemoglobin biosynthetic process
GO:0046985                                                                                                                                      positive regulation of hemoglobin biosynthetic process
GO:0046986                                                                                                                                      negative regulation of hemoglobin biosynthetic process
GO:0046992                                                                                                                          oxidoreductase activity, acting on X-H and Y-H to form an X-Y bond
GO:0046997                                                                                                            oxidoreductase activity, acting on the CH-NH group of donors, flavin as acceptor
GO:0047006                                                                                                                          17-alpha,20-alpha-dihydroxypregn-4-en-3-one dehydrogenase activity
GO:0047016                                                                                                                             cholest-5-ene-3-beta,7-alpha-diol 3-beta-dehydrogenase activity
GO:0047017                                                                                                                                                           prostaglandin-F synthase activity
GO:0047020                                                                                                                                    15-hydroxyprostaglandin-D dehydrogenase (NADP+) activity
GO:0047021                                                                                                                                      15-hydroxyprostaglandin dehydrogenase (NADP+) activity
GO:0047022                                                                                                                                        7-beta-hydroxysteroid dehydrogenase (NADP+) activity
GO:0047023                                                                                                                                                         androsterone dehydrogenase activity
GO:0047024                                                                                                                                  5alpha-androstane-3beta,17beta-diol dehydrogenase activity
GO:0047035                                                                                                                                                  testosterone dehydrogenase (NAD+) activity
GO:0047042                                                                                                                                            androsterone dehydrogenase (B-specific) activity
GO:0047044                                                                                                                                       androstan-3-alpha,17-beta-diol dehydrogenase activity
GO:0047045                                                                                                                                         testosterone 17-beta-dehydrogenase (NADP+) activity
GO:0047057                                                                                                                                   vitamin-K-epoxide reductase (warfarin-sensitive) activity
GO:0047058                                                                                                                                 vitamin-K-epoxide reductase (warfarin-insensitive) activity
GO:0047066                                                                                                                                  phospholipid-hydroperoxide glutathione peroxidase activity
GO:0047086                                                                                                                                                          ketosteroid monooxygenase activity
GO:0047092                                                                                                                                        27-hydroxycholesterol 7-alpha-monooxygenase activity
GO:0047102                                                                                                                                           aminomuconate-semialdehyde dehydrogenase activity
GO:0047103                                                                                                               3-alpha,7-alpha,12-alpha-trihydroxycholestan-26-al 26-oxidoreductase activity
GO:0047105                                                                                                                                      4-trimethylammoniobutyraldehyde dehydrogenase activity
GO:0047115                                                                                                                                    trans-1,2-dihydrobenzene-1,2-diol dehydrogenase activity
GO:0047117                                                                                                                         enoyl-[acyl-carrier-protein] reductase (NADPH, A-specific) activity
GO:0047127                                                                                                                                           thiomorpholine-carboxylate dehydrogenase activity
GO:0047130                                                                                                                               saccharopine dehydrogenase (NADP+, L-lysine-forming) activity
GO:0047131                                                                                                                             saccharopine dehydrogenase (NAD+, L-glutamate-forming) activity
GO:0047134                                                                                                                                               protein-disulfide reductase (NAD(P)) activity
GO:0047144                                                                                                                                       2-acylglycerol-3-phosphate O-acyltransferase activity
GO:0047150                                                                                                                                           betaine-homocysteine S-methyltransferase activity
GO:0047159                                                                                                                                   1-alkenylglycerophosphocholine O-acyltransferase activity
GO:0047166                                                                                                                              1-alkenylglycerophosphoethanolamine O-acyltransferase activity
GO:0047173                                                                                                                                      phosphatidylcholine-retinol O-acyltransferase activity
GO:0047179                                                                                                                                       platelet-activating factor acetyltransferase activity
GO:0047184                                                                                                                                      1-acylglycerophosphocholine O-acyltransferase activity
GO:0047186                                                                                                                                  N-acetylneuraminate 7-O(or 9-O)-acetyltransferase activity
GO:0047190                                                                                                                                      2-acylglycerophosphocholine O-acyltransferase activity
GO:0047191                                                                                                                                     1-alkylglycerophosphocholine O-acyltransferase activity
GO:0047192                                                                                                                                   1-alkylglycerophosphocholine O-acetyltransferase activity
GO:0047198                                                                                                                                           cysteine-S-conjugate N-acetyltransferase activity
GO:0047220                                                                                                                              galactosylxylosylprotein 3-beta-galactosyltransferase activity
GO:0047223                                                                                               beta-1,3-galactosyl-O-glycosyl-glycoprotein beta-1,3-N-acetylglucosaminyltransferase activity
GO:0047224                                                                                              acetylgalactosaminyl-O-glycosyl-glycoprotein beta-1,3-N-acetylglucosaminyltransferase activity
GO:0047225                                                                                              acetylgalactosaminyl-O-glycosyl-glycoprotein beta-1,6-N-acetylglucosaminyltransferase activity
GO:0047237                                                                                                          glucuronylgalactosylproteoglycan 4-beta-N-acetylgalactosaminyltransferase activity
GO:0047238                                                                                          glucuronosyl-N-acetylgalactosaminyl-proteoglycan 4-beta-N-acetylgalactosaminyltransferase activity
GO:0047256                                                                                                                       lactosylceramide 1,3-N-acetyl-beta-D-glucosaminyltransferase activity
GO:0047263                                                                                                                                            N-acylsphingosine galactosyltransferase activity
GO:0047273                                                                                                        galactosylgalactosylglucosylceramide beta-D-acetylgalactosaminyltransferase activity
GO:0047275                                                                                                                  glucosaminylgalactosylglucosylceramide beta-galactosyltransferase activity
GO:0047277                                                                                                                                  globoside alpha-N-acetylgalactosaminyltransferase activity
GO:0047280                                                                                                                                             nicotinamide phosphoribosyltransferase activity
GO:0047288                                                                                                       beta-D-galactosyl-(1->3)-N-acetyl-beta-D-galactosaminide alpha-2,3- sialyltransferase
GO:0047290                                                                                alpha-N-acetylneuraminyl-2,3-beta-galactosyl-1,3-N-acetyl-galactosaminide 6-alpha-sialyltransferase activity
GO:0047291                                                                                                                                       lactosylceramide alpha-2,3-sialyltransferase activity
GO:0047293                                                                                                                                            4-hydroxybenzoate nonaprenyltransferase activity
GO:0047298                                                                                                                                        (S)-3-amino-2-methylpropionate transaminase activity
GO:0047305                                                                                                                               (R)-3-amino-2-methylpropionate-pyruvate transaminase activity
GO:0047315                                                                                                                                                 kynurenine-glyoxylate transaminase activity
GO:0047316                                                                                                                                              glutamine-phenylpyruvate transaminase activity
GO:0047322                                                                                                                               [hydroxymethylglutaryl-CoA reductase (NADPH)] kinase activity
GO:0047323                                                                                                               [3-methyl-2-oxobutanoate dehydrogenase (acetyl-transferring)] kinase activity
GO:0047325                                                                                                                                                inositol tetrakisphosphate 1-kinase activity
GO:0047326                                                                                                                                                inositol tetrakisphosphate 5-kinase activity
GO:0047341                                                                                                                                             fucose-1-phosphate guanylyltransferase activity
GO:0047349                                                                                                                                         D-ribitol-5-phosphate cytidylyltransferase activity
GO:0047352                                                                                                                                        adenylylsulfate-ammonia adenylyltransferase activity
GO:0047359                                                                                                                                1-alkenyl-2-acylglycerol choline phosphotransferase activity
GO:0047369                                                                                                                                   succinate-hydroxymethylglutarate CoA-transferase activity
GO:0047372                                                                                                                                                                acylglycerol lipase activity
GO:0047374                                                                                                                                             methylumbelliferyl-acetate deacetylase activity
GO:0047376                                                                                                                   all-trans-retinyl-palmitate hydrolase, all-trans-retinol forming activity
GO:0047378                                                                                                                                                acetylalkylglycerol acetylhydrolase activity
GO:0047389                                                                                                                                            glycerophosphocholine phosphodiesterase activity
GO:0047390                                                                                                                                     glycerophosphocholine cholinephosphodiesterase activity
GO:0047391                                                                                                                                  alkylglycerophosphoethanolamine phosphodiesterase activity
GO:0047395                                                                                                                                    glycerophosphoinositol glycerophosphodiesterase activity
GO:0047402                                                                                                                                protein-glucosylgalactosylhydroxylysine glucosidase activity
GO:0047408                                                                                                                                             alkenylglycerophosphocholine hydrolase activity
GO:0047412                                                                                                                                          N-(long-chain-acyl)ethanolamine deacylase activity
GO:0047419                                                                                                                                      N-acetylgalactosamine-6-phosphate deacetylase activity
GO:0047429                                                                                                                                              nucleoside triphosphate diphosphatase activity
GO:0047442                                                                                                                                              17-alpha-hydroxyprogesterone aldolase activity
GO:0047444                                                                                                                                             N-acylneuraminate-9-phosphate synthase activity
GO:0047450                                                                                                                            (3R)-3-hydroxybutanoyl-[acyl-carrier-protein] hydratase activity
GO:0047451                                                                                                                          (3R)-3-hydroxyoctanoyl-[acyl-carrier-protein] dehydratase activity
GO:0047453                                                                                                                                          ATP-dependent NAD(P)H-hydrate dehydratase activity
GO:0047464                                                                                                                                        heparosan-N-sulfate-glucuronate 5-epimerase activity
GO:0047484                                                                                                                                                    regulation of response to osmotic stress
GO:0047493                                                                                                                                                 ceramide cholinephosphotransferase activity
GO:0047496                                                                                                                                                         vesicle transport along microtubule
GO:0047497                                                                                                                                                   mitochondrion transport along microtubule
GO:0047498                                                                                                                                                 calcium-dependent phospholipase A2 activity
GO:0047499                                                                                                                                               calcium-independent phospholipase A2 activity
GO:0047522                                                                                                                                                     15-oxoprostaglandin 13-oxidase activity
GO:0047536                                                                                                                                                        2-aminoadipate transaminase activity
GO:0047545                                                                                                                                                   2-hydroxyglutarate dehydrogenase activity
GO:0047555                                                                                                                                                 3',5'-cyclic-GMP phosphodiesterase activity
GO:0047560                                                                                                                                                     3-dehydrosphinganine reductase activity
GO:0047598                                                                                                                                                     7-dehydrocholesterol reductase activity
GO:0047603                                                                                                                                                          acetoacetyl-CoA hydrolase activity
GO:0047609                                                                                                                                                       acetylputrescine deacetylase activity
GO:0047611                                                                                                                                                       acetylspermidine deacetylase activity
GO:0047617                                                                                                                                                           fatty acyl-CoA hydrolase activity
GO:0047620                                                                                                                                                                acylglycerol kinase activity
GO:0047621                                                                                                                                                             acylpyruvate hydrolase activity
GO:0047623                                                                                                                                                      adenosine-phosphate deaminase activity
GO:0047627                                                                                                                                                                  adenylylsulfatase activity
GO:0047631                                                                                                                                                           ADP-ribose diphosphatase activity
GO:0047635                                                                                                                                                      alanine-oxo-acid transaminase activity
GO:0047638                                                                                                                                                          albendazole monooxygenase activity
GO:0047649                                                                                                                                                               alkylglycerol kinase activity
GO:0047655                                                                                                                                                        allyl-alcohol dehydrogenase activity
GO:0047658                                                                                                                                                          alpha-amino-acid esterase activity
GO:0047661                                                                                                                                                                amino-acid racemase activity
GO:0047676                                                                                                                                                            arachidonate-CoA ligase activity
GO:0047677                                                                                                                                                     arachidonate 8(R)-lipoxygenase activity
GO:0047693                                                                                                                                                                  ATP diphosphatase activity
GO:0047696                                                                                                                                                    beta-adrenergic receptor kinase activity
GO:0047704                                                                                                                                                         bile-salt sulfotransferase activity
GO:0047708                                                                                                                                                                        biotinidase activity
GO:0047710                                                                                                                                                    bis(5'-adenosyl)-triphosphatase activity
GO:0047714                                                                                                                                                                      galactolipase activity
GO:0047718                                                                                                                                                              indanol dehydrogenase activity
GO:0047730                                                                                                                                                                 carnosine synthase activity
GO:0047734                                                                                                                                                         CDP-glycerol diphosphatase activity
GO:0047743                                                                                                                                                              chlordecone reductase activity
GO:0047747                                                                                                                                                                 cholate-CoA ligase activity
GO:0047748                                                                                                                                                 cholestanetetraol 26-dehydrogenase activity
GO:0047749                                                                                                                                                   cholestanetriol 26-monooxygenase activity
GO:0047750                                                                                                                                                        cholestenol delta-isomerase activity
GO:0047751                                                                                                                                       3-oxo-5alpha-steroid 4-dehydrogenase (NADP+) activity
GO:0047756                                                                                                                                                     chondroitin 4-sulfotransferase activity
GO:0047757                                                                                                                                                chondroitin-glucuronate 5-epimerase activity
GO:0047760                                                                                                                                                                butyrate-CoA ligase activity
GO:0047777                                                                                                                                                           (S)-citramalyl-CoA lyase activity
GO:0047783                                                                                                                                                    corticosterone 18-monooxygenase activity
GO:0047787                                                                                                                                                delta4-3-oxosteroid 5beta-reductase activity
GO:0047800                                                                                                                                                             cysteamine dioxygenase activity
GO:0047801                                                                                                                                                            L-cysteine transaminase activity
GO:0047804                                                                                                                                                    cysteine-S-conjugate beta-lyase activity
GO:0047805                                                                                                                                                                 cytidylate cyclase activity
GO:0047820                                                                                                                                                                D-glutamate cyclase activity
GO:0047822                                                                                                                                                          hypotaurine dehydrogenase activity
GO:0047826                                                                                                                                                           D-lysine 5,6-aminomutase activity
GO:0047833                                                                                                                                                D-sorbitol dehydrogenase (acceptor) activity
GO:0047837                                                                                                                                                   D-xylose 1-dehydrogenase (NADP+) activity
GO:0047840                                                                                                                                                                 dCTP diphosphatase activity
GO:0047844                                                                                                                                                            deoxycytidine deaminase activity
GO:0047847                                                                                                                                                         deoxyuridine phosphorylase activity
GO:0047860                                                                                                                                                     diiodophenylpyruvate reductase activity
GO:0047865                                                                                                                                                      dimethylglycine dehydrogenase activity
GO:0047874                                                                                                                                                              dolichyldiphosphatase activity
GO:0047886                                                                                                                                                             farnesol dehydrogenase activity
GO:0047888                                                                                                                                                              fatty acid peroxidase activity
GO:0047894                                                                                                                                                        flavonol 3-sulfotransferase activity
GO:0047915                                                                                                                                                  ganglioside galactosyltransferase activity
GO:0047918                                                                                                                                                          GDP-mannose 3,5-epimerase activity
GO:0047931                                                                                                                                                                 glucosamine kinase activity
GO:0047933                                                                                                                                                  glucose-1,6-bisphosphate synthase activity
GO:0047934                                                                                                                                                     glucose 1-dehydrogenase (NAD+) activity
GO:0047935                                                                                                                                                    glucose 1-dehydrogenase (NADP+) activity
GO:0047936                                                                                                                                                   glucose 1-dehydrogenase [NAD(P)] activity
GO:0047939                                                                                                                                                            L-glucuronate reductase activity
GO:0047941                                                                                                                                                         glucuronolactone reductase activity
GO:0047946                                                                                                                                                        glutamine N-acyltransferase activity
GO:0047952                                                                                                                                       glycerol-3-phosphate dehydrogenase [NAD(P)+] activity
GO:0047956                                                                                                                                                     glycerol dehydrogenase [NADP+] activity
GO:0047958                                                                                                                                            glycine:2-oxoglutarate aminotransferase activity
GO:0047961                                                                                                                                                          glycine N-acyltransferase activity
GO:0047962                                                                                                                                                       glycine N-benzoyltransferase activity
GO:0047963                                                                                                                                                       glycine N-choloyltransferase activity
GO:0047969                                                                                                                                                                 glyoxylate oxidase activity
GO:0047971                                                                                                                                                                  guanidinobutyrase activity
GO:0047972                                                                                                                                                                guanidinopropionase activity
GO:0047975                                                                                                                                                            guanosine phosphorylase activity
GO:0047977                                                                                                                                                        hepoxilin-epoxide hydrolase activity
GO:0047982                                                                                                                                                         homocysteine desulfhydrase activity
GO:0047988                                                                                                                                               hydroxyacid-oxoacid transhydrogenase activity
GO:0047992                                                                                                                                                               hydroxylysine kinase activity
GO:0047994                                                                                                                                                hydroxymethylglutaryl-CoA hydrolase activity
GO:0047995                                                                                                                                                    hydroxyphenylpyruvate reductase activity
GO:0048002                                                                                                                                      antigen processing and presentation of peptide antigen
GO:0048003                                                                                                                       antigen processing and presentation of lipid antigen via MHC class Ib
GO:0048006                                                                                                              antigen processing and presentation, endogenous lipid antigen via MHC class Ib
GO:0048007                                                                                                               antigen processing and presentation, exogenous lipid antigen via MHC class Ib
GO:0048008                                                                                                                                   platelet-derived growth factor receptor signaling pathway
GO:0048009                                                                                                                                       insulin-like growth factor receptor signaling pathway
GO:0048010                                                                                                                               vascular endothelial growth factor receptor signaling pathway
GO:0048011                                                                                                                                                 neurotrophin TRK receptor signaling pathway
GO:0048012                                                                                                                                         hepatocyte growth factor receptor signaling pathway
GO:0048013                                                                                                                                                           ephrin receptor signaling pathway
GO:0048014                                                                                                                                                                       Tie signaling pathway
GO:0048015                                                                                                                                                     phosphatidylinositol-mediated signaling
GO:0048018                                                                                                                                                                    receptor ligand activity
GO:0048019                                                                                                                                                                receptor antagonist activity
GO:0048020                                                                                                                                                              CCR chemokine receptor binding
GO:0048021                                                                                                                                                  regulation of melanin biosynthetic process
GO:0048022                                                                                                                                         negative regulation of melanin biosynthetic process
GO:0048023                                                                                                                                         positive regulation of melanin biosynthetic process
GO:0048024                                                                                                                                                regulation of mRNA splicing, via spliceosome
GO:0048025                                                                                                                                       negative regulation of mRNA splicing, via spliceosome
GO:0048026                                                                                                                                       positive regulation of mRNA splicing, via spliceosome
GO:0048027                                                                                                                                                                         mRNA 5'-UTR binding
GO:0048029                                                                                                                                                                      monosaccharide binding
GO:0048030                                                                                                                                                                        disaccharide binding
GO:0048033                                                                                                                                                                    heme O metabolic process
GO:0048034                                                                                                                                                                 heme O biosynthetic process
GO:0048038                                                                                                                                                                             quinone binding
GO:0048039                                                                                                                                                                          ubiquinone binding
GO:0048040                                                                                                                                                      UDP-glucuronate decarboxylase activity
GO:0048041                                                                                                                                                                     focal adhesion assembly
GO:0048048                                                                                                                                                                 embryonic eye morphogenesis
GO:0048050                                                                                                                                                            post-embryonic eye morphogenesis
GO:0048066                                                                                                                                                                  developmental pigmentation
GO:0048069                                                                                                                                                                            eye pigmentation
GO:0048070                                                                                                                                                    regulation of developmental pigmentation
GO:0048073                                                                                                                                                              regulation of eye pigmentation
GO:0048074                                                                                                                                                     negative regulation of eye pigmentation
GO:0048075                                                                                                                                                     positive regulation of eye pigmentation
GO:0048086                                                                                                                                           negative regulation of developmental pigmentation
GO:0048087                                                                                                                                           positive regulation of developmental pigmentation
GO:0048101                                                                                                                            calmodulin-activated 3',5'-cyclic-GMP phosphodiesterase activity
GO:0048102                                                                                                                                                                       autophagic cell death
GO:0048103                                                                                                                                                                  somatic stem cell division
GO:0048104                                                                                                                                    establishment of body hair or bristle planar orientation
GO:0048105                                                                                                                                               establishment of body hair planar orientation
GO:0048133                                                                                                                                                male germ-line stem cell asymmetric division
GO:0048137                                                                                                                                                                       spermatocyte division
GO:0048143                                                                                                                                                                        astrocyte activation
GO:0048144                                                                                                                                                                    fibroblast proliferation
GO:0048145                                                                                                                                                      regulation of fibroblast proliferation
GO:0048146                                                                                                                                             positive regulation of fibroblast proliferation
GO:0048147                                                                                                                                             negative regulation of fibroblast proliferation
GO:0048148                                                                                                                                                              behavioral response to cocaine
GO:0048149                                                                                                                                                              behavioral response to ethanol
GO:0048156                                                                                                                                                                         tau protein binding
GO:0048160                                                                                                                                                                      primary follicle stage
GO:0048162                                                                                                                                                                  multi-layer follicle stage
GO:0048165                                                                                                                                                                          fused antrum stage
GO:0048167                                                                                                                                                           regulation of synaptic plasticity
GO:0048168                                                                                                                                                  regulation of neuronal synaptic plasticity
GO:0048169                                                                                                                                        regulation of long-term neuronal synaptic plasticity
GO:0048170                                                                                                                               positive regulation of long-term neuronal synaptic plasticity
GO:0048172                                                                                                                                       regulation of short-term neuronal synaptic plasticity
GO:0048174                                                                                                                              negative regulation of short-term neuronal synaptic plasticity
GO:0048179                                                                                                                                                                    activin receptor complex
GO:0048180                                                                                                                                                                             activin complex
GO:0048185                                                                                                                                                                             activin binding
GO:0048188                                                                                                                                                                       Set1C/COMPASS complex
GO:0048193                                                                                                                                                                     Golgi vesicle transport
GO:0048194                                                                                                                                                                       Golgi vesicle budding
GO:0048199                                                                                                                                                 vesicle targeting, to, from or within Golgi
GO:0048200                                                                                                                                                             Golgi transport vesicle coating
GO:0048203                                                                                                                                                  vesicle targeting, trans-Golgi to endosome
GO:0048205                                                                                                                                                               COPI coating of Golgi vesicle
GO:0048207                                                                                                                                                    vesicle targeting, rough ER to cis-Golgi
GO:0048208                                                                                                                                                                       COPII vesicle coating
GO:0048210                                                                                                                                                     Golgi vesicle fusion to target membrane
GO:0048211                                                                                                                                                                       Golgi vesicle docking
GO:0048213                                                                                                                                               Golgi vesicle prefusion complex stabilization
GO:0048219                                                                                                                                             inter-Golgi cisterna vesicle-mediated transport
GO:0048227                                                                                                                                                       plasma membrane to endosome transport
GO:0048232                                                                                                                                                                      male gamete generation
GO:0048237                                                                                                                                                           rough endoplasmic reticulum lumen
GO:0048239                                                                                                                                        negative regulation of DNA recombination at telomere
GO:0048240                                                                                                                                                                          sperm capacitation
GO:0048241                                                                                                                                                                       epinephrine transport
GO:0048242                                                                                                                                                                       epinephrine secretion
GO:0048243                                                                                                                                                                    norepinephrine secretion
GO:0048244                                                                                                                                                          phytanoyl-CoA dioxygenase activity
GO:0048245                                                                                                                                                                       eosinophil chemotaxis
GO:0048246                                                                                                                                                                       macrophage chemotaxis
GO:0048247                                                                                                                                                                       lymphocyte chemotaxis
GO:0048248                                                                                                                                                            CXCR3 chemokine receptor binding
GO:0048250                                                                                                                                                          iron import into the mitochondrion
GO:0048251                                                                                                                                                                      elastic fiber assembly
GO:0048252                                                                                                                                                               lauric acid metabolic process
GO:0048254                                                                                                                                                                         snoRNA localization
GO:0048255                                                                                                                                                                          mRNA stabilization
GO:0048256                                                                                                                                                                  flap endonuclease activity
GO:0048257                                                                                                                                                               3'-flap endonuclease activity
GO:0048259                                                                                                                                                 regulation of receptor-mediated endocytosis
GO:0048260                                                                                                                                        positive regulation of receptor-mediated endocytosis
GO:0048261                                                                                                                                        negative regulation of receptor-mediated endocytosis
GO:0048262                                                                                                                                                   determination of dorsal/ventral asymmetry
GO:0048263                                                                                                                                                            determination of dorsal identity
GO:0048264                                                                                                                                                           determination of ventral identity
GO:0048265                                                                                                                                                                            response to pain
GO:0048266                                                                                                                                                                 behavioral response to pain
GO:0048268                                                                                                                                                                      clathrin coat assembly
GO:0048269                                                                                                                                                      methionine adenosyltransferase complex
GO:0048270                                                                                                                                           methionine adenosyltransferase regulator activity
GO:0048273                                                                                                                                                mitogen-activated protein kinase p38 binding
GO:0048278                                                                                                                                                                             vesicle docking
GO:0048280                                                                                                                                                         vesicle fusion with Golgi apparatus
GO:0048284                                                                                                                                                                            organelle fusion
GO:0048285                                                                                                                                                                           organelle fission
GO:0048286                                                                                                                                                                   lung alveolus development
GO:0048289                                                                                                                                                           isotype switching to IgE isotypes
GO:0048290                                                                                                                                                           isotype switching to IgA isotypes
GO:0048291                                                                                                                                                           isotype switching to IgG isotypes
GO:0048293                                                                                                                                             regulation of isotype switching to IgE isotypes
GO:0048294                                                                                                                                    negative regulation of isotype switching to IgE isotypes
GO:0048295                                                                                                                                    positive regulation of isotype switching to IgE isotypes
GO:0048296                                                                                                                                             regulation of isotype switching to IgA isotypes
GO:0048298                                                                                                                                    positive regulation of isotype switching to IgA isotypes
GO:0048302                                                                                                                                             regulation of isotype switching to IgG isotypes
GO:0048304                                                                                                                                    positive regulation of isotype switching to IgG isotypes
GO:0048306                                                                                                                                                           calcium-dependent protein binding
GO:0048308                                                                                                                                                                       organelle inheritance
GO:0048311                                                                                                                                                                  mitochondrion distribution
GO:0048312                                                                                                                                                  intracellular distribution of mitochondria
GO:0048313                                                                                                                                                                           Golgi inheritance
GO:0048318                                                                                                                                                                  axial mesoderm development
GO:0048319                                                                                                                                                                axial mesoderm morphogenesis
GO:0048320                                                                                                                                                                    axial mesoderm formation
GO:0048321                                                                                                                                                       axial mesodermal cell differentiation
GO:0048322                                                                                                                                                       axial mesodermal cell fate commitment
GO:0048327                                                                                                                                                    axial mesodermal cell fate specification
GO:0048332                                                                                                                                                                      mesoderm morphogenesis
GO:0048333                                                                                                                                                             mesodermal cell differentiation
GO:0048337                                                                                                                                   positive regulation of mesodermal cell fate specification
GO:0048338                                                                                                                                                            mesoderm structural organization
GO:0048339                                                                                                                                                               paraxial mesoderm development
GO:0048340                                                                                                                                                             paraxial mesoderm morphogenesis
GO:0048341                                                                                                                                                                 paraxial mesoderm formation
GO:0048342                                                                                                                                                    paraxial mesodermal cell differentiation
GO:0048343                                                                                                                                                    paraxial mesodermal cell fate commitment
GO:0048352                                                                                                                                                   paraxial mesoderm structural organization
GO:0048368                                                                                                                                                                lateral mesoderm development
GO:0048369                                                                                                                                                              lateral mesoderm morphogenesis
GO:0048370                                                                                                                                                                  lateral mesoderm formation
GO:0048371                                                                                                                                                     lateral mesodermal cell differentiation
GO:0048372                                                                                                                                                     lateral mesodermal cell fate commitment
GO:0048377                                                                                                                                                  lateral mesodermal cell fate specification
GO:0048378                                                                                                                                    regulation of lateral mesodermal cell fate specification
GO:0048382                                                                                                                                                                     mesendoderm development
GO:0048384                                                                                                                                                    retinoic acid receptor signaling pathway
GO:0048385                                                                                                                                      regulation of retinoic acid receptor signaling pathway
GO:0048386                                                                                                                             positive regulation of retinoic acid receptor signaling pathway
GO:0048387                                                                                                                             negative regulation of retinoic acid receptor signaling pathway
GO:0048388                                                                                                                                                               endosomal lumen acidification
GO:0048389                                                                                                                                                           intermediate mesoderm development
GO:0048390                                                                                                                                                         intermediate mesoderm morphogenesis
GO:0048391                                                                                                                                                             intermediate mesoderm formation
GO:0048392                                                                                                                                                intermediate mesodermal cell differentiation
GO:0048403                                                                                                                                                   brain-derived neurotrophic factor binding
GO:0048406                                                                                                                                                                 nerve growth factor binding
GO:0048407                                                                                                                                                      platelet-derived growth factor binding
GO:0048408                                                                                                                                                             epidermal growth factor binding
GO:0048468                                                                                                                                                                            cell development
GO:0048469                                                                                                                                                                             cell maturation
GO:0048471                                                                                                                                                             perinuclear region of cytoplasm
GO:0048475                                                                                                                                                                             coated membrane
GO:0048476                                                                                                                                                         Holliday junction resolvase complex
GO:0048477                                                                                                                                                                                   oogenesis
GO:0048483                                                                                                                                                        autonomic nervous system development
GO:0048484                                                                                                                                                          enteric nervous system development
GO:0048485                                                                                                                                                      sympathetic nervous system development
GO:0048486                                                                                                                                                  parasympathetic nervous system development
GO:0048487                                                                                                                                                                        beta-tubulin binding
GO:0048488                                                                                                                                                                synaptic vesicle endocytosis
GO:0048489                                                                                                                                                                  synaptic vesicle transport
GO:0048490                                                                                                                                                      anterograde synaptic vesicle transport
GO:0048495                                                                                                                                                                          Roundabout binding
GO:0048496                                                                                                                                                        maintenance of animal organ identity
GO:0048499                                                                                                                                                      synaptic vesicle membrane organization
GO:0048500                                                                                                                                                                 signal recognition particle
GO:0048505                                                                                                                                                regulation of timing of cell differentiation
GO:0048511                                                                                                                                                                            rhythmic process
GO:0048512                                                                                                                                                                          circadian behavior
GO:0048513                                                                                                                                                                    animal organ development
GO:0048514                                                                                                                                                                  blood vessel morphogenesis
GO:0048515                                                                                                                                                                   spermatid differentiation
GO:0048518                                                                                                                                                   positive regulation of biological process
GO:0048519                                                                                                                                                   negative regulation of biological process
GO:0048520                                                                                                                                                             positive regulation of behavior
GO:0048521                                                                                                                                                             negative regulation of behavior
GO:0048522                                                                                                                                                     positive regulation of cellular process
GO:0048523                                                                                                                                                     negative regulation of cellular process
GO:0048524                                                                                                                                                        positive regulation of viral process
GO:0048525                                                                                                                                                        negative regulation of viral process
GO:0048531                                                                                                                                                     beta-1,3-galactosyltransferase activity
GO:0048532                                                                                                                                                            anatomical structure arrangement
GO:0048534                                                                                                                                                 hematopoietic or lymphoid organ development
GO:0048535                                                                                                                                                                      lymph node development
GO:0048536                                                                                                                                                                          spleen development
GO:0048537                                                                                                                                               mucosa-associated lymphoid tissue development
GO:0048538                                                                                                                                                                          thymus development
GO:0048539                                                                                                                                                                     bone marrow development
GO:0048541                                                                                                                                                                   Peyer's patch development
GO:0048545                                                                                                                                                                 response to steroid hormone
GO:0048546                                                                                                                                                               digestive tract morphogenesis
GO:0048548                                                                                                                                                                   regulation of pinocytosis
GO:0048549                                                                                                                                                          positive regulation of pinocytosis
GO:0048550                                                                                                                                                          negative regulation of pinocytosis
GO:0048557                                                                                                                                                     embryonic digestive tract morphogenesis
GO:0048560                                                                                                                                           establishment of anatomical structure orientation
GO:0048561                                                                                                                                                   establishment of animal organ orientation
GO:0048562                                                                                                                                                               embryonic organ morphogenesis
GO:0048565                                                                                                                                                                 digestive tract development
GO:0048566                                                                                                                                                       embryonic digestive tract development
GO:0048567                                                                                                                                                    ectodermal digestive tract morphogenesis
GO:0048568                                                                                                                                                                 embryonic organ development
GO:0048570                                                                                                                                                                     notochord morphogenesis
GO:0048571                                                                                                                                                                     long-day photoperiodism
GO:0048583                                                                                                                                                          regulation of response to stimulus
GO:0048584                                                                                                                                                 positive regulation of response to stimulus
GO:0048585                                                                                                                                                 negative regulation of response to stimulus
GO:0048588                                                                                                                                                                   developmental cell growth
GO:0048589                                                                                                                                                                        developmental growth
GO:0048592                                                                                                                                                                           eye morphogenesis
GO:0048593                                                                                                                                                               camera-type eye morphogenesis
GO:0048596                                                                                                                                                     embryonic camera-type eye morphogenesis
GO:0048597                                                                                                                                                post-embryonic camera-type eye morphogenesis
GO:0048598                                                                                                                                                                     embryonic morphogenesis
GO:0048599                                                                                                                                                                          oocyte development
GO:0048608                                                                                                                                                          reproductive structure development
GO:0048609                                                                                                                                               multicellular organismal reproductive process
GO:0048611                                                                                                                                            embryonic ectodermal digestive tract development
GO:0048613                                                                                                                                          embryonic ectodermal digestive tract morphogenesis
GO:0048617                                                                                                                                                             embryonic foregut morphogenesis
GO:0048619                                                                                                                                                             embryonic hindgut morphogenesis
GO:0048621                                                                                                                                                post-embryonic digestive tract morphogenesis
GO:0048625                                                                                                                                                                    myoblast fate commitment
GO:0048626                                                                                                                                                                 myoblast fate specification
GO:0048627                                                                                                                                                                        myoblast development
GO:0048630                                                                                                                                                               skeletal muscle tissue growth
GO:0048631                                                                                                                                                 regulation of skeletal muscle tissue growth
GO:0048632                                                                                                                                        negative regulation of skeletal muscle tissue growth
GO:0048633                                                                                                                                        positive regulation of skeletal muscle tissue growth
GO:0048634                                                                                                                                                      regulation of muscle organ development
GO:0048635                                                                                                                                             negative regulation of muscle organ development
GO:0048636                                                                                                                                             positive regulation of muscle organ development
GO:0048638                                                                                                                                                          regulation of developmental growth
GO:0048639                                                                                                                                                 positive regulation of developmental growth
GO:0048640                                                                                                                                                 negative regulation of developmental growth
GO:0048641                                                                                                                                            regulation of skeletal muscle tissue development
GO:0048642                                                                                                                                   negative regulation of skeletal muscle tissue development
GO:0048643                                                                                                                                   positive regulation of skeletal muscle tissue development
GO:0048644                                                                                                                                                                  muscle organ morphogenesis
GO:0048645                                                                                                                                                                      animal organ formation
GO:0048646                                                                                                                                    anatomical structure formation involved in morphogenesis
GO:0048659                                                                                                                                                            smooth muscle cell proliferation
GO:0048660                                                                                                                                              regulation of smooth muscle cell proliferation
GO:0048661                                                                                                                                     positive regulation of smooth muscle cell proliferation
GO:0048662                                                                                                                                     negative regulation of smooth muscle cell proliferation
GO:0048663                                                                                                                                                                      neuron fate commitment
GO:0048664                                                                                                                                                                   neuron fate determination
GO:0048665                                                                                                                                                                   neuron fate specification
GO:0048666                                                                                                                                                                          neuron development
GO:0048667                                                                                                                                       cell morphogenesis involved in neuron differentiation
GO:0048668                                                                                                                                                                        collateral sprouting
GO:0048669                                                                                                                                                   collateral sprouting in absence of injury
GO:0048670                                                                                                                                                          regulation of collateral sprouting
GO:0048671                                                                                                                                                 negative regulation of collateral sprouting
GO:0048672                                                                                                                                                 positive regulation of collateral sprouting
GO:0048673                                                                                                                                   collateral sprouting of intact axon in response to injury
GO:0048675                                                                                                                                                                              axon extension
GO:0048677                                                                                                                                                     axon extension involved in regeneration
GO:0048678                                                                                                                                                                     response to axon injury
GO:0048679                                                                                                                                                             regulation of axon regeneration
GO:0048680                                                                                                                                                    positive regulation of axon regeneration
GO:0048681                                                                                                                                                    negative regulation of axon regeneration
GO:0048682                                                                                                                                                                   sprouting of injured axon
GO:0048683                                                                                                                     regulation of collateral sprouting of intact axon in response to injury
GO:0048685                                                                                                            negative regulation of collateral sprouting of intact axon in response to injury
GO:0048686                                                                                                                                                     regulation of sprouting of injured axon
GO:0048687                                                                                                                                            positive regulation of sprouting of injured axon
GO:0048688                                                                                                                                            negative regulation of sprouting of injured axon
GO:0048690                                                                                                                                       regulation of axon extension involved in regeneration
GO:0048692                                                                                                                              negative regulation of axon extension involved in regeneration
GO:0048696                                                                                                                                     regulation of collateral sprouting in absence of injury
GO:0048697                                                                                                                            positive regulation of collateral sprouting in absence of injury
GO:0048698                                                                                                                            negative regulation of collateral sprouting in absence of injury
GO:0048699                                                                                                                                                                       generation of neurons
GO:0048701                                                                                                                                                    embryonic cranial skeleton morphogenesis
GO:0048702                                                                                                                                                        embryonic neurocranium morphogenesis
GO:0048703                                                                                                                                                      embryonic viscerocranium morphogenesis
GO:0048704                                                                                                                                                     embryonic skeletal system morphogenesis
GO:0048705                                                                                                                                                               skeletal system morphogenesis
GO:0048706                                                                                                                                                       embryonic skeletal system development
GO:0048708                                                                                                                                                                   astrocyte differentiation
GO:0048709                                                                                                                                                             oligodendrocyte differentiation
GO:0048710                                                                                                                                                     regulation of astrocyte differentiation
GO:0048711                                                                                                                                            positive regulation of astrocyte differentiation
GO:0048712                                                                                                                                            negative regulation of astrocyte differentiation
GO:0048713                                                                                                                                               regulation of oligodendrocyte differentiation
GO:0048714                                                                                                                                      positive regulation of oligodendrocyte differentiation
GO:0048715                                                                                                                                      negative regulation of oligodendrocyte differentiation
GO:0048729                                                                                                                                                                        tissue morphogenesis
GO:0048730                                                                                                                                                                     epidermis morphogenesis
GO:0048731                                                                                                                                                                          system development
GO:0048732                                                                                                                                                                           gland development
GO:0048733                                                                                                                                                                 sebaceous gland development
GO:0048736                                                                                                                                                                       appendage development
GO:0048738                                                                                                                                                           cardiac muscle tissue development
GO:0048741                                                                                                                                                           skeletal muscle fiber development
GO:0048742                                                                                                                                             regulation of skeletal muscle fiber development
GO:0048743                                                                                                                                    positive regulation of skeletal muscle fiber development
GO:0048745                                                                                                                                                            smooth muscle tissue development
GO:0048752                                                                                                                                                            semicircular canal morphogenesis
GO:0048753                                                                                                                                                                pigment granule organization
GO:0048754                                                                                                                                               branching morphogenesis of an epithelial tube
GO:0048755                                                                                                                                                          branching morphogenesis of a nerve
GO:0048757                                                                                                                                                                  pigment granule maturation
GO:0048762                                                                                                                                                            mesenchymal cell differentiation
GO:0048763                                                                                                                                                    calcium-induced calcium release activity
GO:0048769                                                                                                                                                                            sarcomerogenesis
GO:0048770                                                                                                                                                                             pigment granule
GO:0048771                                                                                                                                                                           tissue remodeling
GO:0048773                                                                                                                                                                erythrophore differentiation
GO:0048786                                                                                                                                                                     presynaptic active zone
GO:0048787                                                                                                                                                            presynaptic active zone membrane
GO:0048788                                                                                                                                                     cytoskeleton of presynaptic active zone
GO:0048789                                                                                                                                             cytoskeletal matrix organization at active zone
GO:0048790                                                                                                                                            maintenance of presynaptic active zone structure
GO:0048791                                                                                                                                        calcium ion-regulated exocytosis of neurotransmitter
GO:0048792                                                                                                                                                  spontaneous exocytosis of neurotransmitter
GO:0048793                                                                                                                                                                      pronephros development
GO:0048799                                                                                                                                                                     animal organ maturation
GO:0048806                                                                                                                                                                       genitalia development
GO:0048807                                                                                                                                                              female genitalia morphogenesis
GO:0048808                                                                                                                                                                male genitalia morphogenesis
GO:0048812                                                                                                                                                             neuron projection morphogenesis
GO:0048813                                                                                                                                                                      dendrite morphogenesis
GO:0048814                                                                                                                                                        regulation of dendrite morphogenesis
GO:0048817                                                                                                                                             negative regulation of hair follicle maturation
GO:0048818                                                                                                                                             positive regulation of hair follicle maturation
GO:0048819                                                                                                                                                      regulation of hair follicle maturation
GO:0048820                                                                                                                                                                    hair follicle maturation
GO:0048821                                                                                                                                                                     erythrocyte development
GO:0048822                                                                                                                                                           enucleate erythrocyte development
GO:0048839                                                                                                                                                                       inner ear development
GO:0048840                                                                                                                                                                         otolith development
GO:0048841                                                                                                                                      regulation of axon extension involved in axon guidance
GO:0048842                                                                                                                             positive regulation of axon extension involved in axon guidance
GO:0048843                                                                                                                             negative regulation of axon extension involved in axon guidance
GO:0048844                                                                                                                                                                        artery morphogenesis
GO:0048845                                                                                                                                                           venous blood vessel morphogenesis
GO:0048846                                                                                                                                                    axon extension involved in axon guidance
GO:0048850                                                                                                                                                                    hypophysis morphogenesis
GO:0048852                                                                                                                                                                  diencephalon morphogenesis
GO:0048853                                                                                                                                                                     forebrain morphogenesis
GO:0048854                                                                                                                                                                         brain morphogenesis
GO:0048856                                                                                                                                                            anatomical structure development
GO:0048857                                                                                                                                                                  neural nucleus development
GO:0048858                                                                                                                                                               cell projection morphogenesis
GO:0048859                                                                                                                                                            formation of anatomical boundary
GO:0048861                                                                                                                                                leukemia inhibitory factor signaling pathway
GO:0048863                                                                                                                                                                   stem cell differentiation
GO:0048864                                                                                                                                                                       stem cell development
GO:0048865                                                                                                                                                                   stem cell fate commitment
GO:0048866                                                                                                                                                                stem cell fate specification
GO:0048869                                                                                                                                                              cellular developmental process
GO:0048870                                                                                                                                                                               cell motility
GO:0048871                                                                                                                                                  multicellular organismal-level homeostasis
GO:0048872                                                                                                                                                              homeostasis of number of cells
GO:0048873                                                                                                                                              homeostasis of number of cells within a tissue
GO:0048874                                                                                                                               host-mediated regulation of intestinal microbiota composition
GO:0048877                                                                                                                                                       homeostasis of number of retina cells
GO:0048878                                                                                                                                                                        chemical homeostasis
GO:0048880                                                                                                                                                                  sensory system development
GO:0048881                                                                                                                                              mechanosensory lateral line system development
GO:0048882                                                                                                                                                                    lateral line development
GO:0048884                                                                                                                                                                       neuromast development
GO:0048886                                                                                                                                                         neuromast hair cell differentiation
GO:0048892                                                                                                                                                              lateral line nerve development
GO:0048894                                                                                                                                           efferent axon development in a lateral line nerve
GO:0048915                                                                                                                                                   posterior lateral line system development
GO:0048916                                                                                                                                                          posterior lateral line development
GO:0048919                                                                                                                                                posterior lateral line neuromast development
GO:0048923                                                                                                                                  posterior lateral line neuromast hair cell differentiation
GO:0048925                                                                                                                                                             lateral line system development
GO:0048934                                                                                                                                            peripheral nervous system neuron differentiation
GO:0048935                                                                                                                                                peripheral nervous system neuron development
GO:0048936                                                                                                                                               peripheral nervous system neuron axonogenesis
GO:0050000                                                                                                                                                                     chromosome localization
GO:0050011                                                                                                                                                             itaconyl-CoA hydratase activity
GO:0050023                                                                                                                                                             L-fuconate dehydratase activity
GO:0050031                                                                                                                                                               L-pipecolate oxidase activity
GO:0050038                                                                                                                                                       L-xylulose reductase (NADP+) activity
GO:0050046                                                                                                                                                      delta7-sterol 5(6)-desaturase activity
GO:0050048                                                                                                                                          L-leucine:2-oxoglutarate aminotransferase activity
GO:0050051                                                                                                                                                    leukotriene-B4 20-monooxygenase activity
GO:0050061                                                                                                                                                  long-chain-aldehyde dehydrogenase activity
GO:0050080                                                                                                                                                          malonyl-CoA decarboxylase activity
GO:0050094                                                                                                                                                 methionine-glyoxylate transaminase activity
GO:0050104                                                                                                                                                         L-gulonate 3-dehydrogenase activity
GO:0050113                                                                                                                                                                 inositol oxygenase activity
GO:0050115                                                                                                                                                     myosin-light-chain-phosphatase activity
GO:0050119                                                                                                                                                    N-acetylglucosamine deacetylase activity
GO:0050124                                                                                                                                                    N-acylneuraminate-9-phosphatase activity
GO:0050135                                                                                                                                                                 NADP+ nucleosidase activity
GO:0050136                                                                                                                                                       NADH dehydrogenase (quinone) activity
GO:0050137                                                                                                                                                                   NADPH peroxidase activity
GO:0050145                                                                                                                                                    nucleoside monophosphate kinase activity
GO:0050146                                                                                                                                                      nucleoside phosphotransferase activity
GO:0050152                                                                                                                                                                      omega-amidase activity
GO:0050153                                                                                                                                               omega-hydroxydecanoate dehydrogenase activity
GO:0050178                                                                                                                                                         phenylpyruvate tautomerase activity
GO:0050185                                                                                                                                                     phosphatidylinositol deacylase activity
GO:0050187                                                                                                                                                                     phosphoamidase activity
GO:0050196                                                                                                                                                        [phosphorylase] phosphatase activity
GO:0050197                                                                                                                                                               phytanate-CoA ligase activity
GO:0050200                                                                                                                                                               plasmalogen synthase activity
GO:0050201                                                                                                                                                                         fucokinase activity
GO:0050207                                                                                                                                                   plasmanylethanolamine desaturase activity
GO:0050211                                                                                                                                                  procollagen galactosyltransferase activity
GO:0050218                                                                                                                                                              propionate-CoA ligase activity
GO:0050220                                                                                                                                                           prostaglandin-E synthase activity
GO:0050221                                                                                                                                                       prostaglandin-E2 9-reductase activity
GO:0050251                                                                                                                                                                  retinol isomerase activity
GO:0050252                                                                                                                                                    retinol O-fatty-acyltransferase activity
GO:0050253                                                                                                                                                         retinyl-palmitate esterase activity
GO:0050254                                                                                                                                                                   rhodopsin kinase activity
GO:0050255                                                                                                                                                            ribitol 2-dehydrogenase activity
GO:0050262                                                                                                                                                         ribosylnicotinamide kinase activity
GO:0050265                                                                                                                                                            RNA uridylyltransferase activity
GO:0050277                                                                                                                                                                  sedoheptulokinase activity
GO:0050290                                                                                                                                                  sphingomyelin phosphodiesterase D activity
GO:0050291                                                                                                                                                      sphingosine N-acyltransferase activity
GO:0050294                                                                                                                                                           steroid sulfotransferase activity
GO:0050295                                                                                                                                                            steryl-beta-glucosidase activity
GO:0050308                                                                                                                                                                  sugar-phosphatase activity
GO:0050309                                                                                                                                                         sugar-terminal-phosphatase activity
GO:0050313                                                                                                                                                                 sulfur dioxygenase activity
GO:0050321                                                                                                                                                                 tau-protein kinase activity
GO:0050333                                                                                                                                                  thiamine triphosphate phosphatase activity
GO:0050337                                                                                                                                                thiosulfate-thiol sulfurtransferase activity
GO:0050340                                                                                                                                                         thymidylate 5'-phosphatase activity
GO:0050346                                                                                                                                               trans-L-3-hydroxyproline dehydratase activity
GO:0050354                                                                                                                                                                         triokinase activity
GO:0050355                                                                                                                                                 inorganic triphosphate phosphatase activity
GO:0050405                                                                                                                                                    [acetyl-CoA carboxylase] kinase activity
GO:0050421                                                                                                                                                     nitrite reductase (NO-forming) activity
GO:0050427                                                                                                                                     3'-phosphoadenosine 5'-phosphosulfate metabolic process
GO:0050428                                                                                                                                  3'-phosphoadenosine 5'-phosphosulfate biosynthetic process
GO:0050429                                                                                                                                                  calcium-dependent phospholipase C activity
GO:0050431                                                                                                                                                     transforming growth factor beta binding
GO:0050432                                                                                                                                                                     catecholamine secretion
GO:0050433                                                                                                                                                       regulation of catecholamine secretion
GO:0050434                                                                                                                                                  positive regulation of viral transcription
GO:0050435                                                                                                                                                              amyloid-beta metabolic process
GO:0050436                                                                                                                                                                         microfibril binding
GO:0050459                                                                                                                                               ethanolamine-phosphate phospho-lyase activity
GO:0050462                                                                                                                                                       N-acetylneuraminate synthase activity
GO:0050473                                                                                                                                                       arachidonate 15-lipoxygenase activity
GO:0050479                                                                                                                                                       glyceryl-ether monooxygenase activity
GO:0050480                                                                                                                                                              imidazolonepropionase activity
GO:0050482                                                                                                                                                                  arachidonic acid secretion
GO:0050483                                                                                                                                                                IMP 5'-nucleotidase activity
GO:0050484                                                                                                                                                                GMP 5'-nucleotidase activity
GO:0050486                                                                                                                                                  intramolecular hydroxytransferase activity
GO:0050497                                                                                                                                                              alkylthioltransferase activity
GO:0050501                                                                                                                                                                hyaluronan synthase activity
GO:0050508                                                                                             glucuronosyl-N-acetylglucosaminyl-proteoglycan 4-alpha-N-acetylglucosaminyltransferase activity
GO:0050509                                                                                                                   N-acetylglucosaminyl-proteoglycan 4-beta-glucuronosyltransferase activity
GO:0050510                                                                                                                 N-acetylgalactosaminyl-proteoglycan 3-beta-glucuronosyltransferase activity
GO:0050512                                                                                                                                     lactosylceramide 4-alpha-galactosyltransferase activity
GO:0050528                                                                                                                                                              acyloxyacyl hydrolase activity
GO:0050542                                                                                                                                                                           icosanoid binding
GO:0050543                                                                                                                                                                icosatetraenoic acid binding
GO:0050544                                                                                                                                                                    arachidonic acid binding
GO:0050560                                                                                                                                                         aspartate-tRNA(Asn) ligase activity
GO:0050561                                                                                                                                                         glutamate-tRNA(Gln) ligase activity
GO:0050567                                                                                                                                   glutaminyl-tRNA synthase (glutamine-hydrolyzing) activity
GO:0050568                                                                                                                                                      protein-glutamine glutaminase activity
GO:0050571                                                                                                                                                   1,5-anhydro-D-fructose reductase activity
GO:0050577                                                                                                                                                              GDP-L-fucose synthase activity
GO:0050591                                                                                                                                                            quinine 3-monooxygenase activity
GO:0050610                                                                                                                                                           methylarsonate reductase activity
GO:0050613                                                                                                                                                           delta14-sterol reductase activity
GO:0050614                                                                                                                                                           delta24-sterol reductase activity
GO:0050632                                                                                                                                   propionyl-CoA C2-trimethyltridecanoyltransferase activity
GO:0050633                                                                                                                                                  acetyl-CoA C-myristoyltransferase activity
GO:0050646                                                                                                                                            5-oxo-6E,8Z,11Z,14Z-icosatetraenoic acid binding
GO:0050647                                                                                                                                        5-hydroxy-6E,8Z,11Z,14Z-icosatetraenoic acid binding
GO:0050648                                                                                                                               5(S)-hydroxyperoxy-6E,8Z,11Z,14Z-icosatetraenoic acid binding
GO:0050649                                                                                                                                                    testosterone 6-beta-hydroxylase activity
GO:0050650                                                                                                                                       chondroitin sulfate proteoglycan biosynthetic process
GO:0050651                                                                                                                                          dermatan sulfate proteoglycan biosynthetic process
GO:0050652                                                                                               dermatan sulfate proteoglycan biosynthetic process, polysaccharide chain biosynthetic process
GO:0050653                                                                                            chondroitin sulfate proteoglycan biosynthetic process, polysaccharide chain biosynthetic process
GO:0050654                                                                                                                                          chondroitin sulfate proteoglycan metabolic process
GO:0050655                                                                                                                                             dermatan sulfate proteoglycan metabolic process
GO:0050656                                                                                                                                               3'-phosphoadenosine 5'-phosphosulfate binding
GO:0050657                                                                                                                                                                      nucleic acid transport
GO:0050658                                                                                                                                                                               RNA transport
GO:0050659                                                                                                                               N-acetylgalactosamine 4-sulfate 6-O-sulfotransferase activity
GO:0050660                                                                                                                                                         flavin adenine dinucleotide binding
GO:0050661                                                                                                                                                                                NADP binding
GO:0050664                                                                                                                              oxidoreductase activity, acting on NAD(P)H, oxygen as acceptor
GO:0050665                                                                                                                                                      hydrogen peroxide biosynthetic process
GO:0050666                                                                                                                                                regulation of homocysteine metabolic process
GO:0050667                                                                                                                                                              homocysteine metabolic process
GO:0050670                                                                                                                                                      regulation of lymphocyte proliferation
GO:0050671                                                                                                                                             positive regulation of lymphocyte proliferation
GO:0050672                                                                                                                                             negative regulation of lymphocyte proliferation
GO:0050673                                                                                                                                                               epithelial cell proliferation
GO:0050674                                                                                                                                                               urothelial cell proliferation
GO:0050675                                                                                                                                                 regulation of urothelial cell proliferation
GO:0050677                                                                                                                                        positive regulation of urothelial cell proliferation
GO:0050678                                                                                                                                                 regulation of epithelial cell proliferation
GO:0050679                                                                                                                                        positive regulation of epithelial cell proliferation
GO:0050680                                                                                                                                        negative regulation of epithelial cell proliferation
GO:0050681                                                                                                                                                           nuclear androgen receptor binding
GO:0050682                                                                                                                                                                         AF-2 domain binding
GO:0050683                                                                                                                                                                         AF-1 domain binding
GO:0050684                                                                                                                                                               regulation of mRNA processing
GO:0050685                                                                                                                                                      positive regulation of mRNA processing
GO:0050686                                                                                                                                                      negative regulation of mRNA processing
GO:0050687                                                                                                                                            negative regulation of defense response to virus
GO:0050688                                                                                                                                                     regulation of defense response to virus
GO:0050689                                                                                                                                    negative regulation of defense response to virus by host
GO:0050691                                                                                                                                             regulation of defense response to virus by host
GO:0050692                                                                                                                                                                  DNA binding domain binding
GO:0050693                                                                                                                                                                          LBD domain binding
GO:0050694                                                                                                                                                     galactose 3-O-sulfotransferase activity
GO:0050698                                                                                                                                                      proteoglycan sulfotransferase activity
GO:0050699                                                                                                                                                                           WW domain binding
GO:0050700                                                                                                                                                                         CARD domain binding
GO:0050708                                                                                                                                                             regulation of protein secretion
GO:0050709                                                                                                                                                    negative regulation of protein secretion
GO:0050714                                                                                                                                                    positive regulation of protein secretion
GO:0050727                                                                                                                                                         regulation of inflammatory response
GO:0050728                                                                                                                                                negative regulation of inflammatory response
GO:0050729                                                                                                                                                positive regulation of inflammatory response
GO:0050730                                                                                                                                             regulation of peptidyl-tyrosine phosphorylation
GO:0050731                                                                                                                                    positive regulation of peptidyl-tyrosine phosphorylation
GO:0050732                                                                                                                                    negative regulation of peptidyl-tyrosine phosphorylation
GO:0050733                                                                                                                                                                           RS domain binding
GO:0050746                                                                                                                                                 regulation of lipoprotein metabolic process
GO:0050747                                                                                                                                        positive regulation of lipoprotein metabolic process
GO:0050748                                                                                                                                        negative regulation of lipoprotein metabolic process
GO:0050750                                                                                                                                           low-density lipoprotein particle receptor binding
GO:0050764                                                                                                                                                                  regulation of phagocytosis
GO:0050765                                                                                                                                                         negative regulation of phagocytosis
GO:0050766                                                                                                                                                         positive regulation of phagocytosis
GO:0050767                                                                                                                                                                  regulation of neurogenesis
GO:0050768                                                                                                                                                         negative regulation of neurogenesis
GO:0050769                                                                                                                                                         positive regulation of neurogenesis
GO:0050770                                                                                                                                                                  regulation of axonogenesis
GO:0050771                                                                                                                                                         negative regulation of axonogenesis
GO:0050772                                                                                                                                                         positive regulation of axonogenesis
GO:0050773                                                                                                                                                          regulation of dendrite development
GO:0050774                                                                                                                                               negative regulation of dendrite morphogenesis
GO:0050775                                                                                                                                               positive regulation of dendrite morphogenesis
GO:0050776                                                                                                                                                               regulation of immune response
GO:0050777                                                                                                                                                      negative regulation of immune response
GO:0050778                                                                                                                                                      positive regulation of immune response
GO:0050779                                                                                                                                                                         RNA destabilization
GO:0050780                                                                                                                                                                   dopamine receptor binding
GO:0050783                                                                                                                                                                   cocaine metabolic process
GO:0050785                                                                                                                                            advanced glycation end-product receptor activity
GO:0050786                                                                                                                                                                       RAGE receptor binding
GO:0050787                                                                                                                                                               detoxification of mercury ion
GO:0050789                                                                                                                                                            regulation of biological process
GO:0050790                                                                                                                                                            regulation of catalytic activity
GO:0050792                                                                                                                                                                 regulation of viral process
GO:0050793                                                                                                                                                         regulation of developmental process
GO:0050794                                                                                                                                                              regulation of cellular process
GO:0050795                                                                                                                                                                      regulation of behavior
GO:0050796                                                                                                                                                             regulation of insulin secretion
GO:0050798                                                                                                                                                              activated T cell proliferation
GO:0050801                                                                                                                                                                  monoatomic ion homeostasis
GO:0050802                                                                                                                                                           circadian sleep/wake cycle, sleep
GO:0050803                                                                                                                                                 regulation of synapse structure or activity
GO:0050804                                                                                                                                                modulation of chemical synaptic transmission
GO:0050805                                                                                                                                                negative regulation of synaptic transmission
GO:0050806                                                                                                                                                positive regulation of synaptic transmission
GO:0050807                                                                                                                                                          regulation of synapse organization
GO:0050808                                                                                                                                                                        synapse organization
GO:0050810                                                                                                                                                  regulation of steroid biosynthetic process
GO:0050811                                                                                                                                                                       GABA receptor binding
GO:0050812                                                                                                                                                 regulation of acyl-CoA biosynthetic process
GO:0050815                                                                                                                                                               phosphoserine residue binding
GO:0050816                                                                                                                                                            phosphothreonine residue binding
GO:0050817                                                                                                                                                                                 coagulation
GO:0050818                                                                                                                                                                   regulation of coagulation
GO:0050819                                                                                                                                                          negative regulation of coagulation
GO:0050820                                                                                                                                                          positive regulation of coagulation
GO:0050821                                                                                                                                                                       protein stabilization
GO:0050822                                                                                                                                                                       peptide stabilization
GO:0050823                                                                                                                                                               peptide antigen stabilization
GO:0050829                                                                                                                                                 defense response to Gram-negative bacterium
GO:0050830                                                                                                                                                 defense response to Gram-positive bacterium
GO:0050832                                                                                                                                                                  defense response to fungus
GO:0050833                                                                                                                                                 pyruvate transmembrane transporter activity
GO:0050839                                                                                                                                                              cell adhesion molecule binding
GO:0050840                                                                                                                                                                extracellular matrix binding
GO:0050847                                                                                                                                                     progesterone receptor signaling pathway
GO:0050848                                                                                                                                                    regulation of calcium-mediated signaling
GO:0050849                                                                                                                                           negative regulation of calcium-mediated signaling
GO:0050850                                                                                                                                           positive regulation of calcium-mediated signaling
GO:0050851                                                                                                                                                 antigen receptor-mediated signaling pathway
GO:0050852                                                                                                                                                           T cell receptor signaling pathway
GO:0050853                                                                                                                                                           B cell receptor signaling pathway
GO:0050854                                                                                                                                   regulation of antigen receptor-mediated signaling pathway
GO:0050855                                                                                                                                             regulation of B cell receptor signaling pathway
GO:0050856                                                                                                                                             regulation of T cell receptor signaling pathway
GO:0050857                                                                                                                          positive regulation of antigen receptor-mediated signaling pathway
GO:0050858                                                                                                                          negative regulation of antigen receptor-mediated signaling pathway
GO:0050859                                                                                                                                    negative regulation of B cell receptor signaling pathway
GO:0050860                                                                                                                                    negative regulation of T cell receptor signaling pathway
GO:0050861                                                                                                                                    positive regulation of B cell receptor signaling pathway
GO:0050862                                                                                                                                    positive regulation of T cell receptor signaling pathway
GO:0050863                                                                                                                                                             regulation of T cell activation
GO:0050864                                                                                                                                                             regulation of B cell activation
GO:0050865                                                                                                                                                               regulation of cell activation
GO:0050866                                                                                                                                                      negative regulation of cell activation
GO:0050867                                                                                                                                                      positive regulation of cell activation
GO:0050868                                                                                                                                                    negative regulation of T cell activation
GO:0050869                                                                                                                                                    negative regulation of B cell activation
GO:0050870                                                                                                                                                    positive regulation of T cell activation
GO:0050871                                                                                                                                                    positive regulation of B cell activation
GO:0050872                                                                                                                                                              white fat cell differentiation
GO:0050873                                                                                                                                                              brown fat cell differentiation
GO:0050877                                                                                                                                                                      nervous system process
GO:0050878                                                                                                                                                             regulation of body fluid levels
GO:0050879                                                                                                                                                           multicellular organismal movement
GO:0050881                                                                                                                                                                    musculoskeletal movement
GO:0050882                                                                                                                                                          voluntary musculoskeletal movement
GO:0050883                                                                                                                                              musculoskeletal movement, spinal reflex action
GO:0050884                                                                                                                                                   neuromuscular process controlling posture
GO:0050885                                                                                                                                                   neuromuscular process controlling balance
GO:0050886                                                                                                                                                                           endocrine process
GO:0050890                                                                                                                                                                                   cognition
GO:0050891                                                                                                                                            multicellular organismal-level water homeostasis
GO:0050892                                                                                                                                                                       intestinal absorption
GO:0050893                                                                                                                                                                          sensory processing
GO:0050894                                                                                                                                                                     determination of affect
GO:0050896                                                                                                                                                                        response to stimulus
GO:0050897                                                                                                                                                                          cobalt ion binding
GO:0050900                                                                                                                                                                         leukocyte migration
GO:0050901                                                                                                                                                              leukocyte tethering or rolling
GO:0050902                                                                                                                                                               leukocyte adhesive activation
GO:0050904                                                                                                                                                                                  diapedesis
GO:0050905                                                                                                                                                                       neuromuscular process
GO:0050906                                                                                                                                        detection of stimulus involved in sensory perception
GO:0050907                                                                                                                               detection of chemical stimulus involved in sensory perception
GO:0050908                                                                                                                                   detection of light stimulus involved in visual perception
GO:0050909                                                                                                                                                                 sensory perception of taste
GO:0050910                                                                                                                    detection of mechanical stimulus involved in sensory perception of sound
GO:0050911                                                                                                                      detection of chemical stimulus involved in sensory perception of smell
GO:0050912                                                                                                                      detection of chemical stimulus involved in sensory perception of taste
GO:0050913                                                                                                                                                          sensory perception of bitter taste
GO:0050914                                                                                                                                                           sensory perception of salty taste
GO:0050915                                                                                                                                                            sensory perception of sour taste
GO:0050916                                                                                                                                                           sensory perception of sweet taste
GO:0050917                                                                                                                                                           sensory perception of umami taste
GO:0050918                                                                                                                                                                         positive chemotaxis
GO:0050919                                                                                                                                                                         negative chemotaxis
GO:0050920                                                                                                                                                                    regulation of chemotaxis
GO:0050921                                                                                                                                                           positive regulation of chemotaxis
GO:0050922                                                                                                                                                           negative regulation of chemotaxis
GO:0050923                                                                                                                                                           regulation of negative chemotaxis
GO:0050924                                                                                                                                                  positive regulation of negative chemotaxis
GO:0050925                                                                                                                                                  negative regulation of negative chemotaxis
GO:0050926                                                                                                                                                           regulation of positive chemotaxis
GO:0050927                                                                                                                                                  positive regulation of positive chemotaxis
GO:0050928                                                                                                                                                  negative regulation of positive chemotaxis
GO:0050929                                                                                                                                                            induction of negative chemotaxis
GO:0050930                                                                                                                                                            induction of positive chemotaxis
GO:0050931                                                                                                                                                                pigment cell differentiation
GO:0050932                                                                                                                                                  regulation of pigment cell differentiation
GO:0050942                                                                                                                                         positive regulation of pigment cell differentiation
GO:0050951                                                                                                                                                  sensory perception of temperature stimulus
GO:0050953                                                                                                                                                        sensory perception of light stimulus
GO:0050954                                                                                                                                                   sensory perception of mechanical stimulus
GO:0050955                                                                                                                                                                               thermoception
GO:0050957                                                                                                                                                                           equilibrioception
GO:0050960                                                                                                                                 detection of temperature stimulus involved in thermoception
GO:0050961                                                                                                                            detection of temperature stimulus involved in sensory perception
GO:0050962                                                                                                                                  detection of light stimulus involved in sensory perception
GO:0050965                                                                                                                    detection of temperature stimulus involved in sensory perception of pain
GO:0050966                                                                                                                     detection of mechanical stimulus involved in sensory perception of pain
GO:0050968                                                                                                                       detection of chemical stimulus involved in sensory perception of pain
GO:0050974                                                                                                                             detection of mechanical stimulus involved in sensory perception
GO:0050975                                                                                                                                                                 sensory perception of touch
GO:0050976                                                                                                                    detection of mechanical stimulus involved in sensory perception of touch
GO:0050982                                                                                                                                                            detection of mechanical stimulus
GO:0050992                                                                                                                                              dimethylallyl diphosphate biosynthetic process
GO:0050993                                                                                                                                                 dimethylallyl diphosphate metabolic process
GO:0050994                                                                                                                                                       regulation of lipid catabolic process
GO:0050995                                                                                                                                              negative regulation of lipid catabolic process
GO:0050996                                                                                                                                              positive regulation of lipid catabolic process
GO:0050997                                                                                                                                                           quaternary ammonium group binding
GO:0050998                                                                                                                                                               nitric-oxide synthase binding
GO:0050999                                                                                                                                                regulation of nitric-oxide synthase activity
GO:0051000                                                                                                                                       positive regulation of nitric-oxide synthase activity
GO:0051001                                                                                                                                       negative regulation of nitric-oxide synthase activity
GO:0051004                                                                                                                                                   regulation of lipoprotein lipase activity
GO:0051005                                                                                                                                          negative regulation of lipoprotein lipase activity
GO:0051006                                                                                                                                          positive regulation of lipoprotein lipase activity
GO:0051008                                                                                                                                                                       Hsp27 protein binding
GO:0051010                                                                                                                                                                microtubule plus-end binding
GO:0051011                                                                                                                                                               microtubule minus-end binding
GO:0051012                                                                                                                                                                         microtubule sliding
GO:0051013                                                                                                                                                                        microtubule severing
GO:0051014                                                                                                                                                                     actin filament severing
GO:0051015                                                                                                                                                                      actin filament binding
GO:0051016                                                                                                                                                           barbed-end actin filament capping
GO:0051017                                                                                                                                                              actin filament bundle assembly
GO:0051018                                                                                                                                                                    protein kinase A binding
GO:0051019                                                                                                                                                    mitogen-activated protein kinase binding
GO:0051020                                                                                                                                                                              GTPase binding
GO:0051021                                                                                                                                                          GDP-dissociation inhibitor binding
GO:0051022                                                                                                                                                      Rho GDP-dissociation inhibitor binding
GO:0051026                                                                                                                                                                            chiasma assembly
GO:0051028                                                                                                                                                                              mRNA transport
GO:0051029                                                                                                                                                                              rRNA transport
GO:0051030                                                                                                                                                                             snRNA transport
GO:0051031                                                                                                                                                                              tRNA transport
GO:0051032                                                                                                                                             nucleic acid transmembrane transporter activity
GO:0051033                                                                                                                                                      RNA transmembrane transporter activity
GO:0051036                                                                                                                                                                 regulation of endosome size
GO:0051040                                                                                                                                        regulation of calcium-independent cell-cell adhesion
GO:0051041                                                                                                                               positive regulation of calcium-independent cell-cell adhesion
GO:0051042                                                                                                                               negative regulation of calcium-independent cell-cell adhesion
GO:0051043                                                                                                                                       regulation of membrane protein ectodomain proteolysis
GO:0051044                                                                                                                              positive regulation of membrane protein ectodomain proteolysis
GO:0051045                                                                                                                              negative regulation of membrane protein ectodomain proteolysis
GO:0051046                                                                                                                                                                     regulation of secretion
GO:0051047                                                                                                                                                            positive regulation of secretion
GO:0051048                                                                                                                                                            negative regulation of secretion
GO:0051049                                                                                                                                                                     regulation of transport
GO:0051050                                                                                                                                                            positive regulation of transport
GO:0051051                                                                                                                                                            negative regulation of transport
GO:0051052                                                                                                                                                         regulation of DNA metabolic process
GO:0051053                                                                                                                                                negative regulation of DNA metabolic process
GO:0051054                                                                                                                                                positive regulation of DNA metabolic process
GO:0051055                                                                                                                                           negative regulation of lipid biosynthetic process
GO:0051056                                                                                                                                     regulation of small GTPase mediated signal transduction
GO:0051057                                                                                                                            positive regulation of small GTPase mediated signal transduction
GO:0051058                                                                                                                            negative regulation of small GTPase mediated signal transduction
GO:0051059                                                                                                                                                                           NF-kappaB binding
GO:0051066                                                                                                                                                          dihydrobiopterin metabolic process
GO:0051081                                                                                                                                                                nuclear membrane disassembly
GO:0051082                                                                                                                                                                    unfolded protein binding
GO:0051083                                                                                                                                                   'de novo' cotranslational protein folding
GO:0051084                                                                                                                                                'de novo' post-translational protein folding
GO:0051085                                                                                                                                              chaperone cofactor-dependent protein refolding
GO:0051086                                                                                                                                  chaperone mediated protein folding independent of cofactor
GO:0051087                                                                                                                                                           protein-folding chaperone binding
GO:0051089                                                                                                                                                 constitutive protein ectodomain proteolysis
GO:0051090                                                                                                                                     regulation of DNA-binding transcription factor activity
GO:0051091                                                                                                                            positive regulation of DNA-binding transcription factor activity
GO:0051092                                                                                                                              positive regulation of NF-kappaB transcription factor activity
GO:0051093                                                                                                                                                negative regulation of developmental process
GO:0051094                                                                                                                                                positive regulation of developmental process
GO:0051095                                                                                                                                                             regulation of helicase activity
GO:0051096                                                                                                                                                    positive regulation of helicase activity
GO:0051097                                                                                                                                                    negative regulation of helicase activity
GO:0051098                                                                                                                                                                       regulation of binding
GO:0051099                                                                                                                                                              positive regulation of binding
GO:0051100                                                                                                                                                              negative regulation of binding
GO:0051101                                                                                                                                                                   regulation of DNA binding
GO:0051102                                                                                                                                                  DNA ligation involved in DNA recombination
GO:0051103                                                                                                                                                         DNA ligation involved in DNA repair
GO:0051105                                                                                                                                                                  regulation of DNA ligation
GO:0051106                                                                                                                                                         positive regulation of DNA ligation
GO:0051107                                                                                                                                                         negative regulation of DNA ligation
GO:0051117                                                                                                                                                                              ATPase binding
GO:0051119                                                                                                                                                    sugar transmembrane transporter activity
GO:0051120                                                                                                                                                              hepoxilin A3 synthase activity
GO:0051121                                                                                                                                                                 hepoxilin metabolic process
GO:0051122                                                                                                                                                              hepoxilin biosynthetic process
GO:0051123                                                                                                                                            RNA polymerase II preinitiation complex assembly
GO:0051124                                                                                                                                                 synaptic assembly at neuromuscular junction
GO:0051125                                                                                                                                                              regulation of actin nucleation
GO:0051126                                                                                                                                                     negative regulation of actin nucleation
GO:0051127                                                                                                                                                     positive regulation of actin nucleation
GO:0051128                                                                                                                                               regulation of cellular component organization
GO:0051129                                                                                                                                      negative regulation of cellular component organization
GO:0051130                                                                                                                                      positive regulation of cellular component organization
GO:0051131                                                                                                                                                 chaperone-mediated protein complex assembly
GO:0051132                                                                                                                                                                        NK T cell activation
GO:0051133                                                                                                                                                          regulation of NK T cell activation
GO:0051134                                                                                                                                                 negative regulation of NK T cell activation
GO:0051135                                                                                                                                                 positive regulation of NK T cell activation
GO:0051136                                                                                                                                                     regulation of NK T cell differentiation
GO:0051138                                                                                                                                            positive regulation of NK T cell differentiation
GO:0051139                                                                                                                                                     metal cation:proton antiporter activity
GO:0051140                                                                                                                                                       regulation of NK T cell proliferation
GO:0051141                                                                                                                                              negative regulation of NK T cell proliferation
GO:0051142                                                                                                                                              positive regulation of NK T cell proliferation
GO:0051145                                                                                                                                                          smooth muscle cell differentiation
GO:0051146                                                                                                                                                        striated muscle cell differentiation
GO:0051147                                                                                                                                                   regulation of muscle cell differentiation
GO:0051148                                                                                                                                          negative regulation of muscle cell differentiation
GO:0051149                                                                                                                                          positive regulation of muscle cell differentiation
GO:0051150                                                                                                                                            regulation of smooth muscle cell differentiation
GO:0051151                                                                                                                                   negative regulation of smooth muscle cell differentiation
GO:0051152                                                                                                                                   positive regulation of smooth muscle cell differentiation
GO:0051153                                                                                                                                          regulation of striated muscle cell differentiation
GO:0051154                                                                                                                                 negative regulation of striated muscle cell differentiation
GO:0051155                                                                                                                                 positive regulation of striated muscle cell differentiation
GO:0051156                                                                                                                                                       glucose 6-phosphate metabolic process
GO:0051160                                                                                                                                                                 L-xylitol catabolic process
GO:0051164                                                                                                                                                                 L-xylitol metabolic process
GO:0051167                                                                                                                                                      xylulose 5-phosphate metabolic process
GO:0051168                                                                                                                                                                              nuclear export
GO:0051169                                                                                                                                                                           nuclear transport
GO:0051170                                                                                                                                                                         import into nucleus
GO:0051171                                                                                                                                           regulation of nitrogen compound metabolic process
GO:0051172                                                                                                                                  negative regulation of nitrogen compound metabolic process
GO:0051173                                                                                                                                  positive regulation of nitrogen compound metabolic process
GO:0051174                                                                                                                                                  regulation of phosphorus metabolic process
GO:0051175                                                                                                                                             negative regulation of sulfur metabolic process
GO:0051176                                                                                                                                             positive regulation of sulfur metabolic process
GO:0051177                                                                                                                                                           meiotic sister chromatid cohesion
GO:0051179                                                                                                                                                                                localization
GO:0051180                                                                                                                                                                           vitamin transport
GO:0051189                                                                                                                                                          prosthetic group metabolic process
GO:0051192                                                                                                                                                                    prosthetic group binding
GO:0051204                                                                                                                                               protein insertion into mitochondrial membrane
GO:0051205                                                                                                                                                             protein insertion into membrane
GO:0051208                                                                                                                                                                 sequestering of calcium ion
GO:0051209                                                                                                                                             release of sequestered calcium ion into cytosol
GO:0051213                                                                                                                                                                        dioxygenase activity
GO:0051216                                                                                                                                                                       cartilage development
GO:0051219                                                                                                                                                                      phosphoprotein binding
GO:0051220                                                                                                                                                         cytoplasmic sequestering of protein
GO:0051222                                                                                                                                                    positive regulation of protein transport
GO:0051223                                                                                                                                                             regulation of protein transport
GO:0051224                                                                                                                                                    negative regulation of protein transport
GO:0051225                                                                                                                                                                            spindle assembly
GO:0051228                                                                                                                                                                 mitotic spindle disassembly
GO:0051230                                                                                                                                                                         spindle disassembly
GO:0051231                                                                                                                                                                          spindle elongation
GO:0051232                                                                                                                                                                  meiotic spindle elongation
GO:0051233                                                                                                                                                                             spindle midzone
GO:0051234                                                                                                                                                               establishment of localization
GO:0051235                                                                                                                                                                     maintenance of location
GO:0051236                                                                                                                                                           establishment of RNA localization
GO:0051238                                                                                                                                                                   sequestering of metal ion
GO:0051239                                                                                                                                              regulation of multicellular organismal process
GO:0051240                                                                                                                                     positive regulation of multicellular organismal process
GO:0051241                                                                                                                                     negative regulation of multicellular organismal process
GO:0051246                                                                                                                                                     regulation of protein metabolic process
GO:0051247                                                                                                                                            positive regulation of protein metabolic process
GO:0051248                                                                                                                                            negative regulation of protein metabolic process
GO:0051249                                                                                                                                                         regulation of lymphocyte activation
GO:0051250                                                                                                                                                negative regulation of lymphocyte activation
GO:0051251                                                                                                                                                positive regulation of lymphocyte activation
GO:0051252                                                                                                                                                         regulation of RNA metabolic process
GO:0051253                                                                                                                                                negative regulation of RNA metabolic process
GO:0051254                                                                                                                                                positive regulation of RNA metabolic process
GO:0051255                                                                                                                                                                    spindle midzone assembly
GO:0051256                                                                                                                                                            mitotic spindle midzone assembly
GO:0051257                                                                                                                                                            meiotic spindle midzone assembly
GO:0051258                                                                                                                                                                      protein polymerization
GO:0051259                                                                                                                                                             protein complex oligomerization
GO:0051260                                                                                                                                                                 protein homooligomerization
GO:0051261                                                                                                                                                                    protein depolymerization
GO:0051262                                                                                                                                                                     protein tetramerization
GO:0051264                                                                                                                                                          mono-olein transacylation activity
GO:0051265                                                                                                                                                             diolein transacylation activity
GO:0051267                                                                                                                                        CP2 mannose-ethanolamine phosphotransferase activity
GO:0051276                                                                                                                                                                     chromosome organization
GO:0051279                                                                                                                               regulation of release of sequestered calcium ion into cytosol
GO:0051280                                                                                                                      negative regulation of release of sequestered calcium ion into cytosol
GO:0051281                                                                                                                      positive regulation of release of sequestered calcium ion into cytosol
GO:0051282                                                                                                                                                   regulation of sequestering of calcium ion
GO:0051283                                                                                                                                          negative regulation of sequestering of calcium ion
GO:0051284                                                                                                                                          positive regulation of sequestering of calcium ion
GO:0051286                                                                                                                                                                                    cell tip
GO:0051287                                                                                                                                                                                 NAD binding
GO:0051289                                                                                                                                                                 protein homotetramerization
GO:0051290                                                                                                                                                               protein heterotetramerization
GO:0051291                                                                                                                                                               protein heterooligomerization
GO:0051292                                                                                                                                                               nuclear pore complex assembly
GO:0051293                                                                                                                                                       establishment of spindle localization
GO:0051294                                                                                                                                                        establishment of spindle orientation
GO:0051295                                                                                                                                               establishment of meiotic spindle localization
GO:0051296                                                                                                                                                establishment of meiotic spindle orientation
GO:0051298                                                                                                                                                                      centrosome duplication
GO:0051299                                                                                                                                                                       centrosome separation
GO:0051301                                                                                                                                                                               cell division
GO:0051302                                                                                                                                                                 regulation of cell division
GO:0051303                                                                                                                                                    establishment of chromosome localization
GO:0051304                                                                                                                                                                       chromosome separation
GO:0051305                                                                                                                                                    chromosome movement towards spindle pole
GO:0051306                                                                                                                                                         mitotic sister chromatid separation
GO:0051307                                                                                                                                                               meiotic chromosome separation
GO:0051308                                                                                                                                                          male meiosis chromosome separation
GO:0051309                                                                                                                                                        female meiosis chromosome separation
GO:0051310                                                                                                                                                              metaphase chromosome alignment
GO:0051311                                                                                                                                                      meiotic metaphase chromosome alignment
GO:0051315                                                                                                                                   attachment of mitotic spindle microtubules to kinetochore
GO:0051316                                                                                                                                   attachment of meiotic spindle microtubules to kinetochore
GO:0051318                                                                                                                                                                                    G1 phase
GO:0051321                                                                                                                                                                          meiotic cell cycle
GO:0051325                                                                                                                                                                                  interphase
GO:0051329                                                                                                                                                                          mitotic interphase
GO:0051336                                                                                                                                                            regulation of hydrolase activity
GO:0051338                                                                                                                                                          regulation of transferase activity
GO:0051339                                                                                                                                                                regulation of lyase activity
GO:0051340                                                                                                                                                               regulation of ligase activity
GO:0051341                                                                                                                                                       regulation of oxidoreductase activity
GO:0051342                                                                                                                                  regulation of cyclic-nucleotide phosphodiesterase activity
GO:0051343                                                                                                                         positive regulation of cyclic-nucleotide phosphodiesterase activity
GO:0051344                                                                                                                         negative regulation of cyclic-nucleotide phosphodiesterase activity
GO:0051345                                                                                                                                                   positive regulation of hydrolase activity
GO:0051346                                                                                                                                                   negative regulation of hydrolase activity
GO:0051347                                                                                                                                                 positive regulation of transferase activity
GO:0051348                                                                                                                                                 negative regulation of transferase activity
GO:0051349                                                                                                                                                       positive regulation of lyase activity
GO:0051350                                                                                                                                                       negative regulation of lyase activity
GO:0051351                                                                                                                                                      positive regulation of ligase activity
GO:0051352                                                                                                                                                      negative regulation of ligase activity
GO:0051353                                                                                                                                              positive regulation of oxidoreductase activity
GO:0051354                                                                                                                                              negative regulation of oxidoreductase activity
GO:0051355                                                                                                                                                proprioception involved in equilibrioception
GO:0051365                                                                                                                                               cellular response to potassium ion starvation
GO:0051371                                                                                                                                                                muscle alpha-actinin binding
GO:0051373                                                                                                                                                                                FATZ binding
GO:0051377                                                                                                                                            mannose-ethanolamine phosphotransferase activity
GO:0051378                                                                                                                                                                           serotonin binding
GO:0051379                                                                                                                                                                         epinephrine binding
GO:0051380                                                                                                                                                                      norepinephrine binding
GO:0051382                                                                                                                                                                        kinetochore assembly
GO:0051383                                                                                                                                                                    kinetochore organization
GO:0051384                                                                                                                                                                  response to glucocorticoid
GO:0051385                                                                                                                                                               response to mineralocorticoid
GO:0051386                                                                                                                                   regulation of neurotrophin TRK receptor signaling pathway
GO:0051387                                                                                                                          negative regulation of neurotrophin TRK receptor signaling pathway
GO:0051388                                                                                                                          positive regulation of neurotrophin TRK receptor signaling pathway
GO:0051391                                                                                                                                                                            tRNA acetylation
GO:0051393                                                                                                                                                                       alpha-actinin binding
GO:0051394                                                                                                                                         regulation of nerve growth factor receptor activity
GO:0051400                                                                                                                                                                           BH domain binding
GO:0051401                                                                                                                                                                           CH domain binding
GO:0051402                                                                                                                                                                    neuron apoptotic process
GO:0051403                                                                                                                                                               stress-activated MAPK cascade
GO:0051409                                                                                                                                                              response to nitrosative stress
GO:0051410                                                                                                                                                         detoxification of nitrogen compound
GO:0051412                                                                                                                                                                  response to corticosterone
GO:0051413                                                                                                                                                                       response to cortisone
GO:0051414                                                                                                                                                                        response to cortisol
GO:0051415                                                                                                                          microtubule nucleation by interphase microtubule organizing center
GO:0051418                                                                                                                                     microtubule nucleation by microtubule organizing center
GO:0051424                                                                                                                                                     corticotropin-releasing hormone binding
GO:0051425                                                                                                                                                                          PTB domain binding
GO:0051427                                                                                                                                                                    hormone receptor binding
GO:0051428                                                                                                                                                            peptide hormone receptor binding
GO:0051429                                                                                                                                            corticotropin-releasing hormone receptor binding
GO:0051430                                                                                                                                          corticotropin-releasing hormone receptor 1 binding
GO:0051431                                                                                                                                          corticotropin-releasing hormone receptor 2 binding
GO:0051434                                                                                                                                                                          BH3 domain binding
GO:0051438                                                                                                                                        regulation of ubiquitin-protein transferase activity
GO:0051443                                                                                                                               positive regulation of ubiquitin-protein transferase activity
GO:0051444                                                                                                                               negative regulation of ubiquitin-protein transferase activity
GO:0051445                                                                                                                                                            regulation of meiotic cell cycle
GO:0051446                                                                                                                                                   positive regulation of meiotic cell cycle
GO:0051447                                                                                                                                                   negative regulation of meiotic cell cycle
GO:0051450                                                                                                                                                                      myoblast proliferation
GO:0051451                                                                                                                                                                          myoblast migration
GO:0051452                                                                                                                                                                  intracellular pH reduction
GO:0051453                                                                                                                                                              regulation of intracellular pH
GO:0051454                                                                                                                                                                  intracellular pH elevation
GO:0051455                                                                                                                                                 spindle attachment to meiosis I kinetochore
GO:0051457                                                                                                                                                  maintenance of protein location in nucleus
GO:0051458                                                                                                                                                                     corticotropin secretion
GO:0051459                                                                                                                                                       regulation of corticotropin secretion
GO:0051460                                                                                                                                              negative regulation of corticotropin secretion
GO:0051461                                                                                                                                              positive regulation of corticotropin secretion
GO:0051462                                                                                                                                                            regulation of cortisol secretion
GO:0051463                                                                                                                                                   negative regulation of cortisol secretion
GO:0051464                                                                                                                                                   positive regulation of cortisol secretion
GO:0051466                                                                                                                            positive regulation of corticotropin-releasing hormone secretion
GO:0051469                                                                                                                                                                 vesicle fusion with vacuole
GO:0051480                                                                                                                                           regulation of cytosolic calcium ion concentration
GO:0051481                                                                                                                                  negative regulation of cytosolic calcium ion concentration
GO:0051489                                                                                                                                                           regulation of filopodium assembly
GO:0051490                                                                                                                                                  negative regulation of filopodium assembly
GO:0051491                                                                                                                                                  positive regulation of filopodium assembly
GO:0051492                                                                                                                                                         regulation of stress fiber assembly
GO:0051493                                                                                                                                                     regulation of cytoskeleton organization
GO:0051494                                                                                                                                            negative regulation of cytoskeleton organization
GO:0051495                                                                                                                                            positive regulation of cytoskeleton organization
GO:0051496                                                                                                                                                positive regulation of stress fiber assembly
GO:0051497                                                                                                                                                negative regulation of stress fiber assembly
GO:0051499                                                                                                                                                         D-aminoacyl-tRNA deacylase activity
GO:0051500                                                                                                                                                      D-tyrosyl-tRNA(Tyr) deacylase activity
GO:0051503                                                                                                                                                                adenine nucleotide transport
GO:0051525                                                                                                                                                                        NFAT protein binding
GO:0051536                                                                                                                                                                 iron-sulfur cluster binding
GO:0051537                                                                                                                                                            2 iron, 2 sulfur cluster binding
GO:0051538                                                                                                                                                            3 iron, 4 sulfur cluster binding
GO:0051539                                                                                                                                                            4 iron, 4 sulfur cluster binding
GO:0051540                                                                                                                                                                       metal cluster binding
GO:0051541                                                                                                                                                                   elastin metabolic process
GO:0051542                                                                                                                                                                elastin biosynthetic process
GO:0051543                                                                                                                                                  regulation of elastin biosynthetic process
GO:0051545                                                                                                                                         negative regulation of elastin biosynthetic process
GO:0051546                                                                                                                                                                      keratinocyte migration
GO:0051547                                                                                                                                                        regulation of keratinocyte migration
GO:0051548                                                                                                                                               negative regulation of keratinocyte migration
GO:0051549                                                                                                                                               positive regulation of keratinocyte migration
GO:0051552                                                                                                                                                                   flavone metabolic process
GO:0051560                                                                                                                                                       mitochondrial calcium ion homeostasis
GO:0051561                                                                                                                              positive regulation of mitochondrial calcium ion concentration
GO:0051562                                                                                                                              negative regulation of mitochondrial calcium ion concentration
GO:0051563                                                                                                                                        smooth endoplasmic reticulum calcium ion homeostasis
GO:0051575                                                                                                                                                   5'-deoxyribose-5-phosphate lyase activity
GO:0051580                                                                                                                                                       regulation of neurotransmitter uptake
GO:0051581                                                                                                                                              negative regulation of neurotransmitter uptake
GO:0051582                                                                                                                                              positive regulation of neurotransmitter uptake
GO:0051583                                                                                                                                           dopamine uptake involved in synaptic transmission
GO:0051584                                                                                                                             regulation of dopamine uptake involved in synaptic transmission
GO:0051585                                                                                                                    negative regulation of dopamine uptake involved in synaptic transmission
GO:0051586                                                                                                                    positive regulation of dopamine uptake involved in synaptic transmission
GO:0051588                                                                                                                                                    regulation of neurotransmitter transport
GO:0051589                                                                                                                                           negative regulation of neurotransmitter transport
GO:0051590                                                                                                                                           positive regulation of neurotransmitter transport
GO:0051591                                                                                                                                                                            response to cAMP
GO:0051592                                                                                                                                                                     response to calcium ion
GO:0051593                                                                                                                                                                      response to folic acid
GO:0051594                                                                                                                                                                        detection of glucose
GO:0051595                                                                                                                                                                   response to methylglyoxal
GO:0051596                                                                                                                                                             methylglyoxal catabolic process
GO:0051597                                                                                                                                                                   response to methylmercury
GO:0051598                                                                                                                                                  meiotic recombination checkpoint signaling
GO:0051599                                                                                                                                                            response to hydrostatic pressure
GO:0051601                                                                                                                                                                        exocyst localization
GO:0051602                                                                                                                                                             response to electrical stimulus
GO:0051603                                                                                                                                           proteolysis involved in protein catabolic process
GO:0051604                                                                                                                                                                          protein maturation
GO:0051606                                                                                                                                                                       detection of stimulus
GO:0051607                                                                                                                                                                   defense response to virus
GO:0051608                                                                                                                                                                         histamine transport
GO:0051610                                                                                                                                                                            serotonin uptake
GO:0051611                                                                                                                                                              regulation of serotonin uptake
GO:0051612                                                                                                                                                     negative regulation of serotonin uptake
GO:0051615                                                                                                                                                                            histamine uptake
GO:0051620                                                                                                                                                                       norepinephrine uptake
GO:0051621                                                                                                                                                         regulation of norepinephrine uptake
GO:0051622                                                                                                                                                negative regulation of norepinephrine uptake
GO:0051623                                                                                                                                                positive regulation of norepinephrine uptake
GO:0051625                                                                                                                                                                          epinephrine uptake
GO:0051630                                                                                                                                                                        acetylcholine uptake
GO:0051631                                                                                                                                                          regulation of acetylcholine uptake
GO:0051638                                                                                                                                                         barbed-end actin filament uncapping
GO:0051639                                                                                                                                                            actin filament network formation
GO:0051640                                                                                                                                                                      organelle localization
GO:0051641                                                                                                                                                                       cellular localization
GO:0051642                                                                                                                                                                     centrosome localization
GO:0051643                                                                                                                                                          endoplasmic reticulum localization
GO:0051645                                                                                                                                                                          Golgi localization
GO:0051646                                                                                                                                                                  mitochondrion localization
GO:0051647                                                                                                                                                                        nucleus localization
GO:0051648                                                                                                                                                                        vesicle localization
GO:0051649                                                                                                                                                       establishment of localization in cell
GO:0051650                                                                                                                                                       establishment of vesicle localization
GO:0051651                                                                                                                                                             maintenance of location in cell
GO:0051653                                                                                                                                                                        spindle localization
GO:0051654                                                                                                                                                 establishment of mitochondrion localization
GO:0051656                                                                                                                                                     establishment of organelle localization
GO:0051657                                                                                                                                                           maintenance of organelle location
GO:0051658                                                                                                                                                             maintenance of nucleus location
GO:0051659                                                                                                                                                       maintenance of mitochondrion location
GO:0051660                                                                                                                                                    establishment of centrosome localization
GO:0051661                                                                                                                                                          maintenance of centrosome location
GO:0051664                                                                                                                                                                   nuclear pore localization
GO:0051665                                                                                                                                                                  membrane raft localization
GO:0051666                                                                                                                                                           actin cortical patch localization
GO:0051668                                                                                                                                                                localization within membrane
GO:0051673                                                                                                                                 disruption of plasma membrane integrity in another organism
GO:0051674                                                                                                                                                                        localization of cell
GO:0051683                                                                                                                                                         establishment of Golgi localization
GO:0051684                                                                                                                                                               maintenance of Golgi location
GO:0051685                                                                                                                                                                  maintenance of ER location
GO:0051693                                                                                                                                                                      actin filament capping
GO:0051694                                                                                                                                                          pointed-end actin filament capping
GO:0051695                                                                                                                                                                    actin filament uncapping
GO:0051697                                                                                                                                                                        protein delipidation
GO:0051701                                                                                                                                        biological process involved in interaction with host
GO:0051702                                                                                                                                    biological process involved in interaction with symbiont
GO:0051703                                                                                                                   biological process involved in intraspecies interaction between organisms
GO:0051707                                                                                                                                                                  response to other organism
GO:0051709                                                                                                                                          regulation of killing of cells of another organism
GO:0051712                                                                                                                                 positive regulation of killing of cells of another organism
GO:0051715                                                                                                                                                               cytolysis in another organism
GO:0051716                                                                                                                                                               cellular response to stimulus
GO:0051717                                                                                                                                   inositol-1,3,4,5-tetrakisphosphate 3-phosphatase activity
GO:0051718                                                                                                                      DNA (cytosine-5-)-methyltransferase activity, acting on CpG substrates
GO:0051721                                                                                                                                                              protein phosphatase 2A binding
GO:0051722                                                                                                                                                  protein C-terminal methylesterase activity
GO:0051723                                                                                                                                                             protein methylesterase activity
GO:0051724                                                                                                                                                      NAD transmembrane transporter activity
GO:0051725                                                                                                                                                                 protein de-ADP-ribosylation
GO:0051726                                                                                                                                                                    regulation of cell cycle
GO:0051728                                                                                                                                         cell cycle switching, mitotic to meiotic cell cycle
GO:0051729                                                                                                                                germline cell cycle switching, mitotic to meiotic cell cycle
GO:0051731                                                                                                                                                  polynucleotide 5'-hydroxyl-kinase activity
GO:0051734                                                                                                                                    ATP-dependent polynucleotide 5'-hydroxyl-kinase activity
GO:0051736                                                                                                                                ATP-dependent polyribonucleotide 5'-hydroxyl-kinase activity
GO:0051747                                                                                                                                                       cytosine C-5 DNA demethylase activity
GO:0051748                                                                                                                                 UTP-monosaccharide-1-phosphate uridylyltransferase activity
GO:0051750                                                                                                                                        delta(3,5)-delta(2,4)-dienoyl-CoA isomerase activity
GO:0051751                                                                                                                                                      alpha-1,4-mannosyltransferase activity
GO:0051754                                                                                                                                              meiotic sister chromatid cohesion, centromeric
GO:0051755                                                                                                                                                     meiotic sister chromatid arm separation
GO:0051757                                                                                                                                                         meiotic sister chromatid separation
GO:0051758                                                                                                                   homologous chromosome movement towards spindle pole in meiosis I anaphase
GO:0051764                                                                                                                                                                   actin crosslink formation
GO:0051765                                                                                                                                                  inositol tetrakisphosphate kinase activity
GO:0051766                                                                                                                                                      inositol trisphosphate kinase activity
GO:0051767                                                                                                                                                  nitric-oxide synthase biosynthetic process
GO:0051769                                                                                                                                    regulation of nitric-oxide synthase biosynthetic process
GO:0051770                                                                                                                           positive regulation of nitric-oxide synthase biosynthetic process
GO:0051771                                                                                                                           negative regulation of nitric-oxide synthase biosynthetic process
GO:0051775                                                                                                                                                                     response to redox state
GO:0051780                                                                                                                                                             behavioral response to nutrient
GO:0051781                                                                                                                                                        positive regulation of cell division
GO:0051782                                                                                                                                                        negative regulation of cell division
GO:0051783                                                                                                                                                              regulation of nuclear division
GO:0051784                                                                                                                                                     negative regulation of nuclear division
GO:0051785                                                                                                                                                     positive regulation of nuclear division
GO:0051786                                                                                                                                                  all-trans-retinol 13,14-reductase activity
GO:0051787                                                                                                                                                                   misfolded protein binding
GO:0051788                                                                                                                                                               response to misfolded protein
GO:0051790                                                                                                                                                 short-chain fatty acid biosynthetic process
GO:0051791                                                                                                                                                   medium-chain fatty acid metabolic process
GO:0051792                                                                                                                                                medium-chain fatty acid biosynthetic process
GO:0051793                                                                                                                                                   medium-chain fatty acid catabolic process
GO:0051794                                                                                                                                                             regulation of timing of catagen
GO:0051795                                                                                                                                                    positive regulation of timing of catagen
GO:0051796                                                                                                                                                    negative regulation of timing of catagen
GO:0051797                                                                                                                                                     regulation of hair follicle development
GO:0051798                                                                                                                                            positive regulation of hair follicle development
GO:0051799                                                                                                                                            negative regulation of hair follicle development
GO:0051800                                                                                                                                phosphatidylinositol-3,4-bisphosphate 3-phosphatase activity
GO:0051823                                                                                                                                                 regulation of synapse structural plasticity
GO:0051835                                                                                                                                        positive regulation of synapse structural plasticity
GO:0051838                                                                                                                                                         cytolysis by host of symbiont cells
GO:0051851                                                                                                                                                      modulation by host of symbiont process
GO:0051861                                                                                                                                                                          glycolipid binding
GO:0051864                                                                                                                                                          histone H3K36 demethylase activity
GO:0051865                                                                                                                                                                  protein autoubiquitination
GO:0051866                                                                                                                                                                 general adaptation syndrome
GO:0051867                                                                                                                                             general adaptation syndrome, behavioral process
GO:0051873                                                                                                                                                           killing by host of symbiont cells
GO:0051875                                                                                                                                                                pigment granule localization
GO:0051877                                                                                                                                                  pigment granule aggregation in cell center
GO:0051878                                                                                                                                                                    lateral element assembly
GO:0051879                                                                                                                                                                       Hsp90 protein binding
GO:0051880                                                                                                                                                                    G-quadruplex DNA binding
GO:0051881                                                                                                                                              regulation of mitochondrial membrane potential
GO:0051882                                                                                                                                                                mitochondrial depolarization
GO:0051884                                                                                                                                                              regulation of timing of anagen
GO:0051885                                                                                                                                                     positive regulation of timing of anagen
GO:0051886                                                                                                                                                     negative regulation of timing of anagen
GO:0051890                                                                                                                                                   regulation of cardioblast differentiation
GO:0051891                                                                                                                                          positive regulation of cardioblast differentiation
GO:0051892                                                                                                                                          negative regulation of cardioblast differentiation
GO:0051893                                                                                                                                                       regulation of focal adhesion assembly
GO:0051894                                                                                                                                              positive regulation of focal adhesion assembly
GO:0051895                                                                                                                                              negative regulation of focal adhesion assembly
GO:0051896                                                                                                            regulation of phosphatidylinositol 3-kinase/protein kinase B signal transduction
GO:0051897                                                                                                   positive regulation of phosphatidylinositol 3-kinase/protein kinase B signal transduction
GO:0051898                                                                                                   negative regulation of phosphatidylinositol 3-kinase/protein kinase B signal transduction
GO:0051899                                                                                                                                                                     membrane depolarization
GO:0051900                                                                                                                                                  regulation of mitochondrial depolarization
GO:0051901                                                                                                                                         positive regulation of mitochondrial depolarization
GO:0051902                                                                                                                                         negative regulation of mitochondrial depolarization
GO:0051903                                                                                                                                         S-(hydroxymethyl)glutathione dehydrogenase activity
GO:0051904                                                                                                                                                                   pigment granule transport
GO:0051905                                                                                                                                               establishment of pigment granule localization
GO:0051908                                                                                                                                          double-stranded DNA 5'-3' DNA exonuclease activity
GO:0051913                                                                                                                                     regulation of synaptic plasticity by chemical substance
GO:0051914                                                                                                                            positive regulation of synaptic plasticity by chemical substance
GO:0051915                                                                                                                                      induction of synaptic plasticity by chemical substance
GO:0051916                                                                                                                                               granulocyte colony-stimulating factor binding
GO:0051917                                                                                                                                                                  regulation of fibrinolysis
GO:0051918                                                                                                                                                         negative regulation of fibrinolysis
GO:0051919                                                                                                                                                         positive regulation of fibrinolysis
GO:0051920                                                                                                                                                                      peroxiredoxin activity
GO:0051922                                                                                                                                                       cholesterol sulfotransferase activity
GO:0051923                                                                                                                                                                                   sulfation
GO:0051924                                                                                                                                                         regulation of calcium ion transport
GO:0051926                                                                                                                                                negative regulation of calcium ion transport
GO:0051928                                                                                                                                                positive regulation of calcium ion transport
GO:0051930                                                                                                                                                    regulation of sensory perception of pain
GO:0051931                                                                                                                                                            regulation of sensory perception
GO:0051932                                                                                                                                                            synaptic transmission, GABAergic
GO:0051933                                                                                                                                                        amino acid neurotransmitter reuptake
GO:0051934                                                                                                                                      catecholamine uptake involved in synaptic transmission
GO:0051935                                                                                                                                                                          glutamate reuptake
GO:0051936                                                                                                                                                            gamma-aminobutyric acid reuptake
GO:0051937                                                                                                                                                                     catecholamine transport
GO:0051938                                                                                                                                                                          L-glutamate import
GO:0051939                                                                                                                                                              gamma-aminobutyric acid import
GO:0051940                                                                                                                        regulation of catecholamine uptake involved in synaptic transmission
GO:0051941                                                                                                                           regulation of amino acid uptake involved in synaptic transmission
GO:0051943                                                                                                                  positive regulation of amino acid uptake involved in synaptic transmission
GO:0051944                                                                                                               positive regulation of catecholamine uptake involved in synaptic transmission
GO:0051945                                                                                                               negative regulation of catecholamine uptake involved in synaptic transmission
GO:0051946                                                                                                                    regulation of glutamate uptake involved in transmission of nerve impulse
GO:0051951                                                                                                           positive regulation of glutamate uptake involved in transmission of nerve impulse
GO:0051952                                                                                                                                                               regulation of amine transport
GO:0051953                                                                                                                                                      negative regulation of amine transport
GO:0051954                                                                                                                                                      positive regulation of amine transport
GO:0051955                                                                                                                                                          regulation of amino acid transport
GO:0051956                                                                                                                                                 negative regulation of amino acid transport
GO:0051957                                                                                                                                                 positive regulation of amino acid transport
GO:0051958                                                                                                                                                                      methotrexate transport
GO:0051959                                                                                                                                                     dynein light intermediate chain binding
GO:0051960                                                                                                                                                    regulation of nervous system development
GO:0051961                                                                                                                                           negative regulation of nervous system development
GO:0051962                                                                                                                                           positive regulation of nervous system development
GO:0051963                                                                                                                                                              regulation of synapse assembly
GO:0051964                                                                                                                                                     negative regulation of synapse assembly
GO:0051965                                                                                                                                                     positive regulation of synapse assembly
GO:0051966                                                                                                                                          regulation of synaptic transmission, glutamatergic
GO:0051967                                                                                                                                 negative regulation of synaptic transmission, glutamatergic
GO:0051968                                                                                                                                 positive regulation of synaptic transmission, glutamatergic
GO:0051969                                                                                                                                                 regulation of transmission of nerve impulse
GO:0051970                                                                                                                                        negative regulation of transmission of nerve impulse
GO:0051971                                                                                                                                        positive regulation of transmission of nerve impulse
GO:0051972                                                                                                                                                           regulation of telomerase activity
GO:0051973                                                                                                                                                  positive regulation of telomerase activity
GO:0051974                                                                                                                                                  negative regulation of telomerase activity
GO:0051977                                                                                                                                                                  lysophospholipid transport
GO:0051978                                                                                                                                                  lysophospholipid:sodium symporter activity
GO:0051983                                                                                                                                                        regulation of chromosome segregation
GO:0051984                                                                                                                                               positive regulation of chromosome segregation
GO:0051985                                                                                                                                               negative regulation of chromosome segregation
GO:0051987                                                                                                                    positive regulation of attachment of spindle microtubules to kinetochore
GO:0051988                                                                                                                             regulation of attachment of spindle microtubules to kinetochore
GO:0051990                                                                                                                                               (R)-2-hydroxyglutarate dehydrogenase activity
GO:0051996                                                                                                                                                                  squalene synthase activity
GO:0051998                                                                                                                                               protein carboxyl O-methyltransferase activity
GO:0052008                                                                                                                             symbiont-mediated disruption of host cellular anatomical entity
GO:0052031                                                                                                                                     symbiont-mediated perturbation of host defense response
GO:0052111                                                                                                                                   symbiont-mediated disruption of host anatomical structure
GO:0052173                                                                                                                                                      response to defenses of other organism
GO:0052200                                                                                                                                                                   response to host defenses
GO:0052314                                                                                                                                                               phytoalexin metabolic process
GO:0052372                                                                                                                                                   modulation by symbiont of entry into host
GO:0052373                                                                                                                                                     suppression of symbiont entry into host
GO:0052381                                                                                                                                                      tRNA dimethylallyltransferase activity
GO:0052403                                                                                                                                  negative regulation by host of symbiont catalytic activity
GO:0052422                                                                                                                                           modulation by host of symbiont catalytic activity
GO:0052472                                                                                                                                                modulation by host of symbiont transcription
GO:0052547                                                                                                                                                            regulation of peptidase activity
GO:0052548                                                                                                                                                        regulation of endopeptidase activity
GO:0052597                                                                                                                                                                    diamine oxidase activity
GO:0052598                                                                                                                                                                  histamine oxidase activity
GO:0052599                                                                                                                                                           methylputrescine oxidase activity
GO:0052600                                                                                                                                                        propane-1,3-diamine oxidase activity
GO:0052629                                                                                                                                phosphatidylinositol-3,5-bisphosphate 3-phosphatase activity
GO:0052630                                                                                                                                          UDP-N-acetylgalactosamine diphosphorylase activity
GO:0052642                                                                                                                                                  lysophosphatidic acid phosphatase activity
GO:0052646                                                                                                                                                         alditol phosphate metabolic process
GO:0052650                                                                                                                                                         NADP-retinol dehydrogenase activity
GO:0052651                                                                                                                                                          monoacylglycerol catabolic process
GO:0052652                                                                                                                                                  cyclic purine nucleotide metabolic process
GO:0052654                                                                                                                                                             L-leucine transaminase activity
GO:0052655                                                                                                                                                              L-valine transaminase activity
GO:0052656                                                                                                                                                          L-isoleucine transaminase activity
GO:0052658                                                                                                                                         inositol-1,4,5-trisphosphate 5-phosphatase activity
GO:0052659                                                                                                                                   inositol-1,3,4,5-tetrakisphosphate 5-phosphatase activity
GO:0052689                                                                                                                                                         carboxylic ester hydrolase activity
GO:0052695                                                                                                                                                                    cellular glucuronidation
GO:0052696                                                                                                                                                                   flavonoid glucuronidation
GO:0052697                                                                                                                                                                  xenobiotic glucuronidation
GO:0052717                                                                                                                                               tRNA-specific adenosine-34 deaminase activity
GO:0052720                                                                                                                          class II DNA-(apurinic or apyrimidinic site) endonuclease activity
GO:0052722                                                                                                                                                    fatty acid in-chain hydroxylase activity
GO:0052723                                                                                                                                                 inositol hexakisphosphate 1-kinase activity
GO:0052724                                                                                                                                                 inositol hexakisphosphate 3-kinase activity
GO:0052725                                                                                                                                              inositol-1,3,4-trisphosphate 6-kinase activity
GO:0052726                                                                                                                                              inositol-1,3,4-trisphosphate 5-kinase activity
GO:0052731                                                                                                                                                         phosphocholine phosphatase activity
GO:0052732                                                                                                                                                    phosphoethanolamine phosphatase activity
GO:0052735                                                                                                                                               tRNA (cytidine-3-)-methyltransferase activity
GO:0052739                                                                                                                                                 phosphatidylserine 1-acylhydrolase activity
GO:0052740                                                                                                                                      1-acyl-2-lysophosphatidylserine acylhydrolase activity
GO:0052741                                                                                                                                                       (R)-limonene 6-monooxygenase activity
GO:0052742                                                                                                                                                        phosphatidylinositol kinase activity
GO:0052743                                                                                                                                             inositol tetrakisphosphate phosphatase activity
GO:0052744                                                                                                                                     phosphatidylinositol monophosphate phosphatase activity
GO:0052745                                                                                                                                                     inositol phosphate phosphatase activity
GO:0052751                                                                                                                                                              GDP-mannose hydrolase activity
GO:0052757                                                                                                                                                              chondroitin hydrolase activity
GO:0052794                                                                                                                                                         exo-alpha-(2->3)-sialidase activity
GO:0052795                                                                                                                                                         exo-alpha-(2->6)-sialidase activity
GO:0052796                                                                                                                                                         exo-alpha-(2->8)-sialidase activity
GO:0052803                                                                                                                                             imidazole-containing compound metabolic process
GO:0052805                                                                                                                                             imidazole-containing compound catabolic process
GO:0052810                                                                                                                                                    1-phosphatidylinositol-5-kinase activity
GO:0052814                                                                                                                                                medium-chain-aldehyde dehydrogenase activity
GO:0052815                                                                                                                                              medium-chain fatty acyl-CoA hydrolase activity
GO:0052816                                                                                                                                                long-chain fatty acyl-CoA hydrolase activity
GO:0052817                                                                                                                                           very long-chain fatty acyl-CoA hydrolase activity
GO:0052821                                                                                                                                                    DNA-7-methyladenine glycosylase activity
GO:0052822                                                                                                                                                    DNA-3-methylguanine glycosylase activity
GO:0052826                                                                                                                                            inositol hexakisphosphate 2-phosphatase activity
GO:0052827                                                                                                                                             inositol pentakisphosphate phosphatase activity
GO:0052828                                                                                                                                            inositol-3,4-bisphosphate 4-phosphatase activity
GO:0052829                                                                                                                                         inositol-1,3,4-trisphosphate 1-phosphatase activity
GO:0052832                                                                                                                                               inositol monophosphate 3-phosphatase activity
GO:0052833                                                                                                                                               inositol monophosphate 4-phosphatase activity
GO:0052834                                                                                                                                                 inositol monophosphate phosphatase activity
GO:0052835                                                                                                                                              inositol-3,4,6-trisphosphate 1-kinase activity
GO:0052836                                                                                                                                  inositol 5-diphosphate pentakisphosphate 5-kinase activity
GO:0052839                                                                                                                                      inositol diphosphate tetrakisphosphate kinase activity
GO:0052840                                                                                                                               inositol diphosphate tetrakisphosphate diphosphatase activity
GO:0052841                                                                                                                            inositol bisdiphosphate tetrakisphosphate diphosphatase activity
GO:0052842                                                                                                                               inositol diphosphate pentakisphosphate diphosphatase activity
GO:0052845                                                                                                                   inositol-5-diphosphate-1,2,3,4,6-pentakisphosphate diphosphatase activity
GO:0052848                                                                                                              inositol-3,5-bisdiphosphate-2,3,4,6-tetrakisphosphate 5-diphosphatase activity
GO:0052851                                                                                                                                                   ferric-chelate reductase (NADPH) activity
GO:0052856                                                                                                                                                                    NADHX epimerase activity
GO:0052857                                                                                                                                                                   NADPHX epimerase activity
GO:0052858                                                                                                                                                  peptidyl-lysine acetyltransferase activity
GO:0052866                                                                                                                                         phosphatidylinositol phosphate phosphatase activity
GO:0052869                                                                                                                                                 arachidonic acid omega-hydroxylase activity
GO:0052870                                                                                                                                                       tocopherol omega-hydroxylase activity
GO:0052871                                                                                                                                                 alpha-tocopherol omega-hydroxylase activity
GO:0052872                                                                                                                                                      tocotrienol omega-hydroxylase activity
GO:0052884                                                                                                                      all-trans-retinyl-palmitate hydrolase, 11-cis retinol forming activity
GO:0052885                                                                                                                          all-trans-retinyl-ester hydrolase, 11-cis retinol forming activity
GO:0052890                                                                                                     oxidoreductase activity, acting on the CH-CH group of donors, with a flavin as acceptor
GO:0052894                                                                                                                                                  norspermine:oxygen oxidoreductase activity
GO:0052895                                                                                                              N1-acetylspermine:oxygen oxidoreductase (N1-acetylspermidine-forming) activity
GO:0052899                                                                                                    N(1),N(12)-diacetylspermine:oxygen oxidoreductase (3-acetamidopropanal-forming) activity
GO:0052901                                                                                                                                spermine:oxygen oxidoreductase (spermidine-forming) activity
GO:0052902                                                                                                                         spermidine:oxygen oxidoreductase (3-aminopropanal-forming) activity
GO:0052903                                                                                                              N1-acetylspermine:oxygen oxidoreductase (3-acetamidopropanal-forming) activity
GO:0052904                                                                                                            N1-acetylspermidine:oxygen oxidoreductase (3-acetamidopropanal-forming) activity
GO:0052905                                                                                                                                           tRNA (guanosine(9)-N1)-methyltransferase activity
GO:0052906                                                                                                                                            tRNA (guanine(37)-N1)-methyltransferase activity
GO:0052907                                                                                                                                    23S rRNA (adenine(1618)-N(6))-methyltransferase activity
GO:0052909                                                                                                               18S rRNA (adenine(1779)-N(6)/adenine(1780)-N(6))-dimethyltransferase activity
GO:0052917                                                                                                                    dolichyl-P-Man:Man(7)GlcNAc(2)-PP-dolichol alpha-1,6-mannosyltransferase
GO:0052918                                                                                                                     dol-P-Man:Man(8)GlcNAc(2)-PP-Dol alpha-1,2-mannosyltransferase activity
GO:0052923                                                                                                           all-trans-nonaprenyl-diphosphate synthase (geranyl-diphosphate specific) activity
GO:0052925                                                                                                                     dol-P-Man:Man(5)GlcNAc(2)-PP-Dol alpha-1,3-mannosyltransferase activity
GO:0052926                                                                                                                     dol-P-Man:Man(6)GlcNAc(2)-PP-Dol alpha-1,2-mannosyltransferase activity
GO:0055001                                                                                                                                                                     muscle cell development
GO:0055002                                                                                                                                                            striated muscle cell development
GO:0055003                                                                                                                                                                  cardiac myofibril assembly
GO:0055005                                                                                                                                                      ventricular cardiac myofibril assembly
GO:0055006                                                                                                                                                                    cardiac cell development
GO:0055007                                                                                                                                                         cardiac muscle cell differentiation
GO:0055008                                                                                                                                                         cardiac muscle tissue morphogenesis
GO:0055009                                                                                                                                                  atrial cardiac muscle tissue morphogenesis
GO:0055010                                                                                                                                             ventricular cardiac muscle tissue morphogenesis
GO:0055011                                                                                                                                                  atrial cardiac muscle cell differentiation
GO:0055012                                                                                                                                             ventricular cardiac muscle cell differentiation
GO:0055013                                                                                                                                                             cardiac muscle cell development
GO:0055014                                                                                                                                                      atrial cardiac muscle cell development
GO:0055015                                                                                                                                                 ventricular cardiac muscle cell development
GO:0055017                                                                                                                                                                cardiac muscle tissue growth
GO:0055018                                                                                                                                              regulation of cardiac muscle fiber development
GO:0055020                                                                                                                                     positive regulation of cardiac muscle fiber development
GO:0055021                                                                                                                                                  regulation of cardiac muscle tissue growth
GO:0055022                                                                                                                                         negative regulation of cardiac muscle tissue growth
GO:0055023                                                                                                                                         positive regulation of cardiac muscle tissue growth
GO:0055024                                                                                                                                             regulation of cardiac muscle tissue development
GO:0055025                                                                                                                                    positive regulation of cardiac muscle tissue development
GO:0055026                                                                                                                                    negative regulation of cardiac muscle tissue development
GO:0055028                                                                                                                                                                        cortical microtubule
GO:0055029                                                                                                                                                 nuclear DNA-directed RNA polymerase complex
GO:0055037                                                                                                                                                                          recycling endosome
GO:0055038                                                                                                                                                                 recycling endosome membrane
GO:0055048                                                                                                                                                                   anastral spindle assembly
GO:0055056                                                                                                                                                D-glucose transmembrane transporter activity
GO:0055057                                                                                                                                                                         neuroblast division
GO:0055059                                                                                                                                                              asymmetric neuroblast division
GO:0055062                                                                                                                                                                   phosphate ion homeostasis
GO:0055064                                                                                                                                                                    chloride ion homeostasis
GO:0055070                                                                                                                                                                      copper ion homeostasis
GO:0055071                                                                                                                                                                   manganese ion homeostasis
GO:0055074                                                                                                                                                                     calcium ion homeostasis
GO:0055075                                                                                                                                                                   potassium ion homeostasis
GO:0055077                                                                                                                                                          gap junction hemi-channel activity
GO:0055078                                                                                                                                                                      sodium ion homeostasis
GO:0055080                                                                                                                                                               monoatomic cation homeostasis
GO:0055081                                                                                                                                                                monoatomic anion homeostasis
GO:0055082                                                                                                                                                          intracellular chemical homeostasis
GO:0055085                                                                                                                                                                     transmembrane transport
GO:0055086                                                                                                                                      nucleobase-containing small molecule metabolic process
GO:0055087                                                                                                                                                                                 Ski complex
GO:0055088                                                                                                                                                                           lipid homeostasis
GO:0055089                                                                                                                                                                      fatty acid homeostasis
GO:0055090                                                                                                                                                                    acylglycerol homeostasis
GO:0055091                                                                                                                                                                    phospholipid homeostasis
GO:0055092                                                                                                                                                                          sterol homeostasis
GO:0055093                                                                                                                                                                       response to hyperoxia
GO:0055094                                                                                                                                                            response to lipoprotein particle
GO:0055095                                                                                                                                                     lipoprotein particle mediated signaling
GO:0055096                                                                                                                                         low-density lipoprotein particle mediated signaling
GO:0055100                                                                                                                                                                         adiponectin binding
GO:0055102                                                                                                                                                                   lipase inhibitor activity
GO:0055103                                                                                                                                                                   ligase regulator activity
GO:0055105                                                                                                                                            ubiquitin-protein transferase inhibitor activity
GO:0055106                                                                                                                                            ubiquitin-protein transferase regulator activity
GO:0055107                                                                                                                                                        Golgi to secretory granule transport
GO:0055111                                                                                                                               ingression involved in gastrulation with mouth forming second
GO:0055113                                                                                                                                  epiboly involved in gastrulation with mouth forming second
GO:0055117                                                                                                                                                    regulation of cardiac muscle contraction
GO:0055118                                                                                                                                           negative regulation of cardiac muscle contraction
GO:0055119                                                                                                                                                                relaxation of cardiac muscle
GO:0055120                                                                                                                                                                  striated muscle dense body
GO:0055123                                                                                                                                                                digestive system development
GO:0055129                                                                                                                                                              L-proline biosynthetic process
GO:0055130                                                                                                                                                                 D-alanine catabolic process
GO:0055131                                                                                                                                                       C3HC4-type RING finger domain binding
GO:0060001                                                                                                                                             minus-end directed microfilament motor activity
GO:0060002                                                                                                                                              plus-end directed microfilament motor activity
GO:0060003                                                                                                                                                                           copper ion export
GO:0060004                                                                                                                                                                                      reflex
GO:0060005                                                                                                                                                                           vestibular reflex
GO:0060007                                                                                                                                                               linear vestibuloocular reflex
GO:0060008                                                                                                                                                                Sertoli cell differentiation
GO:0060009                                                                                                                                                                    Sertoli cell development
GO:0060010                                                                                                                                                                Sertoli cell fate commitment
GO:0060011                                                                                                                                                                  Sertoli cell proliferation
GO:0060012                                                                                                                                                          synaptic transmission, glycinergic
GO:0060013                                                                                                                                                                             righting reflex
GO:0060014                                                                                                                                                              granulosa cell differentiation
GO:0060017                                                                                                                                                               parathyroid gland development
GO:0060018                                                                                                                                                                   astrocyte fate commitment
GO:0060019                                                                                                                                                           radial glial cell differentiation
GO:0060020                                                                                                                                                         Bergmann glial cell differentiation
GO:0060021                                                                                                                                                                   roof of mouth development
GO:0060022                                                                                                                                                                     hard palate development
GO:0060023                                                                                                                                                                     soft palate development
GO:0060024                                                                                                                                                              rhythmic synaptic transmission
GO:0060025                                                                                                                                                             regulation of synaptic activity
GO:0060026                                                                                                                                                                        convergent extension
GO:0060027                                                                                                                                               convergent extension involved in gastrulation
GO:0060028                                                                                                                                            convergent extension involved in axis elongation
GO:0060029                                                                                                                                              convergent extension involved in organogenesis
GO:0060031                                                                                                                                                                  mediolateral intercalation
GO:0060032                                                                                                                                                                        notochord regression
GO:0060033                                                                                                                                                             anatomical structure regression
GO:0060034                                                                                                                                                              notochord cell differentiation
GO:0060035                                                                                                                                                                  notochord cell development
GO:0060037                                                                                                                                                               pharyngeal system development
GO:0060038                                                                                                                                                           cardiac muscle cell proliferation
GO:0060039                                                                                                                                                                     pericardium development
GO:0060040                                                                                                                                                      retinal bipolar neuron differentiation
GO:0060041                                                                                                                                                       retina development in camera-type eye
GO:0060042                                                                                                                                                     retina morphogenesis in camera-type eye
GO:0060043                                                                                                                                             regulation of cardiac muscle cell proliferation
GO:0060044                                                                                                                                    negative regulation of cardiac muscle cell proliferation
GO:0060045                                                                                                                                    positive regulation of cardiac muscle cell proliferation
GO:0060046                                                                                                                                                             regulation of acrosome reaction
GO:0060047                                                                                                                                                                           heart contraction
GO:0060048                                                                                                                                                                  cardiac muscle contraction
GO:0060049                                                                                                                                                         regulation of protein glycosylation
GO:0060050                                                                                                                                                positive regulation of protein glycosylation
GO:0060052                                                                                                                                                     neurofilament cytoskeleton organization
GO:0060053                                                                                                                                                                  neurofilament cytoskeleton
GO:0060054                                                                                                              positive regulation of epithelial cell proliferation involved in wound healing
GO:0060055                                                                                                                                                      angiogenesis involved in wound healing
GO:0060056                                                                                                                                                                    mammary gland involution
GO:0060057                                                                                                                                      apoptotic process involved in mammary gland involution
GO:0060058                                                                                                               positive regulation of apoptotic process involved in mammary gland involution
GO:0060059                                                                                                                                           embryonic retina morphogenesis in camera-type eye
GO:0060060                                                                                                                                      post-embryonic retina morphogenesis in camera-type eye
GO:0060061                                                                                                                                                                 Spemann organizer formation
GO:0060064                                                                                                                     Spemann organizer formation at the anterior end of the primitive streak
GO:0060065                                                                                                                                                                          uterus development
GO:0060066                                                                                                                                                                         oviduct development
GO:0060067                                                                                                                                                                          cervix development
GO:0060068                                                                                                                                                                          vagina development
GO:0060070                                                                                                                                                             canonical Wnt signaling pathway
GO:0060071                                                                                                                                         Wnt signaling pathway, planar cell polarity pathway
GO:0060072                                                                                                                              large conductance calcium-activated potassium channel activity
GO:0060073                                                                                                                                                                                 micturition
GO:0060074                                                                                                                                                                          synapse maturation
GO:0060075                                                                                                                                                    regulation of resting membrane potential
GO:0060076                                                                                                                                                                          excitatory synapse
GO:0060077                                                                                                                                                                          inhibitory synapse
GO:0060078                                                                                                                                               regulation of postsynaptic membrane potential
GO:0060079                                                                                                                                                           excitatory postsynaptic potential
GO:0060080                                                                                                                                                           inhibitory postsynaptic potential
GO:0060081                                                                                                                                                                  membrane hyperpolarization
GO:0060082                                                                                                                                                                            eye blink reflex
GO:0060083                                                                                                                                           smooth muscle contraction involved in micturition
GO:0060084                                                                                                                                               synaptic transmission involved in micturition
GO:0060086                                                                                                                                                           circadian temperature homeostasis
GO:0060087                                                                                                                                             relaxation of vascular associated smooth muscle
GO:0060088                                                                                                                                            auditory receptor cell stereocilium organization
GO:0060089                                                                                                                                                               molecular transducer activity
GO:0060090                                                                                                                                                                  molecular adaptor activity
GO:0060091                                                                                                                                                                                  kinocilium
GO:0060092                                                                                                                                            regulation of synaptic transmission, glycinergic
GO:0060094                                                                                                                                   positive regulation of synaptic transmission, glycinergic
GO:0060097                                                                                                                             cytoskeletal rearrangement involved in phagocytosis, engulfment
GO:0060099                                                                                                                                                      regulation of phagocytosis, engulfment
GO:0060100                                                                                                                                             positive regulation of phagocytosis, engulfment
GO:0060101                                                                                                                                             negative regulation of phagocytosis, engulfment
GO:0060112                                                                                                                                                        generation of ovulation cycle rhythm
GO:0060113                                                                                                                                                     inner ear receptor cell differentiation
GO:0060114                                                                                                                                                    vestibular receptor cell differentiation
GO:0060116                                                                                                                                                      vestibular receptor cell morphogenesis
GO:0060117                                                                                                                                                          auditory receptor cell development
GO:0060118                                                                                                                                                        vestibular receptor cell development
GO:0060119                                                                                                                                                         inner ear receptor cell development
GO:0060120                                                                                                                                                     inner ear receptor cell fate commitment
GO:0060121                                                                                                                                          vestibular receptor cell stereocilium organization
GO:0060122                                                                                                                                           inner ear receptor cell stereocilium organization
GO:0060123                                                                                                                                                      regulation of growth hormone secretion
GO:0060124                                                                                                                                             positive regulation of growth hormone secretion
GO:0060125                                                                                                                                             negative regulation of growth hormone secretion
GO:0060126                                                                                                                                                 somatotropin secreting cell differentiation
GO:0060127                                                                                                                                                    prolactin secreting cell differentiation
GO:0060128                                                                                                                                        corticotropin hormone secreting cell differentiation
GO:0060129                                                                                                                                  thyroid-stimulating hormone-secreting cell differentiation
GO:0060133                                                                                                                                                     somatotropin secreting cell development
GO:0060134                                                                                                                                                                         prepulse inhibition
GO:0060135                                                                                                                                               maternal process involved in female pregnancy
GO:0060136                                                                                                                                              embryonic process involved in female pregnancy
GO:0060137                                                                                                                                                    maternal process involved in parturition
GO:0060142                                                                                                                                 regulation of syncytium formation by plasma membrane fusion
GO:0060143                                                                                                                        positive regulation of syncytium formation by plasma membrane fusion
GO:0060147                                                                                                                                           regulation of post-transcriptional gene silencing
GO:0060148                                                                                                                                  positive regulation of post-transcriptional gene silencing
GO:0060149                                                                                                                                  negative regulation of post-transcriptional gene silencing
GO:0060151                                                                                                                                                                     peroxisome localization
GO:0060152                                                                                                                                                   microtubule-based peroxisome localization
GO:0060155                                                                                                                                                         platelet dense granule organization
GO:0060156                                                                                                                                                                        milk ejection reflex
GO:0060157                                                                                                                                                                 urinary bladder development
GO:0060158                                                                                                                              phospholipase C-activating dopamine receptor signaling pathway
GO:0060159                                                                                                                                           regulation of dopamine receptor signaling pathway
GO:0060160                                                                                                                                  negative regulation of dopamine receptor signaling pathway
GO:0060161                                                                                                                                  positive regulation of dopamine receptor signaling pathway
GO:0060163                                                                                                                                                           subpallium neuron fate commitment
GO:0060164                                                                                                                                              regulation of timing of neuron differentiation
GO:0060165                                                                                                                                   regulation of timing of subpallium neuron differentiation
GO:0060166                                                                                                                                                                   olfactory pit development
GO:0060167                                                                                                                                          regulation of adenosine receptor signaling pathway
GO:0060168                                                                                                                                 positive regulation of adenosine receptor signaling pathway
GO:0060169                                                                                                                                 negative regulation of adenosine receptor signaling pathway
GO:0060170                                                                                                                                                                            ciliary membrane
GO:0060171                                                                                                                                                                       stereocilium membrane
GO:0060173                                                                                                                                                                            limb development
GO:0060174                                                                                                                                                                          limb bud formation
GO:0060175                                                                                                                                         brain-derived neurotrophic factor receptor activity
GO:0060177                                                                                                                                                 regulation of angiotensin metabolic process
GO:0060178                                                                                                                                                          regulation of exocyst localization
GO:0060179                                                                                                                                                                        male mating behavior
GO:0060180                                                                                                                                                                      female mating behavior
GO:0060182                                                                                                                                                                    apelin receptor activity
GO:0060184                                                                                                                                                                        cell cycle switching
GO:0060187                                                                                                                                                                                   cell pole
GO:0060191                                                                                                                                                               regulation of lipase activity
GO:0060192                                                                                                                                                      negative regulation of lipase activity
GO:0060193                                                                                                                                                      positive regulation of lipase activity
GO:0060197                                                                                                                                                                           cloacal septation
GO:0060198                                                                                                                                                                   clathrin-sculpted vesicle
GO:0060199                                                                                                                                               clathrin-sculpted glutamate transport vesicle
GO:0060200                                                                                                                                           clathrin-sculpted acetylcholine transport vesicle
GO:0060201                                                                                                                                  clathrin-sculpted acetylcholine transport vesicle membrane
GO:0060203                                                                                                                                      clathrin-sculpted glutamate transport vesicle membrane
GO:0060205                                                                                                                                                                   cytoplasmic vesicle lumen
GO:0060211                                                                                                                              regulation of nuclear-transcribed mRNA poly(A) tail shortening
GO:0060212                                                                                                                     negative regulation of nuclear-transcribed mRNA poly(A) tail shortening
GO:0060213                                                                                                                     positive regulation of nuclear-transcribed mRNA poly(A) tail shortening
GO:0060214                                                                                                                                                                       endocardium formation
GO:0060215                                                                                                                                                                       primitive hemopoiesis
GO:0060216                                                                                                                                                                      definitive hemopoiesis
GO:0060217                                                                                                                                                          hemangioblast cell differentiation
GO:0060218                                                                                                                                                     hematopoietic stem cell differentiation
GO:0060219                                                                                                                                          camera-type eye photoreceptor cell differentiation
GO:0060220                                                                                                                                          camera-type eye photoreceptor cell fate commitment
GO:0060221                                                                                                                                                            retinal rod cell differentiation
GO:0060228                                                                                                                             phosphatidylcholine-sterol O-acyltransferase activator activity
GO:0060229                                                                                                                                                                   lipase activator activity
GO:0060230                                                                                                                                                       lipoprotein lipase activator activity
GO:0060231                                                                                                                                                        mesenchymal to epithelial transition
GO:0060232                                                                                                                                                                                delamination
GO:0060234                                                                                                                                                                     neuroblast delamination
GO:0060235                                                                                                                                                           lens induction in camera-type eye
GO:0060236                                                                                                                                                  regulation of mitotic spindle organization
GO:0060242                                                                                                                                                                          contact inhibition
GO:0060243                                                                                                                           negative regulation of cell growth involved in contact inhibition
GO:0060244                                                                                                                    negative regulation of cell proliferation involved in contact inhibition
GO:0060245                                                                                                                                                                   detection of cell density
GO:0060249                                                                                                                                                            anatomical structure homeostasis
GO:0060251                                                                                                                                                      regulation of glial cell proliferation
GO:0060252                                                                                                                                             positive regulation of glial cell proliferation
GO:0060253                                                                                                                                             negative regulation of glial cell proliferation
GO:0060254                                                                                                                                             regulation of N-terminal protein palmitoylation
GO:0060255                                                                                                                                               regulation of macromolecule metabolic process
GO:0060259                                                                                                                                                              regulation of feeding behavior
GO:0060260                                                                                                                                 regulation of transcription initiation by RNA polymerase II
GO:0060261                                                                                                                        positive regulation of transcription initiation by RNA polymerase II
GO:0060262                                                                                                                                    negative regulation of N-terminal protein palmitoylation
GO:0060263                                                                                                                                                             regulation of respiratory burst
GO:0060264                                                                                                                           regulation of respiratory burst involved in inflammatory response
GO:0060265                                                                                                                  positive regulation of respiratory burst involved in inflammatory response
GO:0060266                                                                                                                  negative regulation of respiratory burst involved in inflammatory response
GO:0060267                                                                                                                                                    positive regulation of respiratory burst
GO:0060268                                                                                                                                                    negative regulation of respiratory burst
GO:0060271                                                                                                                                                                             cilium assembly
GO:0060272                                                                                                                                                      embryonic skeletal joint morphogenesis
GO:0060278                                                                                                                                                                     regulation of ovulation
GO:0060279                                                                                                                                                            positive regulation of ovulation
GO:0060280                                                                                                                                                            negative regulation of ovulation
GO:0060281                                                                                                                                                            regulation of oocyte development
GO:0060282                                                                                                                                                   positive regulation of oocyte development
GO:0060283                                                                                                                                                   negative regulation of oocyte development
GO:0060284                                                                                                                                                              regulation of cell development
GO:0060285                                                                                                                                                              cilium-dependent cell motility
GO:0060287                                                                                                                epithelial cilium movement involved in determination of left/right asymmetry
GO:0060290                                                                                                                                                                        transdifferentiation
GO:0060291                                                                                                                                                             long-term synaptic potentiation
GO:0060292                                                                                                                                                               long-term synaptic depression
GO:0060293                                                                                                                                                                                  germ plasm
GO:0060294                                                                                                                                                   cilium movement involved in cell motility
GO:0060295                                                                                                                                     regulation of cilium movement involved in cell motility
GO:0060296                                                                                                                            regulation of cilium beat frequency involved in ciliary motility
GO:0060297                                                                                                                                                        regulation of sarcomere organization
GO:0060298                                                                                                                                               positive regulation of sarcomere organization
GO:0060299                                                                                                                                               negative regulation of sarcomere organization
GO:0060300                                                                                                                                                             regulation of cytokine activity
GO:0060301                                                                                                                                                    positive regulation of cytokine activity
GO:0060302                                                                                                                                                    negative regulation of cytokine activity
GO:0060304                                                                                                                                        regulation of phosphatidylinositol dephosphorylation
GO:0060305                                                                                                                                                                 regulation of cell diameter
GO:0060306                                                                                                                                                       regulation of membrane repolarization
GO:0060307                                                                                                                       regulation of ventricular cardiac muscle cell membrane repolarization
GO:0060309                                                                                                                                                                   elastin catabolic process
GO:0060310                                                                                                                                                     regulation of elastin catabolic process
GO:0060311                                                                                                                                            negative regulation of elastin catabolic process
GO:0060312                                                                                                                                                       regulation of blood vessel remodeling
GO:0060313                                                                                                                                              negative regulation of blood vessel remodeling
GO:0060314                                                                                                                          regulation of ryanodine-sensitive calcium-release channel activity
GO:0060315                                                                                                                 negative regulation of ryanodine-sensitive calcium-release channel activity
GO:0060316                                                                                                                 positive regulation of ryanodine-sensitive calcium-release channel activity
GO:0060317                                                                                                                                                cardiac epithelial to mesenchymal transition
GO:0060318                                                                                                                                                      definitive erythrocyte differentiation
GO:0060319                                                                                                                                                       primitive erythrocyte differentiation
GO:0060322                                                                                                                                                                            head development
GO:0060323                                                                                                                                                                          head morphogenesis
GO:0060324                                                                                                                                                                            face development
GO:0060325                                                                                                                                                                          face morphogenesis
GO:0060326                                                                                                                                                                             cell chemotaxis
GO:0060327                                                                                                                               cytoplasmic actin-based contraction involved in cell motility
GO:0060330                                                                                                                                                regulation of response to type II interferon
GO:0060331                                                                                                                                       negative regulation of response to type II interferon
GO:0060332                                                                                                                                       positive regulation of response to type II interferon
GO:0060333                                                                                                                                               type II interferon-mediated signaling pathway
GO:0060334                                                                                                                                 regulation of type II interferon-mediated signaling pathway
GO:0060335                                                                                                                        positive regulation of type II interferon-mediated signaling pathway
GO:0060336                                                                                                                        negative regulation of type II interferon-mediated signaling pathway
GO:0060337                                                                                                                                                type I interferon-mediated signaling pathway
GO:0060338                                                                                                                                  regulation of type I interferon-mediated signaling pathway
GO:0060339                                                                                                                         negative regulation of type I interferon-mediated signaling pathway
GO:0060340                                                                                                                         positive regulation of type I interferon-mediated signaling pathway
GO:0060341                                                                                                                                                         regulation of cellular localization
GO:0060342                                                                                                                                                        photoreceptor inner segment membrane
GO:0060343                                                                                                                                                                         trabecula formation
GO:0060345                                                                                                                                                                  spleen trabecula formation
GO:0060346                                                                                                                                                                    bone trabecula formation
GO:0060347                                                                                                                                                                   heart trabecula formation
GO:0060348                                                                                                                                                                            bone development
GO:0060349                                                                                                                                                                          bone morphogenesis
GO:0060350                                                                                                                                                             endochondral bone morphogenesis
GO:0060351                                                                                                                           cartilage development involved in endochondral bone morphogenesis
GO:0060352                                                                                                                                                           cell adhesion molecule production
GO:0060353                                                                                                                                             regulation of cell adhesion molecule production
GO:0060354                                                                                                                                    negative regulation of cell adhesion molecule production
GO:0060355                                                                                                                                    positive regulation of cell adhesion molecule production
GO:0060357                                                                                                                                                                regulation of leucine import
GO:0060358                                                                                                                                                       negative regulation of leucine import
GO:0060359                                                                                                                                                                    response to ammonium ion
GO:0060363                                                                                                                                                                cranial suture morphogenesis
GO:0060364                                                                                                                                                                frontal suture morphogenesis
GO:0060366                                                                                                                                                               lambdoid suture morphogenesis
GO:0060367                                                                                                                                                               sagittal suture morphogenesis
GO:0060368                                                                                                                            regulation of Fc receptor mediated stimulatory signaling pathway
GO:0060369                                                                                                                   positive regulation of Fc receptor mediated stimulatory signaling pathway
GO:0060370                                                                                                                                              susceptibility to T cell mediated cytotoxicity
GO:0060371                                                                                                                            regulation of atrial cardiac muscle cell membrane depolarization
GO:0060372                                                                                                                            regulation of atrial cardiac muscle cell membrane repolarization
GO:0060373                                                                                                                       regulation of ventricular cardiac muscle cell membrane depolarization
GO:0060374                                                                                                                                                                   mast cell differentiation
GO:0060375                                                                                                                                                     regulation of mast cell differentiation
GO:0060376                                                                                                                                            positive regulation of mast cell differentiation
GO:0060377                                                                                                                                            negative regulation of mast cell differentiation
GO:0060378                                                                                                                                                                    regulation of brood size
GO:0060379                                                                                                                                                cardiac muscle cell myoblast differentiation
GO:0060380                                                                                                                                         regulation of single-stranded telomeric DNA binding
GO:0060381                                                                                                                                positive regulation of single-stranded telomeric DNA binding
GO:0060382                                                                                                                                                         regulation of DNA strand elongation
GO:0060383                                                                                                                                                positive regulation of DNA strand elongation
GO:0060384                                                                                                                                                                                 innervation
GO:0060385                                                                                                                                                        axonogenesis involved in innervation
GO:0060386                                                                                                                                                    synapse assembly involved in innervation
GO:0060390                                                                                                                                              regulation of SMAD protein signal transduction
GO:0060391                                                                                                                                     positive regulation of SMAD protein signal transduction
GO:0060392                                                                                                                                     negative regulation of SMAD protein signal transduction
GO:0060395                                                                                                                                                            SMAD protein signal transduction
GO:0060396                                                                                                                                                   growth hormone receptor signaling pathway
GO:0060397                                                                                                                                      growth hormone receptor signaling pathway via JAK-STAT
GO:0060398                                                                                                                                     regulation of growth hormone receptor signaling pathway
GO:0060399                                                                                                                            positive regulation of growth hormone receptor signaling pathway
GO:0060400                                                                                                                            negative regulation of growth hormone receptor signaling pathway
GO:0060402                                                                                                                                                          calcium ion transport into cytosol
GO:0060404                                                                                                                                                       axonemal microtubule depolymerization
GO:0060405                                                                                                                                                               regulation of penile erection
GO:0060406                                                                                                                                                      positive regulation of penile erection
GO:0060407                                                                                                                                                      negative regulation of penile erection
GO:0060411                                                                                                                                                                cardiac septum morphogenesis
GO:0060412                                                                                                                                                            ventricular septum morphogenesis
GO:0060413                                                                                                                                                                 atrial septum morphogenesis
GO:0060414                                                                                                                                                    aorta smooth muscle tissue morphogenesis
GO:0060415                                                                                                                                                                 muscle tissue morphogenesis
GO:0060416                                                                                                                                                                  response to growth hormone
GO:0060419                                                                                                                                                                                heart growth
GO:0060420                                                                                                                                                                  regulation of heart growth
GO:0060421                                                                                                                                                         positive regulation of heart growth
GO:0060423                                                                                                                                                                     foregut regionalization
GO:0060424                                                                                                                                                                    lung field specification
GO:0060425                                                                                                                                                                          lung morphogenesis
GO:0060426                                                                                                                                                                lung vasculature development
GO:0060427                                                                                                                                                          lung connective tissue development
GO:0060428                                                                                                                                                                 lung epithelium development
GO:0060429                                                                                                                                                                      epithelium development
GO:0060430                                                                                                                                                                    lung saccule development
GO:0060431                                                                                                                                                                  primary lung bud formation
GO:0060432                                                                                                                                                          lung pattern specification process
GO:0060433                                                                                                                                                                        bronchus development
GO:0060434                                                                                                                                                                      bronchus morphogenesis
GO:0060435                                                                                                                                                                      bronchiole development
GO:0060436                                                                                                                                                                    bronchiole morphogenesis
GO:0060437                                                                                                                                                                                 lung growth
GO:0060438                                                                                                                                                                         trachea development
GO:0060439                                                                                                                                                                       trachea morphogenesis
GO:0060440                                                                                                                                                                           trachea formation
GO:0060441                                                                                                                                    epithelial tube branching involved in lung morphogenesis
GO:0060442                                                                                                                                          branching involved in prostate gland morphogenesis
GO:0060443                                                                                                                                                                 mammary gland morphogenesis
GO:0060444                                                                                                                                      branching involved in mammary gland duct morphogenesis
GO:0060445                                                                                                                                          branching involved in salivary gland morphogenesis
GO:0060447                                                                                                                                                    bud outgrowth involved in lung branching
GO:0060448                                                                                                                        dichotomous subdivision of terminal units involved in lung branching
GO:0060449                                                                                                                                                   bud elongation involved in lung branching
GO:0060452                                                                                                                                           positive regulation of cardiac muscle contraction
GO:0060453                                                                                                                                                        regulation of gastric acid secretion
GO:0060455                                                                                                                                               negative regulation of gastric acid secretion
GO:0060456                                                                                                                                             positive regulation of digestive system process
GO:0060457                                                                                                                                             negative regulation of digestive system process
GO:0060458                                                                                                                                                                      right lung development
GO:0060459                                                                                                                                                                       left lung development
GO:0060460                                                                                                                                                                     left lung morphogenesis
GO:0060461                                                                                                                                                                    right lung morphogenesis
GO:0060462                                                                                                                                                                       lung lobe development
GO:0060463                                                                                                                                                                     lung lobe morphogenesis
GO:0060465                                                                                                                                                                         pharynx development
GO:0060466                                                                                                                                            activation of meiosis involved in egg activation
GO:0060467                                                                                                                                                        negative regulation of fertilization
GO:0060468                                                                                                                                                                    prevention of polyspermy
GO:0060470                                                                                                       positive regulation of cytosolic calcium ion concentration involved in egg activation
GO:0060471                                                                                                                                                                 cortical granule exocytosis
GO:0060473                                                                                                                                                                            cortical granule
GO:0060474                                                                                                                  positive regulation of flagellated sperm motility involved in capacitation
GO:0060478                                                                                                                                                                acrosomal vesicle exocytosis
GO:0060479                                                                                                                                                                   lung cell differentiation
GO:0060480                                                                                                                                                            lung goblet cell differentiation
GO:0060481                                                                                                                                                       lobar bronchus epithelium development
GO:0060482                                                                                                                                                                  lobar bronchus development
GO:0060484                                                                                                                                                      lung-associated mesenchyme development
GO:0060485                                                                                                                                                                      mesenchyme development
GO:0060486                                                                                                                                                                   club cell differentiation
GO:0060487                                                                                                                                                        lung epithelial cell differentiation
GO:0060488                                                                                               orthogonal dichotomous subdivision of terminal units involved in lung branching morphogenesis
GO:0060489                                                                                                   planar dichotomous subdivision of terminal units involved in lung branching morphogenesis
GO:0060490                                                                                                                                            lateral sprouting involved in lung morphogenesis
GO:0060491                                                                                                                                                      regulation of cell projection assembly
GO:0060492                                                                                                                                                                              lung induction
GO:0060495                                                                                                                                            cell-cell signaling involved in lung development
GO:0060496                                                                                                                          mesenchymal-epithelial cell signaling involved in lung development
GO:0060501                                                                                                         positive regulation of epithelial cell proliferation involved in lung morphogenesis
GO:0060502                                                                                                                                epithelial cell proliferation involved in lung morphogenesis
GO:0060503                                                                                                                                                     bud dilation involved in lung branching
GO:0060506                                                                                                                                   smoothened signaling pathway involved in lung development
GO:0060509                                                                                                                                                           type I pneumocyte differentiation
GO:0060510                                                                                                                                                          type II pneumocyte differentiation
GO:0060512                                                                                                                                                                prostate gland morphogenesis
GO:0060513                                                                                                                                                                     prostatic bud formation
GO:0060516                                                                                                                                                            primary prostatic bud elongation
GO:0060517                                                                                                                          epithelial cell proliferation involved in prostatic bud elongation
GO:0060523                                                                                                                                                         prostate epithelial cord elongation
GO:0060525                                                                                                                                                       prostate glandular acinus development
GO:0060526                                                                                                                                                     prostate glandular acinus morphogenesis
GO:0060527                                                                                                   prostate epithelial cord arborization involved in prostate glandular acinus morphogenesis
GO:0060528                                                                                secretory columnal luminar epithelial cell differentiation involved in prostate glandular acinus development
GO:0060529                                                                                           squamous basal epithelial stem cell differentiation involved in prostate gland acinus development
GO:0060532                                                                                                                                                              bronchus cartilage development
GO:0060534                                                                                                                                                               trachea cartilage development
GO:0060535                                                                                                                                                             trachea cartilage morphogenesis
GO:0060536                                                                                                                                                                     cartilage morphogenesis
GO:0060537                                                                                                                                                                   muscle tissue development
GO:0060538                                                                                                                                                           skeletal muscle organ development
GO:0060539                                                                                                                                                                       diaphragm development
GO:0060541                                                                                                                                                              respiratory system development
GO:0060542                                                                                                                                                               regulation of strand invasion
GO:0060544                                                                                                                                                           regulation of necroptotic process
GO:0060545                                                                                                                                                  positive regulation of necroptotic process
GO:0060546                                                                                                                                                  negative regulation of necroptotic process
GO:0060549                                                                                                                              regulation of fructose 1,6-bisphosphate 1-phosphatase activity
GO:0060550                                                                                                                     positive regulation of fructose 1,6-bisphosphate 1-phosphatase activity
GO:0060551                                                                                                                                   regulation of fructose 1,6-bisphosphate metabolic process
GO:0060552                                                                                                                          positive regulation of fructose 1,6-bisphosphate metabolic process
GO:0060556                                                                                                                                                regulation of vitamin D biosynthetic process
GO:0060557                                                                                                                                       positive regulation of vitamin D biosynthetic process
GO:0060558                                                                                                                                            regulation of calcidiol 1-monooxygenase activity
GO:0060559                                                                                                                                   positive regulation of calcidiol 1-monooxygenase activity
GO:0060560                                                                                                                                              developmental growth involved in morphogenesis
GO:0060561                                                                                                                                                 apoptotic process involved in morphogenesis
GO:0060562                                                                                                                                                               epithelial tube morphogenesis
GO:0060563                                                                                                                                                        neuroepithelial cell differentiation
GO:0060566                                                                                                                           positive regulation of termination of DNA-templated transcription
GO:0060567                                                                                                                           negative regulation of termination of DNA-templated transcription
GO:0060571                                                                                                                                                         morphogenesis of an epithelial fold
GO:0060572                                                                                                                                                          morphogenesis of an epithelial bud
GO:0060573                                                                                                                                   cell fate specification involved in pattern specification
GO:0060574                                                                                                                                                       intestinal epithelial cell maturation
GO:0060575                                                                                                                                                  intestinal epithelial cell differentiation
GO:0060576                                                                                                                                                      intestinal epithelial cell development
GO:0060577                                                                                                                                                                pulmonary vein morphogenesis
GO:0060579                                                                                                                                             ventral spinal cord interneuron fate commitment
GO:0060580                                                                                                                                          ventral spinal cord interneuron fate determination
GO:0060581                                                                                                                                      cell fate commitment involved in pattern specification
GO:0060582                                                                                                                                   cell fate determination involved in pattern specification
GO:0060584                                                                                                                                  regulation of prostaglandin-endoperoxide synthase activity
GO:0060585                                                                                                                         positive regulation of prostaglandin-endoperoxide synthase activity
GO:0060586                                                                                                                                         multicellular organismal-level iron ion homeostasis
GO:0060587                                                                                                                                                   regulation of lipoprotein lipid oxidation
GO:0060588                                                                                                                                          negative regulation of lipoprotein lipid oxidation
GO:0060589                                                                                                                                                nucleoside-triphosphatase regulator activity
GO:0060590                                                                                                                                                                   ATPase regulator activity
GO:0060591                                                                                                                                                                chondroblast differentiation
GO:0060592                                                                                                                                                                     mammary gland formation
GO:0060594                                                                                                                                                                 mammary gland specification
GO:0060595                                                                                                 fibroblast growth factor receptor signaling pathway involved in mammary gland specification
GO:0060596                                                                                                                                                                   mammary placode formation
GO:0060598                                                                                                      dichotomous subdivision of terminal units involved in mammary gland duct morphogenesis
GO:0060599                                                                                                                              lateral sprouting involved in mammary gland duct morphogenesis
GO:0060600                                                                                                                                      dichotomous subdivision of an epithelial terminal unit
GO:0060601                                                                                                                                                        lateral sprouting from an epithelium
GO:0060602                                                                                                                                                          branch elongation of an epithelium
GO:0060603                                                                                                                                                            mammary gland duct morphogenesis
GO:0060605                                                                                                                                                                       tube lumen cavitation
GO:0060606                                                                                                                                                                                tube closure
GO:0060611                                                                                                                                                               mammary gland fat development
GO:0060612                                                                                                                                                                  adipose tissue development
GO:0060613                                                                                                                                                                         fat pad development
GO:0060615                                                                                                                                                                 mammary gland bud formation
GO:0060618                                                                                                                                                                          nipple development
GO:0060620                                                                                                                                                            regulation of cholesterol import
GO:0060621                                                                                                                                                   negative regulation of cholesterol import
GO:0060623                                                                                                                                                       regulation of chromosome condensation
GO:0060627                                                                                                                                                    regulation of vesicle-mediated transport
GO:0060628                                                                                                                                        regulation of ER to Golgi vesicle-mediated transport
GO:0060629                                                                                                                                             regulation of homologous chromosome segregation
GO:0060631                                                                                                                                                                     regulation of meiosis I
GO:0060632                                                                                                                                                    regulation of microtubule-based movement
GO:0060633                                                                                                                        negative regulation of transcription initiation by RNA polymerase II
GO:0060638                                                                                                                                                       mesenchymal-epithelial cell signaling
GO:0060644                                                                                                                                               mammary gland epithelial cell differentiation
GO:0060648                                                                                                                                                             mammary gland bud morphogenesis
GO:0060658                                                                                                                                                                        nipple morphogenesis
GO:0060661                                                                                                                                                      submandibular salivary gland formation
GO:0060662                                                                                                                                                                   salivary gland cavitation
GO:0060664                                                                                                                      epithelial cell proliferation involved in salivary gland morphogenesis
GO:0060665                                                                                        regulation of branching involved in salivary gland morphogenesis by mesenchymal-epithelial signaling
GO:0060666                                                                                                              dichotomous subdivision of terminal units involved in salivary gland branching
GO:0060667                                                                                                                                  branch elongation involved in salivary gland morphogenesis
GO:0060668                                                                          regulation of branching involved in salivary gland morphogenesis by extracellular matrix-epithelial cell signaling
GO:0060669                                                                                                                                                            embryonic placenta morphogenesis
GO:0060670                                                                                                                                      branching involved in labyrinthine layer morphogenesis
GO:0060671                                                                                                                  epithelial cell differentiation involved in embryonic placenta development
GO:0060672                                                                                                                               epithelial cell morphogenesis involved in placental branching
GO:0060674                                                                                                                                                           placenta blood vessel development
GO:0060675                                                                                                                                                                  ureteric bud morphogenesis
GO:0060676                                                                                                                                                                      ureteric bud formation
GO:0060677                                                                                                                                                                     ureteric bud elongation
GO:0060678                                                                                                                dichotomous subdivision of terminal units involved in ureteric bud branching
GO:0060681                                                                                                                                        branch elongation involved in ureteric bud branching
GO:0060682                                                                                                                                                                 primary ureteric bud growth
GO:0060683                                                                                        regulation of branching involved in salivary gland morphogenesis by epithelial-mesenchymal signaling
GO:0060684                                                                                                                                                       epithelial-mesenchymal cell signaling
GO:0060685                                                                                                                                                       regulation of prostatic bud formation
GO:0060686                                                                                                                                              negative regulation of prostatic bud formation
GO:0060687                                                                                                                            regulation of branching involved in prostate gland morphogenesis
GO:0060688                                                                                                                                        regulation of morphogenesis of a branching structure
GO:0060689                                                                                                                                 cell differentiation involved in salivary gland development
GO:0060693                                                                                                                            regulation of branching involved in salivary gland morphogenesis
GO:0060694                                                                                                                                              regulation of cholesterol transporter activity
GO:0060695                                                                                                                                     negative regulation of cholesterol transporter activity
GO:0060696                                                                                                                                                regulation of phospholipid catabolic process
GO:0060697                                                                                                                                       positive regulation of phospholipid catabolic process
GO:0060698                                                                                                                                                         endoribonuclease inhibitor activity
GO:0060699                                                                                                                                                     regulation of endoribonuclease activity
GO:0060700                                                                                                                                                         regulation of ribonuclease activity
GO:0060701                                                                                                                                                negative regulation of ribonuclease activity
GO:0060702                                                                                                                                            negative regulation of endoribonuclease activity
GO:0060703                                                                                                                                                        deoxyribonuclease inhibitor activity
GO:0060706                                                                                                                             cell differentiation involved in embryonic placenta development
GO:0060707                                                                                                                                                      trophoblast giant cell differentiation
GO:0060710                                                                                                                                                                     chorio-allantoic fusion
GO:0060711                                                                                                                                                              labyrinthine layer development
GO:0060712                                                                                                                                                        spongiotrophoblast layer development
GO:0060713                                                                                                                                                            labyrinthine layer morphogenesis
GO:0060715                                                                                                         syncytiotrophoblast cell differentiation involved in labyrinthine layer development
GO:0060716                                                                                                                                                 labyrinthine layer blood vessel development
GO:0060717                                                                                                                                                                         chorion development
GO:0060718                                                                                                                                                  chorionic trophoblast cell differentiation
GO:0060719                                                                                                                                                      chorionic trophoblast cell development
GO:0060720                                                                                                                                                       spongiotrophoblast cell proliferation
GO:0060721                                                                                                                                         regulation of spongiotrophoblast cell proliferation
GO:0060722                                                                                                                               cell proliferation involved in embryonic placenta development
GO:0060723                                                                                                                 regulation of cell proliferation involved in embryonic placenta development
GO:0060729                                                                                                                                                 intestinal epithelial structure maintenance
GO:0060730                                                                                                                                   regulation of intestinal epithelial structure maintenance
GO:0060731                                                                                                                          positive regulation of intestinal epithelial structure maintenance
GO:0060732                                                                                                                              positive regulation of inositol phosphate biosynthetic process
GO:0060734                                                                                                               regulation of endoplasmic reticulum stress-induced eIF2 alpha phosphorylation
GO:0060735                                                                                                                                           regulation of eIF2 alpha phosphorylation by dsRNA
GO:0060736                                                                                                                                                                       prostate gland growth
GO:0060737                                                                                                                                                         prostate gland morphogenetic growth
GO:0060738                                                                                                                     epithelial-mesenchymal signaling involved in prostate gland development
GO:0060739                                                                                                                mesenchymal-epithelial cell signaling involved in prostate gland development
GO:0060740                                                                                                                                                     prostate gland epithelium morphogenesis
GO:0060741                                                                                                                                                        prostate gland stromal morphogenesis
GO:0060742                                                                                                                      epithelial cell differentiation involved in prostate gland development
GO:0060743                                                                                                                           epithelial cell maturation involved in prostate gland development
GO:0060744                                                                                                                                               mammary gland branching involved in thelarche
GO:0060745                                                                                                                                               mammary gland branching involved in pregnancy
GO:0060746                                                                                                                                                                           parental behavior
GO:0060748                                                                                                                             tertiary branching involved in mammary gland duct morphogenesis
GO:0060749                                                                                                                                                          mammary gland alveolus development
GO:0060750                                                                                                                     epithelial cell proliferation involved in mammary gland duct elongation
GO:0060751                                                                                                                                  branch elongation involved in mammary gland duct branching
GO:0060752                                                                                                                                                           intestinal phytosterol absorption
GO:0060753                                                                                                                                                          regulation of mast cell chemotaxis
GO:0060754                                                                                                                                                 positive regulation of mast cell chemotaxis
GO:0060755                                                                                                                                                 negative regulation of mast cell chemotaxis
GO:0060759                                                                                                                                                 regulation of response to cytokine stimulus
GO:0060760                                                                                                                                        positive regulation of response to cytokine stimulus
GO:0060761                                                                                                                                        negative regulation of response to cytokine stimulus
GO:0060762                                                                                                                        regulation of branching involved in mammary gland duct morphogenesis
GO:0060763                                                                                                                                                        mammary duct terminal end bud growth
GO:0060764                                                                                                                                   cell-cell signaling involved in mammary gland development
GO:0060765                                                                                                                                           regulation of androgen receptor signaling pathway
GO:0060766                                                                                                                                  negative regulation of androgen receptor signaling pathway
GO:0060767                                                                                                                        epithelial cell proliferation involved in prostate gland development
GO:0060768                                                                                                          regulation of epithelial cell proliferation involved in prostate gland development
GO:0060769                                                                                                 positive regulation of epithelial cell proliferation involved in prostate gland development
GO:0060770                                                                                                 negative regulation of epithelial cell proliferation involved in prostate gland development
GO:0060775                                                                                                                planar cell polarity pathway involved in gastrula mediolateral intercalation
GO:0060781                                                                                                                       mesenchymal cell proliferation involved in prostate gland development
GO:0060782                                                                                                         regulation of mesenchymal cell proliferation involved in prostate gland development
GO:0060783                                                                                                             mesenchymal smoothened signaling pathway involved in prostate gland development
GO:0060784                                                                                                                             regulation of cell proliferation involved in tissue homeostasis
GO:0060788                                                                                                                                                                ectodermal placode formation
GO:0060789                                                                                                                                                             hair follicle placode formation
GO:0060792                                                                                                                                                                     sweat gland development
GO:0060795                                                                                                                            cell fate commitment involved in formation of primary germ layer
GO:0060800                                                                                                               regulation of cell differentiation involved in embryonic placenta development
GO:0060802                                                                                      epiblast cell-extraembryonic ectoderm cell signaling involved in anterior/posterior axis specification
GO:0060806                                                                                                      negative regulation of cell differentiation involved in embryonic placenta development
GO:0060809                                                                                                                               mesodermal to mesenchymal transition involved in gastrulation
GO:0060816                                                                                                                                                         random inactivation of X chromosome
GO:0060825                                                                           fibroblast growth factor receptor signaling pathway involved in neural plate anterior/posterior pattern formation
GO:0060828                                                                                                                                               regulation of canonical Wnt signaling pathway
GO:0060831                                                                                                              smoothened signaling pathway involved in dorsal/ventral neural tube patterning
GO:0060836                                                                                                                                                  lymphatic endothelial cell differentiation
GO:0060837                                                                                                                                               blood vessel endothelial cell differentiation
GO:0060838                                                                                                                                                  lymphatic endothelial cell fate commitment
GO:0060839                                                                                                                                                            endothelial cell fate commitment
GO:0060840                                                                                                                                                                          artery development
GO:0060841                                                                                                                                                             venous blood vessel development
GO:0060842                                                                                                                                                   arterial endothelial cell differentiation
GO:0060843                                                                                                                                                     venous endothelial cell differentiation
GO:0060844                                                                                                                                                   arterial endothelial cell fate commitment
GO:0060846                                                                                                                                               blood vessel endothelial cell fate commitment
GO:0060847                                                                                                                                                         endothelial cell fate specification
GO:0060853                                                                                                               Notch signaling pathway involved in arterial endothelial cell fate commitment
GO:0060854                                                                                                                                            branching involved in lymph vessel morphogenesis
GO:0060856                                                                                                                                                        establishment of blood-brain barrier
GO:0060857                                                                                                                                                  establishment of glial blood-brain barrier
GO:0060872                                                                                                                                                              semicircular canal development
GO:0060873                                                                                                                                                     anterior semicircular canal development
GO:0060875                                                                                                                                                      lateral semicircular canal development
GO:0060876                                                                                                                                                                semicircular canal formation
GO:0060879                                                                                                                                                                   semicircular canal fusion
GO:0060887                                                                                                                                                                  limb epidermis development
GO:0060896                                                                                                                                                          neural plate pattern specification
GO:0060897                                                                                                                                                                neural plate regionalization
GO:0060900                                                                                                                                                         embryonic camera-type eye formation
GO:0060903                                                                                                                                                            positive regulation of meiosis I
GO:0060904                                                                                                                                      regulation of protein folding in endoplasmic reticulum
GO:0060907                                                                                                                                       positive regulation of macrophage cytokine production
GO:0060911                                                                                                                                                                cardiac cell fate commitment
GO:0060912                                                                                                                                                             cardiac cell fate specification
GO:0060913                                                                                                                                                             cardiac cell fate determination
GO:0060914                                                                                                                                                                             heart formation
GO:0060915                                                                                                                               mesenchymal cell differentiation involved in lung development
GO:0060916                                                                                                                                 mesenchymal cell proliferation involved in lung development
GO:0060920                                                                                                                                                      cardiac pacemaker cell differentiation
GO:0060921                                                                                                                                                        sinoatrial node cell differentiation
GO:0060922                                                                                                                                                  atrioventricular node cell differentiation
GO:0060923                                                                                                                                                         cardiac muscle cell fate commitment
GO:0060926                                                                                                                                                          cardiac pacemaker cell development
GO:0060927                                                                                                                                                      cardiac pacemaker cell fate commitment
GO:0060928                                                                                                                                                      atrioventricular node cell development
GO:0060929                                                                                                                                                  atrioventricular node cell fate commitment
GO:0060930                                                                                                                                                        sinoatrial node cell fate commitment
GO:0060931                                                                                                                                                            sinoatrial node cell development
GO:0060932                                                                                                                                                    His-Purkinje system cell differentiation
GO:0060935                                                                                                                                                     cardiac fibroblast cell differentiation
GO:0060936                                                                                                                                                         cardiac fibroblast cell development
GO:0060938                                                                                                                                  epicardium-derived cardiac fibroblast cell differentiation
GO:0060939                                                                                                                                      epicardium-derived cardiac fibroblast cell development
GO:0060940                                                                                                             epithelial to mesenchymal transition involved in cardiac fibroblast development
GO:0060945                                                                                                                                                              cardiac neuron differentiation
GO:0060947                                                                                                                                         cardiac vascular smooth muscle cell differentiation
GO:0060948                                                                                                                                             cardiac vascular smooth muscle cell development
GO:0060956                                                                                                                                                            endocardial cell differentiation
GO:0060957                                                                                                                                                            endocardial cell fate commitment
GO:0060964                                                                                                                                                 regulation of miRNA-mediated gene silencing
GO:0060965                                                                                                                                        negative regulation of miRNA-mediated gene silencing
GO:0060966                                                                                                                                            regulation of gene silencing by regulatory ncRNA
GO:0060967                                                                                                                                   negative regulation of gene silencing by regulatory ncRNA
GO:0060971                                                                                                                                           embryonic heart tube left/right pattern formation
GO:0060972                                                                                                                                                                left/right pattern formation
GO:0060973                                                                                                                                                cell migration involved in heart development
GO:0060974                                                                                                                                                  cell migration involved in heart formation
GO:0060975                                                                                                                      cardioblast migration to the midline involved in heart field formation
GO:0060976                                                                                                                                                            coronary vasculature development
GO:0060977                                                                                                                                                          coronary vasculature morphogenesis
GO:0060978                                                                                                                                    angiogenesis involved in coronary vascular morphogenesis
GO:0060979                                                                                                                                  vasculogenesis involved in coronary vascular morphogenesis
GO:0060980                                                                                                                                          cell migration involved in coronary vasculogenesis
GO:0060981                                                                                                                                            cell migration involved in coronary angiogenesis
GO:0060982                                                                                                                                                               coronary artery morphogenesis
GO:0060986                                                                                                                                                                 endocrine hormone secretion
GO:0060987                                                                                                                                                                                  lipid tube
GO:0060988                                                                                                                                                                         lipid tube assembly
GO:0060989                                                                                                                                            lipid tube assembly involved in organelle fusion
GO:0060992                                                                                                                                                                       response to fungicide
GO:0060993                                                                                                                                                                        kidney morphogenesis
GO:0060996                                                                                                                                                                 dendritic spine development
GO:0060997                                                                                                                                                               dendritic spine morphogenesis
GO:0060998                                                                                                                                                   regulation of dendritic spine development
GO:0060999                                                                                                                                          positive regulation of dendritic spine development
GO:0061000                                                                                                                                          negative regulation of dendritic spine development
GO:0061001                                                                                                                                                 regulation of dendritic spine morphogenesis
GO:0061002                                                                                                                                        negative regulation of dendritic spine morphogenesis
GO:0061003                                                                                                                                        positive regulation of dendritic spine morphogenesis
GO:0061004                                                                                                                                        pattern specification involved in kidney development
GO:0061005                                                                                                                                         cell differentiation involved in kidney development
GO:0061006                                                                                                                           regulation of cell proliferation involved in kidney morphogenesis
GO:0061008                                                                                                                                                          hepaticobiliary system development
GO:0061009                                                                                                                                                                common bile duct development
GO:0061010                                                                                                                                                                     gallbladder development
GO:0061013                                                                                                                                                        regulation of mRNA catabolic process
GO:0061014                                                                                                                                               positive regulation of mRNA catabolic process
GO:0061015                                                                                                                                                                   snRNA import into nucleus
GO:0061017                                                                                                                                                                 hepatoblast differentiation
GO:0061024                                                                                                                                                                       membrane organization
GO:0061025                                                                                                                                                                             membrane fusion
GO:0061026                                                                                                                                                          cardiac muscle tissue regeneration
GO:0061027                                                                                                                                                                  umbilical cord development
GO:0061028                                                                                                                                                        establishment of endothelial barrier
GO:0061029                                                                                                                                                       eyelid development in camera-type eye
GO:0061030                                                                                                              epithelial cell differentiation involved in mammary gland alveolus development
GO:0061031                                                                                                                                                    endodermal digestive tract morphogenesis
GO:0061032                                                                                                                                                     visceral serous pericardium development
GO:0061033                                                                                                                                   secretion by lung epithelial cell involved in lung growth
GO:0061034                                                                                                                                                olfactory bulb mitral cell layer development
GO:0061035                                                                                                                                                         regulation of cartilage development
GO:0061036                                                                                                                                                positive regulation of cartilage development
GO:0061037                                                                                                                                                negative regulation of cartilage development
GO:0061038                                                                                                                                                                        uterus morphogenesis
GO:0061040                                                                                                                                                                  female gonad morphogenesis
GO:0061041                                                                                                                                                                 regulation of wound healing
GO:0061042                                                                                                                                                                      vascular wound healing
GO:0061043                                                                                                                                                        regulation of vascular wound healing
GO:0061044                                                                                                                                               negative regulation of vascular wound healing
GO:0061045                                                                                                                                                        negative regulation of wound healing
GO:0061046                                                                                                                                      regulation of branching involved in lung morphogenesis
GO:0061047                                                                                                                             positive regulation of branching involved in lung morphogenesis
GO:0061048                                                                                                                             negative regulation of branching involved in lung morphogenesis
GO:0061049                                                                                                                                     cell growth involved in cardiac muscle cell development
GO:0061050                                                                                                                       regulation of cell growth involved in cardiac muscle cell development
GO:0061051                                                                                                              positive regulation of cell growth involved in cardiac muscle cell development
GO:0061052                                                                                                              negative regulation of cell growth involved in cardiac muscle cell development
GO:0061053                                                                                                                                                                          somite development
GO:0061054                                                                                                                                                                       dermatome development
GO:0061055                                                                                                                                                                         myotome development
GO:0061056                                                                                                                                                                      sclerotome development
GO:0061061                                                                                                                                                                muscle structure development
GO:0061072                                                                                                                                                                          iris morphogenesis
GO:0061073                                                                                                                                                                  ciliary body morphogenesis
GO:0061074                                                                                                                                                     regulation of neural retina development
GO:0061077                                                                                                                                                          chaperone-mediated protein folding
GO:0061078                                                                                                                  positive regulation of prostaglandin secretion involved in immune response
GO:0061081                                                                                                    positive regulation of myeloid leukocyte cytokine production involved in immune response
GO:0061082                                                                                                                                                       myeloid leukocyte cytokine production
GO:0061083                                                                                                                                                             regulation of protein refolding
GO:0061084                                                                                                                                                    negative regulation of protein refolding
GO:0061091                                                                                                                                                    regulation of phospholipid translocation
GO:0061092                                                                                                                                           positive regulation of phospholipid translocation
GO:0061097                                                                                                                                              regulation of protein tyrosine kinase activity
GO:0061098                                                                                                                                     positive regulation of protein tyrosine kinase activity
GO:0061099                                                                                                                                     negative regulation of protein tyrosine kinase activity
GO:0061100                                                                                                                                                    lung neuroendocrine cell differentiation
GO:0061101                                                                                                                                                         neuroendocrine cell differentiation
GO:0061102                                                                                                                                                 stomach neuroendocrine cell differentiation
GO:0061103                                                                                                                                                    carotid body glomus cell differentiation
GO:0061104                                                                                                                                                     adrenal chromaffin cell differentiation
GO:0061105                                                                                                                                   regulation of stomach neuroendocrine cell differentiation
GO:0061106                                                                                                                          negative regulation of stomach neuroendocrine cell differentiation
GO:0061107                                                                                                                                                                 seminal vesicle development
GO:0061108                                                                                                                                                      seminal vesicle epithelium development
GO:0061110                                                                                                                                                               dense core granule biogenesis
GO:0061113                                                                                                                                                                      pancreas morphogenesis
GO:0061114                                                                                                                                                branching involved in pancreas morphogenesis
GO:0061115                                                                                                                                                     lung proximal/distal axis specification
GO:0061117                                                                                                                                                         negative regulation of heart growth
GO:0061133                                                                                                                                                            endopeptidase activator activity
GO:0061134                                                                                                                                                                peptidase regulator activity
GO:0061135                                                                                                                                                            endopeptidase regulator activity
GO:0061136                                                                                                                                         regulation of proteasomal protein catabolic process
GO:0061138                                                                                                                                                     morphogenesis of a branching epithelium
GO:0061140                                                                                                                                                         lung secretory cell differentiation
GO:0061141                                                                                                                                                          lung ciliated cell differentiation
GO:0061143                                                                                                                                                         alveolar primary septum development
GO:0061144                                                                                                                                                       alveolar secondary septum development
GO:0061145                                                                                                                                                              lung smooth muscle development
GO:0061146                                                                                                                                                                 Peyer's patch morphogenesis
GO:0061152                                                                                                                                                               trachea submucosa development
GO:0061153                                                                                                                                                                   trachea gland development
GO:0061154                                                                                                                                                              endothelial tube morphogenesis
GO:0061156                                                                                                                                                              pulmonary artery morphogenesis
GO:0061157                                                                                                                                                                        mRNA destabilization
GO:0061158                                                                                                                                                        3'-UTR-mediated mRNA destabilization
GO:0061159                                                                                                                       establishment of bipolar cell polarity involved in cell morphogenesis
GO:0061162                                                                                                                                                    establishment of monopolar cell polarity
GO:0061163                                                                                                                                                          endoplasmic reticulum polarization
GO:0061168                                                                                                                                               regulation of hair follicle placode formation
GO:0061170                                                                                                                                      negative regulation of hair follicle placode formation
GO:0061171                                                                                                                                                      establishment of bipolar cell polarity
GO:0061172                                                                                                                                        regulation of establishment of bipolar cell polarity
GO:0061178                                                                                                           regulation of insulin secretion involved in cellular response to glucose stimulus
GO:0061179                                                                                                  negative regulation of insulin secretion involved in cellular response to glucose stimulus
GO:0061180                                                                                                                                                        mammary gland epithelium development
GO:0061181                                                                                                                                                       regulation of chondrocyte development
GO:0061182                                                                                                                                              negative regulation of chondrocyte development
GO:0061183                                                                                                                                                         regulation of dermatome development
GO:0061184                                                                                                                                                positive regulation of dermatome development
GO:0061185                                                                                                                                                negative regulation of dermatome development
GO:0061187                                                                                                                                                regulation of rDNA heterochromatin formation
GO:0061188                                                                                                                                       negative regulation of rDNA heterochromatin formation
GO:0061189                                                                                                                                               positive regulation of sclerotome development
GO:0061190                                                                                                                                                        regulation of sclerotome development
GO:0061193                                                                                                                                                                       taste bud development
GO:0061196                                                                                                                                                               fungiform papilla development
GO:0061197                                                                                                                                                             fungiform papilla morphogenesis
GO:0061198                                                                                                                                                                 fungiform papilla formation
GO:0061200                                                                                                                                 clathrin-sculpted gamma-aminobutyric acid transport vesicle
GO:0061202                                                                                                                        clathrin-sculpted gamma-aminobutyric acid transport vesicle membrane
GO:0061205                                                                                                                                                            paramesonephric duct development
GO:0061206                                                                                                                                                                   mesonephros morphogenesis
GO:0061209                                                                                                                                      cell proliferation involved in mesonephros development
GO:0061215                                                                                                                                                             mesonephric nephron development
GO:0061217                                                                                                                                                       regulation of mesonephros development
GO:0061218                                                                                                                                              negative regulation of mesonephros development
GO:0061227                                                                                                                                   pattern specification involved in mesonephros development
GO:0061228                                                                                                                                                           mesonephric nephron morphogenesis
GO:0061235                                                                                                             mesenchymal stem cell maintenance involved in mesonephric nephron morphogenesis
GO:0061245                                                                                                                                       establishment or maintenance of bipolar cell polarity
GO:0061295                                                                                              regulation of mesenchymal cell apoptotic process involved in mesonephric nephron morphogenesis
GO:0061296                                                                                     negative regulation of mesenchymal cell apoptotic process involved in mesonephric nephron morphogenesis
GO:0061298                                                                                                                                           retina vasculature development in camera-type eye
GO:0061299                                                                                                                                         retina vasculature morphogenesis in camera-type eye
GO:0061300                                                                                                                                                          cerebellum vasculature development
GO:0061301                                                                                                                                                        cerebellum vasculature morphogenesis
GO:0061302                                                                                                                                                          smooth muscle cell-matrix adhesion
GO:0061303                                                                                                                                                       cornea development in camera-type eye
GO:0061304                                                                                                                                                          retinal blood vessel morphogenesis
GO:0061307                                                                                                                     cardiac neural crest cell differentiation involved in heart development
GO:0061308                                                                                                                         cardiac neural crest cell development involved in heart development
GO:0061309                                                                                                               cardiac neural crest cell development involved in outflow tract morphogenesis
GO:0061311                                                                                                                       cell surface receptor signaling pathway involved in heart development
GO:0061314                                                                                                                                               Notch signaling involved in heart development
GO:0061318                                                                                                                                                       renal filtration cell differentiation
GO:0061323                                                                                                                                          cell proliferation involved in heart morphogenesis
GO:0061325                                                                                                                                  cell proliferation involved in outflow tract morphogenesis
GO:0061326                                                                                                                                                                    renal tubule development
GO:0061333                                                                                                                                                                  renal tubule morphogenesis
GO:0061337                                                                                                                                                                          cardiac conduction
GO:0061339                                                                                                                                     establishment or maintenance of monopolar cell polarity
GO:0061341                                                                                                                           non-canonical Wnt signaling pathway involved in heart development
GO:0061343                                                                                                                                               cell adhesion involved in heart morphogenesis
GO:0061344                                                                                                                                 regulation of cell adhesion involved in heart morphogenesis
GO:0061346                                                                                                                                planar cell polarity pathway involved in heart morphogenesis
GO:0061347                                                                                                                        planar cell polarity pathway involved in outflow tract morphogenesis
GO:0061348                                                                                                                   planar cell polarity pathway involved in ventricular septum morphogenesis
GO:0061349                                                                                                                 planar cell polarity pathway involved in cardiac right atrium morphogenesis
GO:0061350                                                                                                                planar cell polarity pathway involved in cardiac muscle tissue morphogenesis
GO:0061351                                                                                                                                                         neural precursor cell proliferation
GO:0061354                                                                                                                          planar cell polarity pathway involved in pericardium morphogenesis
GO:0061355                                                                                                                                                                       Wnt protein secretion
GO:0061356                                                                                                                                                         regulation of Wnt protein secretion
GO:0061357                                                                                                                                                positive regulation of Wnt protein secretion
GO:0061358                                                                                                                                                negative regulation of Wnt protein secretion
GO:0061360                                                                                                                                                                   optic chiasma development
GO:0061364                                                                                                                                                    apoptotic process involved in luteolysis
GO:0061365                                                                                                                                         positive regulation of triglyceride lipase activity
GO:0061366                                                                                                                                                        behavioral response to chemical pain
GO:0061367                                                                                                                                             behavioral response to acetic acid induced pain
GO:0061368                                                                                                                                                behavioral response to formalin induced pain
GO:0061369                                                                                                                                negative regulation of testicular blood vessel morphogenesis
GO:0061370                                                                                                                                                           testosterone biosynthetic process
GO:0061371                                                                                                                                                 determination of heart left/right asymmetry
GO:0061373                                                                                                                                                       mammillary axonal complex development
GO:0061374                                                                                                                                                   mammillothalamic axonal tract development
GO:0061377                                                                                                                                                            mammary gland lobule development
GO:0061378                                                                                                                                                            corpora quadrigemina development
GO:0061379                                                                                                                                                             inferior colliculus development
GO:0061381                                                                                                                                                              cell migration in diencephalon
GO:0061383                                                                                                                                                                     trabecula morphogenesis
GO:0061384                                                                                                                                                               heart trabecula morphogenesis
GO:0061386                                                                                                                                                                    closure of optic fissure
GO:0061387                                                                                                                                                         regulation of extent of cell growth
GO:0061430                                                                                                                                                                bone trabecula morphogenesis
GO:0061431                                                                                                                                                             cellular response to methionine
GO:0061433                                                                                                                                                    cellular response to caloric restriction
GO:0061436                                                                                                                                                               establishment of skin barrier
GO:0061437                                                                                                                                                        renal system vasculature development
GO:0061438                                                                                                                                                      renal system vasculature morphogenesis
GO:0061439                                                                                                                                                            kidney vasculature morphogenesis
GO:0061440                                                                                                                                                              kidney vasculature development
GO:0061441                                                                                                                                                                  renal artery morphogenesis
GO:0061443                                                                                                                                                    endocardial cushion cell differentiation
GO:0061444                                                                                                                                                        endocardial cushion cell development
GO:0061445                                                                                                                                                    endocardial cushion cell fate commitment
GO:0061448                                                                                                                                                               connective tissue development
GO:0061450                                                                                                                                                                  trophoblast cell migration
GO:0061451                                                                                                                                                          retrotrapezoid nucleus development
GO:0061452                                                                                                                                               retrotrapezoid nucleus neuron differentiation
GO:0061458                                                                                                                                                             reproductive system development
GO:0061459                                                                                                                                               L-arginine transmembrane transporter activity
GO:0061462                                                                                                                                                            protein localization to lysosome
GO:0061463                                                                                                                                                    O-acetyl-ADP-ribose deacetylase activity
GO:0061469                                                                                                                                          regulation of type B pancreatic cell proliferation
GO:0061470                                                                                                                                                    T follicular helper cell differentiation
GO:0061474                                                                                                                                                                      phagolysosome membrane
GO:0061481                                                                                                                                                                     response to TNF agonist
GO:0061484                                                                                                                                                         hematopoietic stem cell homeostasis
GO:0061485                                                                                                                                                                 memory T cell proliferation
GO:0061501                                                                                                                                                      2',3'-cyclic GMP-AMP synthase activity
GO:0061502                                                                                                                                              early endosome to recycling endosome transport
GO:0061507                                                                                                                                                                2',3'-cyclic GMP-AMP binding
GO:0061511                                                                                                                                                                        centriole elongation
GO:0061512                                                                                                                                                              protein localization to cilium
GO:0061513                                                                                                                                 glucose 6-phosphate:inorganic phosphate antiporter activity
GO:0061514                                                                                                                                                   interleukin-34-mediated signaling pathway
GO:0061515                                                                                                                                                                    myeloid cell development
GO:0061517                                                                                                                                                                    macrophage proliferation
GO:0061518                                                                                                                                                               microglial cell proliferation
GO:0061519                                                                                                                                                                      macrophage homeostasis
GO:0061520                                                                                                                                                             Langerhans cell differentiation
GO:0061523                                                                                                                                                                          cilium disassembly
GO:0061525                                                                                                                                                                         hindgut development
GO:0061526                                                                                                                                                                     acetylcholine secretion
GO:0061528                                                                                                                                                                         aspartate secretion
GO:0061534                                                                                                                                        gamma-aminobutyric acid secretion, neurotransmission
GO:0061535                                                                                                                                                      glutamate secretion, neurotransmission
GO:0061542                                                                                                                                        3-demethylubiquinol-n 3-O-methyltransferase activity
GO:0061547                                                                                                                                glycogen synthase activity, transferring glucose-1-phosphate
GO:0061548                                                                                                                                                                        ganglion development
GO:0061549                                                                                                                                                            sympathetic ganglion development
GO:0061550                                                                                                                                                                cranial ganglion development
GO:0061551                                                                                                                                                             trigeminal ganglion development
GO:0061552                                                                                                                                                                      ganglion morphogenesis
GO:0061564                                                                                                                                                                            axon development
GO:0061572                                                                                                                                                          actin filament bundle organization
GO:0061573                                                                                                                                                  actin filament bundle retrograde transport
GO:0061574                                                                                                                                                                                ASAP complex
GO:0061575                                                                                                                         cyclin-dependent protein serine/threonine kinase activator activity
GO:0061577                                                                                                                  calcium ion transmembrane transport via high voltage-gated calcium channel
GO:0061578                                                                                                                                                          K63-linked deubiquitinase activity
GO:0061580                                                                                                                                                             colon epithelial cell migration
GO:0061582                                                                                                                                                        intestinal epithelial cell migration
GO:0061586                                                                                                                   positive regulation of transcription by transcription factor localization
GO:0061588                                                                                                                                                   calcium activated phospholipid scrambling
GO:0061589                                                                                                                                             calcium activated phosphatidylserine scrambling
GO:0061590                                                                                                                                            calcium activated phosphatidylcholine scrambling
GO:0061591                                                                                                                                             calcium activated galactosylceramide scrambling
GO:0061598                                                                                                                                                  molybdopterin adenylyltransferase activity
GO:0061599                                                                                                                                                   molybdopterin molybdotransferase activity
GO:0061604                                                                                                                                           molybdopterin-synthase sulfurtransferase activity
GO:0061605                                                                                                                                         molybdopterin-synthase adenylyltransferase activity
GO:0061608                                                                                                                                                     nuclear import signal receptor activity
GO:0061609                                                                                                                                                      fructose-1-phosphate aldolase activity
GO:0061611                                                                                                                                           mannose to fructose-6-phosphate metabolic process
GO:0061614                                                                                                                                                                         miRNA transcription
GO:0061615                                                                                                                                             glycolytic process through fructose-6-phosphate
GO:0061617                                                                                                                                                                               MICOS complex
GO:0061620                                                                                                                                              glycolytic process through glucose-6-phosphate
GO:0061621                                                                                                                                                                        canonical glycolysis
GO:0061622                                                                                                                                              glycolytic process through glucose-1-phosphate
GO:0061623                                                                                                                                                           glycolytic process from galactose
GO:0061624                                                                                                       fructose catabolic process to hydroxyacetone phosphate and glyceraldehyde-3-phosphate
GO:0061626                                                                                                                                                        pharyngeal arch artery morphogenesis
GO:0061627                                                                                                                                S-methylmethionine-homocysteine S-methyltransferase activity
GO:0061628                                                                                                                                                           H3K27me3 modified histone binding
GO:0061629                                                                                                                         RNA polymerase II-specific DNA-binding transcription factor binding
GO:0061630                                                                                                                                                           ubiquitin protein ligase activity
GO:0061631                                                                                                                                                       ubiquitin conjugating enzyme activity
GO:0061632                                                                                                                                            RNA lariat debranching enzyme activator activity
GO:0061635                                                                                                                                                     regulation of protein complex stability
GO:0061638                                                                                                                                                                 CENP-A containing chromatin
GO:0061640                                                                                                                                                          cytoskeleton-dependent cytokinesis
GO:0061642                                                                                                                                                                     chemoattraction of axon
GO:0061643                                                                                                                                                                      chemorepulsion of axon
GO:0061644                                                                                                                                         protein localization to CENP-A containing chromatin
GO:0061646                                                                                          positive regulation of glutamate neurotransmitter secretion in response to membrane depolarization
GO:0061649                                                                                                                                            ubiquitin modification-dependent histone binding
GO:0061650                                                                                                                                          ubiquitin-like protein conjugating enzyme activity
GO:0061651                                                                                                                                                           Atg12 conjugating enzyme activity
GO:0061654                                                                                                                                                           NEDD8 conjugating enzyme activity
GO:0061656                                                                                                                                                            SUMO conjugating enzyme activity
GO:0061657                                                                                                                                                            UFM1 conjugating enzyme activity
GO:0061659                                                                                                                                                      ubiquitin-like protein ligase activity
GO:0061663                                                                                                                                                                       NEDD8 ligase activity
GO:0061665                                                                                                                                                                        SUMO ligase activity
GO:0061666                                                                                                                                                                        UFM1 ligase activity
GO:0061668                                                                                                                                                             mitochondrial ribosome assembly
GO:0061669                                                                                                                                                      spontaneous neurotransmitter secretion
GO:0061670                                                                                                                                                           evoked neurotransmitter secretion
GO:0061673                                                                                                                                                          mitotic spindle astral microtubule
GO:0061676                                                                                                                                                       importin-alpha family protein binding
GO:0061682                                                                                                                                                               seminal vesicle morphogenesis
GO:0061684                                                                                                                                                                chaperone-mediated autophagy
GO:0061685                                                                                                                                                           diphthine methylesterase activity
GO:0061687                                                                                                                                                        detoxification of inorganic compound
GO:0061689                                                                                                                                                                  tricellular tight junction
GO:0061690                                                                                                                                                                        lipoamidase activity
GO:0061691                                                                                                                                                         detoxification of hydrogen peroxide
GO:0061692                                                                                                                                                cellular detoxification of hydrogen peroxide
GO:0061695                                                                                                                              transferase complex, transferring phosphorus-containing groups
GO:0061696                                                                                                                                                              pituitary gonadotropin complex
GO:0061697                                                                                                                                               protein-glutaryllysine deglutarylase activity
GO:0061698                                                                                                                                                                     protein deglutarylation
GO:0061700                                                                                                                                                                              GATOR2 complex
GO:0061702                                                                                                                                                              canonical inflammasome complex
GO:0061708                                                                                                                                             tRNA-5-taurinomethyluridine 2-sulfurtransferase
GO:0061709                                                                                                                                                                               reticulophagy
GO:0061710                                                                                                                                                       L-threonylcarbamoyladenylate synthase
GO:0061711                                                                                                                                           N(6)-L-threonylcarbamoyladenine synthase activity
GO:0061712                                                                                                                     tRNA (N(6)-L-threonylcarbamoyladenosine(37)-C(2))-methylthiotransferase
GO:0061713                                                                                                                                                                anterior neural tube closure
GO:0061714                                                                                                                                                                folic acid receptor activity
GO:0061718                                                                                                                                                       glucose catabolic process to pyruvate
GO:0061723                                                                                                                                                                                  glycophagy
GO:0061724                                                                                                                                                                                   lipophagy
GO:0061727                                                                                                                                                  methylglyoxal catabolic process to lactate
GO:0061731                                                                                                                                               ribonucleoside-diphosphate reductase activity
GO:0061733                                                                                                                                                 peptide-lysine-N-acetyltransferase activity
GO:0061734                                                                                                        parkin-mediated stimulation of mitophagy in response to mitochondrial depolarization
GO:0061736                                                                                                                                                       engulfment of target by autophagosome
GO:0061737                                                                                                                                                               leukotriene signaling pathway
GO:0061738                                                                                                                                                               late endosomal microautophagy
GO:0061739                                                                                                                                       protein lipidation involved in autophagosome assembly
GO:0061740                                                                                                                      protein targeting to lysosome involved in chaperone-mediated autophagy
GO:0061743                                                                                                                                                                              motor learning
GO:0061744                                                                                                                                                                              motor behavior
GO:0061749                                                                                                                                                      forked DNA-dependent helicase activity
GO:0061750                                                                                                                                               acid sphingomyelin phosphodiesterase activity
GO:0061751                                                                                                                                            neutral sphingomyelin phosphodiesterase activity
GO:0061752                                                                                                                                                     telomeric repeat-containing RNA binding
GO:0061753                                                                                                                                                     substrate localization to autophagosome
GO:0061754                                                                                                                                        negative regulation of circulating fibrinogen levels
GO:0061755                                                                                                                                        positive regulation of circulating fibrinogen levels
GO:0061756                                                                                                                                             leukocyte adhesion to vascular endothelial cell
GO:0061757                                                                                                                                             leukocyte adhesion to arterial endothelial cell
GO:0061760                                                                                                                                                           antifungal innate immune response
GO:0061762                                                                                                                                                                CAMKK-AMPK signaling cascade
GO:0061763                                                                                                                                                         multivesicular body-lysosome fusion
GO:0061764                                                                                                                 late endosome to lysosome transport via multivesicular body sorting pathway
GO:0061766                                                                                                                                                  positive regulation of lung blood pressure
GO:0061767                                                                                                                                                  negative regulation of lung blood pressure
GO:0061768                                                                                                                                                        magnesium:sodium antiporter activity
GO:0061769                                                                                                                                                           ribosylnicotinate kinase activity
GO:0061770                                                                                                                                                       translation elongation factor binding
GO:0061771                                                                                                                                                             response to caloric restriction
GO:0061772                                                                                                                                             xenobiotic transport across blood-nerve barrier
GO:0061773                                                                                                                                                                               eNoSc complex
GO:0061775                                                                                                                                                                     cohesin loader activity
GO:0061778                                                                                                                                                     intracellular chloride channel activity
GO:0061779                                                                                                                                                                       Tapasin-ERp57 complex
GO:0061780                                                                                                                                                                     mitotic cohesin loading
GO:0061783                                                                                                                                                            peptidoglycan muralytic activity
GO:0061789                                                                                                                                                                  dense core granule priming
GO:0061792                                                                                                                                                                secretory granule maturation
GO:0061793                                                                                                                                                                      chromatin lock complex
GO:0061795                                                                                                                                                                   Golgi lumen acidification
GO:0061797                                                                                                                                                          pH-gated chloride channel activity
GO:0061798                                                                                                                                                                  GTP 3',8'-cyclase activity
GO:0061799                                                                                                                                         cyclic pyranopterin monophosphate synthase activity
GO:0061809                                                                                                                                             NAD+ nucleotidase, cyclic ADP-ribose generating
GO:0061815                                                                                                                                           Met1-linked polyubiquitin deubiquitinase activity
GO:0061817                                                                                                                                             endoplasmic reticulum-plasma membrane tethering
GO:0061819                                                                                                                                           telomeric DNA-containing double minutes formation
GO:0061820                                                                                                                                                                telomeric D-loop disassembly
GO:0061821                                                                                                                                                                    telomeric D-loop binding
GO:0061824                                                                                                                                                                      cytosolic ciliogenesis
GO:0061826                                                                                                                                                                               podosome ring
GO:0061827                                                                                                                                                                                  sperm head
GO:0061828                                                                                                                                                                 apical tubulobulbar complex
GO:0061829                                                                                                                                                                  basal tubulobulbar complex
GO:0061833                                                                                                                                          protein localization to tricellular tight junction
GO:0061837                                                                                                                                                                     neuropeptide processing
GO:0061842                                                                                                                                                  microtubule organizing center localization
GO:0061844                                                                                                                     antimicrobial humoral immune response mediated by antimicrobial peptide
GO:0061845                                                                                                                                                              neuron projection branch point
GO:0061846                                                                                                                                                                   dendritic spine cytoplasm
GO:0061847                                                                                                                                                                 response to cholecystokinin
GO:0061849                                                                                                                                                          telomeric G-quadruplex DNA binding
GO:0061850                                                                                                                                                                    growth cone leading edge
GO:0061851                                                                                                                                                               leading edge of lamellipodium
GO:0061852                                                                                                                                                 retrograde transporter complex, Golgi to ER
GO:0061853                                                                                                                                                          regulation of neuroblast migration
GO:0061855                                                                                                                                                 negative regulation of neuroblast migration
GO:0061857                                                                                                                            endoplasmic reticulum stress-induced pre-emptive quality control
GO:0061860                                                                                                                                                                 DNA clamp unloader activity
GO:0061863                                                                                                                                                             microtubule plus end polymerase
GO:0061864                                                                                                                                                     basement membrane constituent secretion
GO:0061865                                                                                                                             polarized secretion of basement membrane proteins in epithelium
GO:0061868                                                                                                                                                             hepatic stellate cell migration
GO:0061869                                                                                                                                               regulation of hepatic stellate cell migration
GO:0061870                                                                                                                                      positive regulation of hepatic stellate cell migration
GO:0061872                                                                                                                                                           hepatic stellate cell contraction
GO:0061873                                                                                                                                             regulation of hepatic stellate cell contraction
GO:0061874                                                                                                                                    positive regulation of hepatic stellate cell contraction
GO:0061880                                                                                                                                 regulation of anterograde axonal transport of mitochondrion
GO:0061881                                                                                                                        positive regulation of anterograde axonal transport of mitochondrion
GO:0061884                                                                                                                                        regulation of mini excitatory postsynaptic potential
GO:0061885                                                                                                                               positive regulation of mini excitatory postsynaptic potential
GO:0061886                                                                                                                               negative regulation of mini excitatory postsynaptic potential
GO:0061888                                                                                                                                                          regulation of astrocyte activation
GO:0061889                                                                                                                                                 negative regulation of astrocyte activation
GO:0061890                                                                                                                                                 positive regulation of astrocyte activation
GO:0061891                                                                                                                                                                 calcium ion sensor activity
GO:0061896                                                                                                                                                   all-trans retinol 3,4-desaturase activity
GO:0061897                                                                                                                                                   all-trans retinal 3,4-desaturase activity
GO:0061898                                                                                                                                             all-trans retinoic acid 3,4-desaturase activity
GO:0061899                                                                                                                                                      11-cis-retinal 3,4-desaturase activity
GO:0061900                                                                                                                                                                       glial cell activation
GO:0061908                                                                                                                                                                                  phagophore
GO:0061909                                                                                                                                                               autophagosome-lysosome fusion
GO:0061910                                                                                                                                                               autophagosome-endosome fusion
GO:0061919                                                                                                                                                      process utilizing autophagic mechanism
GO:0061920                                                                                                                                                       protein propionyltransferase activity
GO:0061921                                                                                                                                                              peptidyl-lysine propionylation
GO:0061928                                                                                                                                glutathione specific gamma-glutamylcyclotransferase activity
GO:0061929                                                                                                                                                gamma-glutamylaminecyclotransferase activity
GO:0061930                                                                                                                                                       regulation of erythrocyte enucleation
GO:0061931                                                                                                                                              positive regulation of erythrocyte enucleation
GO:0061938                                                                                                                                         protein localization to somatodendritic compartment
GO:0061939                                                                                                                                                                          c-di-GMP signaling
GO:0061944                                                                                                                                    negative regulation of protein K48-linked ubiquitination
GO:0061945                                                                                                                                             regulation of protein K48-linked ubiquitination
GO:0061951                                                                                                                                    establishment of protein localization to plasma membrane
GO:0061952                                                                                                                                                                          midbody abscission
GO:0061953                                                                                                                                               mRNA (adenine-N1-)-methyltransferase activity
GO:0061956                                                                                                                                                             penetration of cumulus oophorus
GO:0061966                                                                                                                                                       establishment of left/right asymmetry
GO:0061973                                                                                                                                                                 membrane bone morphogenesis
GO:0061974                                                                                                                                                             perichondral bone morphogenesis
GO:0061975                                                                                                                                                             articular cartilage development
GO:0061980                                                                                                                                                                      regulatory RNA binding
GO:0061981                                                                                                                                                              3-hydroxykynureninase activity
GO:0061982                                                                                                                                                                meiosis I cell cycle process
GO:0061983                                                                                                                                                               meiosis II cell cycle process
GO:0061986                                                                                                                                             negative regulation of transcription by glucose
GO:0061987                                                                                                             negative regulation of transcription from RNA polymerase II promoter by glucose
GO:0061999                                                                                                                                 regulation of cardiac endothelial to mesenchymal transition
GO:0062000                                                                                                                        positive regulation of cardiac endothelial to mesenchymal transition
GO:0062009                                                                                                                                                                secondary palate development
GO:0062012                                                                                                                                              regulation of small molecule metabolic process
GO:0062013                                                                                                                                     positive regulation of small molecule metabolic process
GO:0062014                                                                                                                                     negative regulation of small molecule metabolic process
GO:0062023                                                                                                                                                    collagen-containing extracellular matrix
GO:0062025                                                                                                       regulation of SCF-dependent proteasomal ubiquitin-dependent protein catabolic process
GO:0062026                                                                                                      negative regulation of SCF-dependent proteasomal ubiquitin-dependent catabolic process
GO:0062028                                                                                                                                                       regulation of stress granule assembly
GO:0062029                                                                                                                                              positive regulation of stress granule assembly
GO:0062030                                                                                                                                              negative regulation of stress granule assembly
GO:0062033                                                                                                                                 positive regulation of mitotic sister chromatid segregation
GO:0062035                                                                                                                                                         sensory perception of cold stimulus
GO:0062036                                                                                                                                                          sensory perception of hot stimulus
GO:0062037                                                                                                                                                                          D-loop DNA binding
GO:0062042                                                                                                                                  regulation of cardiac epithelial to mesenchymal transition
GO:0062043                                                                                                                         positive regulation of cardiac epithelial to mesenchymal transition
GO:0062044                                                                                                                         negative regulation of cardiac epithelial to mesenchymal transition
GO:0062050                                                                                                                               GPI-mannose ethanolamine phosphate phosphodiesterase activity
GO:0062054                                                                                                                                                                   fluoride channel activity
GO:0062060                                                                                                                                              NuA4 histone acetyltransferase complex binding
GO:0062061                                                                                                                                                                         TAP complex binding
GO:0062062                                                                                                                                                   oligosaccharyltransferase complex binding
GO:0062063                                                                                                                                                                              BBSome binding
GO:0062064                                                                                                                                                              box C/D snoRNP complex binding
GO:0062069                                                                                                                                                                        GARP complex binding
GO:0062072                                                                                                                                                            H3K9me3 modified histone binding
GO:0062073                                                                                                                                                      histone mRNA stem-loop binding complex
GO:0062076                                                                                                                                                         acyl-CoA delta5-desaturase activity
GO:0062078                                                                                                                                                                   TSC1-TSC2 complex binding
GO:0062080                                                                                                                                                   inhibitory MHC class Ib receptor activity
GO:0062082                                                                                                                                    HLA-E specific inhibitory MHC class Ib receptor activity
GO:0062094                                                                                                                                                                         stomach development
GO:0062098                                                                                                                                                regulation of programmed necrotic cell death
GO:0062099                                                                                                                                       negative regulation of programmed necrotic cell death
GO:0062100                                                                                                                                       positive regulation of programmed necrotic cell death
GO:0062101                                                                                                                                               peptidyl-aspartic acid 3-dioxygenase activity
GO:0062104                                                                                                                                                            pumilio-response element binding
GO:0062105                                                                                                                                                         RNA 2'-O-methyltransferase activity
GO:0062111                                                                                                                                                              zinc ion import into organelle
GO:0062112                                                                                                                                               fatty acid primary amide biosynthetic process
GO:0062124                                                                                                                                                         4-hydroxybutyrate receptor activity
GO:0062125                                                                                                                                                 regulation of mitochondrial gene expression
GO:0062126                                                                                                                                                  fatty acid primary amide metabolic process
GO:0062149                                                                                                                                detection of stimulus involved in sensory perception of pain
GO:0062151                                                                                                                                                                            catalase complex
GO:0062152                                                                                                                                               mRNA (cytidine-5-)-methyltransferase activity
GO:0062153                                                                                                                                            C5-methylcytidine-containing RNA reader activity
GO:0062154                                                                                                                                                            N6-methyl-AMP deaminase activity
GO:0062156                                                                                                                                          mitochondrial ATP-gated potassium channel activity
GO:0062157                                                                                                                                           mitochondrial ATP-gated potassium channel complex
GO:0062167                                                                                                                                                            complement component C1q complex
GO:0062170                                                                                                                                                                    lutein metabolic process
GO:0062172                                                                                                                                                                    lutein catabolic process
GO:0062173                                                                                                                                                               brexanolone metabolic process
GO:0062175                                                                                                                                                               brexanolone catabolic process
GO:0062176                                                                                                                                                                           R-loop processing
GO:0062177                                                                                                                                                                       radial spoke assembly
GO:0062179                                                                                                                                                           vitamin D 23-hydroxylase activity
GO:0062180                                                                                                                                           25-hydroxycholecalciferol-23-hydroxylase activity
GO:0062181                                                                                                                                      1-alpha,25-dihydroxyvitamin D3 23-hydroxylase activity
GO:0062182                                                                                                                                                all-trans retinoic acid 4-hydrolase activity
GO:0062183                                                                                                                                             all-trans retinoic acid 18-hydroxylase activity
GO:0062184                                                                                                                                                   testosterone 16-beta-hydroxylase activity
GO:0062185                                                                                                                                                       secalciferol 1-monooxygenase activity
GO:0062186                                                                                                                                                               anandamide epoxidase activity
GO:0062187                                                                                                                                                           anandamide 8,9 epoxidase activity
GO:0062188                                                                                                                                                         anandamide 11,12 epoxidase activity
GO:0062189                                                                                                                                                         anandamide 14,15 epoxidase activity
GO:0062196                                                                                                                                                                 regulation of lysosome size
GO:0062197                                                                                                                                                        cellular response to chemical stress
GO:0062207                                                                                                                                regulation of pattern recognition receptor signaling pathway
GO:0062208                                                                                                                       positive regulation of pattern recognition receptor signaling pathway
GO:0062213                                                                                                                                                            peroxynitrite isomerase activity
GO:0062232                                                                                                                                                                prostanoid catabolic process
GO:0062234                                                                                                                                                platelet activating factor catabolic process
GO:0062237                                                                                                                                                         protein localization to postsynapse
GO:0065001                                                                                                                                                              specification of axis polarity
GO:0065002                                                                                                                                               intracellular protein transmembrane transport
GO:0065003                                                                                                                                                         protein-containing complex assembly
GO:0065004                                                                                                                                                                protein-DNA complex assembly
GO:0065005                                                                                                                                                              protein-lipid complex assembly
GO:0065007                                                                                                                                                                       biological regulation
GO:0065008                                                                                                                                                            regulation of biological quality
GO:0065009                                                                                                                                                            regulation of molecular function
GO:0065010                                                                                                                                                    extracellular membrane-bounded organelle
GO:0070001                                                                                                                                                            aspartic-type peptidase activity
GO:0070002                                                                                                                                                            glutamic-type peptidase activity
GO:0070003                                                                                                                                                           threonine-type peptidase activity
GO:0070004                                                                                                                                                         cysteine-type exopeptidase activity
GO:0070005                                                                                                                                                       cysteine-type aminopeptidase activity
GO:0070006                                                                                                                                                              metalloaminopeptidase activity
GO:0070008                                                                                                                                                           serine-type exopeptidase activity
GO:0070009                                                                                                                                                         serine-type aminopeptidase activity
GO:0070012                                                                                                                                                                     oligopeptidase activity
GO:0070013                                                                                                                                                               intracellular organelle lumen
GO:0070016                                                                                                                                                             armadillo repeat domain binding
GO:0070021                                                                                                                                     transforming growth factor beta ligand-receptor complex
GO:0070025                                                                                                                                                                     carbon monoxide binding
GO:0070026                                                                                                                                                                        nitric oxide binding
GO:0070032                                                                                                                                     synaptobrevin 2-SNAP-25-syntaxin-1a-complexin I complex
GO:0070033                                                                                                                                    synaptobrevin 2-SNAP-25-syntaxin-1a-complexin II complex
GO:0070034                                                                                                                                                                      telomerase RNA binding
GO:0070037                                                                                                                                             rRNA (pseudouridine) methyltransferase activity
GO:0070039                                                                                                                                           rRNA (guanosine-2'-O-)-methyltransferase activity
GO:0070042                                                                                                                                               rRNA (uridine-N3-)-methyltransferase activity
GO:0070044                                                                                                                                                 synaptobrevin 2-SNAP-25-syntaxin-1a complex
GO:0070050                                                                                                                                                                 neuron cellular homeostasis
GO:0070051                                                                                                                                                                          fibrinogen binding
GO:0070052                                                                                                                                                                          collagen V binding
GO:0070053                                                                                                                                                            thrombospondin receptor activity
GO:0070054                                                                                                                                    mRNA splicing, via endonucleolytic cleavage and ligation
GO:0070059                                                                                                           intrinsic apoptotic signaling pathway in response to endoplasmic reticulum stress
GO:0070060                                                                                                                                                         'de novo' actin filament nucleation
GO:0070061                                                                                                                                                                            fructose binding
GO:0070062                                                                                                                                                                       extracellular exosome
GO:0070063                                                                                                                                                                      RNA polymerase binding
GO:0070064                                                                                                                                                                 proline-rich region binding
GO:0070069                                                                                                                                                                          cytochrome complex
GO:0070070                                                                                                                                          proton-transporting V-type ATPase complex assembly
GO:0070071                                                                                                                                      proton-transporting two-sector ATPase complex assembly
GO:0070072                                                                                                                                 vacuolar proton-transporting V-type ATPase complex assembly
GO:0070075                                                                                                                                                                              tear secretion
GO:0070080                                                                                                                                                                      titin Z domain binding
GO:0070081                                                                                                                                               clathrin-sculpted monoamine transport vesicle
GO:0070083                                                                                                                                      clathrin-sculpted monoamine transport vesicle membrane
GO:0070085                                                                                                                                                                               glycosylation
GO:0070086                                                                                                                                                             ubiquitin-dependent endocytosis
GO:0070087                                                                                                                                                                chromo shadow domain binding
GO:0070089                                                                                                                                               chloride-activated potassium channel activity
GO:0070091                                                                                                                                                                          glucagon secretion
GO:0070092                                                                                                                                                            regulation of glucagon secretion
GO:0070093                                                                                                                                                   negative regulation of glucagon secretion
GO:0070094                                                                                                                                                   positive regulation of glucagon secretion
GO:0070095                                                                                                                                                                fructose-6-phosphate binding
GO:0070097                                                                                                                                                                       delta-catenin binding
GO:0070098                                                                                                                                                        chemokine-mediated signaling pathway
GO:0070099                                                                                                                                          regulation of chemokine-mediated signaling pathway
GO:0070100                                                                                                                                 negative regulation of chemokine-mediated signaling pathway
GO:0070101                                                                                                                                 positive regulation of chemokine-mediated signaling pathway
GO:0070102                                                                                                                                                    interleukin-6-mediated signaling pathway
GO:0070103                                                                                                                                      regulation of interleukin-6-mediated signaling pathway
GO:0070104                                                                                                                             negative regulation of interleukin-6-mediated signaling pathway
GO:0070105                                                                                                                             positive regulation of interleukin-6-mediated signaling pathway
GO:0070106                                                                                                                                                   interleukin-27-mediated signaling pathway
GO:0070110                                                                                                                                                ciliary neurotrophic factor receptor complex
GO:0070119                                                                                                                                                         ciliary neurotrophic factor binding
GO:0070120                                                                                                                                      ciliary neurotrophic factor-mediated signaling pathway
GO:0070123                                                                                                                                 transforming growth factor beta receptor activity, type III
GO:0070124                                                                                                                                                      mitochondrial translational initiation
GO:0070125                                                                                                                                                      mitochondrial translational elongation
GO:0070126                                                                                                                                                     mitochondrial translational termination
GO:0070127                                                                                                                                   tRNA aminoacylation for mitochondrial protein translation
GO:0070129                                                                                                                                                     regulation of mitochondrial translation
GO:0070130                                                                                                                                            negative regulation of mitochondrial translation
GO:0070131                                                                                                                                            positive regulation of mitochondrial translation
GO:0070137                                                                                                                                      ubiquitin-like protein-specific endopeptidase activity
GO:0070139                                                                                                                                                        SUMO-specific endopeptidase activity
GO:0070141                                                                                                                                                                            response to UV-A
GO:0070142                                                                                                                                                                    synaptic vesicle budding
GO:0070143                                                                                                                                                    mitochondrial alanyl-tRNA aminoacylation
GO:0070145                                                                                                                                               mitochondrial asparaginyl-tRNA aminoacylation
GO:0070150                                                                                                                                                    mitochondrial glycyl-tRNA aminoacylation
GO:0070158                                                                                                                                                     mitochondrial seryl-tRNA aminoacylation
GO:0070159                                                                                                                                                  mitochondrial threonyl-tRNA aminoacylation
GO:0070160                                                                                                                                                                              tight junction
GO:0070161                                                                                                                                                                          anchoring junction
GO:0070162                                                                                                                                                                       adiponectin secretion
GO:0070163                                                                                                                                                         regulation of adiponectin secretion
GO:0070164                                                                                                                                                negative regulation of adiponectin secretion
GO:0070165                                                                                                                                                positive regulation of adiponectin secretion
GO:0070166                                                                                                                                                                       enamel mineralization
GO:0070167                                                                                                                                                 regulation of biomineral tissue development
GO:0070168                                                                                                                                        negative regulation of biomineral tissue development
GO:0070169                                                                                                                                        positive regulation of biomineral tissue development
GO:0070170                                                                                                                                                          regulation of tooth mineralization
GO:0070171                                                                                                                                                 negative regulation of tooth mineralization
GO:0070172                                                                                                                                                 positive regulation of tooth mineralization
GO:0070173                                                                                                                                                         regulation of enamel mineralization
GO:0070175                                                                                                                                                positive regulation of enamel mineralization
GO:0070176                                                                                                                                                                                 DRM complex
GO:0070178                                                                                                                                                                  D-serine metabolic process
GO:0070179                                                                                                                                                               D-serine biosynthetic process
GO:0070180                                                                                                                                                        large ribosomal subunit rRNA binding
GO:0070181                                                                                                                                                        small ribosomal subunit rRNA binding
GO:0070182                                                                                                                                                                      DNA polymerase binding
GO:0070183                                                                                                                                              mitochondrial tryptophanyl-tRNA aminoacylation
GO:0070184                                                                                                                                                   mitochondrial tyrosyl-tRNA aminoacylation
GO:0070187                                                                                                                                                                           shelterin complex
GO:0070189                                                                                                                                                                kynurenine metabolic process
GO:0070192                                                                                                                                      chromosome organization involved in meiotic cell cycle
GO:0070193                                                                                                                                                           synaptonemal complex organization
GO:0070194                                                                                                                                                            synaptonemal complex disassembly
GO:0070195                                                                                                                                                             growth hormone receptor complex
GO:0070197                                                                                                                                          meiotic attachment of telomere to nuclear envelope
GO:0070198                                                                                                                                        protein localization to chromosome, telomeric region
GO:0070199                                                                                                                                         establishment of protein localization to chromosome
GO:0070200                                                                                                                                           establishment of protein localization to telomere
GO:0070201                                                                                                                                         regulation of establishment of protein localization
GO:0070202                                                                                                                           regulation of establishment of protein localization to chromosome
GO:0070203                                                                                                                             regulation of establishment of protein localization to telomere
GO:0070206                                                                                                                                                                       protein trimerization
GO:0070207                                                                                                                                                                   protein homotrimerization
GO:0070208                                                                                                                                                                 protein heterotrimerization
GO:0070210                                                                                                                                                                      Rpd3L-Expanded complex
GO:0070212                                                                                                                                                               protein poly-ADP-ribosylation
GO:0070213                                                                                                                                                               protein auto-ADP-ribosylation
GO:0070221                                                                                                                                     sulfide oxidation, using sulfide:quinone oxidoreductase
GO:0070224                                                                                                                                                     sulfide:quinone oxidoreductase activity
GO:0070227                                                                                                                                                                lymphocyte apoptotic process
GO:0070228                                                                                                                                                  regulation of lymphocyte apoptotic process
GO:0070229                                                                                                                                         negative regulation of lymphocyte apoptotic process
GO:0070230                                                                                                                                         positive regulation of lymphocyte apoptotic process
GO:0070231                                                                                                                                                                    T cell apoptotic process
GO:0070232                                                                                                                                                      regulation of T cell apoptotic process
GO:0070233                                                                                                                                             negative regulation of T cell apoptotic process
GO:0070234                                                                                                                                             positive regulation of T cell apoptotic process
GO:0070235                                                                                                                                      regulation of activation-induced cell death of T cells
GO:0070236                                                                                                                             negative regulation of activation-induced cell death of T cells
GO:0070238                                                                                                                                                      activated T cell autonomous cell death
GO:0070239                                                                                                                                        regulation of activated T cell autonomous cell death
GO:0070241                                                                                                                               positive regulation of activated T cell autonomous cell death
GO:0070242                                                                                                                                                                 thymocyte apoptotic process
GO:0070243                                                                                                                                                   regulation of thymocyte apoptotic process
GO:0070244                                                                                                                                          negative regulation of thymocyte apoptotic process
GO:0070245                                                                                                                                          positive regulation of thymocyte apoptotic process
GO:0070246                                                                                                                                                       natural killer cell apoptotic process
GO:0070247                                                                                                                                         regulation of natural killer cell apoptotic process
GO:0070251                                                                                                                                                              pristanate-CoA ligase activity
GO:0070252                                                                                                                                                             actin-mediated cell contraction
GO:0070253                                                                                                                                                                      somatostatin secretion
GO:0070254                                                                                                                                                                             mucus secretion
GO:0070255                                                                                                                                                               regulation of mucus secretion
GO:0070256                                                                                                                                                      negative regulation of mucus secretion
GO:0070257                                                                                                                                                      positive regulation of mucus secretion
GO:0070259                                                                                                                                                      tyrosyl-DNA phosphodiesterase activity
GO:0070260                                                                                                                                                   5'-tyrosyl-DNA phosphodiesterase activity
GO:0070262                                                                                                                                                           peptidyl-serine dephosphorylation
GO:0070266                                                                                                                                                                         necroptotic process
GO:0070268                                                                                                                                                                               cornification
GO:0070269                                                                                                                                                                                  pyroptosis
GO:0070273                                                                                                                                                    phosphatidylinositol-4-phosphate binding
GO:0070274                                                                                                                                                                                 RES complex
GO:0070278                                                                                                                                                  extracellular matrix constituent secretion
GO:0070279                                                                                                                                                                          vitamin B6 binding
GO:0070280                                                                                                                                                                           pyridoxal binding
GO:0070285                                                                                                                                                                    pigment cell development
GO:0070286                                                                                                                                                            axonemal dynein complex assembly
GO:0070287                                                                                                                                                                  ferritin receptor activity
GO:0070288                                                                                                                                                                            ferritin complex
GO:0070290                                                                                                                            N-acylphosphatidylethanolamine-specific phospholipase D activity
GO:0070291                                                                                                                                                        N-acylethanolamine metabolic process
GO:0070292                                                                                                                                            N-acylphosphatidylethanolamine metabolic process
GO:0070293                                                                                                                                                                            renal absorption
GO:0070294                                                                                                                                                                 renal sodium ion absorption
GO:0070295                                                                                                                                                                      renal water absorption
GO:0070296                                                                                                                                                sarcoplasmic reticulum calcium ion transport
GO:0070300                                                                                                                                                                   phosphatidic acid binding
GO:0070301                                                                                                                                                      cellular response to hydrogen peroxide
GO:0070302                                                                                                                             regulation of stress-activated protein kinase signaling cascade
GO:0070303                                                                                                                    negative regulation of stress-activated protein kinase signaling cascade
GO:0070304                                                                                                                    positive regulation of stress-activated protein kinase signaling cascade
GO:0070305                                                                                                                                                                            response to cGMP
GO:0070306                                                                                                                                                             lens fiber cell differentiation
GO:0070307                                                                                                                                                                 lens fiber cell development
GO:0070309                                                                                                                                                               lens fiber cell morphogenesis
GO:0070310                                                                                                                                                                           ATR-ATRIP complex
GO:0070314                                                                                                                                                                         G1 to G0 transition
GO:0070315                                                                                                                                        G1 to G0 transition involved in cell differentiation
GO:0070316                                                                                                                                                           regulation of G0 to G1 transition
GO:0070317                                                                                                                                                  negative regulation of G0 to G1 transition
GO:0070318                                                                                                                                                  positive regulation of G0 to G1 transition
GO:0070319                                                                                                                                                  Golgi to plasma membrane transport vesicle
GO:0070320                                                                                                                                       inward rectifier potassium channel inhibitor activity
GO:0070324                                                                                                                                                                     thyroid hormone binding
GO:0070325                                                                                                                                                       lipoprotein particle receptor binding
GO:0070326                                                                                                                                      very-low-density lipoprotein particle receptor binding
GO:0070327                                                                                                                                                                   thyroid hormone transport
GO:0070328                                                                                                                                                                    triglyceride homeostasis
GO:0070330                                                                                                                                                                          aromatase activity
GO:0070335                                                                                                                                                                           aspartate binding
GO:0070336                                                                                                                                                                 flap-structured DNA binding
GO:0070337                                                                                                                                                              3'-flap-structured DNA binding
GO:0070339                                                                                                                                                           response to bacterial lipopeptide
GO:0070340                                                                                                                                                          detection of bacterial lipopeptide
GO:0070341                                                                                                                                                                      fat cell proliferation
GO:0070342                                                                                                                                                                brown fat cell proliferation
GO:0070343                                                                                                                                                                white fat cell proliferation
GO:0070344                                                                                                                                                        regulation of fat cell proliferation
GO:0070345                                                                                                                                               negative regulation of fat cell proliferation
GO:0070346                                                                                                                                               positive regulation of fat cell proliferation
GO:0070350                                                                                                                                                  regulation of white fat cell proliferation
GO:0070352                                                                                                                                         positive regulation of white fat cell proliferation
GO:0070358                                                                                                                                                actin polymerization-dependent cell motility
GO:0070365                                                                                                                                                                  hepatocyte differentiation
GO:0070366                                                                                                                                                    regulation of hepatocyte differentiation
GO:0070367                                                                                                                                           negative regulation of hepatocyte differentiation
GO:0070368                                                                                                                                           positive regulation of hepatocyte differentiation
GO:0070369                                                                                                                                                                 beta-catenin-TCF7L2 complex
GO:0070370                                                                                                                                                                   cellular heat acclimation
GO:0070371                                                                                                                                                                       ERK1 and ERK2 cascade
GO:0070372                                                                                                                                                         regulation of ERK1 and ERK2 cascade
GO:0070373                                                                                                                                                negative regulation of ERK1 and ERK2 cascade
GO:0070374                                                                                                                                                positive regulation of ERK1 and ERK2 cascade
GO:0070375                                                                                                                                                                                ERK5 cascade
GO:0070376                                                                                                                                                                  regulation of ERK5 cascade
GO:0070378                                                                                                                                                         positive regulation of ERK5 cascade
GO:0070381                                                                                                                                               endosome to plasma membrane transport vesicle
GO:0070382                                                                                                                                                                            exocytic vesicle
GO:0070383                                                                                                                                                                    DNA cytosine deamination
GO:0070384                                                                                                                                                                 Harderian gland development
GO:0070390                                                                                                                                                              transcription export complex 2
GO:0070391                                                                                                                                                               response to lipoteichoic acid
GO:0070392                                                                                                                                                              detection of lipoteichoic acid
GO:0070401                                                                                                                                                                               NADP+ binding
GO:0070402                                                                                                                                                                               NADPH binding
GO:0070403                                                                                                                                                                                NAD+ binding
GO:0070404                                                                                                                                                                                NADH binding
GO:0070407                                                                                                                                               oxidation-dependent protein catabolic process
GO:0070408                                                                                                                                                       carbamoyl phosphate metabolic process
GO:0070409                                                                                                                                                    carbamoyl phosphate biosynthetic process
GO:0070410                                                                                                                                                                             co-SMAD binding
GO:0070411                                                                                                                                                                              I-SMAD binding
GO:0070412                                                                                                                                                                              R-SMAD binding
GO:0070413                                                                                                                                                  trehalose metabolism in response to stress
GO:0070417                                                                                                                                                                   cellular response to cold
GO:0070418                                                                                                                                                        DNA-dependent protein kinase complex
GO:0070419                                                                                                                                                           nonhomologous end joining complex
GO:0070421                                                                                                                                                                DNA ligase III-XRCC1 complex
GO:0070424                                                                                          regulation of nucleotide-binding domain, leucine rich repeat containing receptor signaling pathway
GO:0070425                                                                                 negative regulation of nucleotide-binding domain, leucine rich repeat containing receptor signaling pathway
GO:0070426                                                                                 positive regulation of nucleotide-binding domain, leucine rich repeat containing receptor signaling pathway
GO:0070427                                                                                                                    nucleotide-binding oligomerization domain containing 1 signaling pathway
GO:0070428                                                                                                      regulation of nucleotide-binding oligomerization domain containing 1 signaling pathway
GO:0070429                                                                                             negative regulation of nucleotide-binding oligomerization domain containing 1 signaling pathway
GO:0070430                                                                                             positive regulation of nucleotide-binding oligomerization domain containing 1 signaling pathway
GO:0070431                                                                                                                    nucleotide-binding oligomerization domain containing 2 signaling pathway
GO:0070432                                                                                                      regulation of nucleotide-binding oligomerization domain containing 2 signaling pathway
GO:0070433                                                                                             negative regulation of nucleotide-binding oligomerization domain containing 2 signaling pathway
GO:0070434                                                                                             positive regulation of nucleotide-binding oligomerization domain containing 2 signaling pathway
GO:0070435                                                                                                                                                                            Shc-EGFR complex
GO:0070436                                                                                                                                                                           Grb2-EGFR complex
GO:0070442                                                                                                                                                             integrin alphaIIb-beta3 complex
GO:0070443                                                                                                                                                                             Mad-Max complex
GO:0070444                                                                                                                                                    oligodendrocyte progenitor proliferation
GO:0070445                                                                                                                                      regulation of oligodendrocyte progenitor proliferation
GO:0070446                                                                                                                             negative regulation of oligodendrocyte progenitor proliferation
GO:0070447                                                                                                                             positive regulation of oligodendrocyte progenitor proliferation
GO:0070449                                                                                                                                                                             elongin complex
GO:0070453                                                                                                                                                     regulation of heme biosynthetic process
GO:0070455                                                                                                                                            positive regulation of heme biosynthetic process
GO:0070458                                                                                                                                                cellular detoxification of nitrogen compound
GO:0070459                                                                                                                                                                         prolactin secretion
GO:0070460                                                                                                                                                       thyroid-stimulating hormone secretion
GO:0070461                                                                                                                                                                           SAGA-type complex
GO:0070462                                                                                                                                              plus-end specific microtubule depolymerization
GO:0070463                                                                                                                                                           tubulin-dependent ATPase activity
GO:0070469                                                                                                                                                                                 respirasome
GO:0070471                                                                                                                                                           uterine smooth muscle contraction
GO:0070472                                                                                                                                             regulation of uterine smooth muscle contraction
GO:0070473                                                                                                                                    negative regulation of uterine smooth muscle contraction
GO:0070474                                                                                                                                    positive regulation of uterine smooth muscle contraction
GO:0070475                                                                                                                                                                       rRNA base methylation
GO:0070476                                                                                                                                                               rRNA (guanine-N7)-methylation
GO:0070478                                                                                                    nuclear-transcribed mRNA catabolic process, 3'-5' exonucleolytic nonsense-mediated decay
GO:0070481                                                                                                                                  nuclear-transcribed mRNA catabolic process, non-stop decay
GO:0070482                                                                                                                                                                   response to oxygen levels
GO:0070483                                                                                                                                                                        detection of hypoxia
GO:0070486                                                                                                                                                                       leukocyte aggregation
GO:0070487                                                                                                                                                                        monocyte aggregation
GO:0070488                                                                                                                                                                      neutrophil aggregation
GO:0070489                                                                                                                                                                          T cell aggregation
GO:0070492                                                                                                                                                                     oligosaccharide binding
GO:0070493                                                                                                                                               thrombin-activated receptor signaling pathway
GO:0070494                                                                                                                                 regulation of thrombin-activated receptor signaling pathway
GO:0070495                                                                                                                        negative regulation of thrombin-activated receptor signaling pathway
GO:0070498                                                                                                                                                    interleukin-1-mediated signaling pathway
GO:0070506                                                                                                                                         high-density lipoprotein particle receptor activity
GO:0070507                                                                                                                                         regulation of microtubule cytoskeleton organization
GO:0070508                                                                                                                                                                          cholesterol import
GO:0070509                                                                                                                                                                          calcium ion import
GO:0070513                                                                                                                                                                        death domain binding
GO:0070516                                                                                                                                                                           CAK-ERCC2 complex
GO:0070522                                                                                                                                                                         ERCC4-ERCC1 complex
GO:0070523                                                                                                                                        11-beta-hydroxysteroid dehydrogenase (NAD+) activity
GO:0070524                                                                                                                                       11-beta-hydroxysteroid dehydrogenase (NADP+) activity
GO:0070525                                                                                                                                           tRNA threonylcarbamoyladenosine metabolic process
GO:0070527                                                                                                                                                                        platelet aggregation
GO:0070528                                                                                                                                                                  protein kinase C signaling
GO:0070530                                                                                                                             K63-linked polyubiquitin modification-dependent protein binding
GO:0070531                                                                                                                                                                             BRCA1-A complex
GO:0070532                                                                                                                                                                             BRCA1-B complex
GO:0070533                                                                                                                                                                             BRCA1-C complex
GO:0070534                                                                                                                                                           protein K63-linked ubiquitination
GO:0070536                                                                                                                                                         protein K63-linked deubiquitination
GO:0070538                                                                                                                                                                          oleic acid binding
GO:0070539                                                                                                                                                                       linoleic acid binding
GO:0070541                                                                                                                                                                    response to platinum ion
GO:0070542                                                                                                                                                                      response to fatty acid
GO:0070543                                                                                                                                                                   response to linoleic acid
GO:0070545                                                                                                                                                                               PeBoW complex
GO:0070547                                                                                                                                                        L-tyrosine aminotransferase activity
GO:0070548                                                                                                                                                       L-glutamine aminotransferase activity
GO:0070551                                                                                                                                       endoribonuclease activity, cleaving siRNA-paired mRNA
GO:0070552                                                                                                                                                                               BRISC complex
GO:0070553                                                                                                                                                            nicotinic acid receptor activity
GO:0070554                                                                                                                                        synaptobrevin 2-SNAP-25-syntaxin-3-complexin complex
GO:0070555                                                                                                                                                                   response to interleukin-1
GO:0070557                                                                                                                                                                            PCNA-p21 complex
GO:0070560                                                                                                                                                               protein secretion by platelet
GO:0070561                                                                                                                                                        vitamin D receptor signaling pathway
GO:0070562                                                                                                                                          regulation of vitamin D receptor signaling pathway
GO:0070563                                                                                                                                 negative regulation of vitamin D receptor signaling pathway
GO:0070564                                                                                                                                 positive regulation of vitamin D receptor signaling pathway
GO:0070566                                                                                                                                                                adenylyltransferase activity
GO:0070567                                                                                                                                                               cytidylyltransferase activity
GO:0070568                                                                                                                                                                guanylyltransferase activity
GO:0070569                                                                                                                                                                uridylyltransferase activity
GO:0070570                                                                                                                                                regulation of neuron projection regeneration
GO:0070571                                                                                                                                       negative regulation of neuron projection regeneration
GO:0070572                                                                                                                                       positive regulation of neuron projection regeneration
GO:0070573                                                                                                                                                                 metallodipeptidase activity
GO:0070574                                                                                                                                                         cadmium ion transmembrane transport
GO:0070576                                                                                                                                                           vitamin D 24-hydroxylase activity
GO:0070577                                                                                                                                                           lysine-acetylated histone binding
GO:0070578                                                                                                                                                                        RISC-loading complex
GO:0070579                                                                                                                                                       5-methylcytosine dioxygenase activity
GO:0070585                                                                                                                                                       protein localization to mitochondrion
GO:0070586                                                                                                                                                 cell-cell adhesion involved in gastrulation
GO:0070587                                                                                                                                   regulation of cell-cell adhesion involved in gastrulation
GO:0070588                                                                                                                                                         calcium ion transmembrane transport
GO:0070593                                                                                                                                                                     dendrite self-avoidance
GO:0070601                                                                                                                                                       centromeric sister chromatid cohesion
GO:0070602                                                                                                                                         regulation of centromeric sister chromatid cohesion
GO:0070603                                                                                                                                                            SWI/SNF superfamily-type complex
GO:0070611                                                                                                                                                     histone H3R2 methyltransferase activity
GO:0070612                                                                                                                                                    histone H2AR3 methyltransferase activity
GO:0070613                                                                                                                                                            regulation of protein processing
GO:0070618                                                                                                                                                                            Grb2-Sos complex
GO:0070622                                                                                                      UDP-N-acetylglucosamine-lysosomal-enzyme N-acetylglucosaminephosphotransferase complex
GO:0070625                                                                                                                                                                  zymogen granule exocytosis
GO:0070626                                                                                  (S)-2-(5-amino-1-(5-phospho-D-ribosyl)imidazole-4-carboxamido) succinate lyase (fumarate-forming) activity
GO:0070628                                                                                                                                                                          proteasome binding
GO:0070633                                                                                                                                                                   transepithelial transport
GO:0070634                                                                                                                                                          transepithelial ammonium transport
GO:0070637                                                                                                                                                       pyridine nucleoside metabolic process
GO:0070638                                                                                                                                                       pyridine nucleoside catabolic process
GO:0070640                                                                                                                                                                vitamin D3 metabolic process
GO:0070643                                                                                                                                                           vitamin D 25-hydroxylase activity
GO:0070644                                                                                                                                                          vitamin D response element binding
GO:0070646                                                                                                                                               protein modification by small protein removal
GO:0070647                                                                                                                                protein modification by small protein conjugation or removal
GO:0070649                                                                                                                                                       formin-nucleated actin cable assembly
GO:0070650                                                                                                                                                          actin filament bundle distribution
GO:0070651                                                                                                                                                                    nonfunctional rRNA decay
GO:0070652                                                                                                                                                                                HAUS complex
GO:0070653                                                                                                                                          high-density lipoprotein particle receptor binding
GO:0070654                                                                                                                                                             sensory epithelium regeneration
GO:0070661                                                                                                                                                                     leukocyte proliferation
GO:0070662                                                                                                                                                                     mast cell proliferation
GO:0070663                                                                                                                                                       regulation of leukocyte proliferation
GO:0070664                                                                                                                                              negative regulation of leukocyte proliferation
GO:0070665                                                                                                                                              positive regulation of leukocyte proliferation
GO:0070666                                                                                                                                                       regulation of mast cell proliferation
GO:0070667                                                                                                                                              negative regulation of mast cell proliferation
GO:0070668                                                                                                                                              positive regulation of mast cell proliferation
GO:0070669                                                                                                                                                                   response to interleukin-2
GO:0070670                                                                                                                                                                   response to interleukin-4
GO:0070671                                                                                                                                                                  response to interleukin-12
GO:0070672                                                                                                                                                                  response to interleukin-15
GO:0070673                                                                                                                                                                  response to interleukin-18
GO:0070674                                                                                                                                                         hypoxanthine dehydrogenase activity
GO:0070675                                                                                                                                                               hypoxanthine oxidase activity
GO:0070676                                                                                                                                                              intralumenal vesicle formation
GO:0070678                                                                                                                                                                          preprotein binding
GO:0070679                                                                                                                                                        inositol 1,4,5 trisphosphate binding
GO:0070681                                                                                                                                          glutaminyl-tRNAGln biosynthesis via transamidation
GO:0070682                                                                                                                                                     proteasome regulatory particle assembly
GO:0070684                                                                                                                                                                   seminal clot liquefaction
GO:0070685                                                                                                                                                                          macropinocytic cup
GO:0070691                                                                                                                                                                              P-TEFb complex
GO:0070694                                                                                                                                 deoxyribonucleoside 5'-monophosphate N-glycosidase activity
GO:0070695                                                                                                                                                                                 FHF complex
GO:0070696                                                                                                                              transmembrane receptor protein serine/threonine kinase binding
GO:0070697                                                                                                                                                                    activin receptor binding
GO:0070698                                                                                                                                                             type I activin receptor binding
GO:0070699                                                                                                                                                            type II activin receptor binding
GO:0070700                                                                                                                                                                        BMP receptor binding
GO:0070701                                                                                                                                                                                 mucus layer
GO:0070702                                                                                                                                                                           inner mucus layer
GO:0070703                                                                                                                                                                           outer mucus layer
GO:0070704                                                                                                                                                                  sterol desaturase activity
GO:0070715                                                                                                                                                   sodium-dependent organic cation transport
GO:0070716                                                                                               mismatch repair involved in maintenance of fidelity involved in DNA-dependent DNA replication
GO:0070717                                                                                                                                                                   poly-purine tract binding
GO:0070721                                                                                                                                                                               ISGF3 complex
GO:0070723                                                                                                                                                                     response to cholesterol
GO:0070724                                                                                                                                                                        BMP receptor complex
GO:0070727                                                                                                                                                         cellular macromolecule localization
GO:0070728                                                                                                                                                                             leucine binding
GO:0070729                                                                                                                                                                 cyclic nucleotide transport
GO:0070730                                                                                                                                                                              cAMP transport
GO:0070731                                                                                                                                                                              cGMP transport
GO:0070733                                                                                                                                                                           AMPylase activity
GO:0070735                                                                                                                                                             protein-glycine ligase activity
GO:0070736                                                                                                                                                 protein-glycine ligase activity, initiating
GO:0070739                                                                                                                                                       protein-glutamic acid ligase activity
GO:0070740                                                                                                                                                       tubulin-glutamic acid ligase activity
GO:0070741                                                                                                                                                                   response to interleukin-6
GO:0070742                                                                                                                                                             C2H2 zinc finger domain binding
GO:0070743                                                                                                                                                                      interleukin-23 complex
GO:0070757                                                                                                                                                   interleukin-35-mediated signaling pathway
GO:0070761                                                                                                                                                                          pre-snoRNP complex
GO:0070762                                                                                                                                                             nuclear pore transmembrane ring
GO:0070765                                                                                                                                                                     gamma-secretase complex
GO:0070772                                                                                                                                                                                 PAS complex
GO:0070773                                                                                                                                        protein-N-terminal glutamine amidohydrolase activity
GO:0070774                                                                                                                                                                    phytoceramidase activity
GO:0070775                                                                                                                                                        H3 histone acetyltransferase complex
GO:0070776                                                                                                                                                  MOZ/MORF histone acetyltransferase complex
GO:0070777                                                                                                                                                                       D-aspartate transport
GO:0070778                                                                                                                                                         L-aspartate transmembrane transport
GO:0070779                                                                                                                                                   D-aspartate import across plasma membrane
GO:0070780                                                                                                                                         dihydrosphingosine-1-phosphate phosphatase activity
GO:0070781                                                                                                                                                                          response to biotin
GO:0070782                                                                                                                                       phosphatidylserine exposure on apoptotic cell surface
GO:0070813                                                                                                                                                          hydrogen sulfide metabolic process
GO:0070814                                                                                                                                                       hydrogen sulfide biosynthetic process
GO:0070815                                                                                                                                                      peptidyl-lysine 5-dioxygenase activity
GO:0070818                                                                                                                                                         protoporphyrinogen oxidase activity
GO:0070820                                                                                                                                                                            tertiary granule
GO:0070821                                                                                                                                                                   tertiary granule membrane
GO:0070822                                                                                                                                                                           Sin3-type complex
GO:0070826                                                                                                                                                                        paraferritin complex
GO:0070828                                                                                                                                                                heterochromatin organization
GO:0070830                                                                                                                                                          bicellular tight junction assembly
GO:0070831                                                                                                                                                                  basement membrane assembly
GO:0070836                                                                                                                                                                            caveola assembly
GO:0070837                                                                                                                                                              dehydroascorbic acid transport
GO:0070840                                                                                                                                                                      dynein complex binding
GO:0070841                                                                                                                                                                     inclusion body assembly
GO:0070842                                                                                                                                                                          aggresome assembly
GO:0070847                                                                                                                                                                       core mediator complex
GO:0070848                                                                                                                                                                   response to growth factor
GO:0070849                                                                                                                                                         response to epidermal growth factor
GO:0070851                                                                                                                                                              growth factor receptor binding
GO:0070852                                                                                                                                                                             cell body fiber
GO:0070853                                                                                                                                                                           myosin VI binding
GO:0070856                                                                                                                                                               myosin VI light chain binding
GO:0070857                                                                                                                                                regulation of bile acid biosynthetic process
GO:0070858                                                                                                                                       negative regulation of bile acid biosynthetic process
GO:0070859                                                                                                                                       positive regulation of bile acid biosynthetic process
GO:0070860                                                                                                                                                        RNA polymerase I core factor complex
GO:0070861                                                                                                                                       regulation of protein exit from endoplasmic reticulum
GO:0070862                                                                                                                              negative regulation of protein exit from endoplasmic reticulum
GO:0070863                                                                                                                              positive regulation of protein exit from endoplasmic reticulum
GO:0070873                                                                                                                                                    regulation of glycogen metabolic process
GO:0070874                                                                                                                                           negative regulation of glycogen metabolic process
GO:0070875                                                                                                                                           positive regulation of glycogen metabolic process
GO:0070876                                                                                                                                                                                SOSS complex
GO:0070877                                                                                                                                                                      microprocessor complex
GO:0070878                                                                                                                                                                       primary miRNA binding
GO:0070883                                                                                                                                                                           pre-miRNA binding
GO:0070884                                                                                                                                            regulation of calcineurin-NFAT signaling cascade
GO:0070885                                                                                                                                   negative regulation of calcineurin-NFAT signaling cascade
GO:0070886                                                                                                                                   positive regulation of calcineurin-NFAT signaling cascade
GO:0070887                                                                                                                                                      cellular response to chemical stimulus
GO:0070888                                                                                                                                                                               E-box binding
GO:0070889                                                                                                                                                         platelet alpha granule organization
GO:0070891                                                                                                                                                                   lipoteichoic acid binding
GO:0070892                                                                                                                                                  lipoteichoic acid immune receptor activity
GO:0070897                                                                                                                                                transcription preinitiation complex assembly
GO:0070898                                                                                                                                           RNA polymerase III preinitiation complex assembly
GO:0070899                                                                                                                                              mitochondrial tRNA wobble uridine modification
GO:0070900                                                                                                                                                             mitochondrial tRNA modification
GO:0070901                                                                                                                                                              mitochondrial tRNA methylation
GO:0070902                                                                                                                                                  mitochondrial tRNA pseudouridine synthesis
GO:0070905                                                                                                                                                                              serine binding
GO:0070911                                                                                                                                                    global genome nucleotide-excision repair
GO:0070914                                                                                                                                                                   UV-damage excision repair
GO:0070915                                                                                                                                                     lysophosphatidic acid receptor activity
GO:0070918                                                                                                                                                                 regulatory ncRNA processing
GO:0070920                                                                                                                                                   regulation of regulatory ncRNA processing
GO:0070921                                                                                                                                                              regulation of siRNA processing
GO:0070922                                                                                                                                                                       RISC complex assembly
GO:0070925                                                                                                                                                                          organelle assembly
GO:0070926                                                                                                                                                   regulation of ATP:ADP antiporter activity
GO:0070931                                                                                                                                                              Golgi-associated vesicle lumen
GO:0070934                                                                                                                                                             CRD-mediated mRNA stabilization
GO:0070935                                                                                                                                                          3'-UTR-mediated mRNA stabilization
GO:0070936                                                                                                                                                           protein K48-linked ubiquitination
GO:0070937                                                                                                                                                         CRD-mediated mRNA stability complex
GO:0070938                                                                                                                                                                            contractile ring
GO:0070939                                                                                                                                                                            Dsl1/NZR complex
GO:0070942                                                                                                                                                            neutrophil mediated cytotoxicity
GO:0070943                                                                                                                                                neutrophil-mediated killing of symbiont cell
GO:0070944                                                                                                                                                    neutrophil-mediated killing of bacterium
GO:0070945                                                                                                                                      neutrophil-mediated killing of gram-negative bacterium
GO:0070946                                                                                                                                      neutrophil-mediated killing of gram-positive bacterium
GO:0070947                                                                                                                                                       neutrophil-mediated killing of fungus
GO:0070948                                                                                                                                              regulation of neutrophil mediated cytotoxicity
GO:0070949                                                                                                                                  regulation of neutrophil mediated killing of symbiont cell
GO:0070950                                                                                                                                      regulation of neutrophil mediated killing of bacterium
GO:0070951                                                                                                                        regulation of neutrophil mediated killing of gram-negative bacterium
GO:0070953                                                                                                                                         regulation of neutrophil mediated killing of fungus
GO:0070960                                                                                                                                     positive regulation of neutrophil mediated cytotoxicity
GO:0070961                                                                                                                         positive regulation of neutrophil mediated killing of symbiont cell
GO:0070962                                                                                                                             positive regulation of neutrophil mediated killing of bacterium
GO:0070963                                                                                                               positive regulation of neutrophil mediated killing of gram-negative bacterium
GO:0070965                                                                                                                                positive regulation of neutrophil mediated killing of fungus
GO:0070966                                                                                                                                     nuclear-transcribed mRNA catabolic process, no-go decay
GO:0070971                                                                                                                                                             endoplasmic reticulum exit site
GO:0070972                                                                                                                                               protein localization to endoplasmic reticulum
GO:0070973                                                                                                                                     protein localization to endoplasmic reticulum exit site
GO:0070974                                                                                                                                                                          POU domain binding
GO:0070975                                                                                                                                                                          FHA domain binding
GO:0070976                                                                                                                                                                          TIR domain binding
GO:0070977                                                                                                                                                                             bone maturation
GO:0070979                                                                                                                                                           protein K11-linked ubiquitination
GO:0070980                                                                                                                                                                  biphenyl catabolic process
GO:0070981                                                                                                                                                           L-asparagine biosynthetic process
GO:0070982                                                                                                                                                              L-asparagine metabolic process
GO:0070985                                                                                                                                                          transcription factor TFIIK complex
GO:0070986                                                                                                                                                               left/right axis specification
GO:0070987                                                                                                                                                            error-free translesion synthesis
GO:0070988                                                                                                                                                                               demethylation
GO:0070989                                                                                                                                                                     oxidative demethylation
GO:0070990                                                                                                                                                                               snRNP binding
GO:0070991                                                                                                                                          medium-chain fatty acyl-CoA dehydrogenase activity
GO:0070992                                                                                                                                                              translation initiation complex
GO:0070993                                                                                                                                                           translation preinitiation complex
GO:0070994                                                                                                                                                               detection of oxidative stress
GO:0070995                                                                                                                                                                             NADPH oxidation
GO:0070996                                                                                                                                                        type 1 melanocortin receptor binding
GO:0071000                                                                                                                                                                       response to magnetism
GO:0071001                                                                                                                                                                                 U4/U6 snRNP
GO:0071004                                                                                                                                                                      U2-type prespliceosome
GO:0071005                                                                                                                                                            U2-type precatalytic spliceosome
GO:0071006                                                                                                                                                        U2-type catalytic step 1 spliceosome
GO:0071007                                                                                                                                                        U2-type catalytic step 2 spliceosome
GO:0071008                                                                                                                                              U2-type post-mRNA release spliceosomal complex
GO:0071010                                                                                                                                                                              prespliceosome
GO:0071011                                                                                                                                                                    precatalytic spliceosome
GO:0071012                                                                                                                                                                catalytic step 1 spliceosome
GO:0071013                                                                                                                                                                catalytic step 2 spliceosome
GO:0071014                                                                                                                                                      post-mRNA release spliceosomal complex
GO:0071020                                                                                                                                                                   post-spliceosomal complex
GO:0071021                                                                                                                                                           U2-type post-spliceosomal complex
GO:0071025                                                                                                                                                                            RNA surveillance
GO:0071026                                                                                                                                                                cytoplasmic RNA surveillance
GO:0071027                                                                                                                                                                    nuclear RNA surveillance
GO:0071028                                                                                                                                                                   nuclear mRNA surveillance
GO:0071029                                                                                                                                                                  nuclear ncRNA surveillance
GO:0071031                                                                                                                                         nuclear mRNA surveillance of mRNA 3'-end processing
GO:0071034                                                                                                                                                                       CUT catabolic process
GO:0071035                                                                                                                                    nuclear polyadenylation-dependent rRNA catabolic process
GO:0071036                                                                                                                                  nuclear polyadenylation-dependent snoRNA catabolic process
GO:0071037                                                                                                                                   nuclear polyadenylation-dependent snRNA catabolic process
GO:0071038                                                                                                                                    nuclear polyadenylation-dependent tRNA catabolic process
GO:0071039                                                                                                                                     nuclear polyadenylation-dependent CUT catabolic process
GO:0071040                                                                                                                    nuclear polyadenylation-dependent antisense transcript catabolic process
GO:0071041                                                                                                                                                  antisense RNA transcript catabolic process
GO:0071042                                                                                                                                    nuclear polyadenylation-dependent mRNA catabolic process
GO:0071043                                                                                                                                                                       CUT metabolic process
GO:0071044                                                                                                                                                              histone mRNA catabolic process
GO:0071045                                                                                                                                                      nuclear histone mRNA catabolic process
GO:0071046                                                                                                                                   nuclear polyadenylation-dependent ncRNA catabolic process
GO:0071047                                                                                                                                            polyadenylation-dependent mRNA catabolic process
GO:0071051                                                                                                                                          polyadenylation-dependent snoRNA 3'-end processing
GO:0071062                                                                                                                                                   alphav-beta3 integrin-vitronectin complex
GO:0071065                                                                                                                             alpha9-beta1 integrin-vascular cell adhesion molecule-1 complex
GO:0071071                                                                                                                                             regulation of phospholipid biosynthetic process
GO:0071072                                                                                                                                    negative regulation of phospholipid biosynthetic process
GO:0071073                                                                                                                                    positive regulation of phospholipid biosynthetic process
GO:0071074                                                                                                                                                   eukaryotic initiation factor eIF2 binding
GO:0071076                                                                                                                                                                          RNA 3' uridylation
GO:0071077                                                                                                                             adenosine 3',5'-bisphosphate transmembrane transporter activity
GO:0071103                                                                                                                                                                     DNA conformation change
GO:0071104                                                                                                                                                                   response to interleukin-9
GO:0071105                                                                                                                                                                  response to interleukin-11
GO:0071106                                                                                                                                        adenosine 3',5'-bisphosphate transmembrane transport
GO:0071107                                                                                                                                                             response to parathyroid hormone
GO:0071108                                                                                                                                                         protein K48-linked deubiquitination
GO:0071109                                                                                                                                                         superior temporal gyrus development
GO:0071133                                                                                                                                                         alpha9-beta1 integrin-ADAM8 complex
GO:0071139                                                                                                                                               resolution of DNA recombination intermediates
GO:0071140                                                                                                                                           resolution of mitotic recombination intermediates
GO:0071141                                                                                                                                                                        SMAD protein complex
GO:0071142                                                                                                                                                              homomeric SMAD protein complex
GO:0071144                                                                                                                                                            heteromeric SMAD protein complex
GO:0071159                                                                                                                                                                           NF-kappaB complex
GO:0071162                                                                                                                                                                                 CMG complex
GO:0071163                                                                                                                                              DNA replication preinitiation complex assembly
GO:0071164                                                                                                                                                    RNA trimethylguanosine synthase activity
GO:0071166                                                                                                                                                      ribonucleoprotein complex localization
GO:0071168                                                                                                                                                           protein localization to chromatin
GO:0071169                                                                                                                                          establishment of protein localization to chromatin
GO:0071173                                                                                                                                                       spindle assembly checkpoint signaling
GO:0071174                                                                                                                                                        mitotic spindle checkpoint signaling
GO:0071193                                                                                                                                                                Kv4.2-KChIP2 channel complex
GO:0071203                                                                                                                                                                                WASH complex
GO:0071204                                                                                                                                                   histone pre-mRNA 3'end processing complex
GO:0071205                                                                                                                                        protein localization to juxtaparanode region of axon
GO:0071206                                                                                                                       establishment of protein localization to juxtaparanode region of axon
GO:0071207                                                                                                                                                          histone pre-mRNA stem-loop binding
GO:0071208                                                                                                                                                                histone pre-mRNA DCP binding
GO:0071209                                                                                                                                                                            U7 snRNA binding
GO:0071211                                                                                                                                          protein targeting to vacuole involved in autophagy
GO:0071214                                                                                                                                                       cellular response to abiotic stimulus
GO:0071215                                                                                                                                                 cellular response to abscisic acid stimulus
GO:0071216                                                                                                                                                        cellular response to biotic stimulus
GO:0071217                                                                                                                                               cellular response to external biotic stimulus
GO:0071218                                                                                                                                                      cellular response to misfolded protein
GO:0071219                                                                                                                                           cellular response to molecule of bacterial origin
GO:0071220                                                                                                                                                  cellular response to bacterial lipoprotein
GO:0071221                                                                                                                                                  cellular response to bacterial lipopeptide
GO:0071222                                                                                                                                                     cellular response to lipopolysaccharide
GO:0071223                                                                                                                                                      cellular response to lipoteichoic acid
GO:0071224                                                                                                                                                          cellular response to peptidoglycan
GO:0071225                                                                                                                                                      cellular response to muramyl dipeptide
GO:0071226                                                                                                                                              cellular response to molecule of fungal origin
GO:0071228                                                                                                                                                             cellular response to tumor cell
GO:0071229                                                                                                                                                          cellular response to acid chemical
GO:0071230                                                                                                                                                    cellular response to amino acid stimulus
GO:0071231                                                                                                                                                             cellular response to folic acid
GO:0071233                                                                                                                                                                cellular response to leucine
GO:0071236                                                                                                                                                             cellular response to antibiotic
GO:0071241                                                                                                                                                    cellular response to inorganic substance
GO:0071242                                                                                                                                                           cellular response to ammonium ion
GO:0071243                                                                                                                                           cellular response to arsenic-containing substance
GO:0071244                                                                                                                                                         cellular response to carbon dioxide
GO:0071248                                                                                                                                                              cellular response to metal ion
GO:0071253                                                                                                                                                                            connexin binding
GO:0071254                                                                                                                                                                    cytoplasmic U snRNP body
GO:0071256                                                                                                                                                                          translocon complex
GO:0071257                                                                                                                                                    cellular response to electrical stimulus
GO:0071258                                                                                                                                                                cellular response to gravity
GO:0071259                                                                                                                                                              cellular response to magnetism
GO:0071260                                                                                                                                                    cellular response to mechanical stimulus
GO:0071261                                                                                                                                                                     Ssh1 translocon complex
GO:0071262                                                                                                                            regulation of translational initiation in response to starvation
GO:0071264                                                                                                                   positive regulation of translational initiation in response to starvation
GO:0071265                                                                                                                                                           L-methionine biosynthetic process
GO:0071266                                                                                                                                                 'de novo' L-methionine biosynthetic process
GO:0071267                                                                                                                                                                        L-methionine salvage
GO:0071275                                                                                                                                                           cellular response to aluminum ion
GO:0071276                                                                                                                                                            cellular response to cadmium ion
GO:0071277                                                                                                                                                            cellular response to calcium ion
GO:0071279                                                                                                                                                             cellular response to cobalt ion
GO:0071280                                                                                                                                                             cellular response to copper ion
GO:0071281                                                                                                                                                               cellular response to iron ion
GO:0071283                                                                                                                                                          cellular response to iron(III) ion
GO:0071284                                                                                                                                                               cellular response to lead ion
GO:0071285                                                                                                                                                            cellular response to lithium ion
GO:0071286                                                                                                                                                          cellular response to magnesium ion
GO:0071287                                                                                                                                                          cellular response to manganese ion
GO:0071288                                                                                                                                                            cellular response to mercury ion
GO:0071294                                                                                                                                                               cellular response to zinc ion
GO:0071295                                                                                                                                                                cellular response to vitamin
GO:0071298                                                                                                                                                        cellular response to L-ascorbic acid
GO:0071300                                                                                                                                                          cellular response to retinoic acid
GO:0071301                                                                                                                                                             cellular response to vitamin B1
GO:0071305                                                                                                                                                              cellular response to vitamin D
GO:0071306                                                                                                                                                              cellular response to vitamin E
GO:0071307                                                                                                                                                              cellular response to vitamin K
GO:0071310                                                                                                                                                      cellular response to organic substance
GO:0071312                                                                                                                                                               cellular response to alkaloid
GO:0071313                                                                                                                                                               cellular response to caffeine
GO:0071314                                                                                                                                                                cellular response to cocaine
GO:0071315                                                                                                                                                               cellular response to morphine
GO:0071316                                                                                                                                                               cellular response to nicotine
GO:0071317                                                                                                                                                  cellular response to isoquinoline alkaloid
GO:0071318                                                                                                                                                                    cellular response to ATP
GO:0071320                                                                                                                                                                   cellular response to cAMP
GO:0071321                                                                                                                                                                   cellular response to cGMP
GO:0071322                                                                                                                                                  cellular response to carbohydrate stimulus
GO:0071324                                                                                                                                                  cellular response to disaccharide stimulus
GO:0071326                                                                                                                                                cellular response to monosaccharide stimulus
GO:0071329                                                                                                                                                       cellular response to sucrose stimulus
GO:0071331                                                                                                                                                        cellular response to hexose stimulus
GO:0071332                                                                                                                                                      cellular response to fructose stimulus
GO:0071333                                                                                                                                                       cellular response to glucose stimulus
GO:0071335                                                                                                                                                            hair follicle cell proliferation
GO:0071336                                                                                                                                              regulation of hair follicle cell proliferation
GO:0071338                                                                                                                                     positive regulation of hair follicle cell proliferation
GO:0071339                                                                                                                                                                                MLL1 complex
GO:0071340                                                                                                                                      skeletal muscle acetylcholine-gated channel clustering
GO:0071344                                                                                                                                                               diphosphate metabolic process
GO:0071345                                                                                                                                                      cellular response to cytokine stimulus
GO:0071346                                                                                                                                                     cellular response to type II interferon
GO:0071347                                                                                                                                                          cellular response to interleukin-1
GO:0071348                                                                                                                                                         cellular response to interleukin-11
GO:0071349                                                                                                                                                         cellular response to interleukin-12
GO:0071350                                                                                                                                                         cellular response to interleukin-15
GO:0071351                                                                                                                                                         cellular response to interleukin-18
GO:0071352                                                                                                                                                          cellular response to interleukin-2
GO:0071353                                                                                                                                                          cellular response to interleukin-4
GO:0071354                                                                                                                                                          cellular response to interleukin-6
GO:0071355                                                                                                                                                          cellular response to interleukin-9
GO:0071356                                                                                                                                                  cellular response to tumor necrosis factor
GO:0071357                                                                                                                                                      cellular response to type I interferon
GO:0071358                                                                                                                                                    cellular response to type III interferon
GO:0071359                                                                                                                                                                  cellular response to dsRNA
GO:0071360                                                                                                                                                        cellular response to exogenous dsRNA
GO:0071361                                                                                                                                                                cellular response to ethanol
GO:0071362                                                                                                                                                                  cellular response to ether
GO:0071363                                                                                                                                                 cellular response to growth factor stimulus
GO:0071364                                                                                                                                       cellular response to epidermal growth factor stimulus
GO:0071371                                                                                                                                                  cellular response to gonadotropin stimulus
GO:0071372                                                                                                                                  cellular response to follicle-stimulating hormone stimulus
GO:0071373                                                                                                                                           cellular response to luteinizing hormone stimulus
GO:0071374                                                                                                                                           cellular response to parathyroid hormone stimulus
GO:0071375                                                                                                                                               cellular response to peptide hormone stimulus
GO:0071376                                                                                                                               cellular response to corticotropin-releasing hormone stimulus
GO:0071377                                                                                                                                                      cellular response to glucagon stimulus
GO:0071378                                                                                                                                                cellular response to growth hormone stimulus
GO:0071379                                                                                                                                                 cellular response to prostaglandin stimulus
GO:0071380                                                                                                                                               cellular response to prostaglandin E stimulus
GO:0071383                                                                                                                                               cellular response to steroid hormone stimulus
GO:0071384                                                                                                                                                cellular response to corticosteroid stimulus
GO:0071385                                                                                                                                                cellular response to glucocorticoid stimulus
GO:0071386                                                                                                                                                cellular response to corticosterone stimulus
GO:0071387                                                                                                                                                      cellular response to cortisol stimulus
GO:0071389                                                                                                                                             cellular response to mineralocorticoid stimulus
GO:0071391                                                                                                                                                      cellular response to estrogen stimulus
GO:0071392                                                                                                                                                     cellular response to estradiol stimulus
GO:0071393                                                                                                                                                  cellular response to progesterone stimulus
GO:0071394                                                                                                                                                  cellular response to testosterone stimulus
GO:0071395                                                                                                                                                 cellular response to jasmonic acid stimulus
GO:0071396                                                                                                                                                                  cellular response to lipid
GO:0071397                                                                                                                                                            cellular response to cholesterol
GO:0071398                                                                                                                                                             cellular response to fatty acid
GO:0071400                                                                                                                                                             cellular response to oleic acid
GO:0071401                                                                                                                                                           cellular response to triglyceride
GO:0071402                                                                                                                                          cellular response to lipoprotein particle stimulus
GO:0071403                                                                                                                             cellular response to high density lipoprotein particle stimulus
GO:0071404                                                                                                                              cellular response to low-density lipoprotein particle stimulus
GO:0071407                                                                                                                                                cellular response to organic cyclic compound
GO:0071409                                                                                                                                                          cellular response to cycloheximide
GO:0071412                                                                                                                                                              cellular response to genistein
GO:0071413                                                                                                                                                      cellular response to hydroxyisoflavone
GO:0071415                                                                                                                                             cellular response to purine-containing compound
GO:0071417                                                                                                                                                cellular response to organonitrogen compound
GO:0071418                                                                                                                                                         cellular response to amine stimulus
GO:0071420                                                                                                                                                              cellular response to histamine
GO:0071421                                                                                                                                                       manganese ion transmembrane transport
GO:0071422                                                                                                                                                           succinate transmembrane transport
GO:0071423                                                                                                                                                              malate transmembrane transport
GO:0071424                                                                                                                                              rRNA (cytosine-N4-)-methyltransferase activity
GO:0071425                                                                                                                                                       hematopoietic stem cell proliferation
GO:0071439                                                                                                                                                                            clathrin complex
GO:0071444                                                                                                                                                              cellular response to pheromone
GO:0071447                                                                                                                                                          cellular response to hydroperoxide
GO:0071449                                                                                                                                                    cellular response to lipid hydroperoxide
GO:0071450                                                                                                                                                         cellular response to oxygen radical
GO:0071451                                                                                                                                                             cellular response to superoxide
GO:0071453                                                                                                                                                          cellular response to oxygen levels
GO:0071454                                                                                                                                                                 cellular response to anoxia
GO:0071455                                                                                                                                                              cellular response to hyperoxia
GO:0071456                                                                                                                                                                cellular response to hypoxia
GO:0071459                                                                                                                                      protein localization to chromosome, centromeric region
GO:0071461                                                                                                                                                            cellular response to redox state
GO:0071462                                                                                                                                                         cellular response to water stimulus
GO:0071464                                                                                                                                                   cellular response to hydrostatic pressure
GO:0071466                                                                                                                                                    cellular response to xenobiotic stimulus
GO:0071467                                                                                                                                                                     cellular response to pH
GO:0071468                                                                                                                                                              cellular response to acidic pH
GO:0071469                                                                                                                                                            cellular response to alkaline pH
GO:0071470                                                                                                                                                         cellular response to osmotic stress
GO:0071471                                                                                                                                               cellular response to non-ionic osmotic stress
GO:0071472                                                                                                                                                            cellular response to salt stress
GO:0071474                                                                                                                                                              cellular hyperosmotic response
GO:0071475                                                                                                                                                     cellular hyperosmotic salinity response
GO:0071476                                                                                                                                                                 cellular hypotonic response
GO:0071477                                                                                                                                                        cellular hypotonic salinity response
GO:0071478                                                                                                                                                              cellular response to radiation
GO:0071479                                                                                                                                                     cellular response to ionizing radiation
GO:0071480                                                                                                                                                        cellular response to gamma radiation
GO:0071481                                                                                                                                                                  cellular response to X-ray
GO:0071482                                                                                                                                                         cellular response to light stimulus
GO:0071483                                                                                                                                                             cellular response to blue light
GO:0071484                                                                                                                                                        cellular response to light intensity
GO:0071485                                                                                                                                                       cellular response to absence of light
GO:0071486                                                                                                                                                   cellular response to high light intensity
GO:0071492                                                                                                                                                                   cellular response to UV-A
GO:0071493                                                                                                                                                                   cellular response to UV-B
GO:0071494                                                                                                                                                                   cellular response to UV-C
GO:0071495                                                                                                                                                    cellular response to endogenous stimulus
GO:0071496                                                                                                                                                      cellular response to external stimulus
GO:0071498                                                                                                                                                     cellular response to fluid shear stress
GO:0071499                                                                                                                                             cellular response to laminar fluid shear stress
GO:0071500                                                                                                                                                     cellular response to nitrosative stress
GO:0071501                                                                                                                                                       cellular response to sterol depletion
GO:0071502                                                                                                                                                   cellular response to temperature stimulus
GO:0071503                                                                                                                                                                         response to heparin
GO:0071504                                                                                                                                                                cellular response to heparin
GO:0071505                                                                                                                                                               response to mycophenolic acid
GO:0071506                                                                                                                                                      cellular response to mycophenolic acid
GO:0071513                                                                                                                                           phosphopantothenoylcysteine decarboxylase complex
GO:0071514                                                                                                                                                                          genomic imprinting
GO:0071526                                                                                                                                                         semaphorin-plexin signaling pathway
GO:0071528                                                                                                                                                                 tRNA re-export from nucleus
GO:0071529                                                                                                                                                                     cementum mineralization
GO:0071532                                                                                                                                                                      ankyrin repeat binding
GO:0071535                                                                                                                                                        RING-like zinc finger domain binding
GO:0071539                                                                                                                                                          protein localization to centrosome
GO:0071540                                                                                                                                   eukaryotic translation initiation factor 3 complex, eIF3e
GO:0071541                                                                                                                                   eukaryotic translation initiation factor 3 complex, eIF3m
GO:0071542                                                                                                                                                         dopaminergic neuron differentiation
GO:0071543                                                                                                                                           diphosphoinositol polyphosphate metabolic process
GO:0071544                                                                                                                                           diphosphoinositol polyphosphate catabolic process
GO:0071545                                                                                                                                                        inositol phosphate catabolic process
GO:0071546                                                                                                                                                                                     pi-body
GO:0071547                                                                                                                                                                                    piP-body
GO:0071548                                                                                                                                                                   response to dexamethasone
GO:0071549                                                                                                                                                 cellular response to dexamethasone stimulus
GO:0071550                                                                                                                                                   death-inducing signaling complex assembly
GO:0071553                                                                                                                               G protein-coupled pyrimidinergic nucleotide receptor activity
GO:0071558                                                                                                                                              histone H3K27me2/H3K27me3 demethylase activity
GO:0071559                                                                                                                                                 response to transforming growth factor beta
GO:0071560                                                                                                                               cellular response to transforming growth factor beta stimulus
GO:0071561                                                                                                                                                                    nucleus-vacuole junction
GO:0071564                                                                                                                                                                               npBAF complex
GO:0071565                                                                                                                                                                                nBAF complex
GO:0071566                                                                                                                                                             UFM1 activating enzyme activity
GO:0071567                                                                                                                                                                         deUFMylase activity
GO:0071568                                                                                                                                                                   UFM1 transferase activity
GO:0071569                                                                                                                                                                          protein ufmylation
GO:0071573                                                                                                                                                                  shelterin complex assembly
GO:0071577                                                                                                                                                            zinc ion transmembrane transport
GO:0071578                                                                                                                                                      zinc ion import across plasma membrane
GO:0071579                                                                                                                                                            regulation of zinc ion transport
GO:0071580                                                                                                                                              regulation of zinc ion transmembrane transport
GO:0071581                                                                                                                                                 regulation of zinc ion transmembrane import
GO:0071582                                                                                                                                                   negative regulation of zinc ion transport
GO:0071583                                                                                                                                     negative regulation of zinc ion transmembrane transport
GO:0071584                                                                                                                                        negative regulation of zinc ion transmembrane import
GO:0071585                                                                                                                                                               detoxification of cadmium ion
GO:0071586                                                                                                                                                                 CAAX-box protein processing
GO:0071593                                                                                                                                                                      lymphocyte aggregation
GO:0071595                                                                                                                                                               Nem1-Spo7 phosphatase complex
GO:0071596                                                                                                                    ubiquitin-dependent protein catabolic process via the N-end rule pathway
GO:0071598                                                                                                                                                          neuronal ribonucleoprotein granule
GO:0071599                                                                                                                                                                    otic vesicle development
GO:0071600                                                                                                                                                                  otic vesicle morphogenesis
GO:0071602                                                                                                                                                       phytosphingosine biosynthetic process
GO:0071603                                                                                                                                                              endothelial cell-cell adhesion
GO:0071604                                                                                                                                                  transforming growth factor beta production
GO:0071605                                                                                                                                                   monocyte chemotactic protein-1 production
GO:0071606                                                                                                                                                   chemokine (C-C motif) ligand 4 production
GO:0071608                                                                                                                                          macrophage inflammatory protein-1 alpha production
GO:0071609                                                                                                                                                   chemokine (C-C motif) ligand 5 production
GO:0071610                                                                                                                                                   chemokine (C-C motif) ligand 1 production
GO:0071611                                                                                                                                            granulocyte colony-stimulating factor production
GO:0071612                                                                                                                                                                            IP-10 production
GO:0071613                                                                                                                                                                       granzyme B production
GO:0071614                                                                                                                                                          linoleic acid epoxygenase activity
GO:0071616                                                                                                                                                               acyl-CoA biosynthetic process
GO:0071617                                                                                                                                                   lysophospholipid acyltransferase activity
GO:0071618                                                                                                                                       lysophosphatidylethanolamine acyltransferase activity
GO:0071621                                                                                                                                                                      granulocyte chemotaxis
GO:0071622                                                                                                                                                        regulation of granulocyte chemotaxis
GO:0071623                                                                                                                                               negative regulation of granulocyte chemotaxis
GO:0071624                                                                                                                                               positive regulation of granulocyte chemotaxis
GO:0071625                                                                                                                                                                       vocalization behavior
GO:0071626                                                                                                                                                                                 mastication
GO:0071629                                                                                                                        cytoplasm protein quality control by the ubiquitin-proteasome system
GO:0071630                                                                                                                          nuclear protein quality control by the ubiquitin-proteasome system
GO:0071633                                                                                                                                                                  dihydroceramidase activity
GO:0071634                                                                                                                                    regulation of transforming growth factor beta production
GO:0071635                                                                                                                           negative regulation of transforming growth factor beta production
GO:0071636                                                                                                                           positive regulation of transforming growth factor beta production
GO:0071637                                                                                                                                     regulation of monocyte chemotactic protein-1 production
GO:0071638                                                                                                                            negative regulation of monocyte chemotactic protein-1 production
GO:0071639                                                                                                                            positive regulation of monocyte chemotactic protein-1 production
GO:0071640                                                                                                                            regulation of macrophage inflammatory protein 1 alpha production
GO:0071641                                                                                                                   negative regulation of macrophage inflammatory protein 1 alpha production
GO:0071642                                                                                                                   positive regulation of macrophage inflammatory protein 1 alpha production
GO:0071643                                                                                                                                     regulation of chemokine (C-C motif) ligand 4 production
GO:0071644                                                                                                                            negative regulation of chemokine (C-C motif) ligand 4 production
GO:0071649                                                                                                                                     regulation of chemokine (C-C motif) ligand 5 production
GO:0071650                                                                                                                            negative regulation of chemokine (C-C motif) ligand 5 production
GO:0071651                                                                                                                            positive regulation of chemokine (C-C motif) ligand 5 production
GO:0071652                                                                                                                                     regulation of chemokine (C-C motif) ligand 1 production
GO:0071654                                                                                                                            positive regulation of chemokine (C-C motif) ligand 1 production
GO:0071655                                                                                                                              regulation of granulocyte colony-stimulating factor production
GO:0071656                                                                                                                     negative regulation of granulocyte colony-stimulating factor production
GO:0071657                                                                                                                     positive regulation of granulocyte colony-stimulating factor production
GO:0071658                                                                                                                                                              regulation of IP-10 production
GO:0071659                                                                                                                                                     negative regulation of IP-10 production
GO:0071660                                                                                                                                                     positive regulation of IP-10 production
GO:0071661                                                                                                                                                         regulation of granzyme B production
GO:0071663                                                                                                                                                positive regulation of granzyme B production
GO:0071664                                                                                                                                                                      catenin-TCF7L2 complex
GO:0071665                                                                                                                                                                gamma-catenin-TCF7L2 complex
GO:0071667                                                                                                                                                                      DNA/RNA hybrid binding
GO:0071670                                                                                                                                                               smooth muscle cell chemotaxis
GO:0071671                                                                                                                                                 regulation of smooth muscle cell chemotaxis
GO:0071672                                                                                                                                        negative regulation of smooth muscle cell chemotaxis
GO:0071673                                                                                                                                        positive regulation of smooth muscle cell chemotaxis
GO:0071674                                                                                                                                                                  mononuclear cell migration
GO:0071675                                                                                                                                                    regulation of mononuclear cell migration
GO:0071676                                                                                                                                           negative regulation of mononuclear cell migration
GO:0071677                                                                                                                                           positive regulation of mononuclear cell migration
GO:0071678                                                                                                                                                                olfactory bulb axon guidance
GO:0071679                                                                                                                                                            commissural neuron axon guidance
GO:0071680                                                                                                                                                               response to indole-3-methanol
GO:0071681                                                                                                                                                      cellular response to indole-3-methanol
GO:0071682                                                                                                                                                                     endocytic vesicle lumen
GO:0071684                                                                                                                                                organism emergence from protective structure
GO:0071688                                                                                                                                              striated muscle myosin thick filament assembly
GO:0071691                                                                                                                                                       cardiac muscle thin filament assembly
GO:0071692                                                                                                                                                protein localization to extracellular region
GO:0071693                                                                                                                                               protein transport within extracellular region
GO:0071694                                                                                                                                     maintenance of protein location in extracellular region
GO:0071695                                                                                                                                                             anatomical structure maturation
GO:0071696                                                                                                                                                              ectodermal placode development
GO:0071697                                                                                                                                                            ectodermal placode morphogenesis
GO:0071698                                                                                                                                                               olfactory placode development
GO:0071699                                                                                                                                                             olfactory placode morphogenesis
GO:0071701                                                                                                                                                      regulation of MAPK export from nucleus
GO:0071702                                                                                                                                                                 organic substance transport
GO:0071704                                                                                                                                                         organic substance metabolic process
GO:0071705                                                                                                                                                                 nitrogen compound transport
GO:0071706                                                                                                                                       tumor necrosis factor superfamily cytokine production
GO:0071707                                                                                                                                              immunoglobulin heavy chain V-D-J recombination
GO:0071709                                                                                                                                                                           membrane assembly
GO:0071711                                                                                                                                                              basement membrane organization
GO:0071714                                                                                                                                                icosanoid transmembrane transporter activity
GO:0071715                                                                                                                                                                         icosanoid transport
GO:0071716                                                                                                                                                                       leukotriene transport
GO:0071723                                                                                                                                                                         lipopeptide binding
GO:0071724                                                                                                                                                    response to diacyl bacterial lipopeptide
GO:0071725                                                                                                                                                   response to triacyl bacterial lipopeptide
GO:0071726                                                                                                                                           cellular response to diacyl bacterial lipopeptide
GO:0071727                                                                                                                                          cellular response to triacyl bacterial lipopeptide
GO:0071731                                                                                                                                                                    response to nitric oxide
GO:0071732                                                                                                                                                           cellular response to nitric oxide
GO:0071735                                                                                                                                                                  IgG immunoglobulin complex
GO:0071745                                                                                                                                                                  IgA immunoglobulin complex
GO:0071746                                                                                                                                                     IgA immunoglobulin complex, circulating
GO:0071748                                                                                                                                                        monomeric IgA immunoglobulin complex
GO:0071749                                                                                                                                                        polymeric IgA immunoglobulin complex
GO:0071750                                                                                                                                                          dimeric IgA immunoglobulin complex
GO:0071751                                                                                                                                                        secretory IgA immunoglobulin complex
GO:0071752                                                                                                                                                secretory dimeric IgA immunoglobulin complex
GO:0071753                                                                                                                                                                  IgM immunoglobulin complex
GO:0071754                                                                                                                                                     IgM immunoglobulin complex, circulating
GO:0071755                                                                                                                                                                 IgM B cell receptor complex
GO:0071756                                                                                                                                                       pentameric IgM immunoglobulin complex
GO:0071763                                                                                                                                                               nuclear membrane organization
GO:0071765                                                                                                                                                         nuclear inner membrane organization
GO:0071772                                                                                                                                                                             response to BMP
GO:0071773                                                                                                                                                           cellular response to BMP stimulus
GO:0071774                                                                                                                                                        response to fibroblast growth factor
GO:0071782                                                                                                                                                       endoplasmic reticulum tubular network
GO:0071786                                                                                                                                          endoplasmic reticulum tubular network organization
GO:0071787                                                                                                                                             endoplasmic reticulum tubular network formation
GO:0071788                                                                                                                                           endoplasmic reticulum tubular network maintenance
GO:0071791                                                                                                                                                      chemokine (C-C motif) ligand 5 binding
GO:0071795                                                                                                                             K11-linked polyubiquitin modification-dependent protein binding
GO:0071796                                                                                                                              K6-linked polyubiquitin modification-dependent protein binding
GO:0071797                                                                                                                                                                               LUBAC complex
GO:0071798                                                                                                                                                                 response to prostaglandin D
GO:0071799                                                                                                                                               cellular response to prostaglandin D stimulus
GO:0071800                                                                                                                                                                           podosome assembly
GO:0071801                                                                                                                                                             regulation of podosome assembly
GO:0071803                                                                                                                                                    positive regulation of podosome assembly
GO:0071805                                                                                                                                                       potassium ion transmembrane transport
GO:0071806                                                                                                                                                             protein transmembrane transport
GO:0071812                                                                                                   positive regulation of fever generation by positive regulation of prostaglandin secretion
GO:0071813                                                                                                                                                                lipoprotein particle binding
GO:0071814                                                                                                                                                               protein-lipid complex binding
GO:0071816                                                                                                                                   tail-anchored membrane protein insertion into ER membrane
GO:0071817                                                                                                                                                                                MMXD complex
GO:0071818                                                                                                                                                                                BAT3 complex
GO:0071819                                                                                                                                                                                DUBm complex
GO:0071820                                                                                                                                                                               N-box binding
GO:0071821                                                                                                                                                                           FANCM-MHF complex
GO:0071824                                                                                                                                                            protein-DNA complex organization
GO:0071825                                                                                                                                                          protein-lipid complex organization
GO:0071826                                                                                                                                                            protein-RNA complex organization
GO:0071827                                                                                                                                                    plasma lipoprotein particle organization
GO:0071830                                                                                                                                            triglyceride-rich lipoprotein particle clearance
GO:0071831                                                                                                                                         intermediate-density lipoprotein particle clearance
GO:0071837                                                                                                                                                                      HMG box domain binding
GO:0071838                                                                                                                                                           cell proliferation in bone marrow
GO:0071839                                                                                                                                                       apoptotic process in bone marrow cell
GO:0071840                                                                                                                                               cellular component organization or biogenesis
GO:0071846                                                                                                                                                                  actin filament debranching
GO:0071855                                                                                                                                                               neuropeptide receptor binding
GO:0071863                                                                                                                                             regulation of cell proliferation in bone marrow
GO:0071864                                                                                                                                    positive regulation of cell proliferation in bone marrow
GO:0071865                                                                                                                                         regulation of apoptotic process in bone marrow cell
GO:0071866                                                                                                                                negative regulation of apoptotic process in bone marrow cell
GO:0071867                                                                                                                                                                       response to monoamine
GO:0071868                                                                                                                                                     cellular response to monoamine stimulus
GO:0071869                                                                                                                                                                   response to catecholamine
GO:0071870                                                                                                                                                 cellular response to catecholamine stimulus
GO:0071871                                                                                                                                                                     response to epinephrine
GO:0071872                                                                                                                                                   cellular response to epinephrine stimulus
GO:0071873                                                                                                                                                                  response to norepinephrine
GO:0071874                                                                                                                                                cellular response to norepinephrine stimulus
GO:0071875                                                                                                                                                       adrenergic receptor signaling pathway
GO:0071877                                                                                                            regulation of adenylate cyclase-inhibiting adrenergic receptor signaling pathway
GO:0071878                                                                                                   negative regulation of adenylate cyclase-activating adrenergic receptor signaling pathway
GO:0071879                                                                                                   positive regulation of adenylate cyclase-activating adrenergic receptor signaling pathway
GO:0071880                                                                                                                          adenylate cyclase-activating adrenergic receptor signaling pathway
GO:0071881                                                                                                                          adenylate cyclase-inhibiting adrenergic receptor signaling pathway
GO:0071882                                                                                                                            phospholipase C-activating adrenergic receptor signaling pathway
GO:0071885                                                                                                                                             N-terminal protein N-methyltransferase activity
GO:0071886                                                                                                                                        1-(4-iodo-2,5-dimethoxyphenyl)propan-2-amine binding
GO:0071887                                                                                                                                                                 leukocyte apoptotic process
GO:0071888                                                                                                                                                                macrophage apoptotic process
GO:0071889                                                                                                                                                                      14-3-3 protein binding
GO:0071890                                                                                                                                                                         bicarbonate binding
GO:0071895                                                                                                                                                                 odontoblast differentiation
GO:0071896                                                                                                                                                   protein localization to adherens junction
GO:0071897                                                                                                                                                                    DNA biosynthetic process
GO:0071900                                                                                                                                      regulation of protein serine/threonine kinase activity
GO:0071901                                                                                                                             negative regulation of protein serine/threonine kinase activity
GO:0071902                                                                                                                             positive regulation of protein serine/threonine kinase activity
GO:0071907                                                                                                                                       determination of digestive tract left/right asymmetry
GO:0071908                                                                                                                                             determination of intestine left/right asymmetry
GO:0071909                                                                                                                                               determination of stomach left/right asymmetry
GO:0071910                                                                                                                                                 determination of liver left/right asymmetry
GO:0071911                                                                                                                                                      synchronous neurotransmitter secretion
GO:0071913                                                                                                                                 citrate secondary active transmembrane transporter activity
GO:0071914                                                                                                                                                                                 prominosome
GO:0071916                                                                                                                                                dipeptide transmembrane transporter activity
GO:0071918                                                                                                                                                                urea transmembrane transport
GO:0071919                                                                                                                                                                  G-quadruplex DNA formation
GO:0071920                                                                                                                                                                               cleavage body
GO:0071921                                                                                                                                                                             cohesin loading
GO:0071926                                                                                                                                                           endocannabinoid signaling pathway
GO:0071929                                                                                                                                                                   alpha-tubulin acetylation
GO:0071932                                                                                                                                                                   replication fork reversal
GO:0071933                                                                                                                                                                      Arp2/3 complex binding
GO:0071934                                                                                                                                                            thiamine transmembrane transport
GO:0071938                                                                                                                                                                         vitamin A transport
GO:0071939                                                                                                                                                                  vitamin A import into cell
GO:0071941                                                                                                                                                            nitrogen cycle metabolic process
GO:0071942                                                                                                                                                                                 XPC complex
GO:0071943                                                                                                                                                                             Myc-Max complex
GO:0071944                                                                                                                                                                              cell periphery
GO:0071947                                                                                                          protein deubiquitination involved in ubiquitin-dependent protein catabolic process
GO:0071949                                                                                                                                                                                 FAD binding
GO:0071951                                                                                                                                     conversion of methionyl-tRNA to N-formyl-methionyl-tRNA
GO:0071953                                                                                                                                                                               elastic fiber
GO:0071955                                                                                                                                                       recycling endosome to Golgi transport
GO:0071960                                                                                                                               maintenance of mitotic sister chromatid cohesion, centromeric
GO:0071962                                                                                                                                              mitotic sister chromatid cohesion, centromeric
GO:0071963                                                                                                                         establishment or maintenance of cell polarity regulating cell shape
GO:0071965                                                                                                                                                         multicellular organismal locomotion
GO:0071971                                                                                                                                                              extracellular exosome assembly
GO:0071976                                                                                                                                                                                cell gliding
GO:0071985                                                                                                                                                         multivesicular body sorting pathway
GO:0071986                                                                                                                                                                           Ragulator complex
GO:0071987                                                                                                                                                                  WD40-repeat domain binding
GO:0071988                                                                                                                                                   protein localization to spindle pole body
GO:0072001                                                                                                                                                                    renal system development
GO:0072003                                                                                                                                                                   kidney rudiment formation
GO:0072004                                                                                                                                                                  kidney field specification
GO:0072006                                                                                                                                                                         nephron development
GO:0072007                                                                                                                                                              mesangial cell differentiation
GO:0072008                                                                                                                                                   glomerular mesangial cell differentiation
GO:0072009                                                                                                                                                              nephron epithelium development
GO:0072010                                                                                                                                                           glomerular epithelium development
GO:0072011                                                                                                                                                          glomerular endothelium development
GO:0072012                                                                                                                                                          glomerulus vasculature development
GO:0072014                                                                                                                                                                 proximal tubule development
GO:0072015                                                                                                                                                                        podocyte development
GO:0072016                                                                                                                                             glomerular parietal epithelial cell development
GO:0072017                                                                                                                                                                   distal tubule development
GO:0072019                                                                                                                                                      proximal convoluted tubule development
GO:0072020                                                                                                                                                        proximal straight tubule development
GO:0072021                                                                                                                                                             ascending thin limb development
GO:0072022                                                                                                                                                            descending thin limb development
GO:0072023                                                                                                                                                            thick ascending limb development
GO:0072024                                                                                                                                                                    macula densa development
GO:0072025                                                                                                                                                        distal convoluted tubule development
GO:0072027                                                                                                                                                               connecting tubule development
GO:0072028                                                                                                                                                                       nephron morphogenesis
GO:0072032                                                                                                                                            proximal convoluted tubule segment 2 development
GO:0072033                                                                                                                                                                     renal vesicle formation
GO:0072034                                                                                                                                                                     renal vesicle induction
GO:0072036                                                                                                                    mesenchymal to epithelial transition involved in renal vesicle formation
GO:0072038                                                                                                                         mesenchymal stem cell maintenance involved in nephron morphogenesis
GO:0072039                                                                                                          regulation of mesenchymal cell apoptotic process involved in nephron morphogenesis
GO:0072040                                                                                                 negative regulation of mesenchymal cell apoptotic process involved in nephron morphogenesis
GO:0072044                                                                                                                                                                 collecting duct development
GO:0072046                                                                                                                          establishment of planar polarity involved in nephron morphogenesis
GO:0072047                                                                                                                           proximal/distal pattern formation involved in nephron development
GO:0072048                                                                                                                                                          renal system pattern specification
GO:0072049                                                                                                                                                             comma-shaped body morphogenesis
GO:0072050                                                                                                                                                                 S-shaped body morphogenesis
GO:0072051                                                                                                                                                       juxtaglomerular apparatus development
GO:0072053                                                                                                                                                             renal inner medulla development
GO:0072054                                                                                                                                                             renal outer medulla development
GO:0072055                                                                                                                                                                    renal cortex development
GO:0072059                                                                                                                                                        cortical collecting duct development
GO:0072060                                                                                                                                                 outer medullary collecting duct development
GO:0072061                                                                                                                                                 inner medullary collecting duct development
GO:0072069                                                                                                                                                                    DCT cell differentiation
GO:0072070                                                                                                                                                                   loop of Henle development
GO:0072071                                                                                                                                              kidney interstitial fibroblast differentiation
GO:0072073                                                                                                                                                               kidney epithelium development
GO:0072074                                                                                                                                                               kidney mesenchyme development
GO:0072075                                                                                                                                                          metanephric mesenchyme development
GO:0072076                                                                                                                                                          nephrogenic mesenchyme development
GO:0072077                                                                                                                                                                 renal vesicle morphogenesis
GO:0072078                                                                                                                                                                nephron tubule morphogenesis
GO:0072079                                                                                                                                                                    nephron tubule formation
GO:0072080                                                                                                                                                                  nephron tubule development
GO:0072081                                                                                                                                                    specification of nephron tubule identity
GO:0072086                                                                                                                                                     specification of loop of Henle identity
GO:0072087                                                                                                                                                                   renal vesicle development
GO:0072088                                                                                                                                                            nephron epithelium morphogenesis
GO:0072089                                                                                                                                                                     stem cell proliferation
GO:0072091                                                                                                                                                       regulation of stem cell proliferation
GO:0072092                                                                                                                                                                       ureteric bud invasion
GO:0072093                                                                                                                                                         metanephric renal vesicle formation
GO:0072095                                                                                                                          regulation of branch elongation involved in ureteric bud branching
GO:0072098                                                                                                                     anterior/posterior pattern specification involved in kidney development
GO:0072102                                                                                                                                                                    glomerulus morphogenesis
GO:0072103                                                                                                                                                        glomerulus vasculature morphogenesis
GO:0072104                                                                                                                                                              glomerular capillary formation
GO:0072105                                                                                                                                                                        ureteric peristalsis
GO:0072106                                                                                                                                                        regulation of ureteric bud formation
GO:0072107                                                                                                                                               positive regulation of ureteric bud formation
GO:0072108                                                                                           positive regulation of mesenchymal to epithelial transition involved in metanephros morphogenesis
GO:0072109                                                                                                                                                            glomerular mesangium development
GO:0072110                                                                                                                                                     glomerular mesangial cell proliferation
GO:0072111                                                                                                                                           cell proliferation involved in kidney development
GO:0072112                                                                                                                                                                    podocyte differentiation
GO:0072114                                                                                                                                                                    pronephros morphogenesis
GO:0072124                                                                                                                                       regulation of glomerular mesangial cell proliferation
GO:0072125                                                                                                                              negative regulation of glomerular mesangial cell proliferation
GO:0072126                                                                                                                              positive regulation of glomerular mesangial cell proliferation
GO:0072127                                                                                                                                                                   renal capsule development
GO:0072128                                                                                                                                                                 renal capsule morphogenesis
GO:0072129                                                                                                                                                                     renal capsule formation
GO:0072130                                                                                                                                                                 renal capsule specification
GO:0072131                                                                                                                                                             kidney mesenchyme morphogenesis
GO:0072132                                                                                                                                                                    mesenchyme morphogenesis
GO:0072133                                                                                                                                                        metanephric mesenchyme morphogenesis
GO:0072134                                                                                                                                                        nephrogenic mesenchyme morphogenesis
GO:0072135                                                                                                                                                       kidney mesenchymal cell proliferation
GO:0072136                                                                                                              metanephric mesenchymal cell proliferation involved in metanephros development
GO:0072137                                                                                                                                                    condensed mesenchymal cell proliferation
GO:0072138                                                                                                                         mesenchymal cell proliferation involved in ureteric bud development
GO:0072139                                                                                                                                         glomerular parietal epithelial cell differentiation
GO:0072141                                                                                                                                                   renal interstitial fibroblast development
GO:0072143                                                                                                                                                                  mesangial cell development
GO:0072144                                                                                                                                                       glomerular mesangial cell development
GO:0072148                                                                                                                                                             epithelial cell fate commitment
GO:0072156                                                                                                                                                                 distal tubule morphogenesis
GO:0072158                                                                                                                                                               proximal tubule morphogenesis
GO:0072160                                                                                                                                              nephron tubule epithelial cell differentiation
GO:0072161                                                                                                                             mesenchymal cell differentiation involved in kidney development
GO:0072162                                                                                                                                                metanephric mesenchymal cell differentiation
GO:0072163                                                                                                                                                          mesonephric epithelium development
GO:0072164                                                                                                                                                              mesonephric tubule development
GO:0072165                                                                                                                                                     anterior mesonephric tubule development
GO:0072166                                                                                                                                                    posterior mesonephric tubule development
GO:0072167                                                                                                                                                specification of mesonephric tubule identity
GO:0072168                                                                                                                                       specification of anterior mesonephric tubule identity
GO:0072169                                                                                                                                      specification of posterior mesonephric tubule identity
GO:0072170                                                                                                                                                              metanephric tubule development
GO:0072171                                                                                                                                                            mesonephric tubule morphogenesis
GO:0072172                                                                                                                                                                mesonephric tubule formation
GO:0072173                                                                                                                                                            metanephric tubule morphogenesis
GO:0072174                                                                                                                                                                metanephric tubule formation
GO:0072175                                                                                                                                                                   epithelial tube formation
GO:0072176                                                                                                                                                                    nephric duct development
GO:0072177                                                                                                                                                                mesonephric duct development
GO:0072178                                                                                                                                                                  nephric duct morphogenesis
GO:0072179                                                                                                                                                                      nephric duct formation
GO:0072180                                                                                                                                                              mesonephric duct morphogenesis
GO:0072181                                                                                                                                                                  mesonephric duct formation
GO:0072182                                                                                                                                regulation of nephron tubule epithelial cell differentiation
GO:0072183                                                                                                                       negative regulation of nephron tubule epithelial cell differentiation
GO:0072184                                                                                                                                               renal vesicle progenitor cell differentiation
GO:0072185                                                                                                                                                                 metanephric cap development
GO:0072186                                                                                                                                                               metanephric cap morphogenesis
GO:0072189                                                                                                                                                                          ureter development
GO:0072190                                                                                                                                                               ureter urothelium development
GO:0072191                                                                                                                                                            ureter smooth muscle development
GO:0072193                                                                                                                                                   ureter smooth muscle cell differentiation
GO:0072194                                                                                                                                                     kidney smooth muscle tissue development
GO:0072195                                                                                                                                                   kidney smooth muscle cell differentiation
GO:0072197                                                                                                                                                                        ureter morphogenesis
GO:0072198                                                                                                                               mesenchymal cell proliferation involved in ureter development
GO:0072199                                                                                                                 regulation of mesenchymal cell proliferation involved in ureter development
GO:0072200                                                                                                        negative regulation of mesenchymal cell proliferation involved in ureter development
GO:0072201                                                                                                                                       negative regulation of mesenchymal cell proliferation
GO:0072202                                                                                                                                    cell differentiation involved in metanephros development
GO:0072203                                                                                                                                      cell proliferation involved in metanephros development
GO:0072205                                                                                                                                                     metanephric collecting duct development
GO:0072206                                                                                                                                           metanephric juxtaglomerular apparatus development
GO:0072207                                                                                                                                                          metanephric epithelium development
GO:0072208                                                                                                                                                metanephric smooth muscle tissue development
GO:0072209                                                                                                                                                  metanephric mesangial cell differentiation
GO:0072210                                                                                                                                                             metanephric nephron development
GO:0072213                                                                                                                                                             metanephric capsule development
GO:0072214                                                                                                                                                              metanephric cortex development
GO:0072215                                                                                                                                                       regulation of metanephros development
GO:0072216                                                                                                                                              positive regulation of metanephros development
GO:0072217                                                                                                                                              negative regulation of metanephros development
GO:0072218                                                                                                                                                 metanephric ascending thin limb development
GO:0072219                                                                                                                                            metanephric cortical collecting duct development
GO:0072220                                                                                                                                                metanephric descending thin limb development
GO:0072221                                                                                                                                            metanephric distal convoluted tubule development
GO:0072223                                                                                                                                                metanephric glomerular mesangium development
GO:0072224                                                                                                                                                          metanephric glomerulus development
GO:0072227                                                                                                                                                        metanephric macula densa development
GO:0072229                                                                                                                                          metanephric proximal convoluted tubule development
GO:0072230                                                                                                                                            metanephric proximal straight tubule development
GO:0072232                                                                                                                                metanephric proximal convoluted tubule segment 2 development
GO:0072233                                                                                                                                                metanephric thick ascending limb development
GO:0072234                                                                                                                                                      metanephric nephron tubule development
GO:0072235                                                                                                                                                       metanephric distal tubule development
GO:0072236                                                                                                                                                       metanephric loop of Henle development
GO:0072237                                                                                                                                                     metanephric proximal tubule development
GO:0072239                                                                                                                                              metanephric glomerulus vasculature development
GO:0072240                                                                                                                                                        metanephric DCT cell differentiation
GO:0072243                                                                                                                                                  metanephric nephron epithelium development
GO:0072244                                                                                                                                               metanephric glomerular epithelium development
GO:0072248                                                                                                                                                        metanephric podocyte differentiation
GO:0072249                                                                                                                                                            metanephric podocyte development
GO:0072254                                                                                                                                       metanephric glomerular mesangial cell differentiation
GO:0072255                                                                                                                                           metanephric glomerular mesangial cell development
GO:0072257                                                                                                                                  metanephric nephron tubule epithelial cell differentiation
GO:0072258                                                                                                                                         metanephric interstitial fibroblast differentiation
GO:0072259                                                                                                                                             metanephric interstitial fibroblast development
GO:0072262                                                                                                     metanephric glomerular mesangial cell proliferation involved in metanephros development
GO:0072265                                                                                                                                                           metanephric capsule morphogenesis
GO:0072266                                                                                                                                                               metanephric capsule formation
GO:0072267                                                                                                                                                           metanephric capsule specification
GO:0072268                                                                                                                                   pattern specification involved in metanephros development
GO:0072272                                                                                                               proximal/distal pattern formation involved in metanephric nephron development
GO:0072273                                                                                                                                                           metanephric nephron morphogenesis
GO:0072274                                                                                                                                        metanephric glomerular basement membrane development
GO:0072275                                                                                                                                                        metanephric glomerulus morphogenesis
GO:0072276                                                                                                                                            metanephric glomerulus vasculature morphogenesis
GO:0072277                                                                                                                                                  metanephric glomerular capillary formation
GO:0072278                                                                                                                                                 metanephric comma-shaped body morphogenesis
GO:0072282                                                                                                                                                    metanephric nephron tubule morphogenesis
GO:0072283                                                                                                                                                     metanephric renal vesicle morphogenesis
GO:0072284                                                                                                                                                     metanephric S-shaped body morphogenesis
GO:0072285                                                                                                        mesenchymal to epithelial transition involved in metanephric renal vesicle formation
GO:0072286                                                                                                                                                   metanephric connecting tubule development
GO:0072287                                                                                                                                                     metanephric distal tubule morphogenesis
GO:0072289                                                                                                                                                        metanephric nephron tubule formation
GO:0072298                                                                                                                                            regulation of metanephric glomerulus development
GO:0072300                                                                                                                                   positive regulation of metanephric glomerulus development
GO:0072301                                                                                                                           regulation of metanephric glomerular mesangial cell proliferation
GO:0072302                                                                                                                  negative regulation of metanephric glomerular mesangial cell proliferation
GO:0072303                                                                                                                  positive regulation of glomerular metanephric mesangial cell proliferation
GO:0072304                                                                                              regulation of mesenchymal cell apoptotic process involved in metanephric nephron morphogenesis
GO:0072305                                                                                     negative regulation of mesenchymal cell apoptotic process involved in metanephric nephron morphogenesis
GO:0072307                                                                                                                    regulation of metanephric nephron tubule epithelial cell differentiation
GO:0072308                                                                                                           negative regulation of metanephric nephron tubule epithelial cell differentiation
GO:0072309                                                                                                             mesenchymal stem cell maintenance involved in metanephric nephron morphogenesis
GO:0072310                                                                                                                                                      glomerular epithelial cell development
GO:0072311                                                                                                                                                  glomerular epithelial cell differentiation
GO:0072312                                                                                                                                      metanephric glomerular epithelial cell differentiation
GO:0072313                                                                                                                                          metanephric glomerular epithelial cell development
GO:0072318                                                                                                                                                                   clathrin coat disassembly
GO:0072319                                                                                                                                                                           vesicle uncoating
GO:0072320                                                                                                                                                  volume-sensitive chloride channel activity
GO:0072329                                                                                                                                                       monocarboxylic acid catabolic process
GO:0072330                                                                                                                                                    monocarboxylic acid biosynthetic process
GO:0072331                                                                                                                                                   signal transduction by p53 class mediator
GO:0072332                                                                                                                                 intrinsic apoptotic signaling pathway by p53 class mediator
GO:0072334                                                                                                                                                       UDP-galactose transmembrane transport
GO:0072337                                                                                                                                                               modified amino acid transport
GO:0072338                                                                                                                                                                    lactam metabolic process
GO:0072340                                                                                                                                                                    lactam catabolic process
GO:0072341                                                                                                                                                                 modified amino acid binding
GO:0072343                                                                                                                                                      pancreatic stellate cell proliferation
GO:0072344                                                                                                                                                                  rescue of stalled ribosome
GO:0072345                                                                                                                                            NAADP-sensitive calcium-release channel activity
GO:0072347                                                                                                                                                                      response to anesthetic
GO:0072348                                                                                                                                                                   sulfur compound transport
GO:0072349                                                                                                                                      modified amino acid transmembrane transporter activity
GO:0072350                                                                                                                                                        tricarboxylic acid metabolic process
GO:0072354                                                                                                                                                                histone H3T3 kinase activity
GO:0072356                                                                                                                                    chromosome passenger complex localization to kinetochore
GO:0072357                                                                                                                                                                 PTW/PP1 phosphatase complex
GO:0072359                                                                                                                                                              circulatory system development
GO:0072376                                                                                                                                                                  protein activation cascade
GO:0072377                                                                                                                                                           blood coagulation, common pathway
GO:0072378                                                                                                                                                    blood coagulation, fibrin clot formation
GO:0072379                                                                                                                                                               ER membrane insertion complex
GO:0072380                                                                                                                                                                                 TRC complex
GO:0072383                                                                                                                                       plus-end-directed vesicle transport along microtubule
GO:0072384                                                                                                                                                       organelle transport along microtubule
GO:0072385                                                                                                                                    minus-end-directed organelle transport along microtubule
GO:0072386                                                                                                                                     plus-end-directed organelle transport along microtubule
GO:0072387                                                                                                                                               flavin adenine dinucleotide metabolic process
GO:0072388                                                                                                                                            flavin adenine dinucleotide biosynthetic process
GO:0072389                                                                                                                                               flavin adenine dinucleotide catabolic process
GO:0072393                                                                                                                                      microtubule anchoring at microtubule organizing center
GO:0072396                                                                                                                                                 response to cell cycle checkpoint signaling
GO:0072402                                                                                                                                              response to DNA integrity checkpoint signaling
GO:0072414                                                                                                                                         response to mitotic cell cycle checkpoint signaling
GO:0072423                                                                                                                                                 response to DNA damage checkpoint signaling
GO:0072429                                                                                                                                         response to intra-S DNA damage checkpoint signaling
GO:0072432                                                                                                                                              response to G1 DNA damage checkpoint signaling
GO:0072487                                                                                                                                                                                 MSL complex
GO:0072488                                                                                                                                                            ammonium transmembrane transport
GO:0072489                                                                                                                                                      methylammonium transmembrane transport
GO:0072497                                                                                                                                                       mesenchymal stem cell differentiation
GO:0072498                                                                                                                                                        embryonic skeletal joint development
GO:0072513                                                                                                                      positive regulation of secondary heart field cardioblast proliferation
GO:0072518                                                                                                                                      Rho-dependent protein serine/threonine kinase activity
GO:0072520                                                                                                                                                             seminiferous tubule development
GO:0072521                                                                                                                                                purine-containing compound metabolic process
GO:0072522                                                                                                                                             purine-containing compound biosynthetic process
GO:0072523                                                                                                                                                purine-containing compound catabolic process
GO:0072524                                                                                                                                              pyridine-containing compound metabolic process
GO:0072525                                                                                                                                           pyridine-containing compound biosynthetic process
GO:0072526                                                                                                                                              pyridine-containing compound catabolic process
GO:0072527                                                                                                                                            pyrimidine-containing compound metabolic process
GO:0072528                                                                                                                                         pyrimidine-containing compound biosynthetic process
GO:0072529                                                                                                                                            pyrimidine-containing compound catabolic process
GO:0072530                                                                                                                                          purine-containing compound transmembrane transport
GO:0072531                                                                                                                                      pyrimidine-containing compound transmembrane transport
GO:0072534                                                                                                                                                                            perineuronal net
GO:0072535                                                                                                                             tumor necrosis factor (ligand) superfamily member 11 production
GO:0072536                                                                                                                                                             interleukin-23 receptor complex
GO:0072537                                                                                                                                                                       fibroblast activation
GO:0072538                                                                                                                                                            T-helper 17 type immune response
GO:0072539                                                                                                                                                            T-helper 17 cell differentiation
GO:0072540                                                                                                                                                         T-helper 17 cell lineage commitment
GO:0072542                                                                                                                                                      protein phosphatase activator activity
GO:0072545                                                                                                                                                                            tyrosine binding
GO:0072546                                                                                                                                                                                 EMC complex
GO:0072553                                                                                                                                                                terminal button organization
GO:0072554                                                                                                                                                                   blood vessel lumenization
GO:0072555                                                                                                                                                      17-beta-ketosteroid reductase activity
GO:0072557                                                                                                                                                                   IPAF inflammasome complex
GO:0072558                                                                                                                                                                  NLRP1 inflammasome complex
GO:0072559                                                                                                                                                                  NLRP3 inflammasome complex
GO:0072560                                                                                                                                                           type B pancreatic cell maturation
GO:0072562                                                                                                                                                                         blood microparticle
GO:0072563                                                                                                                                                                   endothelial microparticle
GO:0072564                                                                                                                                                               blood microparticle formation
GO:0072566                                                                                                                                                 chemokine (C-X-C motif) ligand 1 production
GO:0072567                                                                                                                                                 chemokine (C-X-C motif) ligand 2 production
GO:0072570                                                                                                                                                                        ADP-D-ribose binding
GO:0072571                                                                                                                                                                   mono-ADP-D-ribose binding
GO:0072572                                                                                                                                                                   poly-ADP-D-ribose binding
GO:0072573                                                                                                                                                   tolerance induction to lipopolysaccharide
GO:0072574                                                                                                                                                                    hepatocyte proliferation
GO:0072575                                                                                                                               epithelial cell proliferation involved in liver morphogenesis
GO:0072576                                                                                                                                                                         liver morphogenesis
GO:0072577                                                                                                                                                          endothelial cell apoptotic process
GO:0072578                                                                                                                                               neurotransmitter-gated ion channel clustering
GO:0072579                                                                                                                                                                 glycine receptor clustering
GO:0072582                                                                                                                                       17-beta-hydroxysteroid dehydrogenase (NADP+) activity
GO:0072583                                                                                                                                                              clathrin-dependent endocytosis
GO:0072584                                                                                                                                                               caveolin-mediated endocytosis
GO:0072588                                                                                                                                                                       box H/ACA RNP complex
GO:0072589                                                                                                                                                                    box H/ACA scaRNP complex
GO:0072590                                                                                                                                            N-acetyl-L-aspartate-L-glutamate ligase activity
GO:0072591                                                                                                                                                         citrate-L-glutamate ligase activity
GO:0072592                                                                                                                                                                    oxygen metabolic process
GO:0072593                                                                                                                                                   reactive oxygen species metabolic process
GO:0072594                                                                                                                                          establishment of protein localization to organelle
GO:0072595                                                                                                                                            maintenance of protein localization in organelle
GO:0072599                                                                                                                              establishment of protein localization to endoplasmic reticulum
GO:0072637                                                                                                                                                                   interleukin-32 production
GO:0072639                                                                                                                                                                   interleukin-33 production
GO:0072655                                                                                                                                      establishment of protein localization to mitochondrion
GO:0072656                                                                                                                                            maintenance of protein location in mitochondrion
GO:0072657                                                                                                                                                            protein localization to membrane
GO:0072658                                                                                                                                                 maintenance of protein location in membrane
GO:0072659                                                                                                                                                     protein localization to plasma membrane
GO:0072660                                                                                                                                          maintenance of protein location in plasma membrane
GO:0072662                                                                                                                                                          protein localization to peroxisome
GO:0072663                                                                                                                                         establishment of protein localization to peroxisome
GO:0072665                                                                                                                                                             protein localization to vacuole
GO:0072666                                                                                                                                            establishment of protein localization to vacuole
GO:0072669                                                                                                                                                                tRNA-splicing ligase complex
GO:0072672                                                                                                                                                                    neutrophil extravasation
GO:0072673                                                                                                                                                                 lamellipodium morphogenesis
GO:0072674                                                                                                                                                     multinuclear osteoclast differentiation
GO:0072675                                                                                                                                                                           osteoclast fusion
GO:0072676                                                                                                                                                                        lymphocyte migration
GO:0072677                                                                                                                                                                        eosinophil migration
GO:0072678                                                                                                                                                                            T cell migration
GO:0072679                                                                                                                                                                         thymocyte migration
GO:0072680                                                                                                                                          extracellular matrix-dependent thymocyte migration
GO:0072681                                                                                                                                                   fibronectin-dependent thymocyte migration
GO:0072682                                                                                                                                                                    eosinophil extravasation
GO:0072683                                                                                                                                                                        T cell extravasation
GO:0072686                                                                                                                                                                             mitotic spindle
GO:0072687                                                                                                                                                                             meiotic spindle
GO:0072695                                                                                                                                                 regulation of DNA recombination at telomere
GO:0072697                                                                                                                                                         protein localization to cell cortex
GO:0072698                                                                                                                                            protein localization to microtubule cytoskeleton
GO:0072702                                                                                                                                                         response to methyl methanesulfonate
GO:0072703                                                                                                                                                cellular response to methyl methanesulfonate
GO:0072706                                                                                                                                                          response to sodium dodecyl sulfate
GO:0072707                                                                                                                                                 cellular response to sodium dodecyl sulfate
GO:0072708                                                                                                                                                                        response to sorbitol
GO:0072709                                                                                                                                                               cellular response to sorbitol
GO:0072710                                                                                                                                                                     response to hydroxyurea
GO:0072711                                                                                                                                                            cellular response to hydroxyurea
GO:0072714                                                                                                                                                                    response to selenite ion
GO:0072715                                                                                                                                                           cellular response to selenite ion
GO:0072716                                                                                                                                                                   response to actinomycin D
GO:0072717                                                                                                                                                          cellular response to actinomycin D
GO:0072718                                                                                                                                                                       response to cisplatin
GO:0072719                                                                                                                                                              cellular response to cisplatin
GO:0072720                                                                                                                                                                  response to dithiothreitol
GO:0072732                                                                                                                                                 cellular response to calcium ion starvation
GO:0072733                                                                                                                                                                   response to staurosporine
GO:0072734                                                                                                                                                          cellular response to staurosporine
GO:0072737                                                                                                                                                                         response to diamide
GO:0072738                                                                                                                                                                cellular response to diamide
GO:0072739                                                                                                                                                                      response to anisomycin
GO:0072740                                                                                                                                                             cellular response to anisomycin
GO:0072749                                                                                                                                                         cellular response to cytochalasin B
GO:0072750                                                                                                                                                           cellular response to leptomycin B
GO:0072752                                                                                                                                                              cellular response to rapamycin
GO:0072757                                                                                                                                                           cellular response to camptothecin
GO:0075136                                                                                                                                                                            response to host
GO:0075294                                                                                                                                          positive regulation by symbiont of entry into host
GO:0075342                                                                                                                                          symbiont-mediated disruption of host cell PML body
GO:0075506                                                                                                           entry of viral genome into host nucleus through nuclear pore complex via importin
GO:0075509                                                                                                                                          endocytosis involved in viral entry into host cell
GO:0075512                                                                                                                                        clathrin-dependent endocytosis of virus by host cell
GO:0075519                                                                                                                             microtubule-dependent intracellular transport of viral material
GO:0075521                                                                                                             microtubule-dependent intracellular transport of viral material towards nucleus
GO:0075522                                                                                                                                               IRES-dependent viral translational initiation
GO:0075523                                                                                                                                                           viral translational frameshifting
GO:0075525                                                                                                                                                viral translational termination-reinitiation
GO:0075606                                                                                                                                                 transport of viral material towards nucleus
GO:0075713                                                                                                                                                establishment of integrated proviral latency
GO:0075732                                                                                                                                                         viral penetration into host nucleus
GO:0075733                                                                                                                                                            intracellular transport of virus
GO:0080008                                                                                                                                                       Cul4-RING E3 ubiquitin ligase complex
GO:0080009                                                                                                                                                                            mRNA methylation
GO:0080019                                                                                                                           alcohol-forming very long-chain fatty acyl-CoA reductase activity
GO:0080025                                                                                                                                               phosphatidylinositol-3,5-bisphosphate binding
GO:0080048                                                                                                                                                        GDP-D-glucose phosphorylase activity
GO:0080079                                                                                                                                                             cellobiose glucosidase activity
GO:0080084                                                                                                                                                                             5S rDNA binding
GO:0080090                                                                                                                                                     regulation of primary metabolic process
GO:0080101                                                                                                                            phosphatidyl-N-dimethylethanolamine N-methyltransferase activity
GO:0080111                                                                                                                                                                           DNA demethylation
GO:0080120                                                                                                                                                                 CAAX-box protein maturation
GO:0080121                                                                                                                                                                               AMP transport
GO:0080122                                                                                                                                                      AMP transmembrane transporter activity
GO:0080129                                                                                                                                                            proteasome core complex assembly
GO:0080132                                                                                                                                                       fatty acid alpha-hydroxylase activity
GO:0080134                                                                                                                                                            regulation of response to stress
GO:0080135                                                                                                                                                   regulation of cellular response to stress
GO:0080144                                                                                                                                                        intracellular amino acid homeostasis
GO:0080146                                                                                                                                                           L-cysteine desulfhydrase activity
GO:0080154                                                                                                                                                                 regulation of fertilization
GO:0080163                                                                                                                                 regulation of protein serine/threonine phosphatase activity
GO:0080164                                                                                                                                                regulation of nitric oxide metabolic process
GO:0080170                                                                                                                                                   hydrogen peroxide transmembrane transport
GO:0080171                                                                                                                                                                  lytic vacuole organization
GO:0080184                                                                                                                                                                 response to phenylpropanoid
GO:0085017                                                                                                                                       entry into host cell by a symbiont-containing vacuole
GO:0085020                                                                                                                                                            protein K6-linked ubiquitination
GO:0085029                                                                                                                                                               extracellular matrix assembly
GO:0086001                                                                                                                                                        cardiac muscle cell action potential
GO:0086002                                                                                                                                cardiac muscle cell action potential involved in contraction
GO:0086003                                                                                                                                                             cardiac muscle cell contraction
GO:0086004                                                                                                                                               regulation of cardiac muscle cell contraction
GO:0086005                                                                                                                                            ventricular cardiac muscle cell action potential
GO:0086006                                                                                                      voltage-gated sodium channel activity involved in cardiac muscle cell action potential
GO:0086007                                                                                                     voltage-gated calcium channel activity involved in cardiac muscle cell action potential
GO:0086008                                                                                    voltage-gated potassium channel activity involved in cardiac muscle cell action potential repolarization
GO:0086009                                                                                                                                                                     membrane repolarization
GO:0086010                                                                                                                                             membrane depolarization during action potential
GO:0086011                                                                                                                                             membrane repolarization during action potential
GO:0086012                                                                                                                         membrane depolarization during cardiac muscle cell action potential
GO:0086013                                                                                                                         membrane repolarization during cardiac muscle cell action potential
GO:0086014                                                                                                                                                 atrial cardiac muscle cell action potential
GO:0086015                                                                                                                                                               SA node cell action potential
GO:0086016                                                                                                                                                               AV node cell action potential
GO:0086017                                                                                                                                                           Purkinje myocyte action potential
GO:0086018                                                                                                                                        SA node cell to atrial cardiac muscle cell signaling
GO:0086019                                                                                                                                          cell-cell signaling involved in cardiac conduction
GO:0086020                                                                                       gap junction channel activity involved in SA node cell-atrial cardiac muscle cell electrical coupling
GO:0086021                                                                                                             SA node cell to atrial cardiac muscle cell communication by electrical coupling
GO:0086023                                                                                                adenylate cyclase-activating adrenergic receptor signaling pathway involved in heart process
GO:0086026                                                                                                                                        atrial cardiac muscle cell to AV node cell signaling
GO:0086027                                                                                                                                                AV node cell to bundle of His cell signaling
GO:0086028                                                                                                                                            bundle of His cell to Purkinje myocyte signaling
GO:0086029                                                                                                                               Purkinje myocyte to ventricular cardiac muscle cell signaling
GO:0086030                                                                                    adenylate cyclase-activating adrenergic receptor signaling pathway involved in cardiac muscle relaxation
GO:0086036                                                                                                                                        regulation of cardiac muscle cell membrane potential
GO:0086038                                                                                         calcium:sodium antiporter activity involved in regulation of cardiac muscle cell membrane potential
GO:0086039                                                                                        P-type calcium transporter activity involved in regulation of cardiac muscle cell membrane potential
GO:0086040                                                                                          sodium:proton antiporter activity involved in regulation of cardiac muscle cell membrane potential
GO:0086041                                                                                           voltage-gated potassium channel activity involved in SA node cell action potential depolarization
GO:0086042                                                                                                                                            cardiac muscle cell-cardiac muscle cell adhesion
GO:0086043                                                                                                                                                         bundle of His cell action potential
GO:0086044                                                                                                             atrial cardiac muscle cell to AV node cell communication by electrical coupling
GO:0086045                                                                                                                                membrane depolarization during AV node cell action potential
GO:0086046                                                                                                                                membrane depolarization during SA node cell action potential
GO:0086047                                                                                                                       membrane depolarization during Purkinje myocyte cell action potential
GO:0086048                                                                                                                          membrane depolarization during bundle of His cell action potential
GO:0086050                                                                                                                          membrane repolarization during bundle of His cell action potential
GO:0086052                                                                                                                                membrane repolarization during SA node cell action potential
GO:0086053                                                                                                                     AV node cell to bundle of His cell communication by electrical coupling
GO:0086054                                                                                                                 bundle of His cell to Purkinje myocyte communication by electrical coupling
GO:0086055                                                                                                    Purkinje myocyte to ventricular cardiac muscle cell communication by electrical coupling
GO:0086056                                                                                                            voltage-gated calcium channel activity involved in AV node cell action potential
GO:0086057                                                                                                      voltage-gated calcium channel activity involved in bundle of His cell action potential
GO:0086059                                                                                                               voltage-gated calcium channel activity involved SA node cell action potential
GO:0086060                                                                                                             voltage-gated sodium channel activity involved in AV node cell action potential
GO:0086061                                                                                                       voltage-gated sodium channel activity involved in bundle of His cell action potential
GO:0086062                                                                                                         voltage-gated sodium channel activity involved in Purkinje myocyte action potential
GO:0086063                                                                                                             voltage-gated sodium channel activity involved in SA node cell action potential
GO:0086064                                                                                                                    cell communication by electrical coupling involved in cardiac conduction
GO:0086065                                                                                                                                           cell communication involved in cardiac conduction
GO:0086066                                                                                                                                    atrial cardiac muscle cell to AV node cell communication
GO:0086067                                                                                                                                            AV node cell to bundle of His cell communication
GO:0086068                                                                                                                           Purkinje myocyte to ventricular cardiac muscle cell communication
GO:0086069                                                                                                                                        bundle of His cell to Purkinje myocyte communication
               N  DE         P.DE          FDR
GO:0000002    31   1 3.789403e-01 1.000000e+00
GO:0000003  1420  15 9.596432e-01 1.000000e+00
GO:0000009     2   0 1.000000e+00 1.000000e+00
GO:0000010     2   0 1.000000e+00 1.000000e+00
GO:0000012    11   0 1.000000e+00 1.000000e+00
GO:0000014    11   0 1.000000e+00 1.000000e+00
GO:0000015     3   0 1.000000e+00 1.000000e+00
GO:0000016     1   0 1.000000e+00 1.000000e+00
GO:0000017     2   0 1.000000e+00 1.000000e+00
GO:0000018   123   0 1.000000e+00 1.000000e+00
GO:0000019     7   0 1.000000e+00 1.000000e+00
GO:0000022    11   0 1.000000e+00 1.000000e+00
GO:0000023     3   0 1.000000e+00 1.000000e+00
GO:0000025     1   0 1.000000e+00 1.000000e+00
GO:0000026     4   0 1.000000e+00 1.000000e+00
GO:0000027    22   0 1.000000e+00 1.000000e+00
GO:0000028    17   0 1.000000e+00 1.000000e+00
GO:0000030    25   0 1.000000e+00 1.000000e+00
GO:0000033     3   0 1.000000e+00 1.000000e+00
GO:0000035     2   0 1.000000e+00 1.000000e+00
GO:0000036     1   0 1.000000e+00 1.000000e+00
GO:0000038    31   0 1.000000e+00 1.000000e+00
GO:0000041    94   3 1.802319e-01 1.000000e+00
GO:0000045   107   3 2.361607e-01 1.000000e+00
GO:0000048     2   0 1.000000e+00 1.000000e+00
GO:0000049    75   0 1.000000e+00 1.000000e+00
GO:0000050    10   0 1.000000e+00 1.000000e+00
GO:0000052     6   0 1.000000e+00 1.000000e+00
GO:0000053     1   0 1.000000e+00 1.000000e+00
GO:0000054    15   1 2.078171e-01 1.000000e+00
GO:0000055     7   1 1.026309e-01 1.000000e+00
GO:0000056     8   1 1.167139e-01 1.000000e+00
GO:0000062    16   0 1.000000e+00 1.000000e+00
GO:0000064     4   0 1.000000e+00 1.000000e+00
GO:0000070   182   1 9.431632e-01 1.000000e+00
GO:0000075   187   0 1.000000e+00 1.000000e+00
GO:0000076    20   0 1.000000e+00 1.000000e+00
GO:0000077   121   0 1.000000e+00 1.000000e+00
GO:0000079    76   0 1.000000e+00 1.000000e+00
GO:0000080     2   0 1.000000e+00 1.000000e+00
GO:0000082   223   3 6.684055e-01 1.000000e+00
GO:0000086   131   0 1.000000e+00 1.000000e+00
GO:0000095     1   0 1.000000e+00 1.000000e+00
GO:0000096    32   0 1.000000e+00 1.000000e+00
GO:0000097    16   0 1.000000e+00 1.000000e+00
GO:0000098    10   0 1.000000e+00 1.000000e+00
GO:0000099    11   0 1.000000e+00 1.000000e+00
GO:0000101    12   0 1.000000e+00 1.000000e+00
GO:0000103     2   0 1.000000e+00 1.000000e+00
GO:0000104     2   0 1.000000e+00 1.000000e+00
GO:0000105     1   0 1.000000e+00 1.000000e+00
GO:0000109    11   0 1.000000e+00 1.000000e+00
GO:0000110     3   0 1.000000e+00 1.000000e+00
GO:0000111     1   0 1.000000e+00 1.000000e+00
GO:0000112     1   0 1.000000e+00 1.000000e+00
GO:0000118    72   0 1.000000e+00 1.000000e+00
GO:0000120     6   0 1.000000e+00 1.000000e+00
GO:0000121     1   0 1.000000e+00 1.000000e+00
GO:0000122   839  13 5.429968e-01 1.000000e+00
GO:0000123    83   1 7.291328e-01 1.000000e+00
GO:0000124    23   0 1.000000e+00 1.000000e+00
GO:0000126     3   0 1.000000e+00 1.000000e+00
GO:0000127     6   0 1.000000e+00 1.000000e+00
GO:0000132    35   0 1.000000e+00 1.000000e+00
GO:0000137    15   0 1.000000e+00 1.000000e+00
GO:0000138     9   0 1.000000e+00 1.000000e+00
GO:0000139   639  10 5.376592e-01 1.000000e+00
GO:0000140     1   0 1.000000e+00 1.000000e+00
GO:0000145    16   1 2.249774e-01 1.000000e+00
GO:0000146    37   1 4.509152e-01 1.000000e+00
GO:0000149   104   1 8.043717e-01 1.000000e+00
GO:0000150     2   0 1.000000e+00 1.000000e+00
GO:0000151   302   3 8.502074e-01 1.000000e+00
GO:0000152    45   1 5.028108e-01 1.000000e+00
GO:0000153    12   0 1.000000e+00 1.000000e+00
GO:0000154    31   0 1.000000e+00 1.000000e+00
GO:0000159    17   0 1.000000e+00 1.000000e+00
GO:0000164    18   0 1.000000e+00 1.000000e+00
GO:0000165   733  17 6.108163e-02 1.000000e+00
GO:0000166  2023  28 7.671082e-01 1.000000e+00
GO:0000170     1   0 1.000000e+00 1.000000e+00
GO:0000171     1   0 1.000000e+00 1.000000e+00
GO:0000172     9   0 1.000000e+00 1.000000e+00
GO:0000175    36   0 1.000000e+00 1.000000e+00
GO:0000176    16   0 1.000000e+00 1.000000e+00
GO:0000177    16   0 1.000000e+00 1.000000e+00
GO:0000178    23   0 1.000000e+00 1.000000e+00
GO:0000179     4   0 1.000000e+00 1.000000e+00
GO:0000182     9   0 1.000000e+00 1.000000e+00
GO:0000183     7   0 1.000000e+00 1.000000e+00
GO:0000184    42   0 1.000000e+00 1.000000e+00
GO:0000209   256   4 5.624860e-01 1.000000e+00
GO:0000210     3   0 1.000000e+00 1.000000e+00
GO:0000212    18   0 1.000000e+00 1.000000e+00
GO:0000213     2   0 1.000000e+00 1.000000e+00
GO:0000214     4   0 1.000000e+00 1.000000e+00
GO:0000215     2   0 1.000000e+00 1.000000e+00
GO:0000217    36   1 4.343674e-01 1.000000e+00
GO:0000220     9   0 1.000000e+00 1.000000e+00
GO:0000221    12   0 1.000000e+00 1.000000e+00
GO:0000224     1   0 1.000000e+00 1.000000e+00
GO:0000225     1   0 1.000000e+00 1.000000e+00
GO:0000226   617   5 9.648710e-01 1.000000e+00
GO:0000228   210   0 1.000000e+00 1.000000e+00
GO:0000235    10   0 1.000000e+00 1.000000e+00
GO:0000242    22   0 1.000000e+00 1.000000e+00
GO:0000243     5   0 1.000000e+00 1.000000e+00
GO:0000244    18   0 1.000000e+00 1.000000e+00
GO:0000245    75   0 1.000000e+00 1.000000e+00
GO:0000246     1   0 1.000000e+00 1.000000e+00
GO:0000248     2   0 1.000000e+00 1.000000e+00
GO:0000250     1   0 1.000000e+00 1.000000e+00
GO:0000253     5   0 1.000000e+00 1.000000e+00
GO:0000254     3   0 1.000000e+00 1.000000e+00
GO:0000255     9   0 1.000000e+00 1.000000e+00
GO:0000256     1   0 1.000000e+00 1.000000e+00
GO:0000266    40   0 1.000000e+00 1.000000e+00
GO:0000268     5   0 1.000000e+00 1.000000e+00
GO:0000270     6   0 1.000000e+00 1.000000e+00
GO:0000271    63   1 6.211171e-01 1.000000e+00
GO:0000272    18   0 1.000000e+00 1.000000e+00
GO:0000274     2   0 1.000000e+00 1.000000e+00
GO:0000275     6   0 1.000000e+00 1.000000e+00
GO:0000276    10   0 1.000000e+00 1.000000e+00
GO:0000278   881  14 5.035440e-01 1.000000e+00
GO:0000280   433   4 9.103054e-01 1.000000e+00
GO:0000281    85   2 3.845870e-01 1.000000e+00
GO:0000285     3   0 1.000000e+00 1.000000e+00
GO:0000287   212   3 6.443642e-01 1.000000e+00
GO:0000288    67   1 6.522865e-01 1.000000e+00
GO:0000289    32   0 1.000000e+00 1.000000e+00
GO:0000290    11   1 1.590508e-01 1.000000e+00
GO:0000291    20   0 1.000000e+00 1.000000e+00
GO:0000293     3   0 1.000000e+00 1.000000e+00
GO:0000295    21   0 1.000000e+00 1.000000e+00
GO:0000296     3   0 1.000000e+00 1.000000e+00
GO:0000298     3   0 1.000000e+00 1.000000e+00
GO:0000301     9   0 1.000000e+00 1.000000e+00
GO:0000302   194   4 3.514416e-01 1.000000e+00
GO:0000303    25   1 3.261012e-01 1.000000e+00
GO:0000304     1   0 1.000000e+00 1.000000e+00
GO:0000305    26   1 3.359576e-01 1.000000e+00
GO:0000307    52   0 1.000000e+00 1.000000e+00
GO:0000308     2   0 1.000000e+00 1.000000e+00
GO:0000309     3   0 1.000000e+00 1.000000e+00
GO:0000313    89   1 7.617737e-01 1.000000e+00
GO:0000314    32   0 1.000000e+00 1.000000e+00
GO:0000315    56   1 5.973843e-01 1.000000e+00
GO:0000320     3   0 1.000000e+00 1.000000e+00
GO:0000322     2   0 1.000000e+00 1.000000e+00
GO:0000323   713  21 3.747406e-03 2.613145e-01
GO:0000332     1   0 1.000000e+00 1.000000e+00
GO:0000333     2   0 1.000000e+00 1.000000e+00
GO:0000334     1   0 1.000000e+00 1.000000e+00
GO:0000338    11   0 1.000000e+00 1.000000e+00
GO:0000339    18   0 1.000000e+00 1.000000e+00
GO:0000340    12   0 1.000000e+00 1.000000e+00
GO:0000346    11   0 1.000000e+00 1.000000e+00
GO:0000347     5   0 1.000000e+00 1.000000e+00
GO:0000349     2   0 1.000000e+00 1.000000e+00
GO:0000350     2   0 1.000000e+00 1.000000e+00
GO:0000353     2   0 1.000000e+00 1.000000e+00
GO:0000354     2   0 1.000000e+00 1.000000e+00
GO:0000365     2   0 1.000000e+00 1.000000e+00
GO:0000375   289   1 9.893717e-01 1.000000e+00
GO:0000377   285   1 9.886455e-01 1.000000e+00
GO:0000378     1   0 1.000000e+00 1.000000e+00
GO:0000379     3   0 1.000000e+00 1.000000e+00
GO:0000380    69   0 1.000000e+00 1.000000e+00
GO:0000381    52   0 1.000000e+00 1.000000e+00
GO:0000386     1   0 1.000000e+00 1.000000e+00
GO:0000387    42   0 1.000000e+00 1.000000e+00
GO:0000388     1   0 1.000000e+00 1.000000e+00
GO:0000389     6   0 1.000000e+00 1.000000e+00
GO:0000390     3   0 1.000000e+00 1.000000e+00
GO:0000393     5   0 1.000000e+00 1.000000e+00
GO:0000394    14   0 1.000000e+00 1.000000e+00
GO:0000395     9   0 1.000000e+00 1.000000e+00
GO:0000398   285   1 9.886455e-01 1.000000e+00
GO:0000400    16   1 2.225339e-01 1.000000e+00
GO:0000403     4   0 1.000000e+00 1.000000e+00
GO:0000404     1   0 1.000000e+00 1.000000e+00
GO:0000405     8   1 1.160170e-01 1.000000e+00
GO:0000407    36   0 1.000000e+00 1.000000e+00
GO:0000408     4   0 1.000000e+00 1.000000e+00
GO:0000409     1   0 1.000000e+00 1.000000e+00
GO:0000411     1   0 1.000000e+00 1.000000e+00
GO:0000413    18   1 2.405383e-01 1.000000e+00
GO:0000417     1   0 1.000000e+00 1.000000e+00
GO:0000421    53   1 5.616469e-01 1.000000e+00
GO:0000422    91   2 4.189361e-01 1.000000e+00
GO:0000423    53   1 5.682297e-01 1.000000e+00
GO:0000425     7   0 1.000000e+00 1.000000e+00
GO:0000428    95   0 1.000000e+00 1.000000e+00
GO:0000429     6   0 1.000000e+00 1.000000e+00
GO:0000430     5   0 1.000000e+00 1.000000e+00
GO:0000431     1   0 1.000000e+00 1.000000e+00
GO:0000432     5   0 1.000000e+00 1.000000e+00
GO:0000435     1   0 1.000000e+00 1.000000e+00
GO:0000436     6   0 1.000000e+00 1.000000e+00
GO:0000438     2   0 1.000000e+00 1.000000e+00
GO:0000439    11   0 1.000000e+00 1.000000e+00
GO:0000444     4   0 1.000000e+00 1.000000e+00
GO:0000445     5   0 1.000000e+00 1.000000e+00
GO:0000447    10   0 1.000000e+00 1.000000e+00
GO:0000448     2   0 1.000000e+00 1.000000e+00
GO:0000451     3   0 1.000000e+00 1.000000e+00
GO:0000454     2   0 1.000000e+00 1.000000e+00
GO:0000455     3   0 1.000000e+00 1.000000e+00
GO:0000460    35   0 1.000000e+00 1.000000e+00
GO:0000461     1   0 1.000000e+00 1.000000e+00
GO:0000462    34   0 1.000000e+00 1.000000e+00
GO:0000463    16   0 1.000000e+00 1.000000e+00
GO:0000466    25   0 1.000000e+00 1.000000e+00
GO:0000467     9   0 1.000000e+00 1.000000e+00
GO:0000470    27   0 1.000000e+00 1.000000e+00
GO:0000472     5   0 1.000000e+00 1.000000e+00
GO:0000479    17   0 1.000000e+00 1.000000e+00
GO:0000480     8   0 1.000000e+00 1.000000e+00
GO:0000481     1   0 1.000000e+00 1.000000e+00
GO:0000491    12   0 1.000000e+00 1.000000e+00
GO:0000492    10   0 1.000000e+00 1.000000e+00
GO:0000493     2   0 1.000000e+00 1.000000e+00
GO:0000494     3   0 1.000000e+00 1.000000e+00
GO:0000495     1   0 1.000000e+00 1.000000e+00
GO:0000497     1   0 1.000000e+00 1.000000e+00
GO:0000502    61   0 1.000000e+00 1.000000e+00
GO:0000506     6   0 1.000000e+00 1.000000e+00
GO:0000512     4   0 1.000000e+00 1.000000e+00
GO:0000514     2   0 1.000000e+00 1.000000e+00
GO:0000515     2   0 1.000000e+00 1.000000e+00
GO:0000578    40   1 4.649111e-01 1.000000e+00
GO:0000700     4   0 1.000000e+00 1.000000e+00
GO:0000701     2   0 1.000000e+00 1.000000e+00
GO:0000702     4   0 1.000000e+00 1.000000e+00
GO:0000703     2   0 1.000000e+00 1.000000e+00
GO:0000706     3   0 1.000000e+00 1.000000e+00
GO:0000707     1   0 1.000000e+00 1.000000e+00
GO:0000708     1   0 1.000000e+00 1.000000e+00
GO:0000709     1   0 1.000000e+00 1.000000e+00
GO:0000710     1   0 1.000000e+00 1.000000e+00
GO:0000711     3   0 1.000000e+00 1.000000e+00
GO:0000712    15   0 1.000000e+00 1.000000e+00
GO:0000715     1   0 1.000000e+00 1.000000e+00
GO:0000717     1   0 1.000000e+00 1.000000e+00
GO:0000720     3   0 1.000000e+00 1.000000e+00
GO:0000721     1   0 1.000000e+00 1.000000e+00
GO:0000722    14   0 1.000000e+00 1.000000e+00
GO:0000723   151   0 1.000000e+00 1.000000e+00
GO:0000724   164   0 1.000000e+00 1.000000e+00
GO:0000725   169   0 1.000000e+00 1.000000e+00
GO:0000727    12   0 1.000000e+00 1.000000e+00
GO:0000729    19   0 1.000000e+00 1.000000e+00
GO:0000730     4   0 1.000000e+00 1.000000e+00
GO:0000731    40   1 4.652544e-01 1.000000e+00
GO:0000732     1   0 1.000000e+00 1.000000e+00
GO:0000741     1   0 1.000000e+00 1.000000e+00
GO:0000768    60   3 6.844826e-02 1.000000e+00
GO:0000773     1   0 1.000000e+00 1.000000e+00
GO:0000774    15   0 1.000000e+00 1.000000e+00
GO:0000775   240   3 7.243669e-01 1.000000e+00
GO:0000776   160   2 7.107806e-01 1.000000e+00
GO:0000779   170   2 7.421822e-01 1.000000e+00
GO:0000781   165   1 9.263457e-01 1.000000e+00
GO:0000782    13   0 1.000000e+00 1.000000e+00
GO:0000783    13   0 1.000000e+00 1.000000e+00
GO:0000785  1263  17 7.650940e-01 1.000000e+00
GO:0000786   110   1 8.240313e-01 1.000000e+00
GO:0000791    57   2 2.231544e-01 1.000000e+00
GO:0000792    77   2 3.356575e-01 1.000000e+00
GO:0000793   262   3 7.767552e-01 1.000000e+00
GO:0000794    72   0 1.000000e+00 1.000000e+00
GO:0000795    33   0 1.000000e+00 1.000000e+00
GO:0000796     8   0 1.000000e+00 1.000000e+00
GO:0000800    13   0 1.000000e+00 1.000000e+00
GO:0000801     7   0 1.000000e+00 1.000000e+00
GO:0000802     1   0 1.000000e+00 1.000000e+00
GO:0000803    29   1 3.664089e-01 1.000000e+00
GO:0000805     8   0 1.000000e+00 1.000000e+00
GO:0000806     2   0 1.000000e+00 1.000000e+00
GO:0000808     9   0 1.000000e+00 1.000000e+00
GO:0000810     3   0 1.000000e+00 1.000000e+00
GO:0000811     5   0 1.000000e+00 1.000000e+00
GO:0000812    13   0 1.000000e+00 1.000000e+00
GO:0000813    11   0 1.000000e+00 1.000000e+00
GO:0000814     3   0 1.000000e+00 1.000000e+00
GO:0000815    10   0 1.000000e+00 1.000000e+00
GO:0000819   223   3 6.783314e-01 1.000000e+00
GO:0000820     7   0 1.000000e+00 1.000000e+00
GO:0000821     4   0 1.000000e+00 1.000000e+00
GO:0000822     3   0 1.000000e+00 1.000000e+00
GO:0000823     1   0 1.000000e+00 1.000000e+00
GO:0000824     1   0 1.000000e+00 1.000000e+00
GO:0000825     2   0 1.000000e+00 1.000000e+00
GO:0000827     5   0 1.000000e+00 1.000000e+00
GO:0000828     5   0 1.000000e+00 1.000000e+00
GO:0000829     5   0 1.000000e+00 1.000000e+00
GO:0000831     1   0 1.000000e+00 1.000000e+00
GO:0000832     5   0 1.000000e+00 1.000000e+00
GO:0000835     9   0 1.000000e+00 1.000000e+00
GO:0000836     8   0 1.000000e+00 1.000000e+00
GO:0000839     6   0 1.000000e+00 1.000000e+00
GO:0000900    14   0 1.000000e+00 1.000000e+00
GO:0000902   913  11 8.485445e-01 1.000000e+00
GO:0000910   178   2 7.655430e-01 1.000000e+00
GO:0000912     9   0 1.000000e+00 1.000000e+00
GO:0000915     9   0 1.000000e+00 1.000000e+00
GO:0000916     1   0 1.000000e+00 1.000000e+00
GO:0000917     1   0 1.000000e+00 1.000000e+00
GO:0000921     1   0 1.000000e+00 1.000000e+00
GO:0000922   168   4 2.629404e-01 1.000000e+00
GO:0000923     5   0 1.000000e+00 1.000000e+00
GO:0000930    19   0 1.000000e+00 1.000000e+00
GO:0000931     9   0 1.000000e+00 1.000000e+00
GO:0000932    99   2 4.560394e-01 1.000000e+00
GO:0000938     5   0 1.000000e+00 1.000000e+00
GO:0000939    15   0 1.000000e+00 1.000000e+00
GO:0000940    20   0 1.000000e+00 1.000000e+00
GO:0000956   123   1 8.558208e-01 1.000000e+00
GO:0000957     6   0 1.000000e+00 1.000000e+00
GO:0000958     3   0 1.000000e+00 1.000000e+00
GO:0000959    52   0 1.000000e+00 1.000000e+00
GO:0000960     5   0 1.000000e+00 1.000000e+00
GO:0000961     2   0 1.000000e+00 1.000000e+00
GO:0000962     3   0 1.000000e+00 1.000000e+00
GO:0000963    21   0 1.000000e+00 1.000000e+00
GO:0000964     3   0 1.000000e+00 1.000000e+00
GO:0000965     6   0 1.000000e+00 1.000000e+00
GO:0000966    21   0 1.000000e+00 1.000000e+00
GO:0000967     5   0 1.000000e+00 1.000000e+00
GO:0000968     1   0 1.000000e+00 1.000000e+00
GO:0000971     1   0 1.000000e+00 1.000000e+00
GO:0000972     7   0 1.000000e+00 1.000000e+00
GO:0000973     3   0 1.000000e+00 1.000000e+00
GO:0000974    14   0 1.000000e+00 1.000000e+00
GO:0000976  1382  13 9.841560e-01 1.000000e+00
GO:0000977  1290  10 9.962604e-01 1.000000e+00
GO:0000978  1102   9 9.902946e-01 1.000000e+00
GO:0000979    19   0 1.000000e+00 1.000000e+00
GO:0000981  1261  11 9.889661e-01 1.000000e+00
GO:0000987  1125   9 9.922631e-01 1.000000e+00
GO:0000992     7   0 1.000000e+00 1.000000e+00
GO:0000993    36   0 1.000000e+00 1.000000e+00
GO:0000994     1   0 1.000000e+00 1.000000e+00
GO:0000995    12   0 1.000000e+00 1.000000e+00
GO:0001002     3   0 1.000000e+00 1.000000e+00
GO:0001003     3   0 1.000000e+00 1.000000e+00
GO:0001006     6   0 1.000000e+00 1.000000e+00
GO:0001010     1   0 1.000000e+00 1.000000e+00
GO:0001016     8   0 1.000000e+00 1.000000e+00
GO:0001018     2   0 1.000000e+00 1.000000e+00
GO:0001025     3   0 1.000000e+00 1.000000e+00
GO:0001042     4   0 1.000000e+00 1.000000e+00
GO:0001046    39   0 1.000000e+00 1.000000e+00
GO:0001054    10   0 1.000000e+00 1.000000e+00
GO:0001055    10   0 1.000000e+00 1.000000e+00
GO:0001056    10   0 1.000000e+00 1.000000e+00
GO:0001067  1384  14 9.708008e-01 1.000000e+00
GO:0001069     2   1 3.066715e-02 8.696241e-01
GO:0001079     1   0 1.000000e+00 1.000000e+00
GO:0001080     1   0 1.000000e+00 1.000000e+00
GO:0001091    23   0 1.000000e+00 1.000000e+00
GO:0001093     4   0 1.000000e+00 1.000000e+00
GO:0001094    10   0 1.000000e+00 1.000000e+00
GO:0001096     2   0 1.000000e+00 1.000000e+00
GO:0001097     3   0 1.000000e+00 1.000000e+00
GO:0001098    59   0 1.000000e+00 1.000000e+00
GO:0001099    59   0 1.000000e+00 1.000000e+00
GO:0001100     1   0 1.000000e+00 1.000000e+00
GO:0001101   127   1 8.634991e-01 1.000000e+00
GO:0001109     3   0 1.000000e+00 1.000000e+00
GO:0001111     3   0 1.000000e+00 1.000000e+00
GO:0001112     2   0 1.000000e+00 1.000000e+00
GO:0001113     1   0 1.000000e+00 1.000000e+00
GO:0001120     2   0 1.000000e+00 1.000000e+00
GO:0001147     2   0 1.000000e+00 1.000000e+00
GO:0001156     2   0 1.000000e+00 1.000000e+00
GO:0001161    11   0 1.000000e+00 1.000000e+00
GO:0001162     8   0 1.000000e+00 1.000000e+00
GO:0001163     7   0 1.000000e+00 1.000000e+00
GO:0001164     7   0 1.000000e+00 1.000000e+00
GO:0001165     1   0 1.000000e+00 1.000000e+00
GO:0001172     2   0 1.000000e+00 1.000000e+00
GO:0001173     2   0 1.000000e+00 1.000000e+00
GO:0001174     2   0 1.000000e+00 1.000000e+00
GO:0001178     1   0 1.000000e+00 1.000000e+00
GO:0001179     1   0 1.000000e+00 1.000000e+00
GO:0001181     5   0 1.000000e+00 1.000000e+00
GO:0001188     8   0 1.000000e+00 1.000000e+00
GO:0001192     1   0 1.000000e+00 1.000000e+00
GO:0001193     1   0 1.000000e+00 1.000000e+00
GO:0001216   455   6 7.134726e-01 1.000000e+00
GO:0001217   262   3 7.768775e-01 1.000000e+00
GO:0001221   109   2 5.166494e-01 1.000000e+00
GO:0001222    44   2 1.516937e-01 1.000000e+00
GO:0001223    42   0 1.000000e+00 1.000000e+00
GO:0001227   253   2 9.068605e-01 1.000000e+00
GO:0001228   449   5 8.305808e-01 1.000000e+00
GO:0001325    13   0 1.000000e+00 1.000000e+00
GO:0001401    11   0 1.000000e+00 1.000000e+00
GO:0001405     4   0 1.000000e+00 1.000000e+00
GO:0001408    10   0 1.000000e+00 1.000000e+00
GO:0001409     5   0 1.000000e+00 1.000000e+00
GO:0001501   512   9 3.996088e-01 1.000000e+00
GO:0001502    19   0 1.000000e+00 1.000000e+00
GO:0001503   425   6 6.387779e-01 1.000000e+00
GO:0001504    44   0 1.000000e+00 1.000000e+00
GO:0001507     2   0 1.000000e+00 1.000000e+00
GO:0001508   142   4 1.805398e-01 1.000000e+00
GO:0001510    84   1 7.381443e-01 1.000000e+00
GO:0001512     1   0 1.000000e+00 1.000000e+00
GO:0001514    10   1 1.448883e-01 1.000000e+00
GO:0001515     4   0 1.000000e+00 1.000000e+00
GO:0001516    30   0 1.000000e+00 1.000000e+00
GO:0001517     6   0 1.000000e+00 1.000000e+00
GO:0001518    14   0 1.000000e+00 1.000000e+00
GO:0001519     2   0 1.000000e+00 1.000000e+00
GO:0001520     6   0 1.000000e+00 1.000000e+00
GO:0001522    17   0 1.000000e+00 1.000000e+00
GO:0001523    81   1 7.030937e-01 1.000000e+00
GO:0001525   590   9 5.498079e-01 1.000000e+00
GO:0001527    13   0 1.000000e+00 1.000000e+00
GO:0001530    36   2 1.130226e-01 1.000000e+00
GO:0001532     1   0 1.000000e+00 1.000000e+00
GO:0001533    58   0 1.000000e+00 1.000000e+00
GO:0001534    15   0 1.000000e+00 1.000000e+00
GO:0001535     5   0 1.000000e+00 1.000000e+00
GO:0001536     3   0 1.000000e+00 1.000000e+00
GO:0001537     5   0 1.000000e+00 1.000000e+00
GO:0001539   161   1 9.215335e-01 1.000000e+00
GO:0001540    79   3 1.286658e-01 1.000000e+00
GO:0001541    55   0 1.000000e+00 1.000000e+00
GO:0001542     9   0 1.000000e+00 1.000000e+00
GO:0001543     1   0 1.000000e+00 1.000000e+00
GO:0001544     2   0 1.000000e+00 1.000000e+00
GO:0001545     1   0 1.000000e+00 1.000000e+00
GO:0001546     3   0 1.000000e+00 1.000000e+00
GO:0001547    12   0 1.000000e+00 1.000000e+00
GO:0001549     2   0 1.000000e+00 1.000000e+00
GO:0001550     4   0 1.000000e+00 1.000000e+00
GO:0001552     1   0 1.000000e+00 1.000000e+00
GO:0001553    12   0 1.000000e+00 1.000000e+00
GO:0001554     6   0 1.000000e+00 1.000000e+00
GO:0001555     4   0 1.000000e+00 1.000000e+00
GO:0001556    33   0 1.000000e+00 1.000000e+00
GO:0001558   394   3 9.447638e-01 1.000000e+00
GO:0001560     3   0 1.000000e+00 1.000000e+00
GO:0001561     8   0 1.000000e+00 1.000000e+00
GO:0001562    30   1 3.659709e-01 1.000000e+00
GO:0001567     1   0 1.000000e+00 1.000000e+00
GO:0001568   765  14 2.875086e-01 1.000000e+00
GO:0001569    36   0 1.000000e+00 1.000000e+00
GO:0001570    80   2 3.502926e-01 1.000000e+00
GO:0001572     2   0 1.000000e+00 1.000000e+00
GO:0001573    28   1 3.584203e-01 1.000000e+00
GO:0001574    17   1 2.337228e-01 1.000000e+00
GO:0001575     2   0 1.000000e+00 1.000000e+00
GO:0001576     2   0 1.000000e+00 1.000000e+00
GO:0001578   120   1 8.503766e-01 1.000000e+00
GO:0001579     2   0 1.000000e+00 1.000000e+00
GO:0001580    35   1 3.754293e-01 1.000000e+00
GO:0001581     2   0 1.000000e+00 1.000000e+00
GO:0001582     2   0 1.000000e+00 1.000000e+00
GO:0001587     2   0 1.000000e+00 1.000000e+00
GO:0001588     2   0 1.000000e+00 1.000000e+00
GO:0001591     3   0 1.000000e+00 1.000000e+00
GO:0001594     7   0 1.000000e+00 1.000000e+00
GO:0001595     4   0 1.000000e+00 1.000000e+00
GO:0001596     1   0 1.000000e+00 1.000000e+00
GO:0001601     3   0 1.000000e+00 1.000000e+00
GO:0001602     3   0 1.000000e+00 1.000000e+00
GO:0001604     2   0 1.000000e+00 1.000000e+00
GO:0001605     3   0 1.000000e+00 1.000000e+00
GO:0001607     2   0 1.000000e+00 1.000000e+00
GO:0001609     5   1 7.083793e-02 1.000000e+00
GO:0001614    17   1 2.246715e-01 1.000000e+00
GO:0001616     1   0 1.000000e+00 1.000000e+00
GO:0001618    75   1 6.872528e-01 1.000000e+00
GO:0001621     3   0 1.000000e+00 1.000000e+00
GO:0001626     1   0 1.000000e+00 1.000000e+00
GO:0001631     1   0 1.000000e+00 1.000000e+00
GO:0001632     2   0 1.000000e+00 1.000000e+00
GO:0001635     4   0 1.000000e+00 1.000000e+00
GO:0001637    24   3 6.463052e-03 3.738216e-01
GO:0001640     9   0 1.000000e+00 1.000000e+00
GO:0001641     2   0 1.000000e+00 1.000000e+00
GO:0001642     2   0 1.000000e+00 1.000000e+00
GO:0001648     5   0 1.000000e+00 1.000000e+00
GO:0001649   248   4 5.277394e-01 1.000000e+00
GO:0001650   144   4 1.904512e-01 1.000000e+00
GO:0001651     1   0 1.000000e+00 1.000000e+00
GO:0001652     7   0 1.000000e+00 1.000000e+00
GO:0001653   120   0 1.000000e+00 1.000000e+00
GO:0001654   384   1 9.978468e-01 1.000000e+00
GO:0001655    65   1 6.411840e-01 1.000000e+00
GO:0001656    90   1 7.570199e-01 1.000000e+00
GO:0001657    95   0 1.000000e+00 1.000000e+00
GO:0001658    56   0 1.000000e+00 1.000000e+00
GO:0001659   180   4 3.081053e-01 1.000000e+00
GO:0001660    11   1 1.582612e-01 1.000000e+00
GO:0001661     3   0 1.000000e+00 1.000000e+00
GO:0001662    39   1 4.585091e-01 1.000000e+00
GO:0001664   274   4 6.094143e-01 1.000000e+00
GO:0001665     6   1 8.922898e-02 1.000000e+00
GO:0001666   287   2 9.389510e-01 1.000000e+00
GO:0001667   472   9 3.042457e-01 1.000000e+00
GO:0001669   139   1 8.890867e-01 1.000000e+00
GO:0001671    25   0 1.000000e+00 1.000000e+00
GO:0001673    52   1 5.536941e-01 1.000000e+00
GO:0001674    15   1 2.042866e-01 1.000000e+00
GO:0001675    28   0 1.000000e+00 1.000000e+00
GO:0001676   103   2 4.681381e-01 1.000000e+00
GO:0001678   157   4 2.169066e-01 1.000000e+00
GO:0001680     1   0 1.000000e+00 1.000000e+00
GO:0001681     1   0 1.000000e+00 1.000000e+00
GO:0001682    13   0 1.000000e+00 1.000000e+00
GO:0001691     2   0 1.000000e+00 1.000000e+00
GO:0001692     6   0 1.000000e+00 1.000000e+00
GO:0001694     2   0 1.000000e+00 1.000000e+00
GO:0001695     1   0 1.000000e+00 1.000000e+00
GO:0001696    13   0 1.000000e+00 1.000000e+00
GO:0001698     2   0 1.000000e+00 1.000000e+00
GO:0001701   386   4 8.532075e-01 1.000000e+00
GO:0001702    26   1 3.296378e-01 1.000000e+00
GO:0001704   128   1 8.651841e-01 1.000000e+00
GO:0001705     3   0 1.000000e+00 1.000000e+00
GO:0001706    59   1 5.999226e-01 1.000000e+00
GO:0001707    74   0 1.000000e+00 1.000000e+00
GO:0001708   107   1 8.108759e-01 1.000000e+00
GO:0001709    42   0 1.000000e+00 1.000000e+00
GO:0001710    18   0 1.000000e+00 1.000000e+00
GO:0001711    15   0 1.000000e+00 1.000000e+00
GO:0001712     2   0 1.000000e+00 1.000000e+00
GO:0001714     8   0 1.000000e+00 1.000000e+00
GO:0001715     1   0 1.000000e+00 1.000000e+00
GO:0001716     1   0 1.000000e+00 1.000000e+00
GO:0001717     1   0 1.000000e+00 1.000000e+00
GO:0001725    84   1 7.355274e-01 1.000000e+00
GO:0001726   177   2 7.665976e-01 1.000000e+00
GO:0001727    40   2 1.249421e-01 1.000000e+00
GO:0001729     2   0 1.000000e+00 1.000000e+00
GO:0001730     3   0 1.000000e+00 1.000000e+00
GO:0001731     5   0 1.000000e+00 1.000000e+00
GO:0001732    13   1 1.847164e-01 1.000000e+00
GO:0001733     4   0 1.000000e+00 1.000000e+00
GO:0001734     4   0 1.000000e+00 1.000000e+00
GO:0001735     2   0 1.000000e+00 1.000000e+00
GO:0001736    36   0 1.000000e+00 1.000000e+00
GO:0001738    58   0 1.000000e+00 1.000000e+00
GO:0001739     6   1 8.726453e-02 1.000000e+00
GO:0001740     4   0 1.000000e+00 1.000000e+00
GO:0001741    14   0 1.000000e+00 1.000000e+00
GO:0001743     2   0 1.000000e+00 1.000000e+00
GO:0001750    85   0 1.000000e+00 1.000000e+00
GO:0001754    49   0 1.000000e+00 1.000000e+00
GO:0001755    56   1 5.855335e-01 1.000000e+00
GO:0001756    64   0 1.000000e+00 1.000000e+00
GO:0001757     4   0 1.000000e+00 1.000000e+00
GO:0001758     8   0 1.000000e+00 1.000000e+00
GO:0001759    21   0 1.000000e+00 1.000000e+00
GO:0001760     1   0 1.000000e+00 1.000000e+00
GO:0001762     1   0 1.000000e+00 1.000000e+00
GO:0001763   199   5 1.986711e-01 1.000000e+00
GO:0001764   172   1 9.338623e-01 1.000000e+00
GO:0001765    12   1 1.758951e-01 1.000000e+00
GO:0001766     4   0 1.000000e+00 1.000000e+00
GO:0001767    16   0 1.000000e+00 1.000000e+00
GO:0001768    15   0 1.000000e+00 1.000000e+00
GO:0001770     1   0 1.000000e+00 1.000000e+00
GO:0001771    15   2 2.104824e-02 7.270738e-01
GO:0001772    45   6 6.950169e-05 1.613727e-02
GO:0001773    28   1 3.543195e-01 1.000000e+00
GO:0001774    48   5 8.603895e-04 9.825999e-02
GO:0001775  1054  51 2.334706e-13 1.742002e-09
GO:0001776   102   7 1.087967e-03 1.143336e-01
GO:0001777     4   0 1.000000e+00 1.000000e+00
GO:0001778    26   1 3.322107e-01 1.000000e+00
GO:0001779    23   0 1.000000e+00 1.000000e+00
GO:0001780    20   3 3.365797e-03 2.462091e-01
GO:0001781     7   1 1.059644e-01 1.000000e+00
GO:0001782    31   2 8.619547e-02 1.000000e+00
GO:0001783    25   0 1.000000e+00 1.000000e+00
GO:0001784    47   3 3.561630e-02 8.967503e-01
GO:0001785     2   0 1.000000e+00 1.000000e+00
GO:0001786    64   3 7.710998e-02 1.000000e+00
GO:0001787    14   0 1.000000e+00 1.000000e+00
GO:0001788     7   0 1.000000e+00 1.000000e+00
GO:0001790     2   0 1.000000e+00 1.000000e+00
GO:0001791     3   2 6.584607e-04 7.838383e-02
GO:0001792     1   0 1.000000e+00 1.000000e+00
GO:0001793     1   0 1.000000e+00 1.000000e+00
GO:0001794     8   0 1.000000e+00 1.000000e+00
GO:0001796     4   0 1.000000e+00 1.000000e+00
GO:0001797     1   0 1.000000e+00 1.000000e+00
GO:0001798     3   0 1.000000e+00 1.000000e+00
GO:0001802     1   0 1.000000e+00 1.000000e+00
GO:0001803     1   0 1.000000e+00 1.000000e+00
GO:0001805     1   0 1.000000e+00 1.000000e+00
GO:0001806     4   0 1.000000e+00 1.000000e+00
GO:0001807     4   0 1.000000e+00 1.000000e+00
GO:0001808     2   0 1.000000e+00 1.000000e+00
GO:0001809     1   0 1.000000e+00 1.000000e+00
GO:0001810     1   0 1.000000e+00 1.000000e+00
GO:0001811     1   0 1.000000e+00 1.000000e+00
GO:0001813     2   0 1.000000e+00 1.000000e+00
GO:0001814     1   0 1.000000e+00 1.000000e+00
GO:0001815     1   0 1.000000e+00 1.000000e+00
GO:0001816   824  26 3.752468e-04 4.940897e-02
GO:0001817   811  26 2.944969e-04 4.101745e-02
GO:0001818   349  12 5.979324e-03 3.569098e-01
GO:0001819   478  18 5.043209e-04 6.306547e-02
GO:0001820    10   0 1.000000e+00 1.000000e+00
GO:0001821     8   0 1.000000e+00 1.000000e+00
GO:0001822   310   3 8.633908e-01 1.000000e+00
GO:0001823   100   0 1.000000e+00 1.000000e+00
GO:0001824   111   0 1.000000e+00 1.000000e+00
GO:0001825    45   0 1.000000e+00 1.000000e+00
GO:0001826     8   0 1.000000e+00 1.000000e+00
GO:0001827     3   0 1.000000e+00 1.000000e+00
GO:0001828     3   0 1.000000e+00 1.000000e+00
GO:0001829    19   0 1.000000e+00 1.000000e+00
GO:0001830     1   0 1.000000e+00 1.000000e+00
GO:0001831     2   0 1.000000e+00 1.000000e+00
GO:0001832    21   0 1.000000e+00 1.000000e+00
GO:0001833    14   0 1.000000e+00 1.000000e+00
GO:0001834     4   0 1.000000e+00 1.000000e+00
GO:0001835    22   0 1.000000e+00 1.000000e+00
GO:0001836    54   1 5.749869e-01 1.000000e+00
GO:0001837   182   0 1.000000e+00 1.000000e+00
GO:0001838   122   0 1.000000e+00 1.000000e+00
GO:0001839     5   0 1.000000e+00 1.000000e+00
GO:0001840     8   0 1.000000e+00 1.000000e+00
GO:0001841   101   0 1.000000e+00 1.000000e+00
GO:0001842     7   0 1.000000e+00 1.000000e+00
GO:0001843    88   0 1.000000e+00 1.000000e+00
GO:0001845    17   0 1.000000e+00 1.000000e+00
GO:0001846    19   0 1.000000e+00 1.000000e+00
GO:0001847     5   1 8.122233e-02 1.000000e+00
GO:0001848    24   0 1.000000e+00 1.000000e+00
GO:0001849     8   0 1.000000e+00 1.000000e+00
GO:0001850     1   0 1.000000e+00 1.000000e+00
GO:0001851     9   0 1.000000e+00 1.000000e+00
GO:0001855     2   0 1.000000e+00 1.000000e+00
GO:0001861     1   0 1.000000e+00 1.000000e+00
GO:0001865    11   0 1.000000e+00 1.000000e+00
GO:0001866     8   0 1.000000e+00 1.000000e+00
GO:0001867    11   0 1.000000e+00 1.000000e+00
GO:0001868     2   0 1.000000e+00 1.000000e+00
GO:0001869     2   0 1.000000e+00 1.000000e+00
GO:0001872     2   0 1.000000e+00 1.000000e+00
GO:0001875     6   1 9.044895e-02 1.000000e+00
GO:0001878     6   0 1.000000e+00 1.000000e+00
GO:0001879     1   0 1.000000e+00 1.000000e+00
GO:0001880     4   0 1.000000e+00 1.000000e+00
GO:0001881    46   1 5.129679e-01 1.000000e+00
GO:0001882     8   0 1.000000e+00 1.000000e+00
GO:0001883     2   0 1.000000e+00 1.000000e+00
GO:0001885    60   2 2.384274e-01 1.000000e+00
GO:0001886     9   1 1.323103e-01 1.000000e+00
GO:0001887     2   0 1.000000e+00 1.000000e+00
GO:0001888     2   0 1.000000e+00 1.000000e+00
GO:0001889   138   2 6.345459e-01 1.000000e+00
GO:0001890   143   0 1.000000e+00 1.000000e+00
GO:0001891    28   2 7.028577e-02 1.000000e+00
GO:0001892    85   0 1.000000e+00 1.000000e+00
GO:0001893    33   0 1.000000e+00 1.000000e+00
GO:0001894   250   5 3.479384e-01 1.000000e+00
GO:0001895    54   0 1.000000e+00 1.000000e+00
GO:0001905     3   0 1.000000e+00 1.000000e+00
GO:0001906   210  11 3.420303e-04 4.612052e-02
GO:0001909   134   8 9.214608e-04 1.021088e-01
GO:0001910    93   4 5.173717e-02 1.000000e+00
GO:0001911    26   1 3.199713e-01 1.000000e+00
GO:0001912    66   4 1.788137e-02 6.517419e-01
GO:0001913    57   4 1.091185e-02 5.356376e-01
GO:0001914    50   3 4.020298e-02 9.665989e-01
GO:0001915    10   1 1.324216e-01 1.000000e+00
GO:0001916    40   2 1.261040e-01 1.000000e+00
GO:0001917    68   0 1.000000e+00 1.000000e+00
GO:0001918     1   0 1.000000e+00 1.000000e+00
GO:0001919    25   1 3.221228e-01 1.000000e+00
GO:0001920     5   0 1.000000e+00 1.000000e+00
GO:0001921    14   1 1.997812e-01 1.000000e+00
GO:0001922     4   0 1.000000e+00 1.000000e+00
GO:0001923     5   3 3.749200e-05 1.036075e-02
GO:0001927     1   0 1.000000e+00 1.000000e+00
GO:0001928     1   0 1.000000e+00 1.000000e+00
GO:0001931    13   0 1.000000e+00 1.000000e+00
GO:0001932   877  15 3.762940e-01 1.000000e+00
GO:0001933   290   3 8.296015e-01 1.000000e+00
GO:0001934   544  12 1.355030e-01 1.000000e+00
GO:0001935   188   2 7.861314e-01 1.000000e+00
GO:0001936   168   2 7.301733e-01 1.000000e+00
GO:0001937    68   1 6.461606e-01 1.000000e+00
GO:0001938   106   1 8.074577e-01 1.000000e+00
GO:0001939    10   1 1.446985e-01 1.000000e+00
GO:0001940     7   1 1.019716e-01 1.000000e+00
GO:0001941    37   0 1.000000e+00 1.000000e+00
GO:0001942    91   1 7.565758e-01 1.000000e+00
GO:0001944   797  14 3.407356e-01 1.000000e+00
GO:0001945    31   0 1.000000e+00 1.000000e+00
GO:0001946    18   0 1.000000e+00 1.000000e+00
GO:0001947    65   0 1.000000e+00 1.000000e+00
GO:0001949     2   0 1.000000e+00 1.000000e+00
GO:0001951     4   0 1.000000e+00 1.000000e+00
GO:0001952   121   4 1.198711e-01 1.000000e+00
GO:0001953    37   0 1.000000e+00 1.000000e+00
GO:0001954    56   3 5.545643e-02 1.000000e+00
GO:0001955     8   1 1.145910e-01 1.000000e+00
GO:0001956    17   1 2.362798e-01 1.000000e+00
GO:0001957     7   0 1.000000e+00 1.000000e+00
GO:0001958    30   1 3.806945e-01 1.000000e+00
GO:0001959   167   4 2.435060e-01 1.000000e+00
GO:0001960    89   2 3.782182e-01 1.000000e+00
GO:0001961    58   2 2.241045e-01 1.000000e+00
GO:0001963    28   1 3.537357e-01 1.000000e+00
GO:0001964    27   1 3.500439e-01 1.000000e+00
GO:0001965    29   0 1.000000e+00 1.000000e+00
GO:0001966     3   0 1.000000e+00 1.000000e+00
GO:0001967    12   0 1.000000e+00 1.000000e+00
GO:0001968    30   1 3.723475e-01 1.000000e+00
GO:0001969     3   0 1.000000e+00 1.000000e+00
GO:0001970     2   0 1.000000e+00 1.000000e+00
GO:0001971     2   0 1.000000e+00 1.000000e+00
GO:0001972    20   0 1.000000e+00 1.000000e+00
GO:0001973    11   1 1.545726e-01 1.000000e+00
GO:0001974    46   2 1.550941e-01 1.000000e+00
GO:0001975    31   1 3.836118e-01 1.000000e+00
GO:0001976    11   1 1.652643e-01 1.000000e+00
GO:0001977    13   0 1.000000e+00 1.000000e+00
GO:0001978     2   0 1.000000e+00 1.000000e+00
GO:0001979     1   0 1.000000e+00 1.000000e+00
GO:0001980     2   0 1.000000e+00 1.000000e+00
GO:0001983     2   0 1.000000e+00 1.000000e+00
GO:0001984     1   0 1.000000e+00 1.000000e+00
GO:0001985     1   0 1.000000e+00 1.000000e+00
GO:0001990    34   2 9.834498e-02 1.000000e+00
GO:0001991    15   1 2.063025e-01 1.000000e+00
GO:0001992     4   0 1.000000e+00 1.000000e+00
GO:0001993     7   0 1.000000e+00 1.000000e+00
GO:0001994     2   0 1.000000e+00 1.000000e+00
GO:0001996     4   0 1.000000e+00 1.000000e+00
GO:0001997     2   0 1.000000e+00 1.000000e+00
GO:0001998     1   0 1.000000e+00 1.000000e+00
GO:0001999     7   0 1.000000e+00 1.000000e+00
GO:0002001     7   0 1.000000e+00 1.000000e+00
GO:0002002     8   1 1.156647e-01 1.000000e+00
GO:0002003     7   1 1.009017e-01 1.000000e+00
GO:0002007     1   0 1.000000e+00 1.000000e+00
GO:0002009   487   7 6.386034e-01 1.000000e+00
GO:0002011    63   1 6.244401e-01 1.000000e+00
GO:0002014     1   0 1.000000e+00 1.000000e+00
GO:0002016     6   0 1.000000e+00 1.000000e+00
GO:0002017     2   0 1.000000e+00 1.000000e+00
GO:0002018     3   0 1.000000e+00 1.000000e+00
GO:0002019     2   0 1.000000e+00 1.000000e+00
GO:0002020   138   3 3.580828e-01 1.000000e+00
GO:0002021    35   0 1.000000e+00 1.000000e+00
GO:0002023     6   0 1.000000e+00 1.000000e+00
GO:0002024    13   0 1.000000e+00 1.000000e+00
GO:0002025     3   0 1.000000e+00 1.000000e+00
GO:0002026    26   1 3.369623e-01 1.000000e+00
GO:0002027   101   1 8.008980e-01 1.000000e+00
GO:0002028    79   1 7.116196e-01 1.000000e+00
GO:0002029    15   0 1.000000e+00 1.000000e+00
GO:0002030     1   0 1.000000e+00 1.000000e+00
GO:0002031     9   0 1.000000e+00 1.000000e+00
GO:0002032     2   0 1.000000e+00 1.000000e+00
GO:0002034     4   0 1.000000e+00 1.000000e+00
GO:0002035     2   0 1.000000e+00 1.000000e+00
GO:0002036     8   1 1.172020e-01 1.000000e+00
GO:0002037     2   1 3.062779e-02 8.696241e-01
GO:0002038     4   0 1.000000e+00 1.000000e+00
GO:0002039    65   0 1.000000e+00 1.000000e+00
GO:0002040   181   3 5.102166e-01 1.000000e+00
GO:0002041     1   0 1.000000e+00 1.000000e+00
GO:0002042    89   2 3.798986e-01 1.000000e+00
GO:0002043    48   0 1.000000e+00 1.000000e+00
GO:0002046     4   0 1.000000e+00 1.000000e+00
GO:0002051     3   0 1.000000e+00 1.000000e+00
GO:0002052    37   0 1.000000e+00 1.000000e+00
GO:0002053    26   0 1.000000e+00 1.000000e+00
GO:0002054     4   0 1.000000e+00 1.000000e+00
GO:0002055     1   0 1.000000e+00 1.000000e+00
GO:0002058     1   0 1.000000e+00 1.000000e+00
GO:0002060     3   0 1.000000e+00 1.000000e+00
GO:0002061     1   0 1.000000e+00 1.000000e+00
GO:0002062   113   2 5.295796e-01 1.000000e+00
GO:0002063    32   0 1.000000e+00 1.000000e+00
GO:0002064   205   4 3.926847e-01 1.000000e+00
GO:0002065   123   2 5.697370e-01 1.000000e+00
GO:0002066    52   1 5.517479e-01 1.000000e+00
GO:0002067    71   0 1.000000e+00 1.000000e+00
GO:0002068    36   0 1.000000e+00 1.000000e+00
GO:0002069    14   0 1.000000e+00 1.000000e+00
GO:0002070    25   0 1.000000e+00 1.000000e+00
GO:0002071     9   0 1.000000e+00 1.000000e+00
GO:0002072     7   0 1.000000e+00 1.000000e+00
GO:0002074     4   0 1.000000e+00 1.000000e+00
GO:0002076    17   0 1.000000e+00 1.000000e+00
GO:0002077     1   0 1.000000e+00 1.000000e+00
GO:0002079     5   0 1.000000e+00 1.000000e+00
GO:0002080    32   0 1.000000e+00 1.000000e+00
GO:0002081     4   0 1.000000e+00 1.000000e+00
GO:0002082    21   1 2.811315e-01 1.000000e+00
GO:0002083     2   0 1.000000e+00 1.000000e+00
GO:0002084     8   0 1.000000e+00 1.000000e+00
GO:0002085     6   0 1.000000e+00 1.000000e+00
GO:0002086     2   0 1.000000e+00 1.000000e+00
GO:0002087    11   0 1.000000e+00 1.000000e+00
GO:0002088    86   1 7.433654e-01 1.000000e+00
GO:0002089    21   0 1.000000e+00 1.000000e+00
GO:0002090    57   0 1.000000e+00 1.000000e+00
GO:0002091    16   0 1.000000e+00 1.000000e+00
GO:0002092    23   0 1.000000e+00 1.000000e+00
GO:0002093    19   0 1.000000e+00 1.000000e+00
GO:0002094     3   0 1.000000e+00 1.000000e+00
GO:0002095     2   0 1.000000e+00 1.000000e+00
GO:0002096     2   0 1.000000e+00 1.000000e+00
GO:0002097    20   0 1.000000e+00 1.000000e+00
GO:0002098    17   0 1.000000e+00 1.000000e+00
GO:0002100     1   0 1.000000e+00 1.000000e+00
GO:0002101     2   0 1.000000e+00 1.000000e+00
GO:0002102    33   0 1.000000e+00 1.000000e+00
GO:0002112     1   0 1.000000e+00 1.000000e+00
GO:0002113     1   0 1.000000e+00 1.000000e+00
GO:0002114     2   0 1.000000e+00 1.000000e+00
GO:0002115    21   1 2.770196e-01 1.000000e+00
GO:0002116    11   0 1.000000e+00 1.000000e+00
GO:0002118     7   0 1.000000e+00 1.000000e+00
GO:0002121     2   0 1.000000e+00 1.000000e+00
GO:0002125     2   0 1.000000e+00 1.000000e+00
GO:0002127     1   0 1.000000e+00 1.000000e+00
GO:0002128     2   0 1.000000e+00 1.000000e+00
GO:0002130     1   0 1.000000e+00 1.000000e+00
GO:0002133     2   0 1.000000e+00 1.000000e+00
GO:0002134     2   0 1.000000e+00 1.000000e+00
GO:0002135     1   0 1.000000e+00 1.000000e+00
GO:0002138     9   1 1.310601e-01 1.000000e+00
GO:0002139     8   0 1.000000e+00 1.000000e+00
GO:0002140     2   0 1.000000e+00 1.000000e+00
GO:0002141     6   0 1.000000e+00 1.000000e+00
GO:0002142     6   0 1.000000e+00 1.000000e+00
GO:0002143     4   0 1.000000e+00 1.000000e+00
GO:0002144     1   0 1.000000e+00 1.000000e+00
GO:0002148     1   0 1.000000e+00 1.000000e+00
GO:0002149     1   0 1.000000e+00 1.000000e+00
GO:0002151     6   0 1.000000e+00 1.000000e+00
GO:0002152     1   0 1.000000e+00 1.000000e+00
GO:0002153     2   0 1.000000e+00 1.000000e+00
GO:0002154     8   0 1.000000e+00 1.000000e+00
GO:0002155     7   0 1.000000e+00 1.000000e+00
GO:0002157     2   0 1.000000e+00 1.000000e+00
GO:0002158    11   0 1.000000e+00 1.000000e+00
GO:0002159     4   0 1.000000e+00 1.000000e+00
GO:0002161    13   0 1.000000e+00 1.000000e+00
GO:0002162    10   0 1.000000e+00 1.000000e+00
GO:0002169     2   0 1.000000e+00 1.000000e+00
GO:0002172     1   0 1.000000e+00 1.000000e+00
GO:0002174     1   0 1.000000e+00 1.000000e+00
GO:0002175     4   0 1.000000e+00 1.000000e+00
GO:0002176     8   0 1.000000e+00 1.000000e+00
GO:0002177    17   0 1.000000e+00 1.000000e+00
GO:0002178    10   0 1.000000e+00 1.000000e+00
GO:0002181   145   1 8.976345e-01 1.000000e+00
GO:0002182     5   0 1.000000e+00 1.000000e+00
GO:0002183    37   1 4.366891e-01 1.000000e+00
GO:0002184     1   0 1.000000e+00 1.000000e+00
GO:0002188     2   0 1.000000e+00 1.000000e+00
GO:0002189     3   0 1.000000e+00 1.000000e+00
GO:0002190     4   0 1.000000e+00 1.000000e+00
GO:0002191     7   0 1.000000e+00 1.000000e+00
GO:0002192     1   0 1.000000e+00 1.000000e+00
GO:0002193     3   0 1.000000e+00 1.000000e+00
GO:0002194     1   0 1.000000e+00 1.000000e+00
GO:0002196     2   0 1.000000e+00 1.000000e+00
GO:0002199     8   0 1.000000e+00 1.000000e+00
GO:0002200    73   3 1.023386e-01 1.000000e+00
GO:0002204    50   1 5.369822e-01 1.000000e+00
GO:0002208    50   1 5.369822e-01 1.000000e+00
GO:0002209    40   1 4.668142e-01 1.000000e+00
GO:0002215     3   0 1.000000e+00 1.000000e+00
GO:0002218   274  13 3.588462e-04 4.809828e-02
GO:0002220    92   4 5.345707e-02 1.000000e+00
GO:0002221   242  11 1.441580e-03 1.421512e-01
GO:0002222     1   0 1.000000e+00 1.000000e+00
GO:0002223    19   1 2.489531e-01 1.000000e+00
GO:0002224    68   4 1.959916e-02 6.908779e-01
GO:0002225     7   1 1.064319e-01 1.000000e+00
GO:0002227    20   1 2.554859e-01 1.000000e+00
GO:0002228    74   5 4.890435e-03 3.154683e-01
GO:0002230    29   0 1.000000e+00 1.000000e+00
GO:0002232     8   1 1.283009e-01 1.000000e+00
GO:0002237   348  12 7.431893e-03 4.028052e-01
GO:0002238     4   0 1.000000e+00 1.000000e+00
GO:0002244   133   5 5.789568e-02 1.000000e+00
GO:0002246     8   0 1.000000e+00 1.000000e+00
GO:0002248     6   0 1.000000e+00 1.000000e+00
GO:0002249     7   1 1.016338e-01 1.000000e+00
GO:0002250   438  26 4.031462e-09 7.520020e-06
GO:0002251    34   1 4.009264e-01 1.000000e+00
GO:0002252   593  31 2.084712e-09 5.030626e-06
GO:0002253   511  24 1.476231e-06 9.178879e-04
GO:0002254     3   0 1.000000e+00 1.000000e+00
GO:0002260    71   4 2.534906e-02 8.207061e-01
GO:0002262   168   6 4.825782e-02 1.000000e+00
GO:0002263   280  16 7.481488e-06 3.044830e-03
GO:0002264     1   0 1.000000e+00 1.000000e+00
GO:0002265     4   0 1.000000e+00 1.000000e+00
GO:0002266     3   0 1.000000e+00 1.000000e+00
GO:0002268     2   0 1.000000e+00 1.000000e+00
GO:0002269    51   5 1.142468e-03 1.189442e-01
GO:0002270     3   0 1.000000e+00 1.000000e+00
GO:0002273     2   0 1.000000e+00 1.000000e+00
GO:0002274   234  18 2.850311e-08 3.753022e-05
GO:0002275    92   9 1.322147e-05 4.697608e-03
GO:0002276     2   0 1.000000e+00 1.000000e+00
GO:0002277     3   0 1.000000e+00 1.000000e+00
GO:0002278     6   1 8.293126e-02 1.000000e+00
GO:0002279    50   3 4.184472e-02 9.875508e-01
GO:0002280     1   0 1.000000e+00 1.000000e+00
GO:0002281    19   2 3.583104e-02 8.967503e-01
GO:0002282     5   0 1.000000e+00 1.000000e+00
GO:0002283    18   3 2.649774e-03 2.098584e-01
GO:0002285   191   8 9.317308e-03 4.729220e-01
GO:0002286   110   2 4.977213e-01 1.000000e+00
GO:0002287    75   2 3.233246e-01 1.000000e+00
GO:0002290     1   0 1.000000e+00 1.000000e+00
GO:0002291    10   0 1.000000e+00 1.000000e+00
GO:0002292    83   2 3.685820e-01 1.000000e+00
GO:0002293    75   2 3.233246e-01 1.000000e+00
GO:0002294    74   2 3.180456e-01 1.000000e+00
GO:0002295    21   0 1.000000e+00 1.000000e+00
GO:0002296     4   0 1.000000e+00 1.000000e+00
GO:0002298     2   1 3.003959e-02 8.696241e-01
GO:0002299     1   0 1.000000e+00 1.000000e+00
GO:0002300     1   0 1.000000e+00 1.000000e+00
GO:0002302     1   0 1.000000e+00 1.000000e+00
GO:0002304     3   0 1.000000e+00 1.000000e+00
GO:0002305     3   0 1.000000e+00 1.000000e+00
GO:0002309     4   0 1.000000e+00 1.000000e+00
GO:0002312    81   4 3.690391e-02 9.117628e-01
GO:0002313    29   1 3.658667e-01 1.000000e+00
GO:0002314     8   1 1.218837e-01 1.000000e+00
GO:0002315     8   1 1.233138e-01 1.000000e+00
GO:0002316     3   0 1.000000e+00 1.000000e+00
GO:0002317     8   0 1.000000e+00 1.000000e+00
GO:0002318     9   1 1.268173e-01 1.000000e+00
GO:0002319     1   0 1.000000e+00 1.000000e+00
GO:0002320    24   1 3.121534e-01 1.000000e+00
GO:0002322     6   2 3.695915e-03 2.593397e-01
GO:0002323    19   2 2.798342e-02 8.696241e-01
GO:0002325     4   0 1.000000e+00 1.000000e+00
GO:0002326     6   1 9.537729e-02 1.000000e+00
GO:0002327    11   1 1.576026e-01 1.000000e+00
GO:0002328    12   0 1.000000e+00 1.000000e+00
GO:0002329     4   1 6.280504e-02 1.000000e+00
GO:0002331     3   1 4.889439e-02 1.000000e+00
GO:0002332     2   0 1.000000e+00 1.000000e+00
GO:0002333     1   0 1.000000e+00 1.000000e+00
GO:0002334     1   0 1.000000e+00 1.000000e+00
GO:0002335    34   4 1.857820e-03 1.663417e-01
GO:0002336     1   1 1.799395e-02 6.517419e-01
GO:0002337     2   1 3.083379e-02 8.696241e-01
GO:0002339     3   0 1.000000e+00 1.000000e+00
GO:0002343     1   0 1.000000e+00 1.000000e+00
GO:0002344     1   0 1.000000e+00 1.000000e+00
GO:0002347    42   6 4.164626e-05 1.117284e-02
GO:0002349     6   0 1.000000e+00 1.000000e+00
GO:0002351     3   0 1.000000e+00 1.000000e+00
GO:0002352     2   0 1.000000e+00 1.000000e+00
GO:0002353     3   0 1.000000e+00 1.000000e+00
GO:0002355     1   0 1.000000e+00 1.000000e+00
GO:0002357    13   4 3.647442e-05 1.032453e-02
GO:0002358     2   0 1.000000e+00 1.000000e+00
GO:0002360    33   0 1.000000e+00 1.000000e+00
GO:0002361     8   1 1.155917e-01 1.000000e+00
GO:0002362     1   0 1.000000e+00 1.000000e+00
GO:0002363    25   0 1.000000e+00 1.000000e+00
GO:0002364     1   0 1.000000e+00 1.000000e+00
GO:0002366   276  16 6.273428e-06 2.786971e-03
GO:0002367   115   9 7.735757e-05 1.717084e-02
GO:0002369    34   5 1.743660e-04 2.901443e-02
GO:0002370     9   0 1.000000e+00 1.000000e+00
GO:0002371    18   2 3.270262e-02 8.696241e-01
GO:0002372     7   0 1.000000e+00 1.000000e+00
GO:0002373     2   0 1.000000e+00 1.000000e+00
GO:0002376  2381  83 1.644255e-13 1.742002e-09
GO:0002377   100   6 4.404104e-03 2.942731e-01
GO:0002381    54   2 1.983535e-01 1.000000e+00
GO:0002383     1   0 1.000000e+00 1.000000e+00
GO:0002384     2   0 1.000000e+00 1.000000e+00
GO:0002385    30   1 3.608837e-01 1.000000e+00
GO:0002387     4   0 1.000000e+00 1.000000e+00
GO:0002395     2   0 1.000000e+00 1.000000e+00
GO:0002396    19   2 3.437166e-02 8.805207e-01
GO:0002397     6   1 8.890603e-02 1.000000e+00
GO:0002398     1   0 1.000000e+00 1.000000e+00
GO:0002399    14   2 1.919048e-02 6.786094e-01
GO:0002404     1   0 1.000000e+00 1.000000e+00
GO:0002406     1   0 1.000000e+00 1.000000e+00
GO:0002407    23   5 2.211459e-05 7.006524e-03
GO:0002408     4   0 1.000000e+00 1.000000e+00
GO:0002412     1   0 1.000000e+00 1.000000e+00
GO:0002413     1   0 1.000000e+00 1.000000e+00
GO:0002414     4   0 1.000000e+00 1.000000e+00
GO:0002415     2   0 1.000000e+00 1.000000e+00
GO:0002416     1   0 1.000000e+00 1.000000e+00
GO:0002418    26   3 6.944822e-03 3.863563e-01
GO:0002419     3   0 1.000000e+00 1.000000e+00
GO:0002420    10   1 1.454309e-01 1.000000e+00
GO:0002423    11   1 1.586190e-01 1.000000e+00
GO:0002424     9   1 1.283446e-01 1.000000e+00
GO:0002426     2   0 1.000000e+00 1.000000e+00
GO:0002428    18   2 3.234791e-02 8.696241e-01
GO:0002429   294  16 1.523480e-05 5.166907e-03
GO:0002430    12   1 1.732608e-01 1.000000e+00
GO:0002431    31   0 1.000000e+00 1.000000e+00
GO:0002432     1   1 1.460939e-02 6.135596e-01
GO:0002433    22   0 1.000000e+00 1.000000e+00
GO:0002434     5   1 7.409849e-02 1.000000e+00
GO:0002435     1   0 1.000000e+00 1.000000e+00
GO:0002436     3   1 4.243547e-02 9.904855e-01
GO:0002437    76   4 2.796874e-02 8.696241e-01
GO:0002438    26   1 3.138255e-01 1.000000e+00
GO:0002439     3   1 4.460564e-02 1.000000e+00
GO:0002440   212  13 2.757262e-05 8.229142e-03
GO:0002441     6   0 1.000000e+00 1.000000e+00
GO:0002442     3   0 1.000000e+00 1.000000e+00
GO:0002443   372  24 3.319375e-09 6.754626e-06
GO:0002444   105   6 5.613619e-03 3.412750e-01
GO:0002445     8   0 1.000000e+00 1.000000e+00
GO:0002446    34   2 1.005797e-01 1.000000e+00
GO:0002447     7   1 9.653681e-02 1.000000e+00
GO:0002448    50   3 4.243219e-02 9.904855e-01
GO:0002449   277  19 5.185313e-08 5.803403e-05
GO:0002450     2   1 2.677329e-02 8.488574e-01
GO:0002451     1   0 1.000000e+00 1.000000e+00
GO:0002455    48   3 3.576992e-02 8.967503e-01
GO:0002456   118   9 8.948625e-05 1.861323e-02
GO:0002457     4   0 1.000000e+00 1.000000e+00
GO:0002458     1   0 1.000000e+00 1.000000e+00
GO:0002460   294  16 1.348730e-05 4.717182e-03
GO:0002461     5   0 1.000000e+00 1.000000e+00
GO:0002465     3   0 1.000000e+00 1.000000e+00
GO:0002467    14   1 1.973176e-01 1.000000e+00
GO:0002468    15   2 1.907765e-02 6.775641e-01
GO:0002469     2   0 1.000000e+00 1.000000e+00
GO:0002470     1   0 1.000000e+00 1.000000e+00
GO:0002472     1   0 1.000000e+00 1.000000e+00
GO:0002474    37   3 1.977133e-02 6.936701e-01
GO:0002475    25   2 5.834526e-02 1.000000e+00
GO:0002476    17   1 2.386453e-01 1.000000e+00
GO:0002477     4   1 6.343195e-02 1.000000e+00
GO:0002478    39   3 2.092277e-02 7.249772e-01
GO:0002479     1   0 1.000000e+00 1.000000e+00
GO:0002480     1   0 1.000000e+00 1.000000e+00
GO:0002481     2   1 3.158928e-02 8.696241e-01
GO:0002483    25   2 5.929529e-02 1.000000e+00
GO:0002484    17   1 2.386453e-01 1.000000e+00
GO:0002485     2   0 1.000000e+00 1.000000e+00
GO:0002486    16   1 2.253036e-01 1.000000e+00
GO:0002488     1   0 1.000000e+00 1.000000e+00
GO:0002489     1   0 1.000000e+00 1.000000e+00
GO:0002491     2   0 1.000000e+00 1.000000e+00
GO:0002495    33   2 9.043450e-02 1.000000e+00
GO:0002501    19   2 3.437166e-02 8.805207e-01
GO:0002502     6   1 8.890603e-02 1.000000e+00
GO:0002503    14   2 1.919048e-02 6.786094e-01
GO:0002504    35   2 9.999089e-02 1.000000e+00
GO:0002505     1   0 1.000000e+00 1.000000e+00
GO:0002507    28   2 6.573365e-02 1.000000e+00
GO:0002508     2   0 1.000000e+00 1.000000e+00
GO:0002509     1   0 1.000000e+00 1.000000e+00
GO:0002510     1   0 1.000000e+00 1.000000e+00
GO:0002513     4   0 1.000000e+00 1.000000e+00
GO:0002514     3   0 1.000000e+00 1.000000e+00
GO:0002517    14   1 1.935926e-01 1.000000e+00
GO:0002518     1   0 1.000000e+00 1.000000e+00
GO:0002519     3   0 1.000000e+00 1.000000e+00
GO:0002520   193   6 7.909683e-02 1.000000e+00
GO:0002521   591  29 5.103394e-08 5.803403e-05
GO:0002522     3   0 1.000000e+00 1.000000e+00
GO:0002523    19   4 2.036705e-04 3.233711e-02
GO:0002524    15   0 1.000000e+00 1.000000e+00
GO:0002525     2   0 1.000000e+00 1.000000e+00
GO:0002526   102   3 1.983889e-01 1.000000e+00
GO:0002528     4   0 1.000000e+00 1.000000e+00
GO:0002532    97   7 7.287160e-04 8.495614e-02
GO:0002534    75   5 5.641161e-03 3.412750e-01
GO:0002536     9   1 1.354650e-01 1.000000e+00
GO:0002537     1   0 1.000000e+00 1.000000e+00
GO:0002538     3   0 1.000000e+00 1.000000e+00
GO:0002540     3   0 1.000000e+00 1.000000e+00
GO:0002541     3   0 1.000000e+00 1.000000e+00
GO:0002542     2   0 1.000000e+00 1.000000e+00
GO:0002543     2   0 1.000000e+00 1.000000e+00
GO:0002544    18   2 3.221013e-02 8.696241e-01
GO:0002545     1   0 1.000000e+00 1.000000e+00
GO:0002548    67   4 1.791402e-02 6.517419e-01
GO:0002551    11   0 1.000000e+00 1.000000e+00
GO:0002552     1   0 1.000000e+00 1.000000e+00
GO:0002553     6   0 1.000000e+00 1.000000e+00
GO:0002554     2   0 1.000000e+00 1.000000e+00
GO:0002562    67   3 8.398821e-02 1.000000e+00
GO:0002566    14   0 1.000000e+00 1.000000e+00
GO:0002568     4   0 1.000000e+00 1.000000e+00
GO:0002572     3   1 4.556481e-02 1.000000e+00
GO:0002573   228   9 9.480439e-03 4.779508e-01
GO:0002574     1   0 1.000000e+00 1.000000e+00
GO:0002576     7   0 1.000000e+00 1.000000e+00
GO:0002577    19   2 3.134241e-02 8.696241e-01
GO:0002578     9   1 1.247969e-01 1.000000e+00
GO:0002579     9   1 1.253423e-01 1.000000e+00
GO:0002580     5   0 1.000000e+00 1.000000e+00
GO:0002581     3   0 1.000000e+00 1.000000e+00
GO:0002582     2   0 1.000000e+00 1.000000e+00
GO:0002583     6   1 9.322268e-02 1.000000e+00
GO:0002584     4   1 6.352740e-02 1.000000e+00
GO:0002585     2   0 1.000000e+00 1.000000e+00
GO:0002586     4   0 1.000000e+00 1.000000e+00
GO:0002587     2   0 1.000000e+00 1.000000e+00
GO:0002588     2   0 1.000000e+00 1.000000e+00
GO:0002589     2   1 3.338956e-02 8.761922e-01
GO:0002590     2   1 3.338956e-02 8.761922e-01
GO:0002604    11   1 1.442425e-01 1.000000e+00
GO:0002605     4   0 1.000000e+00 1.000000e+00
GO:0002606     7   1 9.669526e-02 1.000000e+00
GO:0002616     1   0 1.000000e+00 1.000000e+00
GO:0002617     1   0 1.000000e+00 1.000000e+00
GO:0002622     1   0 1.000000e+00 1.000000e+00
GO:0002634     8   0 1.000000e+00 1.000000e+00
GO:0002635     2   0 1.000000e+00 1.000000e+00
GO:0002636     2   0 1.000000e+00 1.000000e+00
GO:0002637    68   4 2.100169e-02 7.265870e-01
GO:0002638    10   2 9.434538e-03 4.767104e-01
GO:0002639    49   1 5.318130e-01 1.000000e+00
GO:0002643    19   2 3.149917e-02 8.696241e-01
GO:0002644     1   0 1.000000e+00 1.000000e+00
GO:0002645    11   1 1.471948e-01 1.000000e+00
GO:0002646     1   0 1.000000e+00 1.000000e+00
GO:0002648     1   0 1.000000e+00 1.000000e+00
GO:0002649     1   0 1.000000e+00 1.000000e+00
GO:0002651     1   0 1.000000e+00 1.000000e+00
GO:0002652     2   0 1.000000e+00 1.000000e+00
GO:0002654     1   0 1.000000e+00 1.000000e+00
GO:0002658     1   0 1.000000e+00 1.000000e+00
GO:0002660     1   0 1.000000e+00 1.000000e+00
GO:0002661     2   0 1.000000e+00 1.000000e+00
GO:0002663     2   0 1.000000e+00 1.000000e+00
GO:0002664    12   1 1.662282e-01 1.000000e+00
GO:0002666     8   1 1.118092e-01 1.000000e+00
GO:0002667     7   1 1.016338e-01 1.000000e+00
GO:0002669     4   1 5.997051e-02 1.000000e+00
GO:0002673    46   2 1.524048e-01 1.000000e+00
GO:0002674    11   0 1.000000e+00 1.000000e+00
GO:0002675    27   2 6.303682e-02 1.000000e+00
GO:0002676     8   1 1.129596e-01 1.000000e+00
GO:0002677     3   0 1.000000e+00 1.000000e+00
GO:0002678     4   1 5.508662e-02 1.000000e+00
GO:0002679    16   1 2.253587e-01 1.000000e+00
GO:0002681     4   0 1.000000e+00 1.000000e+00
GO:0002682  1455  53 2.247420e-09 5.030626e-06
GO:0002683   499  24 8.140962e-07 5.359626e-04
GO:0002684  1016  45 1.126092e-10 4.201075e-07
GO:0002685   215  13 2.940228e-05 8.659746e-03
GO:0002686    52   3 4.402357e-02 1.000000e+00
GO:0002687   140   9 3.095489e-04 4.277126e-02
GO:0002688   114  10 9.944517e-06 3.837898e-03
GO:0002689    20   3 3.147343e-03 2.348156e-01
GO:0002690    88   6 2.340375e-03 1.962059e-01
GO:0002691    39   2 1.195235e-01 1.000000e+00
GO:0002692     9   0 1.000000e+00 1.000000e+00
GO:0002693    16   2 2.500450e-02 8.135187e-01
GO:0002694   550  31 4.414623e-10 1.235212e-06
GO:0002695   184   9 2.201920e-03 1.895684e-01
GO:0002696   346  19 2.149033e-06 1.265893e-03
GO:0002697   363  21 2.336924e-07 1.937397e-04
GO:0002698   116  11 1.555003e-06 9.407349e-04
GO:0002699   242  14 2.512033e-05 7.702650e-03
GO:0002700   176  11 9.882223e-05 1.975033e-02
GO:0002701    42   6 3.928197e-05 1.072302e-02
GO:0002702   128   5 4.886866e-02 1.000000e+00
GO:0002703   232  16 6.578433e-07 4.462171e-04
GO:0002704    64   7 5.524850e-05 1.389531e-02
GO:0002705   142  10 6.993009e-05 1.613727e-02
GO:0002706   175  11 8.162512e-05 1.773880e-02
GO:0002707    54   4 9.085072e-03 4.653553e-01
GO:0002708   120   8 5.267522e-04 6.550456e-02
GO:0002709    93   8 9.233050e-05 1.864358e-02
GO:0002710    26   4 5.771434e-04 7.059441e-02
GO:0002711    66   3 8.241124e-02 1.000000e+00
GO:0002712    59   3 6.158988e-02 1.000000e+00
GO:0002713    14   0 1.000000e+00 1.000000e+00
GO:0002714    40   3 2.278686e-02 7.545282e-01
GO:0002715    50   2 1.693771e-01 1.000000e+00
GO:0002716    21   1 2.716973e-01 1.000000e+00
GO:0002717    31   2 7.823235e-02 1.000000e+00
GO:0002718   113   9 6.609702e-05 1.573953e-02
GO:0002719    32   4 1.380137e-03 1.373022e-01
GO:0002720    78   4 3.282222e-02 8.696241e-01
GO:0002724    34   5 1.743660e-04 2.901443e-02
GO:0002725     8   2 6.411274e-03 3.727531e-01
GO:0002726    25   2 5.639379e-02 1.000000e+00
GO:0002727     9   0 1.000000e+00 1.000000e+00
GO:0002728     2   0 1.000000e+00 1.000000e+00
GO:0002729     8   0 1.000000e+00 1.000000e+00
GO:0002730    17   2 2.900090e-02 8.696241e-01
GO:0002731     2   0 1.000000e+00 1.000000e+00
GO:0002732    12   1 1.731385e-01 1.000000e+00
GO:0002733     7   0 1.000000e+00 1.000000e+00
GO:0002735     7   0 1.000000e+00 1.000000e+00
GO:0002736     1   0 1.000000e+00 1.000000e+00
GO:0002737     1   0 1.000000e+00 1.000000e+00
GO:0002747     1   0 1.000000e+00 1.000000e+00
GO:0002752    76   3 1.133277e-01 1.000000e+00
GO:0002753   151   9 6.248761e-04 7.520015e-02
GO:0002755    18   3 2.446820e-03 2.017463e-01
GO:0002756    16   2 2.455574e-02 8.000811e-01
GO:0002757   449  23 6.026690e-07 4.215670e-04
GO:0002758   256  12 6.653381e-04 7.838383e-02
GO:0002759    10   1 1.500977e-01 1.000000e+00
GO:0002760     7   1 1.064319e-01 1.000000e+00
GO:0002761   125   6 1.354453e-02 6.100216e-01
GO:0002762    53   2 1.937131e-01 1.000000e+00
GO:0002763    62   5 2.924793e-03 2.211776e-01
GO:0002764   475  24 4.131078e-07 2.982905e-04
GO:0002765    11   1 1.493571e-01 1.000000e+00
GO:0002767     9   1 1.214275e-01 1.000000e+00
GO:0002768   320  17 1.068068e-05 3.941436e-03
GO:0002769     3   0 1.000000e+00 1.000000e+00
GO:0002774     5   1 7.154973e-02 1.000000e+00
GO:0002775    10   1 1.474707e-01 1.000000e+00
GO:0002777     3   1 4.501649e-02 1.000000e+00
GO:0002778     8   1 1.181733e-01 1.000000e+00
GO:0002780     3   1 4.501649e-02 1.000000e+00
GO:0002784     8   1 1.206093e-01 1.000000e+00
GO:0002785     1   0 1.000000e+00 1.000000e+00
GO:0002786     6   1 9.039205e-02 1.000000e+00
GO:0002787     1   0 1.000000e+00 1.000000e+00
GO:0002790   238   7 7.873837e-02 1.000000e+00
GO:0002791   194   7 3.253899e-02 8.696241e-01
GO:0002792    45   1 5.045302e-01 1.000000e+00
GO:0002793   111   4 9.519970e-02 1.000000e+00
GO:0002803     5   1 7.572919e-02 1.000000e+00
GO:0002805     1   1 1.493880e-02 6.135596e-01
GO:0002807     1   1 1.493880e-02 6.135596e-01
GO:0002808     1   1 1.493880e-02 6.135596e-01
GO:0002812     1   0 1.000000e+00 1.000000e+00
GO:0002815     1   1 1.493880e-02 6.135596e-01
GO:0002816     1   1 1.493880e-02 6.135596e-01
GO:0002819   197  10 9.868874e-04 1.056961e-01
GO:0002820    57   4 1.098886e-02 5.370626e-01
GO:0002821   125   7 3.317466e-03 2.434694e-01
GO:0002822   183  10 5.675563e-04 6.980318e-02
GO:0002823    53   4 8.537140e-03 4.444077e-01
GO:0002824   119   7 2.550061e-03 2.053258e-01
GO:0002825    31   1 3.835405e-01 1.000000e+00
GO:0002826     8   0 1.000000e+00 1.000000e+00
GO:0002827    18   1 2.473554e-01 1.000000e+00
GO:0002828    32   3 1.256500e-02 5.820431e-01
GO:0002829    13   1 1.823868e-01 1.000000e+00
GO:0002830    18   2 2.999394e-02 8.696241e-01
GO:0002831   490  17 1.633485e-03 1.523497e-01
GO:0002832   113   3 2.478234e-01 1.000000e+00
GO:0002833   362  16 1.749887e-04 2.901443e-02
GO:0002834    22   1 2.847280e-01 1.000000e+00
GO:0002835     5   0 1.000000e+00 1.000000e+00
GO:0002836    15   0 1.000000e+00 1.000000e+00
GO:0002837    21   1 2.735841e-01 1.000000e+00
GO:0002838     5   0 1.000000e+00 1.000000e+00
GO:0002839    15   0 1.000000e+00 1.000000e+00
GO:0002840     8   1 1.153843e-01 1.000000e+00
GO:0002841     2   0 1.000000e+00 1.000000e+00
GO:0002842     5   0 1.000000e+00 1.000000e+00
GO:0002843     1   0 1.000000e+00 1.000000e+00
GO:0002845     1   0 1.000000e+00 1.000000e+00
GO:0002852     2   0 1.000000e+00 1.000000e+00
GO:0002854     2   0 1.000000e+00 1.000000e+00
GO:0002855    10   0 1.000000e+00 1.000000e+00
GO:0002856     3   0 1.000000e+00 1.000000e+00
GO:0002857     7   0 1.000000e+00 1.000000e+00
GO:0002858     9   0 1.000000e+00 1.000000e+00
GO:0002859     3   0 1.000000e+00 1.000000e+00
GO:0002860     6   0 1.000000e+00 1.000000e+00
GO:0002861    44   2 1.413614e-01 1.000000e+00
GO:0002862    30   1 3.629581e-01 1.000000e+00
GO:0002863    12   1 1.705386e-01 1.000000e+00
GO:0002864    14   0 1.000000e+00 1.000000e+00
GO:0002865     5   0 1.000000e+00 1.000000e+00
GO:0002866     7   0 1.000000e+00 1.000000e+00
GO:0002870     7   1 1.016338e-01 1.000000e+00
GO:0002874     3   1 4.460564e-02 1.000000e+00
GO:0002875     1   0 1.000000e+00 1.000000e+00
GO:0002876     2   1 3.001626e-02 8.696241e-01
GO:0002877     2   0 1.000000e+00 1.000000e+00
GO:0002879     2   0 1.000000e+00 1.000000e+00
GO:0002880     1   0 1.000000e+00 1.000000e+00
GO:0002882     1   0 1.000000e+00 1.000000e+00
GO:0002883     9   0 1.000000e+00 1.000000e+00
GO:0002884     3   0 1.000000e+00 1.000000e+00
GO:0002885     5   0 1.000000e+00 1.000000e+00
GO:0002886    53   5 1.347055e-03 1.346093e-01
GO:0002887    10   3 3.859415e-04 5.022625e-02
GO:0002888    20   2 3.734871e-02 9.186962e-01
GO:0002889    59   3 6.158988e-02 1.000000e+00
GO:0002890    14   0 1.000000e+00 1.000000e+00
GO:0002891    40   3 2.278686e-02 7.545282e-01
GO:0002892     4   0 1.000000e+00 1.000000e+00
GO:0002893     1   0 1.000000e+00 1.000000e+00
GO:0002894     3   0 1.000000e+00 1.000000e+00
GO:0002895     1   0 1.000000e+00 1.000000e+00
GO:0002897     1   0 1.000000e+00 1.000000e+00
GO:0002901     4   0 1.000000e+00 1.000000e+00
GO:0002902    19   0 1.000000e+00 1.000000e+00
GO:0002903    15   0 1.000000e+00 1.000000e+00
GO:0002904     3   0 1.000000e+00 1.000000e+00
GO:0002905     4   0 1.000000e+00 1.000000e+00
GO:0002906     4   0 1.000000e+00 1.000000e+00
GO:0002911     7   1 1.016338e-01 1.000000e+00
GO:0002913     4   1 5.997051e-02 1.000000e+00
GO:0002920    44   3 2.979479e-02 8.696241e-01
GO:0002921    16   0 1.000000e+00 1.000000e+00
GO:0002922    23   3 4.812233e-03 3.122232e-01
GO:0002923    18   3 2.415351e-03 2.009859e-01
GO:0002924    11   0 1.000000e+00 1.000000e+00
GO:0002925     7   3 1.265254e-04 2.379954e-02
GO:0002926     3   0 1.000000e+00 1.000000e+00
GO:0002930     2   0 1.000000e+00 1.000000e+00
GO:0002931    64   0 1.000000e+00 1.000000e+00
GO:0002933     7   0 1.000000e+00 1.000000e+00
GO:0002934    10   0 1.000000e+00 1.000000e+00
GO:0002939     3   0 1.000000e+00 1.000000e+00
GO:0002940     2   0 1.000000e+00 1.000000e+00
GO:0002941     4   1 6.085685e-02 1.000000e+00
GO:0002943     4   0 1.000000e+00 1.000000e+00
GO:0002944     2   0 1.000000e+00 1.000000e+00
GO:0002945     2   0 1.000000e+00 1.000000e+00
GO:0002946     2   0 1.000000e+00 1.000000e+00
GO:0002947     4   0 1.000000e+00 1.000000e+00
GO:0002949     5   0 1.000000e+00 1.000000e+00
GO:0002950     3   0 1.000000e+00 1.000000e+00
GO:0002951     2   0 1.000000e+00 1.000000e+00
GO:0002953     2   0 1.000000e+00 1.000000e+00
GO:0003002   413   3 9.566740e-01 1.000000e+00
GO:0003006   930   9 9.544193e-01 1.000000e+00
GO:0003007   266   1 9.849491e-01 1.000000e+00
GO:0003008  2141  34 3.891893e-01 1.000000e+00
GO:0003009    42   2 1.424620e-01 1.000000e+00
GO:0003010     5   0 1.000000e+00 1.000000e+00
GO:0003011     3   0 1.000000e+00 1.000000e+00
GO:0003012   444  13 2.108648e-02 7.272722e-01
GO:0003013   584  12 1.985094e-01 1.000000e+00
GO:0003014   118   1 8.403890e-01 1.000000e+00
GO:0003015   247   4 5.419957e-01 1.000000e+00
GO:0003016    40   0 1.000000e+00 1.000000e+00
GO:0003017     2   0 1.000000e+00 1.000000e+00
GO:0003018   267   6 2.325378e-01 1.000000e+00
GO:0003025     4   1 6.427118e-02 1.000000e+00
GO:0003026     1   0 1.000000e+00 1.000000e+00
GO:0003027     1   0 1.000000e+00 1.000000e+00
GO:0003029     1   0 1.000000e+00 1.000000e+00
GO:0003032     3   0 1.000000e+00 1.000000e+00
GO:0003044    42   2 1.406956e-01 1.000000e+00
GO:0003050     2   0 1.000000e+00 1.000000e+00
GO:0003051     1   0 1.000000e+00 1.000000e+00
GO:0003056    10   0 1.000000e+00 1.000000e+00
GO:0003057     6   0 1.000000e+00 1.000000e+00
GO:0003058     1   0 1.000000e+00 1.000000e+00
GO:0003062     6   0 1.000000e+00 1.000000e+00
GO:0003064     3   0 1.000000e+00 1.000000e+00
GO:0003065     1   0 1.000000e+00 1.000000e+00
GO:0003068     1   0 1.000000e+00 1.000000e+00
GO:0003069     1   0 1.000000e+00 1.000000e+00
GO:0003070     1   0 1.000000e+00 1.000000e+00
GO:0003071    23   0 1.000000e+00 1.000000e+00
GO:0003072     4   0 1.000000e+00 1.000000e+00
GO:0003073    88   4 4.820140e-02 1.000000e+00
GO:0003081    21   1 2.799895e-01 1.000000e+00
GO:0003084    11   0 1.000000e+00 1.000000e+00
GO:0003085    22   1 2.897998e-01 1.000000e+00
GO:0003091    24   0 1.000000e+00 1.000000e+00
GO:0003093     8   0 1.000000e+00 1.000000e+00
GO:0003094    24   0 1.000000e+00 1.000000e+00
GO:0003095     3   0 1.000000e+00 1.000000e+00
GO:0003096    15   0 1.000000e+00 1.000000e+00
GO:0003097     9   0 1.000000e+00 1.000000e+00
GO:0003099     3   0 1.000000e+00 1.000000e+00
GO:0003100     6   1 9.264564e-02 1.000000e+00
GO:0003104     2   0 1.000000e+00 1.000000e+00
GO:0003105     3   0 1.000000e+00 1.000000e+00
GO:0003108     1   0 1.000000e+00 1.000000e+00
GO:0003116     1   0 1.000000e+00 1.000000e+00
GO:0003117     1   0 1.000000e+00 1.000000e+00
GO:0003127     3   0 1.000000e+00 1.000000e+00
GO:0003128    17   0 1.000000e+00 1.000000e+00
GO:0003129     7   0 1.000000e+00 1.000000e+00
GO:0003131     1   0 1.000000e+00 1.000000e+00
GO:0003133     1   0 1.000000e+00 1.000000e+00
GO:0003138     3   0 1.000000e+00 1.000000e+00
GO:0003139    11   0 1.000000e+00 1.000000e+00
GO:0003140     9   0 1.000000e+00 1.000000e+00
GO:0003142     1   0 1.000000e+00 1.000000e+00
GO:0003143    71   0 1.000000e+00 1.000000e+00
GO:0003144     1   0 1.000000e+00 1.000000e+00
GO:0003147     1   0 1.000000e+00 1.000000e+00
GO:0003148    24   0 1.000000e+00 1.000000e+00
GO:0003149     8   0 1.000000e+00 1.000000e+00
GO:0003150     4   0 1.000000e+00 1.000000e+00
GO:0003151    81   0 1.000000e+00 1.000000e+00
GO:0003156    27   0 1.000000e+00 1.000000e+00
GO:0003157    12   0 1.000000e+00 1.000000e+00
GO:0003158   137   3 3.494601e-01 1.000000e+00
GO:0003159    17   0 1.000000e+00 1.000000e+00
GO:0003160     6   0 1.000000e+00 1.000000e+00
GO:0003161    37   0 1.000000e+00 1.000000e+00
GO:0003162     9   0 1.000000e+00 1.000000e+00
GO:0003163    12   0 1.000000e+00 1.000000e+00
GO:0003164     7   0 1.000000e+00 1.000000e+00
GO:0003165     3   0 1.000000e+00 1.000000e+00
GO:0003166     6   0 1.000000e+00 1.000000e+00
GO:0003167     3   0 1.000000e+00 1.000000e+00
GO:0003168     1   0 1.000000e+00 1.000000e+00
GO:0003169     2   0 1.000000e+00 1.000000e+00
GO:0003170    72   0 1.000000e+00 1.000000e+00
GO:0003171    29   0 1.000000e+00 1.000000e+00
GO:0003172     2   0 1.000000e+00 1.000000e+00
GO:0003174    13   0 1.000000e+00 1.000000e+00
GO:0003175     6   0 1.000000e+00 1.000000e+00
GO:0003176    43   0 1.000000e+00 1.000000e+00
GO:0003177    23   0 1.000000e+00 1.000000e+00
GO:0003178     1   0 1.000000e+00 1.000000e+00
GO:0003179    60   0 1.000000e+00 1.000000e+00
GO:0003180    38   0 1.000000e+00 1.000000e+00
GO:0003181    26   0 1.000000e+00 1.000000e+00
GO:0003182     1   0 1.000000e+00 1.000000e+00
GO:0003183    12   0 1.000000e+00 1.000000e+00
GO:0003184    19   0 1.000000e+00 1.000000e+00
GO:0003185     1   0 1.000000e+00 1.000000e+00
GO:0003186     5   0 1.000000e+00 1.000000e+00
GO:0003188    15   0 1.000000e+00 1.000000e+00
GO:0003189     2   0 1.000000e+00 1.000000e+00
GO:0003190     8   0 1.000000e+00 1.000000e+00
GO:0003192     3   0 1.000000e+00 1.000000e+00
GO:0003193     2   0 1.000000e+00 1.000000e+00
GO:0003195     2   0 1.000000e+00 1.000000e+00
GO:0003197    52   0 1.000000e+00 1.000000e+00
GO:0003198    15   0 1.000000e+00 1.000000e+00
GO:0003199     3   0 1.000000e+00 1.000000e+00
GO:0003203    41   0 1.000000e+00 1.000000e+00
GO:0003205   168   2 7.410320e-01 1.000000e+00
GO:0003206   127   1 8.656459e-01 1.000000e+00
GO:0003207    12   0 1.000000e+00 1.000000e+00
GO:0003208    71   1 6.762746e-01 1.000000e+00
GO:0003209    29   0 1.000000e+00 1.000000e+00
GO:0003210     2   0 1.000000e+00 1.000000e+00
GO:0003211     8   0 1.000000e+00 1.000000e+00
GO:0003213     3   0 1.000000e+00 1.000000e+00
GO:0003214    16   0 1.000000e+00 1.000000e+00
GO:0003215    20   0 1.000000e+00 1.000000e+00
GO:0003218     2   0 1.000000e+00 1.000000e+00
GO:0003219     4   0 1.000000e+00 1.000000e+00
GO:0003220     4   0 1.000000e+00 1.000000e+00
GO:0003221     3   0 1.000000e+00 1.000000e+00
GO:0003222    14   0 1.000000e+00 1.000000e+00
GO:0003223     8   0 1.000000e+00 1.000000e+00
GO:0003226     1   0 1.000000e+00 1.000000e+00
GO:0003228    21   0 1.000000e+00 1.000000e+00
GO:0003229    59   1 6.085372e-01 1.000000e+00
GO:0003230    37   0 1.000000e+00 1.000000e+00
GO:0003231   127   2 5.940306e-01 1.000000e+00
GO:0003235     1   0 1.000000e+00 1.000000e+00
GO:0003236     1   0 1.000000e+00 1.000000e+00
GO:0003241     5   0 1.000000e+00 1.000000e+00
GO:0003242     1   0 1.000000e+00 1.000000e+00
GO:0003245     2   0 1.000000e+00 1.000000e+00
GO:0003249     3   0 1.000000e+00 1.000000e+00
GO:0003250     3   0 1.000000e+00 1.000000e+00
GO:0003251     1   0 1.000000e+00 1.000000e+00
GO:0003252     2   0 1.000000e+00 1.000000e+00
GO:0003253    10   0 1.000000e+00 1.000000e+00
GO:0003254    46   0 1.000000e+00 1.000000e+00
GO:0003259     1   0 1.000000e+00 1.000000e+00
GO:0003260     1   0 1.000000e+00 1.000000e+00
GO:0003263    12   0 1.000000e+00 1.000000e+00
GO:0003264    12   0 1.000000e+00 1.000000e+00
GO:0003266    10   0 1.000000e+00 1.000000e+00
GO:0003270     1   0 1.000000e+00 1.000000e+00
GO:0003271     1   0 1.000000e+00 1.000000e+00
GO:0003272    28   0 1.000000e+00 1.000000e+00
GO:0003273     4   0 1.000000e+00 1.000000e+00
GO:0003274     5   0 1.000000e+00 1.000000e+00
GO:0003275     3   0 1.000000e+00 1.000000e+00
GO:0003278     6   0 1.000000e+00 1.000000e+00
GO:0003279   108   1 8.190313e-01 1.000000e+00
GO:0003281    74   1 6.916842e-01 1.000000e+00
GO:0003283    23   0 1.000000e+00 1.000000e+00
GO:0003284     5   0 1.000000e+00 1.000000e+00
GO:0003285     3   0 1.000000e+00 1.000000e+00
GO:0003289     5   0 1.000000e+00 1.000000e+00
GO:0003290     2   0 1.000000e+00 1.000000e+00
GO:0003292     5   0 1.000000e+00 1.000000e+00
GO:0003294     1   0 1.000000e+00 1.000000e+00
GO:0003298    30   2 7.062056e-02 1.000000e+00
GO:0003299    32   0 1.000000e+00 1.000000e+00
GO:0003300   100   3 1.896370e-01 1.000000e+00
GO:0003301    30   2 7.062056e-02 1.000000e+00
GO:0003306     2   0 1.000000e+00 1.000000e+00
GO:0003307     1   0 1.000000e+00 1.000000e+00
GO:0003308     1   0 1.000000e+00 1.000000e+00
GO:0003309    29   0 1.000000e+00 1.000000e+00
GO:0003310    10   0 1.000000e+00 1.000000e+00
GO:0003311     2   0 1.000000e+00 1.000000e+00
GO:0003312     2   0 1.000000e+00 1.000000e+00
GO:0003318     1   0 1.000000e+00 1.000000e+00
GO:0003321     5   0 1.000000e+00 1.000000e+00
GO:0003322     1   0 1.000000e+00 1.000000e+00
GO:0003323    24   0 1.000000e+00 1.000000e+00
GO:0003326     2   0 1.000000e+00 1.000000e+00
GO:0003327     1   0 1.000000e+00 1.000000e+00
GO:0003329     2   0 1.000000e+00 1.000000e+00
GO:0003330     9   0 1.000000e+00 1.000000e+00
GO:0003331     4   0 1.000000e+00 1.000000e+00
GO:0003332     4   0 1.000000e+00 1.000000e+00
GO:0003333    96   1 7.771874e-01 1.000000e+00
GO:0003334    13   0 1.000000e+00 1.000000e+00
GO:0003335     3   0 1.000000e+00 1.000000e+00
GO:0003336     2   0 1.000000e+00 1.000000e+00
GO:0003337    11   0 1.000000e+00 1.000000e+00
GO:0003338    30   0 1.000000e+00 1.000000e+00
GO:0003339     7   0 1.000000e+00 1.000000e+00
GO:0003340     2   0 1.000000e+00 1.000000e+00
GO:0003341   198   1 9.564716e-01 1.000000e+00
GO:0003342     2   0 1.000000e+00 1.000000e+00
GO:0003343     2   0 1.000000e+00 1.000000e+00
GO:0003344     8   0 1.000000e+00 1.000000e+00
GO:0003345     1   0 1.000000e+00 1.000000e+00
GO:0003348     6   0 1.000000e+00 1.000000e+00
GO:0003350     2   0 1.000000e+00 1.000000e+00
GO:0003351    41   0 1.000000e+00 1.000000e+00
GO:0003352    39   1 4.545158e-01 1.000000e+00
GO:0003353    12   1 1.666690e-01 1.000000e+00
GO:0003354     3   0 1.000000e+00 1.000000e+00
GO:0003356    17   0 1.000000e+00 1.000000e+00
GO:0003357    10   0 1.000000e+00 1.000000e+00
GO:0003358     4   0 1.000000e+00 1.000000e+00
GO:0003359     1   0 1.000000e+00 1.000000e+00
GO:0003360     7   0 1.000000e+00 1.000000e+00
GO:0003363     1   0 1.000000e+00 1.000000e+00
GO:0003365     2   0 1.000000e+00 1.000000e+00
GO:0003366     2   0 1.000000e+00 1.000000e+00
GO:0003376    15   1 2.058913e-01 1.000000e+00
GO:0003382    30   1 3.796561e-01 1.000000e+00
GO:0003383     4   0 1.000000e+00 1.000000e+00
GO:0003400     4   0 1.000000e+00 1.000000e+00
GO:0003401    28   0 1.000000e+00 1.000000e+00
GO:0003402     6   0 1.000000e+00 1.000000e+00
GO:0003404     2   0 1.000000e+00 1.000000e+00
GO:0003406     6   0 1.000000e+00 1.000000e+00
GO:0003407    80   0 1.000000e+00 1.000000e+00
GO:0003408     2   0 1.000000e+00 1.000000e+00
GO:0003409     1   0 1.000000e+00 1.000000e+00
GO:0003412     1   0 1.000000e+00 1.000000e+00
GO:0003413    14   0 1.000000e+00 1.000000e+00
GO:0003414     1   0 1.000000e+00 1.000000e+00
GO:0003415     6   0 1.000000e+00 1.000000e+00
GO:0003416    28   0 1.000000e+00 1.000000e+00
GO:0003417    19   0 1.000000e+00 1.000000e+00
GO:0003418     9   0 1.000000e+00 1.000000e+00
GO:0003419     3   0 1.000000e+00 1.000000e+00
GO:0003421     1   0 1.000000e+00 1.000000e+00
GO:0003422     2   0 1.000000e+00 1.000000e+00
GO:0003429     1   0 1.000000e+00 1.000000e+00
GO:0003430     3   0 1.000000e+00 1.000000e+00
GO:0003431     5   0 1.000000e+00 1.000000e+00
GO:0003433     8   0 1.000000e+00 1.000000e+00
GO:0003674 16702 256 6.396790e-01 1.000000e+00
GO:0003676  3948  47 9.845956e-01 1.000000e+00
GO:0003677  2328  26 9.766708e-01 1.000000e+00
GO:0003678    57   1 5.838571e-01 1.000000e+00
GO:0003680    10   0 1.000000e+00 1.000000e+00
GO:0003681     1   0 1.000000e+00 1.000000e+00
GO:0003682   576   8 6.817546e-01 1.000000e+00
GO:0003684    71   1 6.747550e-01 1.000000e+00
GO:0003688    15   0 1.000000e+00 1.000000e+00
GO:0003689     9   0 1.000000e+00 1.000000e+00
GO:0003690  1530  15 9.826154e-01 1.000000e+00
GO:0003691     9   0 1.000000e+00 1.000000e+00
GO:0003692     1   0 1.000000e+00 1.000000e+00
GO:0003696     4   0 1.000000e+00 1.000000e+00
GO:0003697   114   1 8.311340e-01 1.000000e+00
GO:0003700  1342  12 9.887093e-01 1.000000e+00
GO:0003707    25   0 1.000000e+00 1.000000e+00
GO:0003711     6   0 1.000000e+00 1.000000e+00
GO:0003712   464   6 7.341611e-01 1.000000e+00
GO:0003713   257   4 5.710358e-01 1.000000e+00
GO:0003714   181   3 5.401227e-01 1.000000e+00
GO:0003720     6   0 1.000000e+00 1.000000e+00
GO:0003721     2   0 1.000000e+00 1.000000e+00
GO:0003723  1787  25 7.139772e-01 1.000000e+00
GO:0003724    73   0 1.000000e+00 1.000000e+00
GO:0003725    70   2 2.977059e-01 1.000000e+00
GO:0003726     6   0 1.000000e+00 1.000000e+00
GO:0003727    78   1 7.073547e-01 1.000000e+00
GO:0003729   540   8 5.313065e-01 1.000000e+00
GO:0003730   221   4 3.924613e-01 1.000000e+00
GO:0003735   154   2 7.070284e-01 1.000000e+00
GO:0003743    43   1 4.964432e-01 1.000000e+00
GO:0003746    16   0 1.000000e+00 1.000000e+00
GO:0003747     6   0 1.000000e+00 1.000000e+00
GO:0003755    31   1 3.782945e-01 1.000000e+00
GO:0003756    18   0 1.000000e+00 1.000000e+00
GO:0003774   110   2 5.189581e-01 1.000000e+00
GO:0003777    66   1 6.460565e-01 1.000000e+00
GO:0003779   410  10 1.148145e-01 1.000000e+00
GO:0003785    24   1 3.167375e-01 1.000000e+00
GO:0003796     7   0 1.000000e+00 1.000000e+00
GO:0003810     9   0 1.000000e+00 1.000000e+00
GO:0003823    62   5 2.536357e-03 2.049596e-01
GO:0003824  5166  71 8.990634e-01 1.000000e+00
GO:0003827     1   0 1.000000e+00 1.000000e+00
GO:0003828     6   0 1.000000e+00 1.000000e+00
GO:0003829     3   0 1.000000e+00 1.000000e+00
GO:0003830     1   0 1.000000e+00 1.000000e+00
GO:0003831     4   0 1.000000e+00 1.000000e+00
GO:0003834     3   0 1.000000e+00 1.000000e+00
GO:0003835     2   0 1.000000e+00 1.000000e+00
GO:0003836     7   0 1.000000e+00 1.000000e+00
GO:0003837     1   0 1.000000e+00 1.000000e+00
GO:0003839     3   0 1.000000e+00 1.000000e+00
GO:0003841    19   0 1.000000e+00 1.000000e+00
GO:0003842     1   0 1.000000e+00 1.000000e+00
GO:0003844     1   0 1.000000e+00 1.000000e+00
GO:0003845     2   0 1.000000e+00 1.000000e+00
GO:0003846     6   0 1.000000e+00 1.000000e+00
GO:0003847     8   0 1.000000e+00 1.000000e+00
GO:0003851     1   0 1.000000e+00 1.000000e+00
GO:0003853     1   0 1.000000e+00 1.000000e+00
GO:0003854     4   0 1.000000e+00 1.000000e+00
GO:0003857     5   0 1.000000e+00 1.000000e+00
GO:0003858     2   0 1.000000e+00 1.000000e+00
GO:0003860     1   0 1.000000e+00 1.000000e+00
GO:0003863     2   0 1.000000e+00 1.000000e+00
GO:0003865     3   0 1.000000e+00 1.000000e+00
GO:0003867     1   0 1.000000e+00 1.000000e+00
GO:0003868     2   0 1.000000e+00 1.000000e+00
GO:0003870     1   0 1.000000e+00 1.000000e+00
GO:0003872     3   0 1.000000e+00 1.000000e+00
GO:0003873     3   0 1.000000e+00 1.000000e+00
GO:0003874     1   0 1.000000e+00 1.000000e+00
GO:0003875     2   0 1.000000e+00 1.000000e+00
GO:0003876     3   0 1.000000e+00 1.000000e+00
GO:0003877     1   0 1.000000e+00 1.000000e+00
GO:0003878     1   0 1.000000e+00 1.000000e+00
GO:0003880     2   0 1.000000e+00 1.000000e+00
GO:0003881     1   0 1.000000e+00 1.000000e+00
GO:0003882     1   0 1.000000e+00 1.000000e+00
GO:0003883     1   0 1.000000e+00 1.000000e+00
GO:0003884     2   0 1.000000e+00 1.000000e+00
GO:0003886     4   0 1.000000e+00 1.000000e+00
GO:0003887    23   0 1.000000e+00 1.000000e+00
GO:0003896     3   0 1.000000e+00 1.000000e+00
GO:0003899    29   0 1.000000e+00 1.000000e+00
GO:0003905     1   0 1.000000e+00 1.000000e+00
GO:0003906    11   0 1.000000e+00 1.000000e+00
GO:0003908     1   0 1.000000e+00 1.000000e+00
GO:0003909     3   0 1.000000e+00 1.000000e+00
GO:0003910     3   0 1.000000e+00 1.000000e+00
GO:0003912     1   0 1.000000e+00 1.000000e+00
GO:0003916     7   0 1.000000e+00 1.000000e+00
GO:0003917     4   0 1.000000e+00 1.000000e+00
GO:0003918     3   0 1.000000e+00 1.000000e+00
GO:0003919     1   0 1.000000e+00 1.000000e+00
GO:0003920     2   0 1.000000e+00 1.000000e+00
GO:0003921     1   0 1.000000e+00 1.000000e+00
GO:0003922     1   0 1.000000e+00 1.000000e+00
GO:0003923     2   0 1.000000e+00 1.000000e+00
GO:0003924   303   4 6.949832e-01 1.000000e+00
GO:0003925    42   1 4.754800e-01 1.000000e+00
GO:0003933     1   0 1.000000e+00 1.000000e+00
GO:0003934     1   0 1.000000e+00 1.000000e+00
GO:0003937     1   0 1.000000e+00 1.000000e+00
GO:0003938     2   0 1.000000e+00 1.000000e+00
GO:0003939     1   0 1.000000e+00 1.000000e+00
GO:0003940     1   0 1.000000e+00 1.000000e+00
GO:0003941     3   0 1.000000e+00 1.000000e+00
GO:0003943     2   0 1.000000e+00 1.000000e+00
GO:0003944     1   0 1.000000e+00 1.000000e+00
GO:0003945     5   0 1.000000e+00 1.000000e+00
GO:0003947     1   0 1.000000e+00 1.000000e+00
GO:0003948     1   0 1.000000e+00 1.000000e+00
GO:0003950    23   1 3.031480e-01 1.000000e+00
GO:0003951     2   0 1.000000e+00 1.000000e+00
GO:0003952     1   0 1.000000e+00 1.000000e+00
GO:0003953     3   0 1.000000e+00 1.000000e+00
GO:0003954    35   0 1.000000e+00 1.000000e+00
GO:0003955    37   0 1.000000e+00 1.000000e+00
GO:0003957     1   0 1.000000e+00 1.000000e+00
GO:0003958     3   0 1.000000e+00 1.000000e+00
GO:0003960     4   0 1.000000e+00 1.000000e+00
GO:0003963     1   0 1.000000e+00 1.000000e+00
GO:0003964     7   0 1.000000e+00 1.000000e+00
GO:0003968     2   0 1.000000e+00 1.000000e+00
GO:0003972     2   1 3.123198e-02 8.696241e-01
GO:0003973     2   0 1.000000e+00 1.000000e+00
GO:0003974     1   0 1.000000e+00 1.000000e+00
GO:0003975     1   0 1.000000e+00 1.000000e+00
GO:0003976     3   0 1.000000e+00 1.000000e+00
GO:0003977     2   0 1.000000e+00 1.000000e+00
GO:0003978     1   0 1.000000e+00 1.000000e+00
GO:0003979     1   0 1.000000e+00 1.000000e+00
GO:0003980     2   0 1.000000e+00 1.000000e+00
GO:0003983     1   0 1.000000e+00 1.000000e+00
GO:0003984     1   0 1.000000e+00 1.000000e+00
GO:0003985     6   0 1.000000e+00 1.000000e+00
GO:0003986     3   0 1.000000e+00 1.000000e+00
GO:0003987     4   0 1.000000e+00 1.000000e+00
GO:0003988     7   0 1.000000e+00 1.000000e+00
GO:0003989     2   0 1.000000e+00 1.000000e+00
GO:0003990     2   0 1.000000e+00 1.000000e+00
GO:0003993     9   0 1.000000e+00 1.000000e+00
GO:0003994     3   0 1.000000e+00 1.000000e+00
GO:0003995    13   0 1.000000e+00 1.000000e+00
GO:0003997     7   0 1.000000e+00 1.000000e+00
GO:0003998     2   0 1.000000e+00 1.000000e+00
GO:0003999     1   0 1.000000e+00 1.000000e+00
GO:0004000    13   0 1.000000e+00 1.000000e+00
GO:0004001     1   0 1.000000e+00 1.000000e+00
GO:0004013     1   0 1.000000e+00 1.000000e+00
GO:0004014     1   0 1.000000e+00 1.000000e+00
GO:0004016    15   0 1.000000e+00 1.000000e+00
GO:0004017     7   0 1.000000e+00 1.000000e+00
GO:0004018     1   0 1.000000e+00 1.000000e+00
GO:0004019     2   0 1.000000e+00 1.000000e+00
GO:0004020     2   0 1.000000e+00 1.000000e+00
GO:0004021     2   0 1.000000e+00 1.000000e+00
GO:0004022     9   1 1.103229e-01 1.000000e+00
GO:0004024     7   0 1.000000e+00 1.000000e+00
GO:0004027     3   0 1.000000e+00 1.000000e+00
GO:0004028     5   0 1.000000e+00 1.000000e+00
GO:0004029    14   0 1.000000e+00 1.000000e+00
GO:0004030    16   0 1.000000e+00 1.000000e+00
GO:0004031     3   0 1.000000e+00 1.000000e+00
GO:0004032    12   0 1.000000e+00 1.000000e+00
GO:0004033    30   0 1.000000e+00 1.000000e+00
GO:0004034     1   0 1.000000e+00 1.000000e+00
GO:0004035     4   2 1.606941e-03 1.511334e-01
GO:0004037     1   0 1.000000e+00 1.000000e+00
GO:0004040     2   0 1.000000e+00 1.000000e+00
GO:0004042     1   0 1.000000e+00 1.000000e+00
GO:0004043     1   0 1.000000e+00 1.000000e+00
GO:0004044     1   0 1.000000e+00 1.000000e+00
GO:0004045     5   0 1.000000e+00 1.000000e+00
GO:0004046     5   0 1.000000e+00 1.000000e+00
GO:0004047     2   0 1.000000e+00 1.000000e+00
GO:0004050     3   0 1.000000e+00 1.000000e+00
GO:0004051     2   0 1.000000e+00 1.000000e+00
GO:0004052     4   0 1.000000e+00 1.000000e+00
GO:0004053     3   0 1.000000e+00 1.000000e+00
GO:0004055     1   0 1.000000e+00 1.000000e+00
GO:0004056     1   0 1.000000e+00 1.000000e+00
GO:0004057     1   0 1.000000e+00 1.000000e+00
GO:0004058     1   0 1.000000e+00 1.000000e+00
GO:0004059     1   0 1.000000e+00 1.000000e+00
GO:0004060     3   0 1.000000e+00 1.000000e+00
GO:0004061     1   0 1.000000e+00 1.000000e+00
GO:0004062     7   0 1.000000e+00 1.000000e+00
GO:0004063     2   0 1.000000e+00 1.000000e+00
GO:0004064     6   0 1.000000e+00 1.000000e+00
GO:0004065     9   0 1.000000e+00 1.000000e+00
GO:0004066     2   0 1.000000e+00 1.000000e+00
GO:0004067     2   0 1.000000e+00 1.000000e+00
GO:0004068     2   0 1.000000e+00 1.000000e+00
GO:0004069     3   0 1.000000e+00 1.000000e+00
GO:0004070     1   0 1.000000e+00 1.000000e+00
GO:0004074     2   0 1.000000e+00 1.000000e+00
GO:0004075     1   0 1.000000e+00 1.000000e+00
GO:0004077     1   0 1.000000e+00 1.000000e+00
GO:0004078     1   0 1.000000e+00 1.000000e+00
GO:0004079     1   0 1.000000e+00 1.000000e+00
GO:0004080     1   0 1.000000e+00 1.000000e+00
GO:0004081     2   0 1.000000e+00 1.000000e+00
GO:0004082     3   0 1.000000e+00 1.000000e+00
GO:0004084     2   0 1.000000e+00 1.000000e+00
GO:0004085     3   0 1.000000e+00 1.000000e+00
GO:0004087     2   0 1.000000e+00 1.000000e+00
GO:0004088     2   0 1.000000e+00 1.000000e+00
GO:0004089    13   0 1.000000e+00 1.000000e+00
GO:0004090     9   0 1.000000e+00 1.000000e+00
GO:0004092     1   0 1.000000e+00 1.000000e+00
GO:0004095     3   0 1.000000e+00 1.000000e+00
GO:0004096     3   0 1.000000e+00 1.000000e+00
GO:0004098     1   0 1.000000e+00 1.000000e+00
GO:0004102     1   0 1.000000e+00 1.000000e+00
GO:0004103     2   0 1.000000e+00 1.000000e+00
GO:0004104     3   0 1.000000e+00 1.000000e+00
GO:0004105     1   0 1.000000e+00 1.000000e+00
GO:0004108     1   0 1.000000e+00 1.000000e+00
GO:0004109     2   0 1.000000e+00 1.000000e+00
GO:0004111     6   0 1.000000e+00 1.000000e+00
GO:0004112    26   0 1.000000e+00 1.000000e+00
GO:0004113     1   0 1.000000e+00 1.000000e+00
GO:0004114    24   0 1.000000e+00 1.000000e+00
GO:0004115    22   0 1.000000e+00 1.000000e+00
GO:0004117     3   0 1.000000e+00 1.000000e+00
GO:0004118     3   0 1.000000e+00 1.000000e+00
GO:0004119     2   0 1.000000e+00 1.000000e+00
GO:0004122     1   0 1.000000e+00 1.000000e+00
GO:0004123     1   0 1.000000e+00 1.000000e+00
GO:0004126    12   1 1.682879e-01 1.000000e+00
GO:0004127     4   0 1.000000e+00 1.000000e+00
GO:0004128     6   0 1.000000e+00 1.000000e+00
GO:0004129    11   0 1.000000e+00 1.000000e+00
GO:0004132     1   0 1.000000e+00 1.000000e+00
GO:0004133     1   0 1.000000e+00 1.000000e+00
GO:0004134     1   0 1.000000e+00 1.000000e+00
GO:0004135     1   0 1.000000e+00 1.000000e+00
GO:0004136     3   0 1.000000e+00 1.000000e+00
GO:0004137     2   0 1.000000e+00 1.000000e+00
GO:0004138     2   0 1.000000e+00 1.000000e+00
GO:0004139     1   0 1.000000e+00 1.000000e+00
GO:0004140     2   0 1.000000e+00 1.000000e+00
GO:0004142     3   0 1.000000e+00 1.000000e+00
GO:0004143    10   0 1.000000e+00 1.000000e+00
GO:0004144     5   0 1.000000e+00 1.000000e+00
GO:0004145     2   0 1.000000e+00 1.000000e+00
GO:0004146     2   0 1.000000e+00 1.000000e+00
GO:0004148     1   0 1.000000e+00 1.000000e+00
GO:0004149     1   0 1.000000e+00 1.000000e+00
GO:0004151     2   0 1.000000e+00 1.000000e+00
GO:0004152     1   0 1.000000e+00 1.000000e+00
GO:0004155     1   0 1.000000e+00 1.000000e+00
GO:0004157     1   0 1.000000e+00 1.000000e+00
GO:0004161     2   0 1.000000e+00 1.000000e+00
GO:0004163     1   0 1.000000e+00 1.000000e+00
GO:0004164     1   0 1.000000e+00 1.000000e+00
GO:0004165     4   0 1.000000e+00 1.000000e+00
GO:0004167     3   0 1.000000e+00 1.000000e+00
GO:0004168     1   0 1.000000e+00 1.000000e+00
GO:0004169     8   0 1.000000e+00 1.000000e+00
GO:0004170     1   0 1.000000e+00 1.000000e+00
GO:0004174     2   0 1.000000e+00 1.000000e+00
GO:0004175   362   6 4.916762e-01 1.000000e+00
GO:0004176     7   1 1.070012e-01 1.000000e+00
GO:0004177    38   0 1.000000e+00 1.000000e+00
GO:0004180    42   1 4.799192e-01 1.000000e+00
GO:0004181    26   0 1.000000e+00 1.000000e+00
GO:0004185     5   0 1.000000e+00 1.000000e+00
GO:0004190    25   0 1.000000e+00 1.000000e+00
GO:0004197    81   2 3.624130e-01 1.000000e+00
GO:0004198    16   0 1.000000e+00 1.000000e+00
GO:0004222   104   3 2.153027e-01 1.000000e+00
GO:0004239     5   0 1.000000e+00 1.000000e+00
GO:0004252   159   1 9.168143e-01 1.000000e+00
GO:0004298     9   0 1.000000e+00 1.000000e+00
GO:0004300    10   0 1.000000e+00 1.000000e+00
GO:0004301     7   0 1.000000e+00 1.000000e+00
GO:0004303    18   0 1.000000e+00 1.000000e+00
GO:0004304     1   0 1.000000e+00 1.000000e+00
GO:0004305     4   0 1.000000e+00 1.000000e+00
GO:0004306     1   0 1.000000e+00 1.000000e+00
GO:0004307     3   0 1.000000e+00 1.000000e+00
GO:0004308     4   0 1.000000e+00 1.000000e+00
GO:0004309     1   0 1.000000e+00 1.000000e+00
GO:0004310     1   0 1.000000e+00 1.000000e+00
GO:0004311     3   0 1.000000e+00 1.000000e+00
GO:0004312     1   0 1.000000e+00 1.000000e+00
GO:0004313     1   0 1.000000e+00 1.000000e+00
GO:0004314     2   0 1.000000e+00 1.000000e+00
GO:0004315     2   0 1.000000e+00 1.000000e+00
GO:0004316     2   0 1.000000e+00 1.000000e+00
GO:0004317     1   0 1.000000e+00 1.000000e+00
GO:0004321     6   0 1.000000e+00 1.000000e+00
GO:0004322     5   0 1.000000e+00 1.000000e+00
GO:0004324     1   0 1.000000e+00 1.000000e+00
GO:0004325     1   0 1.000000e+00 1.000000e+00
GO:0004326     1   0 1.000000e+00 1.000000e+00
GO:0004329     2   0 1.000000e+00 1.000000e+00
GO:0004331     4   0 1.000000e+00 1.000000e+00
GO:0004332     3   0 1.000000e+00 1.000000e+00
GO:0004333     1   0 1.000000e+00 1.000000e+00
GO:0004334     1   0 1.000000e+00 1.000000e+00
GO:0004335     2   0 1.000000e+00 1.000000e+00
GO:0004336     5   0 1.000000e+00 1.000000e+00
GO:0004337     2   0 1.000000e+00 1.000000e+00
GO:0004339     1   0 1.000000e+00 1.000000e+00
GO:0004340     5   0 1.000000e+00 1.000000e+00
GO:0004342     2   0 1.000000e+00 1.000000e+00
GO:0004343     1   0 1.000000e+00 1.000000e+00
GO:0004344     1   0 1.000000e+00 1.000000e+00
GO:0004345     1   0 1.000000e+00 1.000000e+00
GO:0004346     3   0 1.000000e+00 1.000000e+00
GO:0004347     1   0 1.000000e+00 1.000000e+00
GO:0004348     4   0 1.000000e+00 1.000000e+00
GO:0004349     1   0 1.000000e+00 1.000000e+00
GO:0004350     1   0 1.000000e+00 1.000000e+00
GO:0004351     2   0 1.000000e+00 1.000000e+00
GO:0004352     1   0 1.000000e+00 1.000000e+00
GO:0004353     1   0 1.000000e+00 1.000000e+00
GO:0004354     1   0 1.000000e+00 1.000000e+00
GO:0004356     1   0 1.000000e+00 1.000000e+00
GO:0004357     2   0 1.000000e+00 1.000000e+00
GO:0004359     4   0 1.000000e+00 1.000000e+00
GO:0004360     2   0 1.000000e+00 1.000000e+00
GO:0004361     1   0 1.000000e+00 1.000000e+00
GO:0004362     1   0 1.000000e+00 1.000000e+00
GO:0004363     1   0 1.000000e+00 1.000000e+00
GO:0004364    27   1 3.281152e-01 1.000000e+00
GO:0004365     2   0 1.000000e+00 1.000000e+00
GO:0004366     4   0 1.000000e+00 1.000000e+00
GO:0004368     2   0 1.000000e+00 1.000000e+00
GO:0004370     2   0 1.000000e+00 1.000000e+00
GO:0004371     1   0 1.000000e+00 1.000000e+00
GO:0004372     2   0 1.000000e+00 1.000000e+00
GO:0004373     2   0 1.000000e+00 1.000000e+00
GO:0004375     1   0 1.000000e+00 1.000000e+00
GO:0004376     5   0 1.000000e+00 1.000000e+00
GO:0004377     1   0 1.000000e+00 1.000000e+00
GO:0004378     1   0 1.000000e+00 1.000000e+00
GO:0004379     2   0 1.000000e+00 1.000000e+00
GO:0004380     1   0 1.000000e+00 1.000000e+00
GO:0004381     1   0 1.000000e+00 1.000000e+00
GO:0004382    10   0 1.000000e+00 1.000000e+00
GO:0004383     7   0 1.000000e+00 1.000000e+00
GO:0004385     7   0 1.000000e+00 1.000000e+00
GO:0004386   147   2 6.653978e-01 1.000000e+00
GO:0004392     2   0 1.000000e+00 1.000000e+00
GO:0004394     1   0 1.000000e+00 1.000000e+00
GO:0004396     5   0 1.000000e+00 1.000000e+00
GO:0004397     1   0 1.000000e+00 1.000000e+00
GO:0004398     1   0 1.000000e+00 1.000000e+00
GO:0004402    37   0 1.000000e+00 1.000000e+00
GO:0004407    19   1 2.550323e-01 1.000000e+00
GO:0004411     1   0 1.000000e+00 1.000000e+00
GO:0004415     7   0 1.000000e+00 1.000000e+00
GO:0004416     3   0 1.000000e+00 1.000000e+00
GO:0004418     1   0 1.000000e+00 1.000000e+00
GO:0004419     2   0 1.000000e+00 1.000000e+00
GO:0004420     1   0 1.000000e+00 1.000000e+00
GO:0004421     2   0 1.000000e+00 1.000000e+00
GO:0004427     5   0 1.000000e+00 1.000000e+00
GO:0004430     4   0 1.000000e+00 1.000000e+00
GO:0004435    26   0 1.000000e+00 1.000000e+00
GO:0004438    10   0 1.000000e+00 1.000000e+00
GO:0004439     9   0 1.000000e+00 1.000000e+00
GO:0004441     1   0 1.000000e+00 1.000000e+00
GO:0004445     6   0 1.000000e+00 1.000000e+00
GO:0004446     1   0 1.000000e+00 1.000000e+00
GO:0004447     1   0 1.000000e+00 1.000000e+00
GO:0004448     4   0 1.000000e+00 1.000000e+00
GO:0004449     2   0 1.000000e+00 1.000000e+00
GO:0004450     2   0 1.000000e+00 1.000000e+00
GO:0004452     2   0 1.000000e+00 1.000000e+00
GO:0004454     1   0 1.000000e+00 1.000000e+00
GO:0004457     6   0 1.000000e+00 1.000000e+00
GO:0004458     1   0 1.000000e+00 1.000000e+00
GO:0004459     5   0 1.000000e+00 1.000000e+00
GO:0004461     3   0 1.000000e+00 1.000000e+00
GO:0004462     1   0 1.000000e+00 1.000000e+00
GO:0004463     1   0 1.000000e+00 1.000000e+00
GO:0004464     5   1 8.008479e-02 1.000000e+00
GO:0004465     9   0 1.000000e+00 1.000000e+00
GO:0004466     4   0 1.000000e+00 1.000000e+00
GO:0004467    14   1 1.967923e-01 1.000000e+00
GO:0004468     6   0 1.000000e+00 1.000000e+00
GO:0004470     4   1 6.255564e-02 1.000000e+00
GO:0004471     1   1 1.604462e-02 6.345280e-01
GO:0004473     3   1 4.640876e-02 1.000000e+00
GO:0004474     1   0 1.000000e+00 1.000000e+00
GO:0004475     1   0 1.000000e+00 1.000000e+00
GO:0004476     1   0 1.000000e+00 1.000000e+00
GO:0004477     3   0 1.000000e+00 1.000000e+00
GO:0004478     2   0 1.000000e+00 1.000000e+00
GO:0004479     1   0 1.000000e+00 1.000000e+00
GO:0004482     1   0 1.000000e+00 1.000000e+00
GO:0004483     2   0 1.000000e+00 1.000000e+00
GO:0004484     1   0 1.000000e+00 1.000000e+00
GO:0004485     2   0 1.000000e+00 1.000000e+00
GO:0004486     4   0 1.000000e+00 1.000000e+00
GO:0004487     3   0 1.000000e+00 1.000000e+00
GO:0004488     4   0 1.000000e+00 1.000000e+00
GO:0004489     1   0 1.000000e+00 1.000000e+00
GO:0004490     1   0 1.000000e+00 1.000000e+00
GO:0004491     1   0 1.000000e+00 1.000000e+00
GO:0004492     1   0 1.000000e+00 1.000000e+00
GO:0004493     1   0 1.000000e+00 1.000000e+00
GO:0004494     1   0 1.000000e+00 1.000000e+00
GO:0004496     1   0 1.000000e+00 1.000000e+00
GO:0004497   103   1 7.921111e-01 1.000000e+00
GO:0004498     1   0 1.000000e+00 1.000000e+00
GO:0004499     5   1 7.579116e-02 1.000000e+00
GO:0004500     3   0 1.000000e+00 1.000000e+00
GO:0004502     1   0 1.000000e+00 1.000000e+00
GO:0004503     2   0 1.000000e+00 1.000000e+00
GO:0004504     1   0 1.000000e+00 1.000000e+00
GO:0004505     3   0 1.000000e+00 1.000000e+00
GO:0004506     1   0 1.000000e+00 1.000000e+00
GO:0004507     2   0 1.000000e+00 1.000000e+00
GO:0004508     1   0 1.000000e+00 1.000000e+00
GO:0004509     1   0 1.000000e+00 1.000000e+00
GO:0004510     2   0 1.000000e+00 1.000000e+00
GO:0004511     1   0 1.000000e+00 1.000000e+00
GO:0004512     1   0 1.000000e+00 1.000000e+00
GO:0004514     1   0 1.000000e+00 1.000000e+00
GO:0004515     4   0 1.000000e+00 1.000000e+00
GO:0004516     1   0 1.000000e+00 1.000000e+00
GO:0004517     3   0 1.000000e+00 1.000000e+00
GO:0004518   196   2 8.128315e-01 1.000000e+00
GO:0004519   112   1 8.280341e-01 1.000000e+00
GO:0004520    37   1 4.397444e-01 1.000000e+00
GO:0004521    65   0 1.000000e+00 1.000000e+00
GO:0004522     4   0 1.000000e+00 1.000000e+00
GO:0004523     6   0 1.000000e+00 1.000000e+00
GO:0004525     2   0 1.000000e+00 1.000000e+00
GO:0004526    12   0 1.000000e+00 1.000000e+00
GO:0004527    83   1 7.311686e-01 1.000000e+00
GO:0004528     5   0 1.000000e+00 1.000000e+00
GO:0004529    24   1 3.183414e-01 1.000000e+00
GO:0004530     4   0 1.000000e+00 1.000000e+00
GO:0004531     2   0 1.000000e+00 1.000000e+00
GO:0004532    42   0 1.000000e+00 1.000000e+00
GO:0004534     4   0 1.000000e+00 1.000000e+00
GO:0004535    13   0 1.000000e+00 1.000000e+00
GO:0004536    57   2 2.244337e-01 1.000000e+00
GO:0004540   115   0 1.000000e+00 1.000000e+00
GO:0004549    16   0 1.000000e+00 1.000000e+00
GO:0004550    17   0 1.000000e+00 1.000000e+00
GO:0004551     6   0 1.000000e+00 1.000000e+00
GO:0004553    82   0 1.000000e+00 1.000000e+00
GO:0004555     1   0 1.000000e+00 1.000000e+00
GO:0004556     2   0 1.000000e+00 1.000000e+00
GO:0004557     1   0 1.000000e+00 1.000000e+00
GO:0004558     3   0 1.000000e+00 1.000000e+00
GO:0004559    14   0 1.000000e+00 1.000000e+00
GO:0004560     2   0 1.000000e+00 1.000000e+00
GO:0004561     1   0 1.000000e+00 1.000000e+00
GO:0004563     5   0 1.000000e+00 1.000000e+00
GO:0004565     5   0 1.000000e+00 1.000000e+00
GO:0004566     3   0 1.000000e+00 1.000000e+00
GO:0004567     1   0 1.000000e+00 1.000000e+00
GO:0004568     4   0 1.000000e+00 1.000000e+00
GO:0004569     1   0 1.000000e+00 1.000000e+00
GO:0004571     7   0 1.000000e+00 1.000000e+00
GO:0004572     2   0 1.000000e+00 1.000000e+00
GO:0004573     1   0 1.000000e+00 1.000000e+00
GO:0004576     6   0 1.000000e+00 1.000000e+00
GO:0004577     1   0 1.000000e+00 1.000000e+00
GO:0004578     1   0 1.000000e+00 1.000000e+00
GO:0004579     5   0 1.000000e+00 1.000000e+00
GO:0004581     1   0 1.000000e+00 1.000000e+00
GO:0004582     1   0 1.000000e+00 1.000000e+00
GO:0004583     2   0 1.000000e+00 1.000000e+00
GO:0004586     2   0 1.000000e+00 1.000000e+00
GO:0004587     1   0 1.000000e+00 1.000000e+00
GO:0004588     1   0 1.000000e+00 1.000000e+00
GO:0004590     1   0 1.000000e+00 1.000000e+00
GO:0004591     4   0 1.000000e+00 1.000000e+00
GO:0004594     3   0 1.000000e+00 1.000000e+00
GO:0004595     1   0 1.000000e+00 1.000000e+00
GO:0004596     6   1 9.381818e-02 1.000000e+00
GO:0004598     1   0 1.000000e+00 1.000000e+00
GO:0004601    55   1 5.655887e-01 1.000000e+00
GO:0004602    22   1 2.894994e-01 1.000000e+00
GO:0004603     1   0 1.000000e+00 1.000000e+00
GO:0004605     3   0 1.000000e+00 1.000000e+00
GO:0004607     1   0 1.000000e+00 1.000000e+00
GO:0004608     1   0 1.000000e+00 1.000000e+00
GO:0004609     2   0 1.000000e+00 1.000000e+00
GO:0004610     1   0 1.000000e+00 1.000000e+00
GO:0004611     2   0 1.000000e+00 1.000000e+00
GO:0004613     2   0 1.000000e+00 1.000000e+00
GO:0004614     2   0 1.000000e+00 1.000000e+00
GO:0004615     2   0 1.000000e+00 1.000000e+00
GO:0004616     1   0 1.000000e+00 1.000000e+00
GO:0004617     1   0 1.000000e+00 1.000000e+00
GO:0004618     1   0 1.000000e+00 1.000000e+00
GO:0004619     3   0 1.000000e+00 1.000000e+00
GO:0004620   103   1 8.015627e-01 1.000000e+00
GO:0004621     1   0 1.000000e+00 1.000000e+00
GO:0004622    24   0 1.000000e+00 1.000000e+00
GO:0004623    34   1 4.192645e-01 1.000000e+00
GO:0004629    29   0 1.000000e+00 1.000000e+00
GO:0004630     4   0 1.000000e+00 1.000000e+00
GO:0004631     1   0 1.000000e+00 1.000000e+00
GO:0004632     1   0 1.000000e+00 1.000000e+00
GO:0004633     1   0 1.000000e+00 1.000000e+00
GO:0004634     3   0 1.000000e+00 1.000000e+00
GO:0004637     1   0 1.000000e+00 1.000000e+00
GO:0004638     1   0 1.000000e+00 1.000000e+00
GO:0004639     1   0 1.000000e+00 1.000000e+00
GO:0004641     1   0 1.000000e+00 1.000000e+00
GO:0004642     1   0 1.000000e+00 1.000000e+00
GO:0004643     1   0 1.000000e+00 1.000000e+00
GO:0004644     1   0 1.000000e+00 1.000000e+00
GO:0004645     5   0 1.000000e+00 1.000000e+00
GO:0004648     1   0 1.000000e+00 1.000000e+00
GO:0004649     2   0 1.000000e+00 1.000000e+00
GO:0004651     2   0 1.000000e+00 1.000000e+00
GO:0004653    19   1 2.612219e-01 1.000000e+00
GO:0004654     1   0 1.000000e+00 1.000000e+00
GO:0004655     1   0 1.000000e+00 1.000000e+00
GO:0004656     5   0 1.000000e+00 1.000000e+00
GO:0004657     2   0 1.000000e+00 1.000000e+00
GO:0004658     2   0 1.000000e+00 1.000000e+00
GO:0004659    16   0 1.000000e+00 1.000000e+00
GO:0004660     2   0 1.000000e+00 1.000000e+00
GO:0004661     4   0 1.000000e+00 1.000000e+00
GO:0004662     2   0 1.000000e+00 1.000000e+00
GO:0004663     3   0 1.000000e+00 1.000000e+00
GO:0004666     2   0 1.000000e+00 1.000000e+00
GO:0004667     3   0 1.000000e+00 1.000000e+00
GO:0004668     5   1 7.435186e-02 1.000000e+00
GO:0004671     1   0 1.000000e+00 1.000000e+00
GO:0004672   531   9 4.412835e-01 1.000000e+00
GO:0004673     1   0 1.000000e+00 1.000000e+00
GO:0004674   398   6 5.839362e-01 1.000000e+00
GO:0004675    18   0 1.000000e+00 1.000000e+00
GO:0004676     1   0 1.000000e+00 1.000000e+00
GO:0004677     3   0 1.000000e+00 1.000000e+00
GO:0004679     8   0 1.000000e+00 1.000000e+00
GO:0004683    24   1 3.147358e-01 1.000000e+00
GO:0004686     1   0 1.000000e+00 1.000000e+00
GO:0004687     4   0 1.000000e+00 1.000000e+00
GO:0004689     2   0 1.000000e+00 1.000000e+00
GO:0004690     7   0 1.000000e+00 1.000000e+00
GO:0004691     5   0 1.000000e+00 1.000000e+00
GO:0004692     2   0 1.000000e+00 1.000000e+00
GO:0004693    26   0 1.000000e+00 1.000000e+00
GO:0004694     6   0 1.000000e+00 1.000000e+00
GO:0004697    16   1 2.262064e-01 1.000000e+00
GO:0004698     2   0 1.000000e+00 1.000000e+00
GO:0004699     3   0 1.000000e+00 1.000000e+00
GO:0004703     7   0 1.000000e+00 1.000000e+00
GO:0004705     3   0 1.000000e+00 1.000000e+00
GO:0004706    10   1 1.447504e-01 1.000000e+00
GO:0004707    16   0 1.000000e+00 1.000000e+00
GO:0004708    15   0 1.000000e+00 1.000000e+00
GO:0004709    23   1 2.973099e-01 1.000000e+00
GO:0004711     5   0 1.000000e+00 1.000000e+00
GO:0004712    42   0 1.000000e+00 1.000000e+00
GO:0004713   136   3 3.528154e-01 1.000000e+00
GO:0004714    60   1 6.114146e-01 1.000000e+00
GO:0004715    43   2 1.433415e-01 1.000000e+00
GO:0004719     3   0 1.000000e+00 1.000000e+00
GO:0004720     5   0 1.000000e+00 1.000000e+00
GO:0004721   168   0 1.000000e+00 1.000000e+00
GO:0004722    93   0 1.000000e+00 1.000000e+00
GO:0004723     7   0 1.000000e+00 1.000000e+00
GO:0004725    95   0 1.000000e+00 1.000000e+00
GO:0004726     9   0 1.000000e+00 1.000000e+00
GO:0004727     2   0 1.000000e+00 1.000000e+00
GO:0004729     1   0 1.000000e+00 1.000000e+00
GO:0004731     3   0 1.000000e+00 1.000000e+00
GO:0004733     1   0 1.000000e+00 1.000000e+00
GO:0004735     4   0 1.000000e+00 1.000000e+00
GO:0004736     1   0 1.000000e+00 1.000000e+00
GO:0004738     5   0 1.000000e+00 1.000000e+00
GO:0004739     2   0 1.000000e+00 1.000000e+00
GO:0004740     4   0 1.000000e+00 1.000000e+00
GO:0004741     5   0 1.000000e+00 1.000000e+00
GO:0004742     1   0 1.000000e+00 1.000000e+00
GO:0004743     2   0 1.000000e+00 1.000000e+00
GO:0004745    20   1 2.458180e-01 1.000000e+00
GO:0004747     1   0 1.000000e+00 1.000000e+00
GO:0004748     3   0 1.000000e+00 1.000000e+00
GO:0004749     3   0 1.000000e+00 1.000000e+00
GO:0004750     1   0 1.000000e+00 1.000000e+00
GO:0004751     1   0 1.000000e+00 1.000000e+00
GO:0004753     1   0 1.000000e+00 1.000000e+00
GO:0004754     1   0 1.000000e+00 1.000000e+00
GO:0004756     2   0 1.000000e+00 1.000000e+00
GO:0004757     1   0 1.000000e+00 1.000000e+00
GO:0004758     5   0 1.000000e+00 1.000000e+00
GO:0004760     1   0 1.000000e+00 1.000000e+00
GO:0004766     1   0 1.000000e+00 1.000000e+00
GO:0004767     6   0 1.000000e+00 1.000000e+00
GO:0004768     3   0 1.000000e+00 1.000000e+00
GO:0004769     3   0 1.000000e+00 1.000000e+00
GO:0004771     7   0 1.000000e+00 1.000000e+00
GO:0004772     3   0 1.000000e+00 1.000000e+00
GO:0004774     3   0 1.000000e+00 1.000000e+00
GO:0004775     2   0 1.000000e+00 1.000000e+00
GO:0004776     2   0 1.000000e+00 1.000000e+00
GO:0004777     1   0 1.000000e+00 1.000000e+00
GO:0004778     2   0 1.000000e+00 1.000000e+00
GO:0004779     2   0 1.000000e+00 1.000000e+00
GO:0004781     2   0 1.000000e+00 1.000000e+00
GO:0004782     2   0 1.000000e+00 1.000000e+00
GO:0004784     4   0 1.000000e+00 1.000000e+00
GO:0004788     1   0 1.000000e+00 1.000000e+00
GO:0004790     1   0 1.000000e+00 1.000000e+00
GO:0004791     7   0 1.000000e+00 1.000000e+00
GO:0004792     4   0 1.000000e+00 1.000000e+00
GO:0004793     1   0 1.000000e+00 1.000000e+00
GO:0004794     2   0 1.000000e+00 1.000000e+00
GO:0004796     2   0 1.000000e+00 1.000000e+00
GO:0004797     2   0 1.000000e+00 1.000000e+00
GO:0004798     2   0 1.000000e+00 1.000000e+00
GO:0004799     1   0 1.000000e+00 1.000000e+00
GO:0004800     3   0 1.000000e+00 1.000000e+00
GO:0004801     1   0 1.000000e+00 1.000000e+00
GO:0004802     2   0 1.000000e+00 1.000000e+00
GO:0004803     2   0 1.000000e+00 1.000000e+00
GO:0004806    23   0 1.000000e+00 1.000000e+00
GO:0004807     1   0 1.000000e+00 1.000000e+00
GO:0004810     1   0 1.000000e+00 1.000000e+00
GO:0004812    40   0 1.000000e+00 1.000000e+00
GO:0004813     3   0 1.000000e+00 1.000000e+00
GO:0004814     3   0 1.000000e+00 1.000000e+00
GO:0004815     2   0 1.000000e+00 1.000000e+00
GO:0004816     2   0 1.000000e+00 1.000000e+00
GO:0004817     2   0 1.000000e+00 1.000000e+00
GO:0004818     2   0 1.000000e+00 1.000000e+00
GO:0004819     1   0 1.000000e+00 1.000000e+00
GO:0004820     1   0 1.000000e+00 1.000000e+00
GO:0004821     2   0 1.000000e+00 1.000000e+00
GO:0004822     2   0 1.000000e+00 1.000000e+00
GO:0004823     2   0 1.000000e+00 1.000000e+00
GO:0004824     1   0 1.000000e+00 1.000000e+00
GO:0004825     2   0 1.000000e+00 1.000000e+00
GO:0004826     4   0 1.000000e+00 1.000000e+00
GO:0004827     2   0 1.000000e+00 1.000000e+00
GO:0004828     2   0 1.000000e+00 1.000000e+00
GO:0004829     3   0 1.000000e+00 1.000000e+00
GO:0004830     2   0 1.000000e+00 1.000000e+00
GO:0004831     2   0 1.000000e+00 1.000000e+00
GO:0004832     2   0 1.000000e+00 1.000000e+00
GO:0004833     3   0 1.000000e+00 1.000000e+00
GO:0004835     1   0 1.000000e+00 1.000000e+00
GO:0004838     1   0 1.000000e+00 1.000000e+00
GO:0004839     3   0 1.000000e+00 1.000000e+00
GO:0004842   413   7 4.596669e-01 1.000000e+00
GO:0004843    75   0 1.000000e+00 1.000000e+00
GO:0004844     4   0 1.000000e+00 1.000000e+00
GO:0004849     4   0 1.000000e+00 1.000000e+00
GO:0004850     2   0 1.000000e+00 1.000000e+00
GO:0004852     1   0 1.000000e+00 1.000000e+00
GO:0004853     1   0 1.000000e+00 1.000000e+00
GO:0004854     1   0 1.000000e+00 1.000000e+00
GO:0004855     1   0 1.000000e+00 1.000000e+00
GO:0004856     1   0 1.000000e+00 1.000000e+00
GO:0004857   365   5 6.626060e-01 1.000000e+00
GO:0004859    10   0 1.000000e+00 1.000000e+00
GO:0004860    72   1 6.794393e-01 1.000000e+00
GO:0004861    12   0 1.000000e+00 1.000000e+00
GO:0004862    10   0 1.000000e+00 1.000000e+00
GO:0004864    41   2 1.342904e-01 1.000000e+00
GO:0004865    11   0 1.000000e+00 1.000000e+00
GO:0004866   154   0 1.000000e+00 1.000000e+00
GO:0004867    92   0 1.000000e+00 1.000000e+00
GO:0004869    33   0 1.000000e+00 1.000000e+00
GO:0004873     2   0 1.000000e+00 1.000000e+00
GO:0004875     9   1 1.350500e-01 1.000000e+00
GO:0004876     1   0 1.000000e+00 1.000000e+00
GO:0004877     1   0 1.000000e+00 1.000000e+00
GO:0004878     3   1 4.853205e-02 1.000000e+00
GO:0004879    51   0 1.000000e+00 1.000000e+00
GO:0004883     1   0 1.000000e+00 1.000000e+00
GO:0004888  1130  25 2.343249e-02 7.724785e-01
GO:0004890    16   0 1.000000e+00 1.000000e+00
GO:0004896    86   3 1.517111e-01 1.000000e+00
GO:0004897     4   0 1.000000e+00 1.000000e+00
GO:0004900     1   0 1.000000e+00 1.000000e+00
GO:0004903     1   0 1.000000e+00 1.000000e+00
GO:0004904     5   0 1.000000e+00 1.000000e+00
GO:0004905     2   0 1.000000e+00 1.000000e+00
GO:0004906     2   0 1.000000e+00 1.000000e+00
GO:0004908     6   0 1.000000e+00 1.000000e+00
GO:0004909     2   0 1.000000e+00 1.000000e+00
GO:0004910     1   0 1.000000e+00 1.000000e+00
GO:0004911     2   0 1.000000e+00 1.000000e+00
GO:0004912     1   0 1.000000e+00 1.000000e+00
GO:0004913     1   0 1.000000e+00 1.000000e+00
GO:0004914     2   0 1.000000e+00 1.000000e+00
GO:0004915     2   0 1.000000e+00 1.000000e+00
GO:0004917     1   0 1.000000e+00 1.000000e+00
GO:0004918     2   1 3.414508e-02 8.805207e-01
GO:0004920     2   0 1.000000e+00 1.000000e+00
GO:0004921     3   0 1.000000e+00 1.000000e+00
GO:0004923     2   0 1.000000e+00 1.000000e+00
GO:0004924     3   0 1.000000e+00 1.000000e+00
GO:0004925     1   0 1.000000e+00 1.000000e+00
GO:0004930   725  11 4.248716e-01 1.000000e+00
GO:0004931     7   0 1.000000e+00 1.000000e+00
GO:0004935    10   0 1.000000e+00 1.000000e+00
GO:0004936     6   0 1.000000e+00 1.000000e+00
GO:0004937     3   0 1.000000e+00 1.000000e+00
GO:0004938     3   0 1.000000e+00 1.000000e+00
GO:0004939     4   0 1.000000e+00 1.000000e+00
GO:0004940     1   0 1.000000e+00 1.000000e+00
GO:0004941     2   0 1.000000e+00 1.000000e+00
GO:0004945     3   0 1.000000e+00 1.000000e+00
GO:0004946     1   0 1.000000e+00 1.000000e+00
GO:0004947     2   0 1.000000e+00 1.000000e+00
GO:0004948     2   0 1.000000e+00 1.000000e+00
GO:0004949     3   0 1.000000e+00 1.000000e+00
GO:0004950    24   3 6.463052e-03 3.738216e-01
GO:0004951     2   0 1.000000e+00 1.000000e+00
GO:0004952     5   0 1.000000e+00 1.000000e+00
GO:0004953    14   0 1.000000e+00 1.000000e+00
GO:0004954    11   0 1.000000e+00 1.000000e+00
GO:0004955    10   0 1.000000e+00 1.000000e+00
GO:0004956     2   0 1.000000e+00 1.000000e+00
GO:0004957     5   0 1.000000e+00 1.000000e+00
GO:0004958     2   0 1.000000e+00 1.000000e+00
GO:0004960     1   0 1.000000e+00 1.000000e+00
GO:0004961     1   0 1.000000e+00 1.000000e+00
GO:0004962     2   0 1.000000e+00 1.000000e+00
GO:0004963     1   0 1.000000e+00 1.000000e+00
GO:0004964     1   0 1.000000e+00 1.000000e+00
GO:0004965     3   1 4.712838e-02 1.000000e+00
GO:0004966     4   0 1.000000e+00 1.000000e+00
GO:0004967     2   0 1.000000e+00 1.000000e+00
GO:0004968     2   0 1.000000e+00 1.000000e+00
GO:0004969     6   0 1.000000e+00 1.000000e+00
GO:0004970    16   0 1.000000e+00 1.000000e+00
GO:0004971     3   0 1.000000e+00 1.000000e+00
GO:0004972     8   0 1.000000e+00 1.000000e+00
GO:0004974     3   0 1.000000e+00 1.000000e+00
GO:0004977     6   0 1.000000e+00 1.000000e+00
GO:0004978     1   0 1.000000e+00 1.000000e+00
GO:0004979     1   0 1.000000e+00 1.000000e+00
GO:0004980     3   0 1.000000e+00 1.000000e+00
GO:0004982     3   0 1.000000e+00 1.000000e+00
GO:0004983     9   0 1.000000e+00 1.000000e+00
GO:0004984   322   1 9.822236e-01 1.000000e+00
GO:0004985     7   0 1.000000e+00 1.000000e+00
GO:0004990     1   0 1.000000e+00 1.000000e+00
GO:0004991     2   0 1.000000e+00 1.000000e+00
GO:0004992     3   1 4.415464e-02 1.000000e+00
GO:0004993    21   0 1.000000e+00 1.000000e+00
GO:0004994     5   0 1.000000e+00 1.000000e+00
GO:0004995     3   0 1.000000e+00 1.000000e+00
GO:0004996     2   0 1.000000e+00 1.000000e+00
GO:0004997     1   0 1.000000e+00 1.000000e+00
GO:0004998     2   0 1.000000e+00 1.000000e+00
GO:0004999     3   0 1.000000e+00 1.000000e+00
GO:0005000     6   0 1.000000e+00 1.000000e+00
GO:0005001    17   0 1.000000e+00 1.000000e+00
GO:0005003    18   0 1.000000e+00 1.000000e+00
GO:0005004     6   0 1.000000e+00 1.000000e+00
GO:0005005    15   0 1.000000e+00 1.000000e+00
GO:0005006     3   0 1.000000e+00 1.000000e+00
GO:0005007     5   0 1.000000e+00 1.000000e+00
GO:0005008     1   0 1.000000e+00 1.000000e+00
GO:0005009     3   0 1.000000e+00 1.000000e+00
GO:0005010     3   0 1.000000e+00 1.000000e+00
GO:0005011     2   0 1.000000e+00 1.000000e+00
GO:0005017     3   0 1.000000e+00 1.000000e+00
GO:0005018     1   0 1.000000e+00 1.000000e+00
GO:0005019     2   0 1.000000e+00 1.000000e+00
GO:0005020     1   0 1.000000e+00 1.000000e+00
GO:0005021     7   0 1.000000e+00 1.000000e+00
GO:0005024    12   0 1.000000e+00 1.000000e+00
GO:0005025     5   0 1.000000e+00 1.000000e+00
GO:0005026     2   0 1.000000e+00 1.000000e+00
GO:0005030     5   0 1.000000e+00 1.000000e+00
GO:0005031     8   0 1.000000e+00 1.000000e+00
GO:0005034     4   0 1.000000e+00 1.000000e+00
GO:0005035    11   0 1.000000e+00 1.000000e+00
GO:0005041    15   1 2.129302e-01 1.000000e+00
GO:0005042     5   0 1.000000e+00 1.000000e+00
GO:0005043     1   0 1.000000e+00 1.000000e+00
GO:0005044    25   1 3.207508e-01 1.000000e+00
GO:0005046     3   0 1.000000e+00 1.000000e+00
GO:0005047     7   0 1.000000e+00 1.000000e+00
GO:0005048    46   0 1.000000e+00 1.000000e+00
GO:0005049    12   1 1.675082e-01 1.000000e+00
GO:0005052     2   0 1.000000e+00 1.000000e+00
GO:0005053     1   0 1.000000e+00 1.000000e+00
GO:0005055     4   0 1.000000e+00 1.000000e+00
GO:0005068    17   1 2.291960e-01 1.000000e+00
GO:0005078    12   0 1.000000e+00 1.000000e+00
GO:0005080    51   2 1.892944e-01 1.000000e+00
GO:0005085   212   2 8.481427e-01 1.000000e+00
GO:0005091     1   0 1.000000e+00 1.000000e+00
GO:0005092    15   0 1.000000e+00 1.000000e+00
GO:0005093     1   0 1.000000e+00 1.000000e+00
GO:0005094     3   0 1.000000e+00 1.000000e+00
GO:0005095    12   1 1.710329e-01 1.000000e+00
GO:0005096   243   2 8.892947e-01 1.000000e+00
GO:0005102  1388  36 1.642300e-03 1.525363e-01
GO:0005104    24   0 1.000000e+00 1.000000e+00
GO:0005105     5   0 1.000000e+00 1.000000e+00
GO:0005109    36   1 4.292615e-01 1.000000e+00
GO:0005111     5   0 1.000000e+00 1.000000e+00
GO:0005112    24   0 1.000000e+00 1.000000e+00
GO:0005113     8   0 1.000000e+00 1.000000e+00
GO:0005114    10   0 1.000000e+00 1.000000e+00
GO:0005115     1   0 1.000000e+00 1.000000e+00
GO:0005119     4   0 1.000000e+00 1.000000e+00
GO:0005121     1   0 1.000000e+00 1.000000e+00
GO:0005123    19   2 3.596509e-02 8.974833e-01
GO:0005124     4   1 6.689132e-02 1.000000e+00
GO:0005125   220   6 1.221566e-01 1.000000e+00
GO:0005126   245   8 3.484803e-02 8.843972e-01
GO:0005127     6   0 1.000000e+00 1.000000e+00
GO:0005128     3   0 1.000000e+00 1.000000e+00
GO:0005129     1   0 1.000000e+00 1.000000e+00
GO:0005130     1   0 1.000000e+00 1.000000e+00
GO:0005131     8   0 1.000000e+00 1.000000e+00
GO:0005132     5   0 1.000000e+00 1.000000e+00
GO:0005133     1   1 1.746485e-02 6.517419e-01
GO:0005134     5   0 1.000000e+00 1.000000e+00
GO:0005135     2   0 1.000000e+00 1.000000e+00
GO:0005136     3   1 4.433700e-02 1.000000e+00
GO:0005137     2   0 1.000000e+00 1.000000e+00
GO:0005138     7   0 1.000000e+00 1.000000e+00
GO:0005139     2   0 1.000000e+00 1.000000e+00
GO:0005140     1   0 1.000000e+00 1.000000e+00
GO:0005141     1   0 1.000000e+00 1.000000e+00
GO:0005142     1   0 1.000000e+00 1.000000e+00
GO:0005143     5   0 1.000000e+00 1.000000e+00
GO:0005144     1   0 1.000000e+00 1.000000e+00
GO:0005146     2   0 1.000000e+00 1.000000e+00
GO:0005147     1   1 1.601879e-02 6.345280e-01
GO:0005148     2   0 1.000000e+00 1.000000e+00
GO:0005149    17   1 2.415322e-01 1.000000e+00
GO:0005150     2   0 1.000000e+00 1.000000e+00
GO:0005151     2   0 1.000000e+00 1.000000e+00
GO:0005152     3   0 1.000000e+00 1.000000e+00
GO:0005153     3   0 1.000000e+00 1.000000e+00
GO:0005154    35   0 1.000000e+00 1.000000e+00
GO:0005157     3   0 1.000000e+00 1.000000e+00
GO:0005158    21   0 1.000000e+00 1.000000e+00
GO:0005159    16   0 1.000000e+00 1.000000e+00
GO:0005160    25   0 1.000000e+00 1.000000e+00
GO:0005161    13   0 1.000000e+00 1.000000e+00
GO:0005163     4   0 1.000000e+00 1.000000e+00
GO:0005164    29   1 3.618051e-01 1.000000e+00
GO:0005165    11   0 1.000000e+00 1.000000e+00
GO:0005166     1   0 1.000000e+00 1.000000e+00
GO:0005167     6   0 1.000000e+00 1.000000e+00
GO:0005168     6   0 1.000000e+00 1.000000e+00
GO:0005169     1   0 1.000000e+00 1.000000e+00
GO:0005170     1   0 1.000000e+00 1.000000e+00
GO:0005171     2   1 3.406410e-02 8.805207e-01
GO:0005172    12   0 1.000000e+00 1.000000e+00
GO:0005173     4   0 1.000000e+00 1.000000e+00
GO:0005174     1   0 1.000000e+00 1.000000e+00
GO:0005175     1   0 1.000000e+00 1.000000e+00
GO:0005176     3   0 1.000000e+00 1.000000e+00
GO:0005178   154   7 1.060944e-02 5.230873e-01
GO:0005179   116   0 1.000000e+00 1.000000e+00
GO:0005183     2   0 1.000000e+00 1.000000e+00
GO:0005184    29   0 1.000000e+00 1.000000e+00
GO:0005185     2   0 1.000000e+00 1.000000e+00
GO:0005198   741   9 8.238758e-01 1.000000e+00
GO:0005200   104   2 4.877455e-01 1.000000e+00
GO:0005201   153   0 1.000000e+00 1.000000e+00
GO:0005212    23   0 1.000000e+00 1.000000e+00
GO:0005215  1164  18 5.431943e-01 1.000000e+00
GO:0005216   421   3 9.609377e-01 1.000000e+00
GO:0005217    29   1 3.715243e-01 1.000000e+00
GO:0005219     4   0 1.000000e+00 1.000000e+00
GO:0005220     3   0 1.000000e+00 1.000000e+00
GO:0005221    10   1 1.509544e-01 1.000000e+00
GO:0005222     8   1 1.231205e-01 1.000000e+00
GO:0005223     6   1 9.417412e-02 1.000000e+00
GO:0005225     9   0 1.000000e+00 1.000000e+00
GO:0005227    25   1 3.226660e-01 1.000000e+00
GO:0005228     2   0 1.000000e+00 1.000000e+00
GO:0005229    18   0 1.000000e+00 1.000000e+00
GO:0005230    68   1 6.627928e-01 1.000000e+00
GO:0005231    35   1 4.250081e-01 1.000000e+00
GO:0005234     2   0 1.000000e+00 1.000000e+00
GO:0005237     3   0 1.000000e+00 1.000000e+00
GO:0005242    26   0 1.000000e+00 1.000000e+00
GO:0005243    19   1 2.486546e-01 1.000000e+00
GO:0005244   164   1 9.244447e-01 1.000000e+00
GO:0005245    41   1 4.816205e-01 1.000000e+00
GO:0005246    46   0 1.000000e+00 1.000000e+00
GO:0005247     9   0 1.000000e+00 1.000000e+00
GO:0005248    22   0 1.000000e+00 1.000000e+00
GO:0005249    95   0 1.000000e+00 1.000000e+00
GO:0005250     3   0 1.000000e+00 1.000000e+00
GO:0005251    27   0 1.000000e+00 1.000000e+00
GO:0005252     1   0 1.000000e+00 1.000000e+00
GO:0005253    87   0 1.000000e+00 1.000000e+00
GO:0005254    75   0 1.000000e+00 1.000000e+00
GO:0005260     1   0 1.000000e+00 1.000000e+00
GO:0005261   319   3 8.769698e-01 1.000000e+00
GO:0005262   111   1 8.273506e-01 1.000000e+00
GO:0005267   118   0 1.000000e+00 1.000000e+00
GO:0005272    42   0 1.000000e+00 1.000000e+00
GO:0005275     6   1 8.663658e-02 1.000000e+00
GO:0005277     4   0 1.000000e+00 1.000000e+00
GO:0005278     1   0 1.000000e+00 1.000000e+00
GO:0005280     6   0 1.000000e+00 1.000000e+00
GO:0005283    21   0 1.000000e+00 1.000000e+00
GO:0005287     1   0 1.000000e+00 1.000000e+00
GO:0005289     1   0 1.000000e+00 1.000000e+00
GO:0005290     3   0 1.000000e+00 1.000000e+00
GO:0005292     1   0 1.000000e+00 1.000000e+00
GO:0005294     2   0 1.000000e+00 1.000000e+00
GO:0005295     8   0 1.000000e+00 1.000000e+00
GO:0005297     2   0 1.000000e+00 1.000000e+00
GO:0005298     5   0 1.000000e+00 1.000000e+00
GO:0005302     1   0 1.000000e+00 1.000000e+00
GO:0005304     1   0 1.000000e+00 1.000000e+00
GO:0005307     1   0 1.000000e+00 1.000000e+00
GO:0005308     3   0 1.000000e+00 1.000000e+00
GO:0005310    31   0 1.000000e+00 1.000000e+00
GO:0005313    14   0 1.000000e+00 1.000000e+00
GO:0005314     5   0 1.000000e+00 1.000000e+00
GO:0005315     8   0 1.000000e+00 1.000000e+00
GO:0005316     1   0 1.000000e+00 1.000000e+00
GO:0005319   169   2 7.332552e-01 1.000000e+00
GO:0005324    15   1 2.067499e-01 1.000000e+00
GO:0005326    20   0 1.000000e+00 1.000000e+00
GO:0005328     1   0 1.000000e+00 1.000000e+00
GO:0005330     3   0 1.000000e+00 1.000000e+00
GO:0005332     5   0 1.000000e+00 1.000000e+00
GO:0005334     3   0 1.000000e+00 1.000000e+00
GO:0005335     3   0 1.000000e+00 1.000000e+00
GO:0005337    10   0 1.000000e+00 1.000000e+00
GO:0005338    12   0 1.000000e+00 1.000000e+00
GO:0005342   173   2 7.518541e-01 1.000000e+00
GO:0005343    34   1 4.097494e-01 1.000000e+00
GO:0005344    14   0 1.000000e+00 1.000000e+00
GO:0005345     9   0 1.000000e+00 1.000000e+00
GO:0005346    19   0 1.000000e+00 1.000000e+00
GO:0005347    11   0 1.000000e+00 1.000000e+00
GO:0005350     7   0 1.000000e+00 1.000000e+00
GO:0005351     7   0 1.000000e+00 1.000000e+00
GO:0005353     8   0 1.000000e+00 1.000000e+00
GO:0005354     4   0 1.000000e+00 1.000000e+00
GO:0005355    24   1 3.224920e-01 1.000000e+00
GO:0005356     2   0 1.000000e+00 1.000000e+00
GO:0005362     2   1 3.354618e-02 8.776473e-01
GO:0005365     4   0 1.000000e+00 1.000000e+00
GO:0005366     1   0 1.000000e+00 1.000000e+00
GO:0005367     2   0 1.000000e+00 1.000000e+00
GO:0005368     5   0 1.000000e+00 1.000000e+00
GO:0005369     3   0 1.000000e+00 1.000000e+00
GO:0005371     1   0 1.000000e+00 1.000000e+00
GO:0005372    17   0 1.000000e+00 1.000000e+00
GO:0005375     6   0 1.000000e+00 1.000000e+00
GO:0005381     8   0 1.000000e+00 1.000000e+00
GO:0005384     9   0 1.000000e+00 1.000000e+00
GO:0005385    24   0 1.000000e+00 1.000000e+00
GO:0005388     8   0 1.000000e+00 1.000000e+00
GO:0005391     7   0 1.000000e+00 1.000000e+00
GO:0005402    15   2 2.415142e-02 7.892048e-01
GO:0005412     6   1 9.806975e-02 1.000000e+00
GO:0005415     4   0 1.000000e+00 1.000000e+00
GO:0005416    27   0 1.000000e+00 1.000000e+00
GO:0005427     2   1 3.135389e-02 8.696241e-01
GO:0005432    10   0 1.000000e+00 1.000000e+00
GO:0005436    13   0 1.000000e+00 1.000000e+00
GO:0005452    27   0 1.000000e+00 1.000000e+00
GO:0005456     1   0 1.000000e+00 1.000000e+00
GO:0005457     3   0 1.000000e+00 1.000000e+00
GO:0005459     2   0 1.000000e+00 1.000000e+00
GO:0005460     2   0 1.000000e+00 1.000000e+00
GO:0005461     2   0 1.000000e+00 1.000000e+00
GO:0005462     5   0 1.000000e+00 1.000000e+00
GO:0005463     2   0 1.000000e+00 1.000000e+00
GO:0005464     1   0 1.000000e+00 1.000000e+00
GO:0005471     3   0 1.000000e+00 1.000000e+00
GO:0005477     1   0 1.000000e+00 1.000000e+00
GO:0005483     3   0 1.000000e+00 1.000000e+00
GO:0005484    36   0 1.000000e+00 1.000000e+00
GO:0005488 15215 243 1.405215e-01 1.000000e+00
GO:0005496   102   0 1.000000e+00 1.000000e+00
GO:0005497     3   0 1.000000e+00 1.000000e+00
GO:0005499     6   0 1.000000e+00 1.000000e+00
GO:0005501    38   0 1.000000e+00 1.000000e+00
GO:0005502     7   0 1.000000e+00 1.000000e+00
GO:0005503     5   0 1.000000e+00 1.000000e+00
GO:0005504    48   1 5.285614e-01 1.000000e+00
GO:0005506   145   0 1.000000e+00 1.000000e+00
GO:0005507    58   0 1.000000e+00 1.000000e+00
GO:0005509   661  11 4.537188e-01 1.000000e+00
GO:0005513    13   0 1.000000e+00 1.000000e+00
GO:0005515 13066 215 6.712920e-02 1.000000e+00
GO:0005516   198   4 3.786931e-01 1.000000e+00
GO:0005518    68   2 2.836034e-01 1.000000e+00
GO:0005519     1   0 1.000000e+00 1.000000e+00
GO:0005520    19   0 1.000000e+00 1.000000e+00
GO:0005521    15   0 1.000000e+00 1.000000e+00
GO:0005522    10   0 1.000000e+00 1.000000e+00
GO:0005523    15   0 1.000000e+00 1.000000e+00
GO:0005524  1403  20 6.853427e-01 1.000000e+00
GO:0005525   343   5 6.158264e-01 1.000000e+00
GO:0005527    12   0 1.000000e+00 1.000000e+00
GO:0005528    10   0 1.000000e+00 1.000000e+00
GO:0005534     4   0 1.000000e+00 1.000000e+00
GO:0005536    10   0 1.000000e+00 1.000000e+00
GO:0005537    23   1 3.060029e-01 1.000000e+00
GO:0005539   231   2 8.761355e-01 1.000000e+00
GO:0005540    23   0 1.000000e+00 1.000000e+00
GO:0005542    11   0 1.000000e+00 1.000000e+00
GO:0005543   458  12 5.609445e-02 1.000000e+00
GO:0005544    50   0 1.000000e+00 1.000000e+00
GO:0005545    14   1 1.896423e-01 1.000000e+00
GO:0005546    79   2 3.503785e-01 1.000000e+00
GO:0005547    36   0 1.000000e+00 1.000000e+00
GO:0005548    63   1 6.233970e-01 1.000000e+00
GO:0005549    95   0 1.000000e+00 1.000000e+00
GO:0005575 17490 257 9.887984e-01 1.000000e+00
GO:0005576  4018  67 2.425400e-01 1.000000e+00
GO:0005577     8   0 1.000000e+00 1.000000e+00
GO:0005579     7   0 1.000000e+00 1.000000e+00
GO:0005581    83   0 1.000000e+00 1.000000e+00
GO:0005582     1   0 1.000000e+00 1.000000e+00
GO:0005583    12   0 1.000000e+00 1.000000e+00
GO:0005584     2   0 1.000000e+00 1.000000e+00
GO:0005585     1   0 1.000000e+00 1.000000e+00
GO:0005586     1   0 1.000000e+00 1.000000e+00
GO:0005587     4   0 1.000000e+00 1.000000e+00
GO:0005588     4   0 1.000000e+00 1.000000e+00
GO:0005589     2   0 1.000000e+00 1.000000e+00
GO:0005590     1   0 1.000000e+00 1.000000e+00
GO:0005591     1   0 1.000000e+00 1.000000e+00
GO:0005592     4   0 1.000000e+00 1.000000e+00
GO:0005593     6   0 1.000000e+00 1.000000e+00
GO:0005594     4   0 1.000000e+00 1.000000e+00
GO:0005595     1   0 1.000000e+00 1.000000e+00
GO:0005596     1   0 1.000000e+00 1.000000e+00
GO:0005597     1   0 1.000000e+00 1.000000e+00
GO:0005598     2   0 1.000000e+00 1.000000e+00
GO:0005599     1   0 1.000000e+00 1.000000e+00
GO:0005600     1   0 1.000000e+00 1.000000e+00
GO:0005602     3   0 1.000000e+00 1.000000e+00
GO:0005604    87   0 1.000000e+00 1.000000e+00
GO:0005606     3   0 1.000000e+00 1.000000e+00
GO:0005607     2   0 1.000000e+00 1.000000e+00
GO:0005608     3   0 1.000000e+00 1.000000e+00
GO:0005610     3   0 1.000000e+00 1.000000e+00
GO:0005614    11   1 1.567437e-01 1.000000e+00
GO:0005615  3195  54 2.410939e-01 1.000000e+00
GO:0005622 14113 203 9.785242e-01 1.000000e+00
GO:0005634  7376  94 9.926680e-01 1.000000e+00
GO:0005635   469   7 5.934242e-01 1.000000e+00
GO:0005637    55   0 1.000000e+00 1.000000e+00
GO:0005638     5   0 1.000000e+00 1.000000e+00
GO:0005640    28   1 3.539162e-01 1.000000e+00
GO:0005641    10   1 1.453312e-01 1.000000e+00
GO:0005642     5   1 7.436117e-02 1.000000e+00
GO:0005643    90   0 1.000000e+00 1.000000e+00
GO:0005652    10   0 1.000000e+00 1.000000e+00
GO:0005654  3937  52 9.244969e-01 1.000000e+00
GO:0005655     7   0 1.000000e+00 1.000000e+00
GO:0005656     2   0 1.000000e+00 1.000000e+00
GO:0005657    71   0 1.000000e+00 1.000000e+00
GO:0005658     4   0 1.000000e+00 1.000000e+00
GO:0005662    12   0 1.000000e+00 1.000000e+00
GO:0005663     5   0 1.000000e+00 1.000000e+00
GO:0005664     9   0 1.000000e+00 1.000000e+00
GO:0005665    14   0 1.000000e+00 1.000000e+00
GO:0005666    18   0 1.000000e+00 1.000000e+00
GO:0005667   484   8 4.830414e-01 1.000000e+00
GO:0005668     5   0 1.000000e+00 1.000000e+00
GO:0005669    29   0 1.000000e+00 1.000000e+00
GO:0005672     5   0 1.000000e+00 1.000000e+00
GO:0005673     2   0 1.000000e+00 1.000000e+00
GO:0005674     2   0 1.000000e+00 1.000000e+00
GO:0005675    12   0 1.000000e+00 1.000000e+00
GO:0005677    12   0 1.000000e+00 1.000000e+00
GO:0005680    22   0 1.000000e+00 1.000000e+00
GO:0005681   187   2 7.915224e-01 1.000000e+00
GO:0005682    21   0 1.000000e+00 1.000000e+00
GO:0005683     7   0 1.000000e+00 1.000000e+00
GO:0005684    90   1 7.581327e-01 1.000000e+00
GO:0005685    18   0 1.000000e+00 1.000000e+00
GO:0005686    23   0 1.000000e+00 1.000000e+00
GO:0005687    10   0 1.000000e+00 1.000000e+00
GO:0005688     7   0 1.000000e+00 1.000000e+00
GO:0005689    25   0 1.000000e+00 1.000000e+00
GO:0005690     3   0 1.000000e+00 1.000000e+00
GO:0005691     2   0 1.000000e+00 1.000000e+00
GO:0005692     1   0 1.000000e+00 1.000000e+00
GO:0005694  1818  21 9.453325e-01 1.000000e+00
GO:0005697    20   0 1.000000e+00 1.000000e+00
GO:0005700     1   0 1.000000e+00 1.000000e+00
GO:0005712     2   0 1.000000e+00 1.000000e+00
GO:0005713     2   0 1.000000e+00 1.000000e+00
GO:0005715     1   0 1.000000e+00 1.000000e+00
GO:0005721    29   0 1.000000e+00 1.000000e+00
GO:0005726     6   0 1.000000e+00 1.000000e+00
GO:0005730  1286  17 7.054717e-01 1.000000e+00
GO:0005731     1   0 1.000000e+00 1.000000e+00
GO:0005732    26   0 1.000000e+00 1.000000e+00
GO:0005736    13   0 1.000000e+00 1.000000e+00
GO:0005737 11303 176 4.902364e-01 1.000000e+00
GO:0005739  1572  16 9.783781e-01 1.000000e+00
GO:0005740   747  10 7.395438e-01 1.000000e+00
GO:0005741   202   4 3.932149e-01 1.000000e+00
GO:0005742    20   0 1.000000e+00 1.000000e+00
GO:0005743   455   4 9.293730e-01 1.000000e+00
GO:0005744    12   0 1.000000e+00 1.000000e+00
GO:0005745     2   1 3.138484e-02 8.696241e-01
GO:0005746    79   0 1.000000e+00 1.000000e+00
GO:0005747    41   0 1.000000e+00 1.000000e+00
GO:0005749     4   0 1.000000e+00 1.000000e+00
GO:0005750    12   0 1.000000e+00 1.000000e+00
GO:0005751    19   0 1.000000e+00 1.000000e+00
GO:0005753    20   0 1.000000e+00 1.000000e+00
GO:0005754     2   0 1.000000e+00 1.000000e+00
GO:0005757     6   1 9.077116e-02 1.000000e+00
GO:0005758    77   1 6.979951e-01 1.000000e+00
GO:0005759   471   3 9.796790e-01 1.000000e+00
GO:0005760     3   0 1.000000e+00 1.000000e+00
GO:0005761    89   1 7.617737e-01 1.000000e+00
GO:0005762    56   1 5.973843e-01 1.000000e+00
GO:0005763    32   0 1.000000e+00 1.000000e+00
GO:0005764   713  21 3.747406e-03 2.613145e-01
GO:0005765   416  12 3.017186e-02 8.696241e-01
GO:0005766   146   4 1.876498e-01 1.000000e+00
GO:0005767    19   1 2.572624e-01 1.000000e+00
GO:0005768   998  23 3.729269e-02 9.186962e-01
GO:0005769   408  11 5.203063e-02 1.000000e+00
GO:0005770   293   6 3.027680e-01 1.000000e+00
GO:0005771    65   2 2.686096e-01 1.000000e+00
GO:0005773   801  22 6.908282e-03 3.863563e-01
GO:0005774   460  13 2.864931e-02 8.696241e-01
GO:0005775   166   4 2.474894e-01 1.000000e+00
GO:0005776   111   1 8.232901e-01 1.000000e+00
GO:0005777   140   1 8.924293e-01 1.000000e+00
GO:0005778    61   0 1.000000e+00 1.000000e+00
GO:0005782    51   0 1.000000e+00 1.000000e+00
GO:0005783  1899  33 2.748775e-01 1.000000e+00
GO:0005784     4   0 1.000000e+00 1.000000e+00
GO:0005785     4   0 1.000000e+00 1.000000e+00
GO:0005786     6   0 1.000000e+00 1.000000e+00
GO:0005787     5   0 1.000000e+00 1.000000e+00
GO:0005788   294   5 4.832594e-01 1.000000e+00
GO:0005789  1122  23 1.036440e-01 1.000000e+00
GO:0005790    27   0 1.000000e+00 1.000000e+00
GO:0005791    54   1 5.697978e-01 1.000000e+00
GO:0005793   125   3 3.089740e-01 1.000000e+00
GO:0005794  1529  31 7.638456e-02 1.000000e+00
GO:0005795   128   3 3.165593e-01 1.000000e+00
GO:0005796    93   1 7.575444e-01 1.000000e+00
GO:0005797    11   0 1.000000e+00 1.000000e+00
GO:0005798    89   2 4.076620e-01 1.000000e+00
GO:0005801    56   0 1.000000e+00 1.000000e+00
GO:0005802   246   4 5.296779e-01 1.000000e+00
GO:0005811    95   2 4.374200e-01 1.000000e+00
GO:0005813   700   5 9.858802e-01 1.000000e+00
GO:0005814   153   2 6.903862e-01 1.000000e+00
GO:0005815   835   8 9.512891e-01 1.000000e+00
GO:0005818    10   0 1.000000e+00 1.000000e+00
GO:0005819   411   6 6.169352e-01 1.000000e+00
GO:0005826     4   0 1.000000e+00 1.000000e+00
GO:0005827     5   0 1.000000e+00 1.000000e+00
GO:0005828    20   0 1.000000e+00 1.000000e+00
GO:0005829  5195  73 8.577329e-01 1.000000e+00
GO:0005832    10   0 1.000000e+00 1.000000e+00
GO:0005833    12   0 1.000000e+00 1.000000e+00
GO:0005834    33   0 1.000000e+00 1.000000e+00
GO:0005838    20   0 1.000000e+00 1.000000e+00
GO:0005839    20   0 1.000000e+00 1.000000e+00
GO:0005840   224   1 9.725941e-01 1.000000e+00
GO:0005846     3   0 1.000000e+00 1.000000e+00
GO:0005847    17   0 1.000000e+00 1.000000e+00
GO:0005848     2   0 1.000000e+00 1.000000e+00
GO:0005849    22   0 1.000000e+00 1.000000e+00
GO:0005850     3   0 1.000000e+00 1.000000e+00
GO:0005851     5   0 1.000000e+00 1.000000e+00
GO:0005852    13   1 1.862224e-01 1.000000e+00
GO:0005853     4   0 1.000000e+00 1.000000e+00
GO:0005854     5   0 1.000000e+00 1.000000e+00
GO:0005856  2281  32 7.493187e-01 1.000000e+00
GO:0005858    22   0 1.000000e+00 1.000000e+00
GO:0005859    15   1 2.167099e-01 1.000000e+00
GO:0005861     8   1 1.233148e-01 1.000000e+00
GO:0005862     4   0 1.000000e+00 1.000000e+00
GO:0005863     3   0 1.000000e+00 1.000000e+00
GO:0005865    21   1 2.827318e-01 1.000000e+00
GO:0005868    22   1 2.971504e-01 1.000000e+00
GO:0005869     8   0 1.000000e+00 1.000000e+00
GO:0005871    47   1 5.232123e-01 1.000000e+00
GO:0005873     3   0 1.000000e+00 1.000000e+00
GO:0005874   445   7 5.413768e-01 1.000000e+00
GO:0005875   150   2 6.846318e-01 1.000000e+00
GO:0005876    77   1 7.017748e-01 1.000000e+00
GO:0005879    40   0 1.000000e+00 1.000000e+00
GO:0005880     1   0 1.000000e+00 1.000000e+00
GO:0005881   100   0 1.000000e+00 1.000000e+00
GO:0005882   193   2 7.637898e-01 1.000000e+00
GO:0005883     9   0 1.000000e+00 1.000000e+00
GO:0005884   107   1 8.173924e-01 1.000000e+00
GO:0005885     9   0 1.000000e+00 1.000000e+00
GO:0005886  5141 112 1.074105e-05 3.941436e-03
GO:0005889     3   0 1.000000e+00 1.000000e+00
GO:0005890    11   0 1.000000e+00 1.000000e+00
GO:0005891    43   1 4.988775e-01 1.000000e+00
GO:0005892    17   0 1.000000e+00 1.000000e+00
GO:0005893     2   0 1.000000e+00 1.000000e+00
GO:0005895     1   0 1.000000e+00 1.000000e+00
GO:0005896     3   0 1.000000e+00 1.000000e+00
GO:0005899     4   0 1.000000e+00 1.000000e+00
GO:0005900     2   0 1.000000e+00 1.000000e+00
GO:0005901    81   3 1.326984e-01 1.000000e+00
GO:0005902    95   2 4.427107e-01 1.000000e+00
GO:0005903   100   2 4.636269e-01 1.000000e+00
GO:0005905    75   1 6.871581e-01 1.000000e+00
GO:0005911   485  12 7.656944e-02 1.000000e+00
GO:0005912   178   3 5.277673e-01 1.000000e+00
GO:0005914     1   0 1.000000e+00 1.000000e+00
GO:0005915     8   0 1.000000e+00 1.000000e+00
GO:0005916     9   0 1.000000e+00 1.000000e+00
GO:0005921    30   1 3.689562e-01 1.000000e+00
GO:0005922    19   1 2.486546e-01 1.000000e+00
GO:0005923   116   2 5.383939e-01 1.000000e+00
GO:0005925   407   5 7.631515e-01 1.000000e+00
GO:0005927     3   0 1.000000e+00 1.000000e+00
GO:0005929   714   9 7.833237e-01 1.000000e+00
GO:0005930   168   1 9.296391e-01 1.000000e+00
GO:0005938   300   4 6.923234e-01 1.000000e+00
GO:0005940    13   0 1.000000e+00 1.000000e+00
GO:0005942    28   1 3.574103e-01 1.000000e+00
GO:0005943     9   0 1.000000e+00 1.000000e+00
GO:0005944     4   0 1.000000e+00 1.000000e+00
GO:0005945     3   0 1.000000e+00 1.000000e+00
GO:0005947     6   0 1.000000e+00 1.000000e+00
GO:0005948     1   0 1.000000e+00 1.000000e+00
GO:0005952     7   0 1.000000e+00 1.000000e+00
GO:0005953     2   0 1.000000e+00 1.000000e+00
GO:0005954     5   0 1.000000e+00 1.000000e+00
GO:0005955     6   0 1.000000e+00 1.000000e+00
GO:0005956     4   0 1.000000e+00 1.000000e+00
GO:0005958     7   0 1.000000e+00 1.000000e+00
GO:0005960     2   0 1.000000e+00 1.000000e+00
GO:0005962     2   0 1.000000e+00 1.000000e+00
GO:0005964     3   0 1.000000e+00 1.000000e+00
GO:0005965     2   0 1.000000e+00 1.000000e+00
GO:0005967     7   0 1.000000e+00 1.000000e+00
GO:0005968     3   0 1.000000e+00 1.000000e+00
GO:0005969     1   0 1.000000e+00 1.000000e+00
GO:0005971     3   0 1.000000e+00 1.000000e+00
GO:0005975   526   9 4.265297e-01 1.000000e+00
GO:0005976    94   1 7.668624e-01 1.000000e+00
GO:0005977    69   0 1.000000e+00 1.000000e+00
GO:0005978    43   0 1.000000e+00 1.000000e+00
GO:0005979    28   0 1.000000e+00 1.000000e+00
GO:0005980    15   0 1.000000e+00 1.000000e+00
GO:0005981     6   0 1.000000e+00 1.000000e+00
GO:0005982     1   0 1.000000e+00 1.000000e+00
GO:0005983     1   0 1.000000e+00 1.000000e+00
GO:0005984    11   0 1.000000e+00 1.000000e+00
GO:0005985     3   0 1.000000e+00 1.000000e+00
GO:0005986     2   0 1.000000e+00 1.000000e+00
GO:0005988     3   0 1.000000e+00 1.000000e+00
GO:0005989     2   0 1.000000e+00 1.000000e+00
GO:0005990     1   0 1.000000e+00 1.000000e+00
GO:0005991     2   0 1.000000e+00 1.000000e+00
GO:0005993     1   0 1.000000e+00 1.000000e+00
GO:0005996   239   3 7.198998e-01 1.000000e+00
GO:0005997     2   0 1.000000e+00 1.000000e+00
GO:0005998     1   0 1.000000e+00 1.000000e+00
GO:0006000    13   0 1.000000e+00 1.000000e+00
GO:0006001     3   0 1.000000e+00 1.000000e+00
GO:0006002    12   0 1.000000e+00 1.000000e+00
GO:0006003     4   0 1.000000e+00 1.000000e+00
GO:0006004    16   0 1.000000e+00 1.000000e+00
GO:0006006   182   2 7.799002e-01 1.000000e+00
GO:0006007    25   0 1.000000e+00 1.000000e+00
GO:0006011     6   0 1.000000e+00 1.000000e+00
GO:0006012     8   0 1.000000e+00 1.000000e+00
GO:0006013     9   0 1.000000e+00 1.000000e+00
GO:0006014     3   0 1.000000e+00 1.000000e+00
GO:0006015     4   0 1.000000e+00 1.000000e+00
GO:0006020     8   0 1.000000e+00 1.000000e+00
GO:0006021     3   0 1.000000e+00 1.000000e+00
GO:0006022   118   3 2.840356e-01 1.000000e+00
GO:0006023    74   2 3.241175e-01 1.000000e+00
GO:0006024    70   2 3.005473e-01 1.000000e+00
GO:0006026    33   1 4.093554e-01 1.000000e+00
GO:0006027    27   0 1.000000e+00 1.000000e+00
GO:0006029    85   2 3.837106e-01 1.000000e+00
GO:0006030     6   1 9.304696e-02 1.000000e+00
GO:0006032     6   1 9.304696e-02 1.000000e+00
GO:0006040    39   2 1.247085e-01 1.000000e+00
GO:0006041     3   0 1.000000e+00 1.000000e+00
GO:0006043     2   0 1.000000e+00 1.000000e+00
GO:0006044    16   0 1.000000e+00 1.000000e+00
GO:0006045     2   0 1.000000e+00 1.000000e+00
GO:0006046     3   0 1.000000e+00 1.000000e+00
GO:0006047    14   0 1.000000e+00 1.000000e+00
GO:0006048     9   0 1.000000e+00 1.000000e+00
GO:0006049     1   0 1.000000e+00 1.000000e+00
GO:0006050     1   0 1.000000e+00 1.000000e+00
GO:0006051     1   0 1.000000e+00 1.000000e+00
GO:0006054    11   0 1.000000e+00 1.000000e+00
GO:0006055     1   0 1.000000e+00 1.000000e+00
GO:0006056     4   0 1.000000e+00 1.000000e+00
GO:0006058     4   0 1.000000e+00 1.000000e+00
GO:0006059     2   0 1.000000e+00 1.000000e+00
GO:0006060     1   0 1.000000e+00 1.000000e+00
GO:0006062     1   0 1.000000e+00 1.000000e+00
GO:0006063    24   0 1.000000e+00 1.000000e+00
GO:0006064     5   0 1.000000e+00 1.000000e+00
GO:0006065     1   0 1.000000e+00 1.000000e+00
GO:0006066   352   3 9.071642e-01 1.000000e+00
GO:0006067    19   0 1.000000e+00 1.000000e+00
GO:0006068    10   0 1.000000e+00 1.000000e+00
GO:0006069     9   0 1.000000e+00 1.000000e+00
GO:0006071    19   0 1.000000e+00 1.000000e+00
GO:0006072     7   0 1.000000e+00 1.000000e+00
GO:0006081    74   1 6.881712e-01 1.000000e+00
GO:0006082   887  16 2.964614e-01 1.000000e+00
GO:0006083     3   0 1.000000e+00 1.000000e+00
GO:0006084    31   0 1.000000e+00 1.000000e+00
GO:0006085    16   0 1.000000e+00 1.000000e+00
GO:0006086     9   0 1.000000e+00 1.000000e+00
GO:0006089    18   0 1.000000e+00 1.000000e+00
GO:0006090   111   2 5.295505e-01 1.000000e+00
GO:0006091   469   4 9.364808e-01 1.000000e+00
GO:0006094    85   0 1.000000e+00 1.000000e+00
GO:0006096    85   1 7.425809e-01 1.000000e+00
GO:0006097     2   0 1.000000e+00 1.000000e+00
GO:0006098    18   0 1.000000e+00 1.000000e+00
GO:0006099    31   0 1.000000e+00 1.000000e+00
GO:0006101     5   0 1.000000e+00 1.000000e+00
GO:0006102     5   0 1.000000e+00 1.000000e+00
GO:0006103    17   0 1.000000e+00 1.000000e+00
GO:0006104    10   0 1.000000e+00 1.000000e+00
GO:0006105     7   0 1.000000e+00 1.000000e+00
GO:0006106     3   0 1.000000e+00 1.000000e+00
GO:0006107     9   0 1.000000e+00 1.000000e+00
GO:0006108     9   1 1.353616e-01 1.000000e+00
GO:0006109   174   3 5.101528e-01 1.000000e+00
GO:0006110    49   1 5.463963e-01 1.000000e+00
GO:0006111    50   0 1.000000e+00 1.000000e+00
GO:0006112    83   0 1.000000e+00 1.000000e+00
GO:0006113     5   0 1.000000e+00 1.000000e+00
GO:0006114     5   0 1.000000e+00 1.000000e+00
GO:0006116     5   0 1.000000e+00 1.000000e+00
GO:0006117     1   0 1.000000e+00 1.000000e+00
GO:0006119   125   1 8.673543e-01 1.000000e+00
GO:0006120    42   0 1.000000e+00 1.000000e+00
GO:0006121     5   0 1.000000e+00 1.000000e+00
GO:0006122    12   0 1.000000e+00 1.000000e+00
GO:0006123    19   0 1.000000e+00 1.000000e+00
GO:0006127     2   0 1.000000e+00 1.000000e+00
GO:0006139  5589  68 9.911766e-01 1.000000e+00
GO:0006140    86   2 3.987109e-01 1.000000e+00
GO:0006144    17   0 1.000000e+00 1.000000e+00
GO:0006145     3   0 1.000000e+00 1.000000e+00
GO:0006147     2   0 1.000000e+00 1.000000e+00
GO:0006148     2   0 1.000000e+00 1.000000e+00
GO:0006149     2   0 1.000000e+00 1.000000e+00
GO:0006152     8   0 1.000000e+00 1.000000e+00
GO:0006154     4   0 1.000000e+00 1.000000e+00
GO:0006157     3   0 1.000000e+00 1.000000e+00
GO:0006161     2   0 1.000000e+00 1.000000e+00
GO:0006163   498   4 9.539547e-01 1.000000e+00
GO:0006164   234   2 8.852437e-01 1.000000e+00
GO:0006166     6   0 1.000000e+00 1.000000e+00
GO:0006167    12   0 1.000000e+00 1.000000e+00
GO:0006168     1   0 1.000000e+00 1.000000e+00
GO:0006170     3   0 1.000000e+00 1.000000e+00
GO:0006171    10   0 1.000000e+00 1.000000e+00
GO:0006172     5   0 1.000000e+00 1.000000e+00
GO:0006173     1   0 1.000000e+00 1.000000e+00
GO:0006175     1   0 1.000000e+00 1.000000e+00
GO:0006177    13   0 1.000000e+00 1.000000e+00
GO:0006182    10   0 1.000000e+00 1.000000e+00
GO:0006183    11   0 1.000000e+00 1.000000e+00
GO:0006185     1   0 1.000000e+00 1.000000e+00
GO:0006188    10   0 1.000000e+00 1.000000e+00
GO:0006189     6   0 1.000000e+00 1.000000e+00
GO:0006193     1   0 1.000000e+00 1.000000e+00
GO:0006195   135   1 8.853985e-01 1.000000e+00
GO:0006196     5   0 1.000000e+00 1.000000e+00
GO:0006198     9   0 1.000000e+00 1.000000e+00
GO:0006203     2   0 1.000000e+00 1.000000e+00
GO:0006204     5   0 1.000000e+00 1.000000e+00
GO:0006206    15   0 1.000000e+00 1.000000e+00
GO:0006207     6   0 1.000000e+00 1.000000e+00
GO:0006208     3   0 1.000000e+00 1.000000e+00
GO:0006210     3   0 1.000000e+00 1.000000e+00
GO:0006211     3   0 1.000000e+00 1.000000e+00
GO:0006212     2   0 1.000000e+00 1.000000e+00
GO:0006213    24   1 3.097582e-01 1.000000e+00
GO:0006214     1   0 1.000000e+00 1.000000e+00
GO:0006216    12   1 1.682879e-01 1.000000e+00
GO:0006218     2   0 1.000000e+00 1.000000e+00
GO:0006220    50   0 1.000000e+00 1.000000e+00
GO:0006221    29   0 1.000000e+00 1.000000e+00
GO:0006222    10   0 1.000000e+00 1.000000e+00
GO:0006225     4   0 1.000000e+00 1.000000e+00
GO:0006226     1   0 1.000000e+00 1.000000e+00
GO:0006227     2   0 1.000000e+00 1.000000e+00
GO:0006228    10   0 1.000000e+00 1.000000e+00
GO:0006231     3   0 1.000000e+00 1.000000e+00
GO:0006233     2   0 1.000000e+00 1.000000e+00
GO:0006235     4   0 1.000000e+00 1.000000e+00
GO:0006241    13   0 1.000000e+00 1.000000e+00
GO:0006244    21   0 1.000000e+00 1.000000e+00
GO:0006248     4   0 1.000000e+00 1.000000e+00
GO:0006249     6   0 1.000000e+00 1.000000e+00
GO:0006253     1   0 1.000000e+00 1.000000e+00
GO:0006254     1   0 1.000000e+00 1.000000e+00
GO:0006256     3   0 1.000000e+00 1.000000e+00
GO:0006258     1   0 1.000000e+00 1.000000e+00
GO:0006259   980  11 9.017892e-01 1.000000e+00
GO:0006260   269   2 9.234515e-01 1.000000e+00
GO:0006261   155   0 1.000000e+00 1.000000e+00
GO:0006264    13   0 1.000000e+00 1.000000e+00
GO:0006265     9   1 1.306830e-01 1.000000e+00
GO:0006266    16   1 2.211424e-01 1.000000e+00
GO:0006268    21   0 1.000000e+00 1.000000e+00
GO:0006269     6   0 1.000000e+00 1.000000e+00
GO:0006270    34   0 1.000000e+00 1.000000e+00
GO:0006271    14   0 1.000000e+00 1.000000e+00
GO:0006272     3   0 1.000000e+00 1.000000e+00
GO:0006273     3   0 1.000000e+00 1.000000e+00
GO:0006274     1   0 1.000000e+00 1.000000e+00
GO:0006275   123   0 1.000000e+00 1.000000e+00
GO:0006278    71   0 1.000000e+00 1.000000e+00
GO:0006281   570   4 9.790104e-01 1.000000e+00
GO:0006282   204   2 8.293783e-01 1.000000e+00
GO:0006283     9   0 1.000000e+00 1.000000e+00
GO:0006284    42   0 1.000000e+00 1.000000e+00
GO:0006285    12   0 1.000000e+00 1.000000e+00
GO:0006287    14   0 1.000000e+00 1.000000e+00
GO:0006288     1   0 1.000000e+00 1.000000e+00
GO:0006289    80   1 7.139661e-01 1.000000e+00
GO:0006290     7   0 1.000000e+00 1.000000e+00
GO:0006294     1   0 1.000000e+00 1.000000e+00
GO:0006297     5   0 1.000000e+00 1.000000e+00
GO:0006298    34   1 4.078126e-01 1.000000e+00
GO:0006301    34   1 4.123823e-01 1.000000e+00
GO:0006302   297   2 9.485713e-01 1.000000e+00
GO:0006303    65   1 6.416951e-01 1.000000e+00
GO:0006304    96   2 4.393247e-01 1.000000e+00
GO:0006305    45   1 5.048813e-01 1.000000e+00
GO:0006306    45   1 5.048813e-01 1.000000e+00
GO:0006307     9   0 1.000000e+00 1.000000e+00
GO:0006308    29   0 1.000000e+00 1.000000e+00
GO:0006309    19   0 1.000000e+00 1.000000e+00
GO:0006310   313   3 8.684133e-01 1.000000e+00
GO:0006311     2   0 1.000000e+00 1.000000e+00
GO:0006312    25   0 1.000000e+00 1.000000e+00
GO:0006313     2   0 1.000000e+00 1.000000e+00
GO:0006325   730  16 1.076812e-01 1.000000e+00
GO:0006334    92   3 1.755179e-01 1.000000e+00
GO:0006335     6   0 1.000000e+00 1.000000e+00
GO:0006337    19   2 3.436250e-02 8.805207e-01
GO:0006338   595  11 3.235802e-01 1.000000e+00
GO:0006346    30   0 1.000000e+00 1.000000e+00
GO:0006351  3222  47 6.991187e-01 1.000000e+00
GO:0006352   169   4 2.681263e-01 1.000000e+00
GO:0006353    24   0 1.000000e+00 1.000000e+00
GO:0006354   133   0 1.000000e+00 1.000000e+00
GO:0006355  3106  46 6.556517e-01 1.000000e+00
GO:0006356    44   0 1.000000e+00 1.000000e+00
GO:0006357  2357  28 9.509598e-01 1.000000e+00
GO:0006359    29   0 1.000000e+00 1.000000e+00
GO:0006360    68   0 1.000000e+00 1.000000e+00
GO:0006361    11   0 1.000000e+00 1.000000e+00
GO:0006362     7   0 1.000000e+00 1.000000e+00
GO:0006363     4   0 1.000000e+00 1.000000e+00
GO:0006364   213   1 9.664734e-01 1.000000e+00
GO:0006366  2459  29 9.583807e-01 1.000000e+00
GO:0006367   132   4 1.496498e-01 1.000000e+00
GO:0006368   114   0 1.000000e+00 1.000000e+00
GO:0006369    10   0 1.000000e+00 1.000000e+00
GO:0006370     7   0 1.000000e+00 1.000000e+00
GO:0006376    34   0 1.000000e+00 1.000000e+00
GO:0006378    19   0 1.000000e+00 1.000000e+00
GO:0006382     7   0 1.000000e+00 1.000000e+00
GO:0006383    60   0 1.000000e+00 1.000000e+00
GO:0006384     8   0 1.000000e+00 1.000000e+00
GO:0006386     1   0 1.000000e+00 1.000000e+00
GO:0006388    13   0 1.000000e+00 1.000000e+00
GO:0006390    19   0 1.000000e+00 1.000000e+00
GO:0006391     4   0 1.000000e+00 1.000000e+00
GO:0006392     1   0 1.000000e+00 1.000000e+00
GO:0006393     2   0 1.000000e+00 1.000000e+00
GO:0006396  1248  11 9.776094e-01 1.000000e+00
GO:0006397   454   5 8.365836e-01 1.000000e+00
GO:0006398     6   0 1.000000e+00 1.000000e+00
GO:0006399   194   2 8.151820e-01 1.000000e+00
GO:0006400    89   2 4.146647e-01 1.000000e+00
GO:0006401   374   2 9.773598e-01 1.000000e+00
GO:0006402   323   2 9.554236e-01 1.000000e+00
GO:0006403   185   1 9.448242e-01 1.000000e+00
GO:0006404     4   0 1.000000e+00 1.000000e+00
GO:0006405    84   1 7.269257e-01 1.000000e+00
GO:0006406    64   1 6.263659e-01 1.000000e+00
GO:0006408     4   0 1.000000e+00 1.000000e+00
GO:0006409     3   0 1.000000e+00 1.000000e+00
GO:0006412   692  10 6.275234e-01 1.000000e+00
GO:0006413   108   2 5.000316e-01 1.000000e+00
GO:0006414    66   1 6.465482e-01 1.000000e+00
GO:0006415    15   0 1.000000e+00 1.000000e+00
GO:0006417   421   6 6.164828e-01 1.000000e+00
GO:0006418    40   0 1.000000e+00 1.000000e+00
GO:0006419     3   0 1.000000e+00 1.000000e+00
GO:0006420     3   0 1.000000e+00 1.000000e+00
GO:0006421     3   0 1.000000e+00 1.000000e+00
GO:0006422     2   0 1.000000e+00 1.000000e+00
GO:0006423     2   0 1.000000e+00 1.000000e+00
GO:0006424     2   0 1.000000e+00 1.000000e+00
GO:0006425     1   0 1.000000e+00 1.000000e+00
GO:0006426     1   0 1.000000e+00 1.000000e+00
GO:0006427     2   0 1.000000e+00 1.000000e+00
GO:0006428     2   0 1.000000e+00 1.000000e+00
GO:0006429     2   0 1.000000e+00 1.000000e+00
GO:0006430     1   0 1.000000e+00 1.000000e+00
GO:0006431     2   0 1.000000e+00 1.000000e+00
GO:0006432     4   0 1.000000e+00 1.000000e+00
GO:0006433     2   0 1.000000e+00 1.000000e+00
GO:0006434     2   0 1.000000e+00 1.000000e+00
GO:0006435     3   0 1.000000e+00 1.000000e+00
GO:0006436     2   0 1.000000e+00 1.000000e+00
GO:0006437     2   0 1.000000e+00 1.000000e+00
GO:0006438     2   0 1.000000e+00 1.000000e+00
GO:0006446    76   1 6.952035e-01 1.000000e+00
GO:0006447     2   1 2.966775e-02 8.696241e-01
GO:0006448    12   0 1.000000e+00 1.000000e+00
GO:0006449     8   0 1.000000e+00 1.000000e+00
GO:0006450    18   0 1.000000e+00 1.000000e+00
GO:0006451    10   1 1.448883e-01 1.000000e+00
GO:0006452     1   0 1.000000e+00 1.000000e+00
GO:0006457   208   2 8.335958e-01 1.000000e+00
GO:0006458    41   0 1.000000e+00 1.000000e+00
GO:0006463     1   0 1.000000e+00 1.000000e+00
GO:0006465    13   1 1.895821e-01 1.000000e+00
GO:0006468  1218  24 1.307711e-01 1.000000e+00
GO:0006469   168   2 7.373885e-01 1.000000e+00
GO:0006470   200   3 6.000554e-01 1.000000e+00
GO:0006473    54   1 5.588578e-01 1.000000e+00
GO:0006474    14   1 1.965855e-01 1.000000e+00
GO:0006475    10   0 1.000000e+00 1.000000e+00
GO:0006476    40   2 1.288711e-01 1.000000e+00
GO:0006477     6   0 1.000000e+00 1.000000e+00
GO:0006478     2   0 1.000000e+00 1.000000e+00
GO:0006479    46   1 5.166294e-01 1.000000e+00
GO:0006480     2   0 1.000000e+00 1.000000e+00
GO:0006481     2   0 1.000000e+00 1.000000e+00
GO:0006482     8   0 1.000000e+00 1.000000e+00
GO:0006486   216   4 4.272363e-01 1.000000e+00
GO:0006487    68   2 2.851519e-01 1.000000e+00
GO:0006488    19   0 1.000000e+00 1.000000e+00
GO:0006489     5   0 1.000000e+00 1.000000e+00
GO:0006490    20   0 1.000000e+00 1.000000e+00
GO:0006491    17   1 2.240485e-01 1.000000e+00
GO:0006493    95   2 4.391178e-01 1.000000e+00
GO:0006497    89   1 7.611660e-01 1.000000e+00
GO:0006498     6   0 1.000000e+00 1.000000e+00
GO:0006499     4   0 1.000000e+00 1.000000e+00
GO:0006500     2   0 1.000000e+00 1.000000e+00
GO:0006501     8   0 1.000000e+00 1.000000e+00
GO:0006505    32   1 4.047929e-01 1.000000e+00
GO:0006506    31   1 3.959268e-01 1.000000e+00
GO:0006507     1   0 1.000000e+00 1.000000e+00
GO:0006508  1504  22 6.453312e-01 1.000000e+00
GO:0006509    45   2 1.541122e-01 1.000000e+00
GO:0006511   567   6 8.787700e-01 1.000000e+00
GO:0006513    45   0 1.000000e+00 1.000000e+00
GO:0006515    18   0 1.000000e+00 1.000000e+00
GO:0006516    33   0 1.000000e+00 1.000000e+00
GO:0006517    15   0 1.000000e+00 1.000000e+00
GO:0006518   875  18 1.294320e-01 1.000000e+00
GO:0006520   281   0 1.000000e+00 1.000000e+00
GO:0006521    13   0 1.000000e+00 1.000000e+00
GO:0006522     5   0 1.000000e+00 1.000000e+00
GO:0006524     5   0 1.000000e+00 1.000000e+00
GO:0006525    18   0 1.000000e+00 1.000000e+00
GO:0006526     4   0 1.000000e+00 1.000000e+00
GO:0006527    10   0 1.000000e+00 1.000000e+00
GO:0006528     5   0 1.000000e+00 1.000000e+00
GO:0006529     2   0 1.000000e+00 1.000000e+00
GO:0006530     1   0 1.000000e+00 1.000000e+00
GO:0006531     8   0 1.000000e+00 1.000000e+00
GO:0006532     3   0 1.000000e+00 1.000000e+00
GO:0006533     3   0 1.000000e+00 1.000000e+00
GO:0006534    11   0 1.000000e+00 1.000000e+00
GO:0006535     1   0 1.000000e+00 1.000000e+00
GO:0006536    32   0 1.000000e+00 1.000000e+00
GO:0006537     3   0 1.000000e+00 1.000000e+00
GO:0006538     7   0 1.000000e+00 1.000000e+00
GO:0006539     1   0 1.000000e+00 1.000000e+00
GO:0006540     2   0 1.000000e+00 1.000000e+00
GO:0006541    24   0 1.000000e+00 1.000000e+00
GO:0006542     1   0 1.000000e+00 1.000000e+00
GO:0006543     3   0 1.000000e+00 1.000000e+00
GO:0006544    15   0 1.000000e+00 1.000000e+00
GO:0006545     7   0 1.000000e+00 1.000000e+00
GO:0006546     3   0 1.000000e+00 1.000000e+00
GO:0006547     9   0 1.000000e+00 1.000000e+00
GO:0006548     8   0 1.000000e+00 1.000000e+00
GO:0006549     6   0 1.000000e+00 1.000000e+00
GO:0006550     3   0 1.000000e+00 1.000000e+00
GO:0006551     8   0 1.000000e+00 1.000000e+00
GO:0006552     6   0 1.000000e+00 1.000000e+00
GO:0006553     8   0 1.000000e+00 1.000000e+00
GO:0006554     7   0 1.000000e+00 1.000000e+00
GO:0006555    15   0 1.000000e+00 1.000000e+00
GO:0006556     4   0 1.000000e+00 1.000000e+00
GO:0006558     8   0 1.000000e+00 1.000000e+00
GO:0006559     8   0 1.000000e+00 1.000000e+00
GO:0006560    10   0 1.000000e+00 1.000000e+00
GO:0006561     6   0 1.000000e+00 1.000000e+00
GO:0006562     4   0 1.000000e+00 1.000000e+00
GO:0006563    12   0 1.000000e+00 1.000000e+00
GO:0006564     6   0 1.000000e+00 1.000000e+00
GO:0006565     4   0 1.000000e+00 1.000000e+00
GO:0006566     5   0 1.000000e+00 1.000000e+00
GO:0006567     4   0 1.000000e+00 1.000000e+00
GO:0006568    10   0 1.000000e+00 1.000000e+00
GO:0006569     9   0 1.000000e+00 1.000000e+00
GO:0006570    17   0 1.000000e+00 1.000000e+00
GO:0006571     3   0 1.000000e+00 1.000000e+00
GO:0006572     6   0 1.000000e+00 1.000000e+00
GO:0006573     7   0 1.000000e+00 1.000000e+00
GO:0006574     4   0 1.000000e+00 1.000000e+00
GO:0006575   180   0 1.000000e+00 1.000000e+00
GO:0006576    86   0 1.000000e+00 1.000000e+00
GO:0006577    15   0 1.000000e+00 1.000000e+00
GO:0006578     5   0 1.000000e+00 1.000000e+00
GO:0006579     3   0 1.000000e+00 1.000000e+00
GO:0006580     1   0 1.000000e+00 1.000000e+00
GO:0006581     3   0 1.000000e+00 1.000000e+00
GO:0006582    23   0 1.000000e+00 1.000000e+00
GO:0006583     4   0 1.000000e+00 1.000000e+00
GO:0006584    49   0 1.000000e+00 1.000000e+00
GO:0006585     1   0 1.000000e+00 1.000000e+00
GO:0006586    11   0 1.000000e+00 1.000000e+00
GO:0006589     3   0 1.000000e+00 1.000000e+00
GO:0006590    22   0 1.000000e+00 1.000000e+00
GO:0006591     9   0 1.000000e+00 1.000000e+00
GO:0006592     1   0 1.000000e+00 1.000000e+00
GO:0006595    15   0 1.000000e+00 1.000000e+00
GO:0006596    11   0 1.000000e+00 1.000000e+00
GO:0006597     1   0 1.000000e+00 1.000000e+00
GO:0006598     3   0 1.000000e+00 1.000000e+00
GO:0006599     5   0 1.000000e+00 1.000000e+00
GO:0006600     3   0 1.000000e+00 1.000000e+00
GO:0006601     2   0 1.000000e+00 1.000000e+00
GO:0006603     5   0 1.000000e+00 1.000000e+00
GO:0006605   299   4 6.925982e-01 1.000000e+00
GO:0006606   158   2 7.010712e-01 1.000000e+00
GO:0006607    19   0 1.000000e+00 1.000000e+00
GO:0006610     4   0 1.000000e+00 1.000000e+00
GO:0006611    60   1 6.066997e-01 1.000000e+00
GO:0006612   109   3 2.427497e-01 1.000000e+00
GO:0006613    22   0 1.000000e+00 1.000000e+00
GO:0006614    17   0 1.000000e+00 1.000000e+00
GO:0006616     8   0 1.000000e+00 1.000000e+00
GO:0006617     4   0 1.000000e+00 1.000000e+00
GO:0006620    14   1 1.960575e-01 1.000000e+00
GO:0006621     8   0 1.000000e+00 1.000000e+00
GO:0006622    31   0 1.000000e+00 1.000000e+00
GO:0006623    46   0 1.000000e+00 1.000000e+00
GO:0006624     2   0 1.000000e+00 1.000000e+00
GO:0006625     9   0 1.000000e+00 1.000000e+00
GO:0006626    99   0 1.000000e+00 1.000000e+00
GO:0006627     7   0 1.000000e+00 1.000000e+00
GO:0006629  1334  23 3.198776e-01 1.000000e+00
GO:0006631   383   8 2.366115e-01 1.000000e+00
GO:0006633   155   2 6.924982e-01 1.000000e+00
GO:0006635    73   1 6.816400e-01 1.000000e+00
GO:0006636    48   0 1.000000e+00 1.000000e+00
GO:0006637    89   1 7.514261e-01 1.000000e+00
GO:0006638   129   1 8.681221e-01 1.000000e+00
GO:0006639   128   1 8.660465e-01 1.000000e+00
GO:0006640     7   0 1.000000e+00 1.000000e+00
GO:0006641   103   1 7.994210e-01 1.000000e+00
GO:0006642     3   0 1.000000e+00 1.000000e+00
GO:0006643   212   5 2.328665e-01 1.000000e+00
GO:0006644   370   6 5.173114e-01 1.000000e+00
GO:0006646    10   0 1.000000e+00 1.000000e+00
GO:0006649     2   0 1.000000e+00 1.000000e+00
GO:0006650   294   6 3.139276e-01 1.000000e+00
GO:0006651     9   0 1.000000e+00 1.000000e+00
GO:0006654    31   0 1.000000e+00 1.000000e+00
GO:0006655     9   0 1.000000e+00 1.000000e+00
GO:0006656    28   1 3.557136e-01 1.000000e+00
GO:0006657     6   0 1.000000e+00 1.000000e+00
GO:0006658    23   0 1.000000e+00 1.000000e+00
GO:0006659     4   0 1.000000e+00 1.000000e+00
GO:0006660     4   0 1.000000e+00 1.000000e+00
GO:0006661   124   4 1.287869e-01 1.000000e+00
GO:0006662    21   0 1.000000e+00 1.000000e+00
GO:0006663     4   0 1.000000e+00 1.000000e+00
GO:0006664   110   2 5.136024e-01 1.000000e+00
GO:0006665   163   3 4.617473e-01 1.000000e+00
GO:0006666     1   0 1.000000e+00 1.000000e+00
GO:0006667     3   0 1.000000e+00 1.000000e+00
GO:0006668     2   0 1.000000e+00 1.000000e+00
GO:0006669     1   0 1.000000e+00 1.000000e+00
GO:0006670    20   0 1.000000e+00 1.000000e+00
GO:0006671     1   0 1.000000e+00 1.000000e+00
GO:0006672   109   1 8.157596e-01 1.000000e+00
GO:0006677    20   0 1.000000e+00 1.000000e+00
GO:0006678    11   0 1.000000e+00 1.000000e+00
GO:0006679     3   0 1.000000e+00 1.000000e+00
GO:0006680     8   0 1.000000e+00 1.000000e+00
GO:0006681     8   0 1.000000e+00 1.000000e+00
GO:0006682     6   0 1.000000e+00 1.000000e+00
GO:0006683     2   0 1.000000e+00 1.000000e+00
GO:0006684    19   0 1.000000e+00 1.000000e+00
GO:0006685     7   0 1.000000e+00 1.000000e+00
GO:0006686    11   0 1.000000e+00 1.000000e+00
GO:0006687    66   1 6.432162e-01 1.000000e+00
GO:0006688    37   1 4.363614e-01 1.000000e+00
GO:0006689     7   0 1.000000e+00 1.000000e+00
GO:0006690   115   2 5.293452e-01 1.000000e+00
GO:0006691    29   2 7.631972e-02 1.000000e+00
GO:0006692    50   0 1.000000e+00 1.000000e+00
GO:0006693    49   0 1.000000e+00 1.000000e+00
GO:0006694   174   2 7.442455e-01 1.000000e+00
GO:0006695    53   0 1.000000e+00 1.000000e+00
GO:0006699    36   0 1.000000e+00 1.000000e+00
GO:0006700    20   0 1.000000e+00 1.000000e+00
GO:0006701     6   0 1.000000e+00 1.000000e+00
GO:0006702    10   0 1.000000e+00 1.000000e+00
GO:0006703    11   0 1.000000e+00 1.000000e+00
GO:0006704    16   0 1.000000e+00 1.000000e+00
GO:0006705    12   0 1.000000e+00 1.000000e+00
GO:0006706    23   0 1.000000e+00 1.000000e+00
GO:0006707     8   0 1.000000e+00 1.000000e+00
GO:0006710     5   0 1.000000e+00 1.000000e+00
GO:0006711     1   0 1.000000e+00 1.000000e+00
GO:0006713     1   0 1.000000e+00 1.000000e+00
GO:0006714     2   0 1.000000e+00 1.000000e+00
GO:0006720   131   1 8.644122e-01 1.000000e+00
GO:0006721    97   1 7.687147e-01 1.000000e+00
GO:0006722     2   0 1.000000e+00 1.000000e+00
GO:0006725  5803  68 9.973592e-01 1.000000e+00
GO:0006726     1   0 1.000000e+00 1.000000e+00
GO:0006729     7   0 1.000000e+00 1.000000e+00
GO:0006730    37   0 1.000000e+00 1.000000e+00
GO:0006734    31   0 1.000000e+00 1.000000e+00
GO:0006735    17   0 1.000000e+00 1.000000e+00
GO:0006738     1   0 1.000000e+00 1.000000e+00
GO:0006739    41   1 4.756176e-01 1.000000e+00
GO:0006740    21   0 1.000000e+00 1.000000e+00
GO:0006741     2   0 1.000000e+00 1.000000e+00
GO:0006742     3   0 1.000000e+00 1.000000e+00
GO:0006743    20   0 1.000000e+00 1.000000e+00
GO:0006744    18   0 1.000000e+00 1.000000e+00
GO:0006747     1   0 1.000000e+00 1.000000e+00
GO:0006749    50   0 1.000000e+00 1.000000e+00
GO:0006750    15   0 1.000000e+00 1.000000e+00
GO:0006751     6   0 1.000000e+00 1.000000e+00
GO:0006753   562   4 9.772849e-01 1.000000e+00
GO:0006754    88   0 1.000000e+00 1.000000e+00
GO:0006760    27   0 1.000000e+00 1.000000e+00
GO:0006766   110   3 2.433279e-01 1.000000e+00
GO:0006767    59   1 6.063334e-01 1.000000e+00
GO:0006768     4   0 1.000000e+00 1.000000e+00
GO:0006769     1   0 1.000000e+00 1.000000e+00
GO:0006771     5   0 1.000000e+00 1.000000e+00
GO:0006772     3   0 1.000000e+00 1.000000e+00
GO:0006775    47   2 1.630780e-01 1.000000e+00
GO:0006776     8   0 1.000000e+00 1.000000e+00
GO:0006777     6   0 1.000000e+00 1.000000e+00
GO:0006778    49   0 1.000000e+00 1.000000e+00
GO:0006779    31   0 1.000000e+00 1.000000e+00
GO:0006780     2   0 1.000000e+00 1.000000e+00
GO:0006781     1   0 1.000000e+00 1.000000e+00
GO:0006782     8   0 1.000000e+00 1.000000e+00
GO:0006783    27   0 1.000000e+00 1.000000e+00
GO:0006784    10   0 1.000000e+00 1.000000e+00
GO:0006785     8   0 1.000000e+00 1.000000e+00
GO:0006787    13   0 1.000000e+00 1.000000e+00
GO:0006788     2   0 1.000000e+00 1.000000e+00
GO:0006789     2   0 1.000000e+00 1.000000e+00
GO:0006790   303   4 6.887770e-01 1.000000e+00
GO:0006793  2438  40 3.717063e-01 1.000000e+00
GO:0006796  2413  39 4.122651e-01 1.000000e+00
GO:0006801    65   1 6.411208e-01 1.000000e+00
GO:0006805   121   1 8.401139e-01 1.000000e+00
GO:0006807  9218 119 9.969343e-01 1.000000e+00
GO:0006808     3   0 1.000000e+00 1.000000e+00
GO:0006809    73   4 2.558524e-02 8.228447e-01
GO:0006810  4148  83 5.514603e-03 3.372647e-01
GO:0006811  1185  29 1.019467e-02 5.059812e-01
GO:0006812   986  23 3.392956e-02 8.805207e-01
GO:0006813   232   3 7.034481e-01 1.000000e+00
GO:0006814   231   4 4.882837e-01 1.000000e+00
GO:0006816   408  11 5.246118e-02 1.000000e+00
GO:0006817    28   0 1.000000e+00 1.000000e+00
GO:0006820   159   4 2.357978e-01 1.000000e+00
GO:0006821   114   2 5.359897e-01 1.000000e+00
GO:0006824     7   0 1.000000e+00 1.000000e+00
GO:0006825    15   0 1.000000e+00 1.000000e+00
GO:0006826    52   3 4.644168e-02 1.000000e+00
GO:0006828    11   0 1.000000e+00 1.000000e+00
GO:0006829    29   0 1.000000e+00 1.000000e+00
GO:0006833    27   0 1.000000e+00 1.000000e+00
GO:0006835    98   3 1.923716e-01 1.000000e+00
GO:0006836   196   1 9.548967e-01 1.000000e+00
GO:0006837    21   0 1.000000e+00 1.000000e+00
GO:0006839   171   2 7.485028e-01 1.000000e+00
GO:0006842     5   0 1.000000e+00 1.000000e+00
GO:0006843     1   0 1.000000e+00 1.000000e+00
GO:0006844     2   1 2.933908e-02 8.696241e-01
GO:0006846     1   0 1.000000e+00 1.000000e+00
GO:0006848     7   0 1.000000e+00 1.000000e+00
GO:0006850     2   0 1.000000e+00 1.000000e+00
GO:0006851    17   0 1.000000e+00 1.000000e+00
GO:0006853     4   1 6.441245e-02 1.000000e+00
GO:0006855    16   0 1.000000e+00 1.000000e+00
GO:0006857    17   1 2.361320e-01 1.000000e+00
GO:0006858    44   0 1.000000e+00 1.000000e+00
GO:0006862    41   1 4.719438e-01 1.000000e+00
GO:0006863    11   0 1.000000e+00 1.000000e+00
GO:0006864     2   0 1.000000e+00 1.000000e+00
GO:0006865   148   3 4.044745e-01 1.000000e+00
GO:0006867     3   0 1.000000e+00 1.000000e+00
GO:0006868     9   0 1.000000e+00 1.000000e+00
GO:0006869   447   5 8.196782e-01 1.000000e+00
GO:0006873   500  13 5.034139e-02 1.000000e+00
GO:0006874   288   5 4.618209e-01 1.000000e+00
GO:0006878    15   0 1.000000e+00 1.000000e+00
GO:0006879    65   6 5.421809e-04 6.705070e-02
GO:0006880     5   0 1.000000e+00 1.000000e+00
GO:0006882    35   0 1.000000e+00 1.000000e+00
GO:0006883    22   0 1.000000e+00 1.000000e+00
GO:0006884    34   2 9.875897e-02 1.000000e+00
GO:0006885    97   2 4.534272e-01 1.000000e+00
GO:0006886   647   6 9.384475e-01 1.000000e+00
GO:0006887   326  12 4.965908e-03 3.167707e-01
GO:0006888   121   0 1.000000e+00 1.000000e+00
GO:0006890    50   0 1.000000e+00 1.000000e+00
GO:0006891    32   0 1.000000e+00 1.000000e+00
GO:0006892   100   2 4.598145e-01 1.000000e+00
GO:0006893    56   2 2.153879e-01 1.000000e+00
GO:0006895    17   0 1.000000e+00 1.000000e+00
GO:0006896    20   0 1.000000e+00 1.000000e+00
GO:0006897   686  24 1.882613e-04 3.050874e-02
GO:0006898   249   8 4.127895e-02 9.829661e-01
GO:0006900    83   3 1.410426e-01 1.000000e+00
GO:0006901    38   1 4.613153e-01 1.000000e+00
GO:0006903    65   1 6.495309e-01 1.000000e+00
GO:0006904    42   1 4.875950e-01 1.000000e+00
GO:0006906   116   1 8.353840e-01 1.000000e+00
GO:0006907    21   0 1.000000e+00 1.000000e+00
GO:0006909   230  11 9.797860e-04 1.054400e-01
GO:0006910    28   1 3.572558e-01 1.000000e+00
GO:0006911    48   2 1.763403e-01 1.000000e+00
GO:0006913   318   3 8.692474e-01 1.000000e+00
GO:0006914   544  14 4.551579e-02 1.000000e+00
GO:0006915  1840  29 4.789143e-01 1.000000e+00
GO:0006919    67   2 2.810300e-01 1.000000e+00
GO:0006921    32   0 1.000000e+00 1.000000e+00
GO:0006924     7   0 1.000000e+00 1.000000e+00
GO:0006925    23   2 4.983347e-02 1.000000e+00
GO:0006929    25   0 1.000000e+00 1.000000e+00
GO:0006930     8   0 1.000000e+00 1.000000e+00
GO:0006931     3   0 1.000000e+00 1.000000e+00
GO:0006933     4   0 1.000000e+00 1.000000e+00
GO:0006935   436  13 1.751948e-02 6.517419e-01
GO:0006936   341   9 8.647781e-02 1.000000e+00
GO:0006937   160   4 2.387300e-01 1.000000e+00
GO:0006939   108   4 8.763102e-02 1.000000e+00
GO:0006940    60   2 2.405541e-01 1.000000e+00
GO:0006941   179   3 5.310736e-01 1.000000e+00
GO:0006942    91   1 7.596277e-01 1.000000e+00
GO:0006949    63   3 7.620545e-02 1.000000e+00
GO:0006950  3704  72 1.799318e-02 6.517419e-01
GO:0006952  1707  56 1.911109e-08 2.673641e-05
GO:0006953    44   1 4.894067e-01 1.000000e+00
GO:0006954   837  29 3.601010e-05 1.032453e-02
GO:0006955  1624  64 9.434531e-13 5.279563e-09
GO:0006956    56   0 1.000000e+00 1.000000e+00
GO:0006957    16   0 1.000000e+00 1.000000e+00
GO:0006958    34   0 1.000000e+00 1.000000e+00
GO:0006959   219   8 1.789710e-02 6.517419e-01
GO:0006963     1   1 1.493880e-02 6.135596e-01
GO:0006965     1   1 1.493880e-02 6.135596e-01
GO:0006968    48   6 8.493642e-05 1.828093e-02
GO:0006970    78   2 3.419323e-01 1.000000e+00
GO:0006971    13   1 1.868266e-01 1.000000e+00
GO:0006972    26   0 1.000000e+00 1.000000e+00
GO:0006974   840   6 9.914676e-01 1.000000e+00
GO:0006977    19   0 1.000000e+00 1.000000e+00
GO:0006978    14   1 1.980974e-01 1.000000e+00
GO:0006979   380   5 7.020431e-01 1.000000e+00
GO:0006982     3   0 1.000000e+00 1.000000e+00
GO:0006983    11   0 1.000000e+00 1.000000e+00
GO:0006984    46   0 1.000000e+00 1.000000e+00
GO:0006986   135   0 1.000000e+00 1.000000e+00
GO:0006991    18   0 1.000000e+00 1.000000e+00
GO:0006995    11   1 1.606367e-01 1.000000e+00
GO:0006996  3414  43 9.538223e-01 1.000000e+00
GO:0006997   138   3 3.607064e-01 1.000000e+00
GO:0006998    53   2 1.979906e-01 1.000000e+00
GO:0006999    15   1 2.036497e-01 1.000000e+00
GO:0007000    15   0 1.000000e+00 1.000000e+00
GO:0007004    69   0 1.000000e+00 1.000000e+00
GO:0007005   478   6 7.617480e-01 1.000000e+00
GO:0007006   109   1 8.210239e-01 1.000000e+00
GO:0007007    38   0 1.000000e+00 1.000000e+00
GO:0007008    15   0 1.000000e+00 1.000000e+00
GO:0007009   161   3 4.569003e-01 1.000000e+00
GO:0007010  1435  19 8.019604e-01 1.000000e+00
GO:0007014     1   0 1.000000e+00 1.000000e+00
GO:0007015   442   6 6.912418e-01 1.000000e+00
GO:0007017   893  11 8.255432e-01 1.000000e+00
GO:0007018   404   7 4.416833e-01 1.000000e+00
GO:0007019    41   1 4.732154e-01 1.000000e+00
GO:0007020    43   0 1.000000e+00 1.000000e+00
GO:0007021     8   0 1.000000e+00 1.000000e+00
GO:0007023     6   0 1.000000e+00 1.000000e+00
GO:0007026    23   0 1.000000e+00 1.000000e+00
GO:0007028    15   0 1.000000e+00 1.000000e+00
GO:0007029    93   2 4.240060e-01 1.000000e+00
GO:0007030   139   0 1.000000e+00 1.000000e+00
GO:0007031    34   0 1.000000e+00 1.000000e+00
GO:0007032    92   1 7.612512e-01 1.000000e+00
GO:0007033   219   4 4.509183e-01 1.000000e+00
GO:0007034   163   0 1.000000e+00 1.000000e+00
GO:0007035    33   1 4.030962e-01 1.000000e+00
GO:0007039    22   0 1.000000e+00 1.000000e+00
GO:0007040   104   1 8.099033e-01 1.000000e+00
GO:0007041   128   0 1.000000e+00 1.000000e+00
GO:0007042    21   1 2.854383e-01 1.000000e+00
GO:0007043   148   5 8.274386e-02 1.000000e+00
GO:0007044    94   1 7.749821e-01 1.000000e+00
GO:0007049  1718  22 8.554079e-01 1.000000e+00
GO:0007051   190   3 5.757232e-01 1.000000e+00
GO:0007052   126   2 5.876407e-01 1.000000e+00
GO:0007056     9   0 1.000000e+00 1.000000e+00
GO:0007057     4   0 1.000000e+00 1.000000e+00
GO:0007059   404   4 8.802555e-01 1.000000e+00
GO:0007060     2   0 1.000000e+00 1.000000e+00
GO:0007062    52   0 1.000000e+00 1.000000e+00
GO:0007063    15   0 1.000000e+00 1.000000e+00
GO:0007064    26   0 1.000000e+00 1.000000e+00
GO:0007066     1   0 1.000000e+00 1.000000e+00
GO:0007076    19   0 1.000000e+00 1.000000e+00
GO:0007077     7   1 1.061359e-01 1.000000e+00
GO:0007079     4   0 1.000000e+00 1.000000e+00
GO:0007080    59   0 1.000000e+00 1.000000e+00
GO:0007084    10   0 1.000000e+00 1.000000e+00
GO:0007088   118   2 5.557591e-01 1.000000e+00
GO:0007089     4   0 1.000000e+00 1.000000e+00
GO:0007091    94   2 4.348470e-01 1.000000e+00
GO:0007093   140   0 1.000000e+00 1.000000e+00
GO:0007094    46   0 1.000000e+00 1.000000e+00
GO:0007095    34   0 1.000000e+00 1.000000e+00
GO:0007096    18   0 1.000000e+00 1.000000e+00
GO:0007097    25   0 1.000000e+00 1.000000e+00
GO:0007098   134   1 8.765791e-01 1.000000e+00
GO:0007099    41   0 1.000000e+00 1.000000e+00
GO:0007100    14   0 1.000000e+00 1.000000e+00
GO:0007112     1   0 1.000000e+00 1.000000e+00
GO:0007113     3   0 1.000000e+00 1.000000e+00
GO:0007127   125   1 8.640485e-01 1.000000e+00
GO:0007129    50   0 1.000000e+00 1.000000e+00
GO:0007130    23   0 1.000000e+00 1.000000e+00
GO:0007131    57   0 1.000000e+00 1.000000e+00
GO:0007135     2   0 1.000000e+00 1.000000e+00
GO:0007140    53   1 5.641320e-01 1.000000e+00
GO:0007141    27   1 3.466197e-01 1.000000e+00
GO:0007143    38   0 1.000000e+00 1.000000e+00
GO:0007144    13   0 1.000000e+00 1.000000e+00
GO:0007147     2   0 1.000000e+00 1.000000e+00
GO:0007154  6121 109 3.159862e-02 8.696241e-01
GO:0007155  1462  37 2.279266e-03 1.932541e-01
GO:0007156   159   3 4.546418e-01 1.000000e+00
GO:0007157    51   1 5.526463e-01 1.000000e+00
GO:0007158    13   0 1.000000e+00 1.000000e+00
GO:0007159   399  19 1.616781e-05 5.322064e-03
GO:0007160   233   7 7.081412e-02 1.000000e+00
GO:0007161     4   0 1.000000e+00 1.000000e+00
GO:0007162   295   7 1.725330e-01 1.000000e+00
GO:0007163   219   1 9.689007e-01 1.000000e+00
GO:0007164    36   0 1.000000e+00 1.000000e+00
GO:0007165  5572 102 1.829717e-02 6.574059e-01
GO:0007166  2665  64 1.824380e-04 3.002714e-02
GO:0007167   979  15 5.437060e-01 1.000000e+00
GO:0007168    10   0 1.000000e+00 1.000000e+00
GO:0007169   616  11 3.574965e-01 1.000000e+00
GO:0007171     6   0 1.000000e+00 1.000000e+00
GO:0007172     8   0 1.000000e+00 1.000000e+00
GO:0007173   108   2 5.010603e-01 1.000000e+00
GO:0007174     1   0 1.000000e+00 1.000000e+00
GO:0007175    13   0 1.000000e+00 1.000000e+00
GO:0007176    17   0 1.000000e+00 1.000000e+00
GO:0007178   392   5 7.132580e-01 1.000000e+00
GO:0007179   231   1 9.708725e-01 1.000000e+00
GO:0007181     3   0 1.000000e+00 1.000000e+00
GO:0007185     6   0 1.000000e+00 1.000000e+00
GO:0007186  1150  17 4.983144e-01 1.000000e+00
GO:0007187    54   0 1.000000e+00 1.000000e+00
GO:0007188   242   4 5.173069e-01 1.000000e+00
GO:0007189   153   3 4.243965e-01 1.000000e+00
GO:0007190    23   0 1.000000e+00 1.000000e+00
GO:0007191    10   0 1.000000e+00 1.000000e+00
GO:0007193    79   1 7.065056e-01 1.000000e+00
GO:0007194    14   1 2.015900e-01 1.000000e+00
GO:0007195     5   0 1.000000e+00 1.000000e+00
GO:0007196     9   0 1.000000e+00 1.000000e+00
GO:0007197     8   0 1.000000e+00 1.000000e+00
GO:0007198     7   0 1.000000e+00 1.000000e+00
GO:0007199     1   0 1.000000e+00 1.000000e+00
GO:0007200    95   4 6.202872e-02 1.000000e+00
GO:0007202    25   1 3.208644e-01 1.000000e+00
GO:0007204   158   7 1.260114e-02 5.820431e-01
GO:0007205    26   2 6.173049e-02 1.000000e+00
GO:0007206     3   0 1.000000e+00 1.000000e+00
GO:0007207     8   0 1.000000e+00 1.000000e+00
GO:0007208     2   0 1.000000e+00 1.000000e+00
GO:0007210     7   1 1.063281e-01 1.000000e+00
GO:0007212    39   0 1.000000e+00 1.000000e+00
GO:0007213    21   0 1.000000e+00 1.000000e+00
GO:0007214    26   1 3.385120e-01 1.000000e+00
GO:0007215    47   0 1.000000e+00 1.000000e+00
GO:0007216    14   0 1.000000e+00 1.000000e+00
GO:0007217     8   0 1.000000e+00 1.000000e+00
GO:0007218   103   0 1.000000e+00 1.000000e+00
GO:0007219   176   1 9.387501e-01 1.000000e+00
GO:0007220     9   0 1.000000e+00 1.000000e+00
GO:0007221     7   0 1.000000e+00 1.000000e+00
GO:0007223     5   0 1.000000e+00 1.000000e+00
GO:0007224   139   1 8.923950e-01 1.000000e+00
GO:0007225     1   0 1.000000e+00 1.000000e+00
GO:0007229   108   5 2.605535e-02 8.323668e-01
GO:0007231     5   0 1.000000e+00 1.000000e+00
GO:0007249   293  14 1.724026e-04 2.901443e-02
GO:0007250    14   1 1.963506e-01 1.000000e+00
GO:0007252    14   1 1.904576e-01 1.000000e+00
GO:0007253     4   0 1.000000e+00 1.000000e+00
GO:0007254   161   5 1.033243e-01 1.000000e+00
GO:0007258     1   0 1.000000e+00 1.000000e+00
GO:0007259   156   4 2.131763e-01 1.000000e+00
GO:0007260    78   3 1.152548e-01 1.000000e+00
GO:0007263    27   1 3.460929e-01 1.000000e+00
GO:0007264   467  10 1.955951e-01 1.000000e+00
GO:0007265   116   4 1.092418e-01 1.000000e+00
GO:0007266   134   0 1.000000e+00 1.000000e+00
GO:0007267  1628  20 8.896845e-01 1.000000e+00
GO:0007268   722   8 8.785714e-01 1.000000e+00
GO:0007269   137   1 8.857669e-01 1.000000e+00
GO:0007270     8   0 1.000000e+00 1.000000e+00
GO:0007271    30   1 3.771461e-01 1.000000e+00
GO:0007272   152   3 4.184520e-01 1.000000e+00
GO:0007274    27   0 1.000000e+00 1.000000e+00
GO:0007275  4506  76 2.189946e-01 1.000000e+00
GO:0007276   735   6 9.736384e-01 1.000000e+00
GO:0007281   353   4 7.990250e-01 1.000000e+00
GO:0007283   567   5 9.403903e-01 1.000000e+00
GO:0007284     2   0 1.000000e+00 1.000000e+00
GO:0007286   201   3 5.998924e-01 1.000000e+00
GO:0007288    27   0 1.000000e+00 1.000000e+00
GO:0007289    27   1 3.443687e-01 1.000000e+00
GO:0007290     4   0 1.000000e+00 1.000000e+00
GO:0007291     1   0 1.000000e+00 1.000000e+00
GO:0007292   155   0 1.000000e+00 1.000000e+00
GO:0007296     4   0 1.000000e+00 1.000000e+00
GO:0007308     8   0 1.000000e+00 1.000000e+00
GO:0007309     8   0 1.000000e+00 1.000000e+00
GO:0007314     6   0 1.000000e+00 1.000000e+00
GO:0007315     6   0 1.000000e+00 1.000000e+00
GO:0007320    12   0 1.000000e+00 1.000000e+00
GO:0007321     1   0 1.000000e+00 1.000000e+00
GO:0007338   157   2 6.998377e-01 1.000000e+00
GO:0007339    38   0 1.000000e+00 1.000000e+00
GO:0007340    39   0 1.000000e+00 1.000000e+00
GO:0007341     9   0 1.000000e+00 1.000000e+00
GO:0007342    27   0 1.000000e+00 1.000000e+00
GO:0007343    11   0 1.000000e+00 1.000000e+00
GO:0007344     1   0 1.000000e+00 1.000000e+00
GO:0007346   508   9 3.877705e-01 1.000000e+00
GO:0007349     1   0 1.000000e+00 1.000000e+00
GO:0007350    25   1 3.244131e-01 1.000000e+00
GO:0007351    20   1 2.683248e-01 1.000000e+00
GO:0007352     3   0 1.000000e+00 1.000000e+00
GO:0007354     6   1 9.575456e-02 1.000000e+00
GO:0007356     5   1 8.019951e-02 1.000000e+00
GO:0007368   128   0 1.000000e+00 1.000000e+00
GO:0007369   190   3 5.662890e-01 1.000000e+00
GO:0007371     1   0 1.000000e+00 1.000000e+00
GO:0007379    16   0 1.000000e+00 1.000000e+00
GO:0007386     5   0 1.000000e+00 1.000000e+00
GO:0007387     1   0 1.000000e+00 1.000000e+00
GO:0007388     1   0 1.000000e+00 1.000000e+00
GO:0007389   454   3 9.737620e-01 1.000000e+00
GO:0007398    21   0 1.000000e+00 1.000000e+00
GO:0007399  2401  35 6.907602e-01 1.000000e+00
GO:0007400     1   0 1.000000e+00 1.000000e+00
GO:0007403     1   0 1.000000e+00 1.000000e+00
GO:0007405    80   1 7.144861e-01 1.000000e+00
GO:0007406    11   0 1.000000e+00 1.000000e+00
GO:0007409   425   3 9.638191e-01 1.000000e+00
GO:0007411   222   2 8.665871e-01 1.000000e+00
GO:0007412     3   0 1.000000e+00 1.000000e+00
GO:0007413    20   0 1.000000e+00 1.000000e+00
GO:0007416   190   2 8.030240e-01 1.000000e+00
GO:0007417   972  11 8.968525e-01 1.000000e+00
GO:0007418     6   0 1.000000e+00 1.000000e+00
GO:0007420   685   6 9.583583e-01 1.000000e+00
GO:0007422    89   1 7.552160e-01 1.000000e+00
GO:0007423   579   5 9.515690e-01 1.000000e+00
GO:0007431    36   1 4.354981e-01 1.000000e+00
GO:0007435    33   1 4.064835e-01 1.000000e+00
GO:0007439     2   0 1.000000e+00 1.000000e+00
GO:0007440    10   0 1.000000e+00 1.000000e+00
GO:0007442     7   1 1.058434e-01 1.000000e+00
GO:0007492    82   1 7.213643e-01 1.000000e+00
GO:0007493     2   0 1.000000e+00 1.000000e+00
GO:0007494    11   0 1.000000e+00 1.000000e+00
GO:0007495     1   0 1.000000e+00 1.000000e+00
GO:0007497     2   0 1.000000e+00 1.000000e+00
GO:0007498   126   1 8.607720e-01 1.000000e+00
GO:0007499     1   0 1.000000e+00 1.000000e+00
GO:0007500     3   0 1.000000e+00 1.000000e+00
GO:0007501    13   0 1.000000e+00 1.000000e+00
GO:0007506     2   0 1.000000e+00 1.000000e+00
GO:0007507   597   8 7.091449e-01 1.000000e+00
GO:0007509     1   0 1.000000e+00 1.000000e+00
GO:0007512    13   0 1.000000e+00 1.000000e+00
GO:0007517   345   7 2.988991e-01 1.000000e+00
GO:0007518     2   0 1.000000e+00 1.000000e+00
GO:0007519   161   2 7.220844e-01 1.000000e+00
GO:0007520    46   3 3.451834e-02 8.820302e-01
GO:0007521     2   0 1.000000e+00 1.000000e+00
GO:0007522     1   0 1.000000e+00 1.000000e+00
GO:0007525     3   0 1.000000e+00 1.000000e+00
GO:0007528    54   0 1.000000e+00 1.000000e+00
GO:0007529     2   0 1.000000e+00 1.000000e+00
GO:0007530    18   0 1.000000e+00 1.000000e+00
GO:0007538     3   0 1.000000e+00 1.000000e+00
GO:0007542     2   0 1.000000e+00 1.000000e+00
GO:0007548   265   3 7.803685e-01 1.000000e+00
GO:0007549    15   0 1.000000e+00 1.000000e+00
GO:0007565   163   2 7.142430e-01 1.000000e+00
GO:0007566    54   2 2.012133e-01 1.000000e+00
GO:0007567    14   1 1.918769e-01 1.000000e+00
GO:0007584   155   1 9.108188e-01 1.000000e+00
GO:0007585    73   1 6.755867e-01 1.000000e+00
GO:0007586   127   4 1.366871e-01 1.000000e+00
GO:0007588    30   0 1.000000e+00 1.000000e+00
GO:0007589    87   2 3.953047e-01 1.000000e+00
GO:0007595    38   1 4.503978e-01 1.000000e+00
GO:0007596   214   3 6.469322e-01 1.000000e+00
GO:0007597     6   1 8.983212e-02 1.000000e+00
GO:0007599   220   3 6.658605e-01 1.000000e+00
GO:0007600   847  11 6.601185e-01 1.000000e+00
GO:0007601   204   1 9.615744e-01 1.000000e+00
GO:0007602    42   0 1.000000e+00 1.000000e+00
GO:0007603    18   0 1.000000e+00 1.000000e+00
GO:0007604     1   0 1.000000e+00 1.000000e+00
GO:0007605   157   1 9.153586e-01 1.000000e+00
GO:0007606   418   7 2.901900e-01 1.000000e+00
GO:0007608   347   4 6.365578e-01 1.000000e+00
GO:0007610   632   8 7.726196e-01 1.000000e+00
GO:0007611   266   5 4.025116e-01 1.000000e+00
GO:0007612   147   1 9.014235e-01 1.000000e+00
GO:0007613   121   0 1.000000e+00 1.000000e+00
GO:0007614    10   0 1.000000e+00 1.000000e+00
GO:0007616    37   0 1.000000e+00 1.000000e+00
GO:0007617    36   0 1.000000e+00 1.000000e+00
GO:0007618     2   0 1.000000e+00 1.000000e+00
GO:0007619     3   0 1.000000e+00 1.000000e+00
GO:0007620    19   0 1.000000e+00 1.000000e+00
GO:0007621     4   0 1.000000e+00 1.000000e+00
GO:0007622    44   1 5.013113e-01 1.000000e+00
GO:0007623   197   2 8.123087e-01 1.000000e+00
GO:0007624     1   0 1.000000e+00 1.000000e+00
GO:0007625    17   0 1.000000e+00 1.000000e+00
GO:0007626   198   2 8.155417e-01 1.000000e+00
GO:0007628    32   0 1.000000e+00 1.000000e+00
GO:0007630     1   0 1.000000e+00 1.000000e+00
GO:0007631   102   1 7.954834e-01 1.000000e+00
GO:0007632    56   1 5.877325e-01 1.000000e+00
GO:0007634     2   0 1.000000e+00 1.000000e+00
GO:0007635    19   0 1.000000e+00 1.000000e+00
GO:0007638    14   1 2.071073e-01 1.000000e+00
GO:0008009    49   0 1.000000e+00 1.000000e+00
GO:0008013    80   0 1.000000e+00 1.000000e+00
GO:0008015   502  11 1.594382e-01 1.000000e+00
GO:0008016   196   3 5.922062e-01 1.000000e+00
GO:0008017   262   2 9.175530e-01 1.000000e+00
GO:0008020    11   0 1.000000e+00 1.000000e+00
GO:0008021   206   4 3.983060e-01 1.000000e+00
GO:0008023    51   0 1.000000e+00 1.000000e+00
GO:0008024     8   0 1.000000e+00 1.000000e+00
GO:0008028    59   1 5.975890e-01 1.000000e+00
GO:0008033   130   2 6.137317e-01 1.000000e+00
GO:0008035    13   1 1.742292e-01 1.000000e+00
GO:0008037   153   3 4.306603e-01 1.000000e+00
GO:0008038    45   0 1.000000e+00 1.000000e+00
GO:0008039     1   0 1.000000e+00 1.000000e+00
GO:0008043     2   0 1.000000e+00 1.000000e+00
GO:0008045    25   0 1.000000e+00 1.000000e+00
GO:0008046     9   0 1.000000e+00 1.000000e+00
GO:0008047   549   4 9.722127e-01 1.000000e+00
GO:0008048     5   0 1.000000e+00 1.000000e+00
GO:0008049     1   0 1.000000e+00 1.000000e+00
GO:0008050     2   0 1.000000e+00 1.000000e+00
GO:0008052     1   0 1.000000e+00 1.000000e+00
GO:0008053    31   0 1.000000e+00 1.000000e+00
GO:0008061     8   1 1.225221e-01 1.000000e+00
GO:0008063    10   1 1.499555e-01 1.000000e+00
GO:0008064   146   1 8.999495e-01 1.000000e+00
GO:0008065     3   0 1.000000e+00 1.000000e+00
GO:0008066    26   0 1.000000e+00 1.000000e+00
GO:0008068     1   0 1.000000e+00 1.000000e+00
GO:0008073     3   0 1.000000e+00 1.000000e+00
GO:0008074     3   0 1.000000e+00 1.000000e+00
GO:0008076    86   0 1.000000e+00 1.000000e+00
GO:0008078     4   0 1.000000e+00 1.000000e+00
GO:0008079     6   0 1.000000e+00 1.000000e+00
GO:0008080    59   1 6.001164e-01 1.000000e+00
GO:0008081    83   0 1.000000e+00 1.000000e+00
GO:0008083   152   1 9.067325e-01 1.000000e+00
GO:0008088    72   3 1.032030e-01 1.000000e+00
GO:0008089    49   3 4.106599e-02 9.799799e-01
GO:0008090    21   0 1.000000e+00 1.000000e+00
GO:0008091     9   1 1.349455e-01 1.000000e+00
GO:0008092   946  19 1.576696e-01 1.000000e+00
GO:0008093    23   0 1.000000e+00 1.000000e+00
GO:0008094   117   1 8.368956e-01 1.000000e+00
GO:0008097     9   0 1.000000e+00 1.000000e+00
GO:0008104  2366  35 6.476412e-01 1.000000e+00
GO:0008106    23   0 1.000000e+00 1.000000e+00
GO:0008107     2   0 1.000000e+00 1.000000e+00
GO:0008108     1   0 1.000000e+00 1.000000e+00
GO:0008109     3   0 1.000000e+00 1.000000e+00
GO:0008111     1   0 1.000000e+00 1.000000e+00
GO:0008112     1   0 1.000000e+00 1.000000e+00
GO:0008113     2   0 1.000000e+00 1.000000e+00
GO:0008115     1   0 1.000000e+00 1.000000e+00
GO:0008116     1   0 1.000000e+00 1.000000e+00
GO:0008117     1   0 1.000000e+00 1.000000e+00
GO:0008118     2   0 1.000000e+00 1.000000e+00
GO:0008119     1   0 1.000000e+00 1.000000e+00
GO:0008120     1   0 1.000000e+00 1.000000e+00
GO:0008121     5   0 1.000000e+00 1.000000e+00
GO:0008123     1   0 1.000000e+00 1.000000e+00
GO:0008124     2   0 1.000000e+00 1.000000e+00
GO:0008126     5   0 1.000000e+00 1.000000e+00
GO:0008131     7   0 1.000000e+00 1.000000e+00
GO:0008134   570  10 3.967142e-01 1.000000e+00
GO:0008135    72   1 6.813446e-01 1.000000e+00
GO:0008137    33   0 1.000000e+00 1.000000e+00
GO:0008138    40   0 1.000000e+00 1.000000e+00
GO:0008139    24   0 1.000000e+00 1.000000e+00
GO:0008140     9   0 1.000000e+00 1.000000e+00
GO:0008142    16   0 1.000000e+00 1.000000e+00
GO:0008143    22   1 2.918598e-01 1.000000e+00
GO:0008146    49   0 1.000000e+00 1.000000e+00
GO:0008147     2   0 1.000000e+00 1.000000e+00
GO:0008150 16724 250 8.801080e-01 1.000000e+00
GO:0008152 11036 152 9.814418e-01 1.000000e+00
GO:0008154   186   2 7.897420e-01 1.000000e+00
GO:0008156    22   0 1.000000e+00 1.000000e+00
GO:0008157    24   1 3.097256e-01 1.000000e+00
GO:0008158     3   0 1.000000e+00 1.000000e+00
GO:0008160     2   0 1.000000e+00 1.000000e+00
GO:0008168   193   3 5.898885e-01 1.000000e+00
GO:0008169     6   0 1.000000e+00 1.000000e+00
GO:0008170    93   1 7.735371e-01 1.000000e+00
GO:0008171    19   1 2.611204e-01 1.000000e+00
GO:0008172    10   0 1.000000e+00 1.000000e+00
GO:0008173    61   1 6.248246e-01 1.000000e+00
GO:0008174    13   0 1.000000e+00 1.000000e+00
GO:0008175    31   1 3.857469e-01 1.000000e+00
GO:0008176     1   0 1.000000e+00 1.000000e+00
GO:0008177     2   0 1.000000e+00 1.000000e+00
GO:0008179    12   1 1.687032e-01 1.000000e+00
GO:0008180    35   1 4.173964e-01 1.000000e+00
GO:0008184     3   0 1.000000e+00 1.000000e+00
GO:0008186    75   0 1.000000e+00 1.000000e+00
GO:0008187    26   0 1.000000e+00 1.000000e+00
GO:0008188    44   0 1.000000e+00 1.000000e+00
GO:0008190     8   0 1.000000e+00 1.000000e+00
GO:0008191    15   0 1.000000e+00 1.000000e+00
GO:0008192     2   0 1.000000e+00 1.000000e+00
GO:0008193     1   0 1.000000e+00 1.000000e+00
GO:0008194   136   4 1.543142e-01 1.000000e+00
GO:0008195    14   0 1.000000e+00 1.000000e+00
GO:0008198    24   0 1.000000e+00 1.000000e+00
GO:0008199     9   0 1.000000e+00 1.000000e+00
GO:0008200    35   0 1.000000e+00 1.000000e+00
GO:0008201   170   1 9.316484e-01 1.000000e+00
GO:0008202   311   3 8.522482e-01 1.000000e+00
GO:0008203   134   0 1.000000e+00 1.000000e+00
GO:0008206    49   0 1.000000e+00 1.000000e+00
GO:0008207    36   1 4.164782e-01 1.000000e+00
GO:0008209    29   1 3.439525e-01 1.000000e+00
GO:0008210    37   0 1.000000e+00 1.000000e+00
GO:0008211    24   0 1.000000e+00 1.000000e+00
GO:0008212    14   0 1.000000e+00 1.000000e+00
GO:0008213    46   1 5.166294e-01 1.000000e+00
GO:0008214     8   0 1.000000e+00 1.000000e+00
GO:0008215     4   0 1.000000e+00 1.000000e+00
GO:0008216     6   0 1.000000e+00 1.000000e+00
GO:0008217   175   5 1.377240e-01 1.000000e+00
GO:0008219  1918  32 3.427010e-01 1.000000e+00
GO:0008227    39   0 1.000000e+00 1.000000e+00
GO:0008228    16   0 1.000000e+00 1.000000e+00
GO:0008233   531   7 7.211225e-01 1.000000e+00
GO:0008234   149   2 6.800279e-01 1.000000e+00
GO:0008235    61   1 6.166844e-01 1.000000e+00
GO:0008236   175   1 9.354554e-01 1.000000e+00
GO:0008237   171   4 2.716102e-01 1.000000e+00
GO:0008238    95   2 4.399735e-01 1.000000e+00
GO:0008239    10   0 1.000000e+00 1.000000e+00
GO:0008240     3   0 1.000000e+00 1.000000e+00
GO:0008241     1   0 1.000000e+00 1.000000e+00
GO:0008242    11   0 1.000000e+00 1.000000e+00
GO:0008247     3   0 1.000000e+00 1.000000e+00
GO:0008250    12   0 1.000000e+00 1.000000e+00
GO:0008251     8   0 1.000000e+00 1.000000e+00
GO:0008252    14   0 1.000000e+00 1.000000e+00
GO:0008253    12   0 1.000000e+00 1.000000e+00
GO:0008254     1   0 1.000000e+00 1.000000e+00
GO:0008260     2   0 1.000000e+00 1.000000e+00
GO:0008263     2   0 1.000000e+00 1.000000e+00
GO:0008265     1   0 1.000000e+00 1.000000e+00
GO:0008266    23   0 1.000000e+00 1.000000e+00
GO:0008269     3   0 1.000000e+00 1.000000e+00
GO:0008270   781  14 3.286488e-01 1.000000e+00
GO:0008271    11   0 1.000000e+00 1.000000e+00
GO:0008272    17   0 1.000000e+00 1.000000e+00
GO:0008273     5   0 1.000000e+00 1.000000e+00
GO:0008275     1   0 1.000000e+00 1.000000e+00
GO:0008276    91   1 7.641123e-01 1.000000e+00
GO:0008277   138   2 6.334898e-01 1.000000e+00
GO:0008278     8   0 1.000000e+00 1.000000e+00
GO:0008281     2   0 1.000000e+00 1.000000e+00
GO:0008282     4   0 1.000000e+00 1.000000e+00
GO:0008283  1959  38 8.205065e-02 1.000000e+00
GO:0008284   932  19 1.285779e-01 1.000000e+00
GO:0008285   744  19 2.194166e-02 7.428331e-01
GO:0008286   120   1 8.443640e-01 1.000000e+00
GO:0008287    52   0 1.000000e+00 1.000000e+00
GO:0008289   809  20 2.824842e-02 8.696241e-01
GO:0008290     8   0 1.000000e+00 1.000000e+00
GO:0008291     6   0 1.000000e+00 1.000000e+00
GO:0008292     3   0 1.000000e+00 1.000000e+00
GO:0008294     2   0 1.000000e+00 1.000000e+00
GO:0008295     3   0 1.000000e+00 1.000000e+00
GO:0008296    14   0 1.000000e+00 1.000000e+00
GO:0008297    10   1 1.447836e-01 1.000000e+00
GO:0008298    14   0 1.000000e+00 1.000000e+00
GO:0008299    29   1 3.648330e-01 1.000000e+00
GO:0008300    10   0 1.000000e+00 1.000000e+00
GO:0008301    16   1 2.201326e-01 1.000000e+00
GO:0008303    10   1 1.427106e-01 1.000000e+00
GO:0008305    30   1 3.700105e-01 1.000000e+00
GO:0008306    85   1 7.397317e-01 1.000000e+00
GO:0008307    41   1 4.783582e-01 1.000000e+00
GO:0008308    14   0 1.000000e+00 1.000000e+00
GO:0008309     6   0 1.000000e+00 1.000000e+00
GO:0008310     6   0 1.000000e+00 1.000000e+00
GO:0008311     4   0 1.000000e+00 1.000000e+00
GO:0008312     7   0 1.000000e+00 1.000000e+00
GO:0008315     6   0 1.000000e+00 1.000000e+00
GO:0008318     6   0 1.000000e+00 1.000000e+00
GO:0008320    25   0 1.000000e+00 1.000000e+00
GO:0008324   569   7 7.905026e-01 1.000000e+00
GO:0008327    24   0 1.000000e+00 1.000000e+00
GO:0008328    37   0 1.000000e+00 1.000000e+00
GO:0008330     9   0 1.000000e+00 1.000000e+00
GO:0008331    13   0 1.000000e+00 1.000000e+00
GO:0008332     2   0 1.000000e+00 1.000000e+00
GO:0008333    68   0 1.000000e+00 1.000000e+00
GO:0008334    20   0 1.000000e+00 1.000000e+00
GO:0008336     1   0 1.000000e+00 1.000000e+00
GO:0008340    35   0 1.000000e+00 1.000000e+00
GO:0008343     9   0 1.000000e+00 1.000000e+00
GO:0008344    80   0 1.000000e+00 1.000000e+00
GO:0008347    58   1 5.924308e-01 1.000000e+00
GO:0008348     1   0 1.000000e+00 1.000000e+00
GO:0008349     5   0 1.000000e+00 1.000000e+00
GO:0008352     5   0 1.000000e+00 1.000000e+00
GO:0008353    10   0 1.000000e+00 1.000000e+00
GO:0008354     8   0 1.000000e+00 1.000000e+00
GO:0008355     2   0 1.000000e+00 1.000000e+00
GO:0008356    18   0 1.000000e+00 1.000000e+00
GO:0008358     6   0 1.000000e+00 1.000000e+00
GO:0008360   134   1 8.774184e-01 1.000000e+00
GO:0008361   175   4 2.904635e-01 1.000000e+00
GO:0008366   152   3 4.184520e-01 1.000000e+00
GO:0008373    21   1 2.755889e-01 1.000000e+00
GO:0008374    47   0 1.000000e+00 1.000000e+00
GO:0008375    40   2 1.285756e-01 1.000000e+00
GO:0008376    34   2 1.002102e-01 1.000000e+00
GO:0008378    28   0 1.000000e+00 1.000000e+00
GO:0008379     5   0 1.000000e+00 1.000000e+00
GO:0008380   424   4 8.977847e-01 1.000000e+00
GO:0008381    16   0 1.000000e+00 1.000000e+00
GO:0008384     3   0 1.000000e+00 1.000000e+00
GO:0008385     7   0 1.000000e+00 1.000000e+00
GO:0008386     1   0 1.000000e+00 1.000000e+00
GO:0008387     1   0 1.000000e+00 1.000000e+00
GO:0008389     1   0 1.000000e+00 1.000000e+00
GO:0008390     1   0 1.000000e+00 1.000000e+00
GO:0008391    17   0 1.000000e+00 1.000000e+00
GO:0008392    15   0 1.000000e+00 1.000000e+00
GO:0008395    26   0 1.000000e+00 1.000000e+00
GO:0008396     2   0 1.000000e+00 1.000000e+00
GO:0008397     1   0 1.000000e+00 1.000000e+00
GO:0008398     1   0 1.000000e+00 1.000000e+00
GO:0008401    10   0 1.000000e+00 1.000000e+00
GO:0008403     1   0 1.000000e+00 1.000000e+00
GO:0008404     3   0 1.000000e+00 1.000000e+00
GO:0008405     2   0 1.000000e+00 1.000000e+00
GO:0008406   212   1 9.641803e-01 1.000000e+00
GO:0008408    58   0 1.000000e+00 1.000000e+00
GO:0008409    19   1 2.640694e-01 1.000000e+00
GO:0008410     5   0 1.000000e+00 1.000000e+00
GO:0008412     1   0 1.000000e+00 1.000000e+00
GO:0008413     2   0 1.000000e+00 1.000000e+00
GO:0008417    13   0 1.000000e+00 1.000000e+00
GO:0008418     2   0 1.000000e+00 1.000000e+00
GO:0008419     1   0 1.000000e+00 1.000000e+00
GO:0008420     7   0 1.000000e+00 1.000000e+00
GO:0008422     6   0 1.000000e+00 1.000000e+00
GO:0008424     1   0 1.000000e+00 1.000000e+00
GO:0008425     2   0 1.000000e+00 1.000000e+00
GO:0008426     3   0 1.000000e+00 1.000000e+00
GO:0008427     3   0 1.000000e+00 1.000000e+00
GO:0008428     3   0 1.000000e+00 1.000000e+00
GO:0008429    17   1 2.357909e-01 1.000000e+00
GO:0008430     9   0 1.000000e+00 1.000000e+00
GO:0008431     4   0 1.000000e+00 1.000000e+00
GO:0008432    11   0 1.000000e+00 1.000000e+00
GO:0008437     1   0 1.000000e+00 1.000000e+00
GO:0008440     4   0 1.000000e+00 1.000000e+00
GO:0008441     2   0 1.000000e+00 1.000000e+00
GO:0008442     1   0 1.000000e+00 1.000000e+00
GO:0008443     6   0 1.000000e+00 1.000000e+00
GO:0008444     1   0 1.000000e+00 1.000000e+00
GO:0008445     1   0 1.000000e+00 1.000000e+00
GO:0008446     1   0 1.000000e+00 1.000000e+00
GO:0008448     1   0 1.000000e+00 1.000000e+00
GO:0008449     3   0 1.000000e+00 1.000000e+00
GO:0008452     2   1 3.123198e-02 8.696241e-01
GO:0008453     3   1 4.928440e-02 1.000000e+00
GO:0008454     3   1 4.307628e-02 9.998838e-01
GO:0008455     1   0 1.000000e+00 1.000000e+00
GO:0008456     1   0 1.000000e+00 1.000000e+00
GO:0008457     4   0 1.000000e+00 1.000000e+00
GO:0008458     3   0 1.000000e+00 1.000000e+00
GO:0008459     1   0 1.000000e+00 1.000000e+00
GO:0008460     1   0 1.000000e+00 1.000000e+00
GO:0008465     1   0 1.000000e+00 1.000000e+00
GO:0008466     1   0 1.000000e+00 1.000000e+00
GO:0008467     7   0 1.000000e+00 1.000000e+00
GO:0008469     3   0 1.000000e+00 1.000000e+00
GO:0008470     1   0 1.000000e+00 1.000000e+00
GO:0008474    11   0 1.000000e+00 1.000000e+00
GO:0008475     3   0 1.000000e+00 1.000000e+00
GO:0008476     2   0 1.000000e+00 1.000000e+00
GO:0008478     1   0 1.000000e+00 1.000000e+00
GO:0008479     2   0 1.000000e+00 1.000000e+00
GO:0008480     1   0 1.000000e+00 1.000000e+00
GO:0008481     2   0 1.000000e+00 1.000000e+00
GO:0008482     1   0 1.000000e+00 1.000000e+00
GO:0008483    25   1 3.248369e-01 1.000000e+00
GO:0008484    11   0 1.000000e+00 1.000000e+00
GO:0008486     3   0 1.000000e+00 1.000000e+00
GO:0008488     1   0 1.000000e+00 1.000000e+00
GO:0008489     3   0 1.000000e+00 1.000000e+00
GO:0008493     1   0 1.000000e+00 1.000000e+00
GO:0008494     9   0 1.000000e+00 1.000000e+00
GO:0008495     1   0 1.000000e+00 1.000000e+00
GO:0008499    12   0 1.000000e+00 1.000000e+00
GO:0008502     3   0 1.000000e+00 1.000000e+00
GO:0008503     9   0 1.000000e+00 1.000000e+00
GO:0008504    12   0 1.000000e+00 1.000000e+00
GO:0008506     4   0 1.000000e+00 1.000000e+00
GO:0008507     1   0 1.000000e+00 1.000000e+00
GO:0008508     5   0 1.000000e+00 1.000000e+00
GO:0008509   131   2 6.047555e-01 1.000000e+00
GO:0008510     6   0 1.000000e+00 1.000000e+00
GO:0008511     3   0 1.000000e+00 1.000000e+00
GO:0008513     2   0 1.000000e+00 1.000000e+00
GO:0008514   246   2 8.986175e-01 1.000000e+00
GO:0008515     4   0 1.000000e+00 1.000000e+00
GO:0008516     1   0 1.000000e+00 1.000000e+00
GO:0008517     4   0 1.000000e+00 1.000000e+00
GO:0008518     1   0 1.000000e+00 1.000000e+00
GO:0008519    12   2 1.313639e-02 5.952326e-01
GO:0008520     2   1 2.877759e-02 8.696241e-01
GO:0008521     2   0 1.000000e+00 1.000000e+00
GO:0008523     1   0 1.000000e+00 1.000000e+00
GO:0008525    17   1 2.345618e-01 1.000000e+00
GO:0008526    10   1 1.422894e-01 1.000000e+00
GO:0008527    25   0 1.000000e+00 1.000000e+00
GO:0008528   115   0 1.000000e+00 1.000000e+00
GO:0008531     1   0 1.000000e+00 1.000000e+00
GO:0008532     4   0 1.000000e+00 1.000000e+00
GO:0008534     3   0 1.000000e+00 1.000000e+00
GO:0008535    27   1 3.539275e-01 1.000000e+00
GO:0008537     3   0 1.000000e+00 1.000000e+00
GO:0008540    11   0 1.000000e+00 1.000000e+00
GO:0008541     7   0 1.000000e+00 1.000000e+00
GO:0008542    48   1 5.307794e-01 1.000000e+00
GO:0008543    82   1 7.193789e-01 1.000000e+00
GO:0008544   371   3 9.261929e-01 1.000000e+00
GO:0008545     2   0 1.000000e+00 1.000000e+00
GO:0008553     3   0 1.000000e+00 1.000000e+00
GO:0008554     7   0 1.000000e+00 1.000000e+00
GO:0008556     8   0 1.000000e+00 1.000000e+00
GO:0008559    14   0 1.000000e+00 1.000000e+00
GO:0008568     8   0 1.000000e+00 1.000000e+00
GO:0008569    17   0 1.000000e+00 1.000000e+00
GO:0008574    16   0 1.000000e+00 1.000000e+00
GO:0008579     1   0 1.000000e+00 1.000000e+00
GO:0008582     6   0 1.000000e+00 1.000000e+00
GO:0008584   138   1 8.857771e-01 1.000000e+00
GO:0008585    99   0 1.000000e+00 1.000000e+00
GO:0008589    82   1 7.319522e-01 1.000000e+00
GO:0008591     1   0 1.000000e+00 1.000000e+00
GO:0008592     4   1 6.173971e-02 1.000000e+00
GO:0008593    96   1 7.805287e-01 1.000000e+00
GO:0008594     5   0 1.000000e+00 1.000000e+00
GO:0008595    20   1 2.683248e-01 1.000000e+00
GO:0008597     5   0 1.000000e+00 1.000000e+00
GO:0008603    12   0 1.000000e+00 1.000000e+00
GO:0008607     3   0 1.000000e+00 1.000000e+00
GO:0008608    52   0 1.000000e+00 1.000000e+00
GO:0008609     1   0 1.000000e+00 1.000000e+00
GO:0008610   698  14 1.935364e-01 1.000000e+00
GO:0008611    11   0 1.000000e+00 1.000000e+00
GO:0008612     2   0 1.000000e+00 1.000000e+00
GO:0008613     1   0 1.000000e+00 1.000000e+00
GO:0008614     2   0 1.000000e+00 1.000000e+00
GO:0008615     2   0 1.000000e+00 1.000000e+00
GO:0008617     1   0 1.000000e+00 1.000000e+00
GO:0008622     5   0 1.000000e+00 1.000000e+00
GO:0008623     4   0 1.000000e+00 1.000000e+00
GO:0008625    80   4 3.503610e-02 8.859099e-01
GO:0008626     1   0 1.000000e+00 1.000000e+00
GO:0008627    10   0 1.000000e+00 1.000000e+00
GO:0008628     5   0 1.000000e+00 1.000000e+00
GO:0008630   101   1 7.970548e-01 1.000000e+00
GO:0008631    62   1 6.199316e-01 1.000000e+00
GO:0008635     6   1 8.869701e-02 1.000000e+00
GO:0008637   102   1 7.978274e-01 1.000000e+00
GO:0008641     9   0 1.000000e+00 1.000000e+00
GO:0008643   153   6 3.106549e-02 8.696241e-01
GO:0008645   118   5 3.684014e-02 9.111929e-01
GO:0008649    21   0 1.000000e+00 1.000000e+00
GO:0008650     2   0 1.000000e+00 1.000000e+00
GO:0008652    62   0 1.000000e+00 1.000000e+00
GO:0008653     1   1 1.488833e-02 6.135596e-01
GO:0008654   243   5 3.263597e-01 1.000000e+00
GO:0008655     7   0 1.000000e+00 1.000000e+00
GO:0008656    20   0 1.000000e+00 1.000000e+00
GO:0008659     1   0 1.000000e+00 1.000000e+00
GO:0008663     1   0 1.000000e+00 1.000000e+00
GO:0008670     2   0 1.000000e+00 1.000000e+00
GO:0008681     1   0 1.000000e+00 1.000000e+00
GO:0008682     1   0 1.000000e+00 1.000000e+00
GO:0008693     1   0 1.000000e+00 1.000000e+00
GO:0008700     1   0 1.000000e+00 1.000000e+00
GO:0008705     1   0 1.000000e+00 1.000000e+00
GO:0008707     1   0 1.000000e+00 1.000000e+00
GO:0008720     1   0 1.000000e+00 1.000000e+00
GO:0008721     1   0 1.000000e+00 1.000000e+00
GO:0008725     1   0 1.000000e+00 1.000000e+00
GO:0008732     1   0 1.000000e+00 1.000000e+00
GO:0008745     4   0 1.000000e+00 1.000000e+00
GO:0008746     1   0 1.000000e+00 1.000000e+00
GO:0008747     2   0 1.000000e+00 1.000000e+00
GO:0008753     3   0 1.000000e+00 1.000000e+00
GO:0008757   155   1 9.162138e-01 1.000000e+00
GO:0008761     1   0 1.000000e+00 1.000000e+00
GO:0008768     2   0 1.000000e+00 1.000000e+00
GO:0008775     1   0 1.000000e+00 1.000000e+00
GO:0008781     2   0 1.000000e+00 1.000000e+00
GO:0008783     1   0 1.000000e+00 1.000000e+00
GO:0008785     1   0 1.000000e+00 1.000000e+00
GO:0008792     1   0 1.000000e+00 1.000000e+00
GO:0008794     1   0 1.000000e+00 1.000000e+00
GO:0008796     2   0 1.000000e+00 1.000000e+00
GO:0008798     2   0 1.000000e+00 1.000000e+00
GO:0008800     4   0 1.000000e+00 1.000000e+00
GO:0008802     1   0 1.000000e+00 1.000000e+00
GO:0008803     1   0 1.000000e+00 1.000000e+00
GO:0008812     1   0 1.000000e+00 1.000000e+00
GO:0008817     1   0 1.000000e+00 1.000000e+00
GO:0008821     6   0 1.000000e+00 1.000000e+00
GO:0008823     3   0 1.000000e+00 1.000000e+00
GO:0008828     1   0 1.000000e+00 1.000000e+00
GO:0008829     1   0 1.000000e+00 1.000000e+00
GO:0008832     1   0 1.000000e+00 1.000000e+00
GO:0008843     1   0 1.000000e+00 1.000000e+00
GO:0008859     3   0 1.000000e+00 1.000000e+00
GO:0008865     5   0 1.000000e+00 1.000000e+00
GO:0008887     1   0 1.000000e+00 1.000000e+00
GO:0008889     4   0 1.000000e+00 1.000000e+00
GO:0008890     1   0 1.000000e+00 1.000000e+00
GO:0008892     1   0 1.000000e+00 1.000000e+00
GO:0008893     1   0 1.000000e+00 1.000000e+00
GO:0008894     1   0 1.000000e+00 1.000000e+00
GO:0008897     1   0 1.000000e+00 1.000000e+00
GO:0008898     1   0 1.000000e+00 1.000000e+00
GO:0008900     3   0 1.000000e+00 1.000000e+00
GO:0008903     1   0 1.000000e+00 1.000000e+00
GO:0008929     1   0 1.000000e+00 1.000000e+00
GO:0008934     3   0 1.000000e+00 1.000000e+00
GO:0008937     1   0 1.000000e+00 1.000000e+00
GO:0008940     3   0 1.000000e+00 1.000000e+00
GO:0008946     1   0 1.000000e+00 1.000000e+00
GO:0008948     4   1 6.309891e-02 1.000000e+00
GO:0008955     1   1 1.677283e-02 6.495555e-01
GO:0008957     1   0 1.000000e+00 1.000000e+00
GO:0008962     1   0 1.000000e+00 1.000000e+00
GO:0008967     2   0 1.000000e+00 1.000000e+00
GO:0008970    18   1 2.418879e-01 1.000000e+00
GO:0008973     1   0 1.000000e+00 1.000000e+00
GO:0008983     1   0 1.000000e+00 1.000000e+00
GO:0008988     3   0 1.000000e+00 1.000000e+00
GO:0008995     1   0 1.000000e+00 1.000000e+00
GO:0009000     1   0 1.000000e+00 1.000000e+00
GO:0009007     2   0 1.000000e+00 1.000000e+00
GO:0009008     7   0 1.000000e+00 1.000000e+00
GO:0009013     1   0 1.000000e+00 1.000000e+00
GO:0009032     2   0 1.000000e+00 1.000000e+00
GO:0009041     2   0 1.000000e+00 1.000000e+00
GO:0009048    13   0 1.000000e+00 1.000000e+00
GO:0009051     3   0 1.000000e+00 1.000000e+00
GO:0009052     5   0 1.000000e+00 1.000000e+00
GO:0009055    99   1 7.933196e-01 1.000000e+00
GO:0009056  2517  36 7.134600e-01 1.000000e+00
GO:0009057  1377  16 9.061098e-01 1.000000e+00
GO:0009058  7789 112 8.087718e-01 1.000000e+00
GO:0009059  6848 104 5.334916e-01 1.000000e+00
GO:0009060   172   1 9.368003e-01 1.000000e+00
GO:0009062   104   1 8.054593e-01 1.000000e+00
GO:0009063   107   0 1.000000e+00 1.000000e+00
GO:0009064    69   0 1.000000e+00 1.000000e+00
GO:0009065    25   0 1.000000e+00 1.000000e+00
GO:0009066    44   0 1.000000e+00 1.000000e+00
GO:0009067    21   0 1.000000e+00 1.000000e+00
GO:0009068    13   0 1.000000e+00 1.000000e+00
GO:0009069    33   0 1.000000e+00 1.000000e+00
GO:0009070    18   0 1.000000e+00 1.000000e+00
GO:0009071    12   0 1.000000e+00 1.000000e+00
GO:0009072    31   0 1.000000e+00 1.000000e+00
GO:0009073     4   0 1.000000e+00 1.000000e+00
GO:0009074    16   0 1.000000e+00 1.000000e+00
GO:0009078     4   0 1.000000e+00 1.000000e+00
GO:0009080     4   0 1.000000e+00 1.000000e+00
GO:0009081    27   0 1.000000e+00 1.000000e+00
GO:0009082     5   0 1.000000e+00 1.000000e+00
GO:0009083    21   0 1.000000e+00 1.000000e+00
GO:0009084    14   0 1.000000e+00 1.000000e+00
GO:0009085     2   0 1.000000e+00 1.000000e+00
GO:0009086    12   0 1.000000e+00 1.000000e+00
GO:0009087     1   0 1.000000e+00 1.000000e+00
GO:0009092     4   0 1.000000e+00 1.000000e+00
GO:0009093     4   0 1.000000e+00 1.000000e+00
GO:0009095     3   0 1.000000e+00 1.000000e+00
GO:0009097     3   0 1.000000e+00 1.000000e+00
GO:0009098     2   0 1.000000e+00 1.000000e+00
GO:0009099     3   0 1.000000e+00 1.000000e+00
GO:0009100   366   6 4.919515e-01 1.000000e+00
GO:0009101   308   6 3.341454e-01 1.000000e+00
GO:0009104     1   1 1.488833e-02 6.135596e-01
GO:0009106     1   0 1.000000e+00 1.000000e+00
GO:0009107     1   0 1.000000e+00 1.000000e+00
GO:0009110    24   2 5.340921e-02 1.000000e+00
GO:0009111    14   0 1.000000e+00 1.000000e+00
GO:0009112    31   0 1.000000e+00 1.000000e+00
GO:0009113     7   0 1.000000e+00 1.000000e+00
GO:0009114     1   0 1.000000e+00 1.000000e+00
GO:0009115     1   0 1.000000e+00 1.000000e+00
GO:0009116    55   1 5.768500e-01 1.000000e+00
GO:0009117   554   4 9.751631e-01 1.000000e+00
GO:0009119    34   1 4.095468e-01 1.000000e+00
GO:0009120    11   0 1.000000e+00 1.000000e+00
GO:0009123    69   0 1.000000e+00 1.000000e+00
GO:0009124    38   0 1.000000e+00 1.000000e+00
GO:0009125    17   0 1.000000e+00 1.000000e+00
GO:0009126    39   0 1.000000e+00 1.000000e+00
GO:0009127    20   0 1.000000e+00 1.000000e+00
GO:0009128     9   0 1.000000e+00 1.000000e+00
GO:0009129    20   0 1.000000e+00 1.000000e+00
GO:0009130    14   0 1.000000e+00 1.000000e+00
GO:0009131     8   0 1.000000e+00 1.000000e+00
GO:0009132   120   1 8.530846e-01 1.000000e+00
GO:0009133    13   0 1.000000e+00 1.000000e+00
GO:0009134    97   1 7.871439e-01 1.000000e+00
GO:0009135   103   1 8.070449e-01 1.000000e+00
GO:0009136     6   0 1.000000e+00 1.000000e+00
GO:0009137    90   1 7.624633e-01 1.000000e+00
GO:0009138     9   0 1.000000e+00 1.000000e+00
GO:0009139     6   0 1.000000e+00 1.000000e+00
GO:0009140     3   0 1.000000e+00 1.000000e+00
GO:0009141   246   1 9.801788e-01 1.000000e+00
GO:0009142   112   0 1.000000e+00 1.000000e+00
GO:0009143    12   0 1.000000e+00 1.000000e+00
GO:0009144   231   1 9.748679e-01 1.000000e+00
GO:0009145   100   0 1.000000e+00 1.000000e+00
GO:0009146     5   0 1.000000e+00 1.000000e+00
GO:0009147    23   0 1.000000e+00 1.000000e+00
GO:0009148    18   0 1.000000e+00 1.000000e+00
GO:0009149     3   0 1.000000e+00 1.000000e+00
GO:0009150   412   2 9.891544e-01 1.000000e+00
GO:0009151    16   0 1.000000e+00 1.000000e+00
GO:0009152   192   1 9.533564e-01 1.000000e+00
GO:0009153     5   0 1.000000e+00 1.000000e+00
GO:0009154   126   1 8.672399e-01 1.000000e+00
GO:0009155    10   0 1.000000e+00 1.000000e+00
GO:0009156    31   0 1.000000e+00 1.000000e+00
GO:0009157     8   0 1.000000e+00 1.000000e+00
GO:0009158    13   0 1.000000e+00 1.000000e+00
GO:0009159    14   0 1.000000e+00 1.000000e+00
GO:0009161    53   0 1.000000e+00 1.000000e+00
GO:0009162    23   0 1.000000e+00 1.000000e+00
GO:0009163    18   0 1.000000e+00 1.000000e+00
GO:0009164    25   1 3.231977e-01 1.000000e+00
GO:0009165   268   2 9.254767e-01 1.000000e+00
GO:0009166   158   1 9.201784e-01 1.000000e+00
GO:0009167    37   0 1.000000e+00 1.000000e+00
GO:0009168    18   0 1.000000e+00 1.000000e+00
GO:0009169     9   0 1.000000e+00 1.000000e+00
GO:0009170    10   0 1.000000e+00 1.000000e+00
GO:0009171     3   0 1.000000e+00 1.000000e+00
GO:0009172     6   0 1.000000e+00 1.000000e+00
GO:0009173    15   0 1.000000e+00 1.000000e+00
GO:0009174    11   0 1.000000e+00 1.000000e+00
GO:0009175     5   0 1.000000e+00 1.000000e+00
GO:0009176    11   0 1.000000e+00 1.000000e+00
GO:0009177     3   0 1.000000e+00 1.000000e+00
GO:0009178     8   0 1.000000e+00 1.000000e+00
GO:0009179   103   1 8.070449e-01 1.000000e+00
GO:0009180     5   0 1.000000e+00 1.000000e+00
GO:0009181    90   1 7.624633e-01 1.000000e+00
GO:0009182     3   0 1.000000e+00 1.000000e+00
GO:0009183     2   0 1.000000e+00 1.000000e+00
GO:0009184     1   0 1.000000e+00 1.000000e+00
GO:0009185   113   1 8.359701e-01 1.000000e+00
GO:0009186     5   0 1.000000e+00 1.000000e+00
GO:0009187    40   0 1.000000e+00 1.000000e+00
GO:0009188     9   0 1.000000e+00 1.000000e+00
GO:0009189     4   0 1.000000e+00 1.000000e+00
GO:0009190    20   0 1.000000e+00 1.000000e+00
GO:0009191    93   1 7.736464e-01 1.000000e+00
GO:0009192     1   0 1.000000e+00 1.000000e+00
GO:0009193     7   0 1.000000e+00 1.000000e+00
GO:0009194     4   0 1.000000e+00 1.000000e+00
GO:0009195     3   0 1.000000e+00 1.000000e+00
GO:0009196     2   0 1.000000e+00 1.000000e+00
GO:0009197     2   0 1.000000e+00 1.000000e+00
GO:0009199   231   1 9.748649e-01 1.000000e+00
GO:0009200     8   0 1.000000e+00 1.000000e+00
GO:0009201   104   0 1.000000e+00 1.000000e+00
GO:0009202     1   0 1.000000e+00 1.000000e+00
GO:0009203     2   0 1.000000e+00 1.000000e+00
GO:0009204     5   0 1.000000e+00 1.000000e+00
GO:0009205   225   1 9.723092e-01 1.000000e+00
GO:0009206    99   0 1.000000e+00 1.000000e+00
GO:0009207     1   0 1.000000e+00 1.000000e+00
GO:0009208    17   0 1.000000e+00 1.000000e+00
GO:0009209    14   0 1.000000e+00 1.000000e+00
GO:0009210     1   0 1.000000e+00 1.000000e+00
GO:0009211     6   0 1.000000e+00 1.000000e+00
GO:0009212     4   0 1.000000e+00 1.000000e+00
GO:0009213     2   0 1.000000e+00 1.000000e+00
GO:0009214    14   0 1.000000e+00 1.000000e+00
GO:0009215     6   0 1.000000e+00 1.000000e+00
GO:0009216     1   0 1.000000e+00 1.000000e+00
GO:0009217     4   0 1.000000e+00 1.000000e+00
GO:0009218    30   0 1.000000e+00 1.000000e+00
GO:0009219    23   0 1.000000e+00 1.000000e+00
GO:0009220    22   0 1.000000e+00 1.000000e+00
GO:0009221     6   0 1.000000e+00 1.000000e+00
GO:0009222     8   0 1.000000e+00 1.000000e+00
GO:0009223    18   0 1.000000e+00 1.000000e+00
GO:0009224     4   0 1.000000e+00 1.000000e+00
GO:0009225    37   1 4.369655e-01 1.000000e+00
GO:0009226    19   0 1.000000e+00 1.000000e+00
GO:0009227     2   0 1.000000e+00 1.000000e+00
GO:0009229     5   0 1.000000e+00 1.000000e+00
GO:0009231     1   0 1.000000e+00 1.000000e+00
GO:0009233     4   0 1.000000e+00 1.000000e+00
GO:0009234     1   0 1.000000e+00 1.000000e+00
GO:0009235     9   0 1.000000e+00 1.000000e+00
GO:0009237     1   0 1.000000e+00 1.000000e+00
GO:0009240     5   0 1.000000e+00 1.000000e+00
GO:0009247    76   2 3.334692e-01 1.000000e+00
GO:0009249     5   0 1.000000e+00 1.000000e+00
GO:0009250    43   0 1.000000e+00 1.000000e+00
GO:0009251    16   0 1.000000e+00 1.000000e+00
GO:0009253     6   0 1.000000e+00 1.000000e+00
GO:0009256     6   0 1.000000e+00 1.000000e+00
GO:0009257     2   0 1.000000e+00 1.000000e+00
GO:0009258     3   0 1.000000e+00 1.000000e+00
GO:0009259   430   2 9.916130e-01 1.000000e+00
GO:0009260   205   1 9.623792e-01 1.000000e+00
GO:0009261   132   1 8.789719e-01 1.000000e+00
GO:0009262    42   0 1.000000e+00 1.000000e+00
GO:0009263    14   0 1.000000e+00 1.000000e+00
GO:0009264    28   0 1.000000e+00 1.000000e+00
GO:0009265    14   0 1.000000e+00 1.000000e+00
GO:0009266   164   0 1.000000e+00 1.000000e+00
GO:0009267   162   1 9.229170e-01 1.000000e+00
GO:0009268    40   1 4.582327e-01 1.000000e+00
GO:0009295    44   0 1.000000e+00 1.000000e+00
GO:0009298     4   0 1.000000e+00 1.000000e+00
GO:0009299    47   1 5.237546e-01 1.000000e+00
GO:0009301    20   0 1.000000e+00 1.000000e+00
GO:0009303    40   0 1.000000e+00 1.000000e+00
GO:0009304    13   0 1.000000e+00 1.000000e+00
GO:0009306   355   9 1.013774e-01 1.000000e+00
GO:0009308   106   0 1.000000e+00 1.000000e+00
GO:0009309    36   0 1.000000e+00 1.000000e+00
GO:0009310    16   0 1.000000e+00 1.000000e+00
GO:0009311    63   1 6.232455e-01 1.000000e+00
GO:0009312    29   0 1.000000e+00 1.000000e+00
GO:0009313    15   0 1.000000e+00 1.000000e+00
GO:0009314   412   2 9.887031e-01 1.000000e+00
GO:0009328     2   0 1.000000e+00 1.000000e+00
GO:0009330     1   0 1.000000e+00 1.000000e+00
GO:0009331     3   0 1.000000e+00 1.000000e+00
GO:0009353     1   0 1.000000e+00 1.000000e+00
GO:0009360     1   0 1.000000e+00 1.000000e+00
GO:0009361     2   0 1.000000e+00 1.000000e+00
GO:0009368     2   0 1.000000e+00 1.000000e+00
GO:0009374     5   0 1.000000e+00 1.000000e+00
GO:0009378     6   0 1.000000e+00 1.000000e+00
GO:0009383     3   0 1.000000e+00 1.000000e+00
GO:0009384     1   0 1.000000e+00 1.000000e+00
GO:0009386     2   0 1.000000e+00 1.000000e+00
GO:0009394    41   0 1.000000e+00 1.000000e+00
GO:0009395    53   0 1.000000e+00 1.000000e+00
GO:0009396     9   0 1.000000e+00 1.000000e+00
GO:0009397     4   0 1.000000e+00 1.000000e+00
GO:0009398     1   0 1.000000e+00 1.000000e+00
GO:0009403     1   0 1.000000e+00 1.000000e+00
GO:0009404    15   0 1.000000e+00 1.000000e+00
GO:0009407     1   0 1.000000e+00 1.000000e+00
GO:0009408    98   0 1.000000e+00 1.000000e+00
GO:0009409    41   0 1.000000e+00 1.000000e+00
GO:0009410   426   3 9.604446e-01 1.000000e+00
GO:0009411   148   1 9.024704e-01 1.000000e+00
GO:0009414     5   0 1.000000e+00 1.000000e+00
GO:0009415    13   0 1.000000e+00 1.000000e+00
GO:0009416   304   2 9.518032e-01 1.000000e+00
GO:0009435    26   1 3.358193e-01 1.000000e+00
GO:0009436     3   0 1.000000e+00 1.000000e+00
GO:0009437    11   0 1.000000e+00 1.000000e+00
GO:0009438     6   0 1.000000e+00 1.000000e+00
GO:0009439     2   0 1.000000e+00 1.000000e+00
GO:0009440     2   0 1.000000e+00 1.000000e+00
GO:0009441     3   0 1.000000e+00 1.000000e+00
GO:0009443     1   0 1.000000e+00 1.000000e+00
GO:0009445     7   0 1.000000e+00 1.000000e+00
GO:0009446     5   0 1.000000e+00 1.000000e+00
GO:0009447     1   0 1.000000e+00 1.000000e+00
GO:0009448     7   0 1.000000e+00 1.000000e+00
GO:0009449     5   0 1.000000e+00 1.000000e+00
GO:0009450     2   0 1.000000e+00 1.000000e+00
GO:0009451   172   3 5.137944e-01 1.000000e+00
GO:0009452     8   0 1.000000e+00 1.000000e+00
GO:0009566   193   2 8.035004e-01 1.000000e+00
GO:0009581   130   1 8.712103e-01 1.000000e+00
GO:0009582   133   1 8.768246e-01 1.000000e+00
GO:0009583    61   0 1.000000e+00 1.000000e+00
GO:0009584    46   0 1.000000e+00 1.000000e+00
GO:0009589     2   0 1.000000e+00 1.000000e+00
GO:0009590     2   0 1.000000e+00 1.000000e+00
GO:0009593   402   5 5.856757e-01 1.000000e+00
GO:0009595    35   3 1.662309e-02 6.471147e-01
GO:0009597     6   0 1.000000e+00 1.000000e+00
GO:0009605  2558  58 1.416565e-03 1.403026e-01
GO:0009607  1453  43 2.222405e-05 7.006524e-03
GO:0009608     6   1 8.489845e-02 1.000000e+00
GO:0009609     6   1 8.489845e-02 1.000000e+00
GO:0009611   543   8 6.077434e-01 1.000000e+00
GO:0009612   210   3 6.401219e-01 1.000000e+00
GO:0009615   382  11 3.358537e-02 8.776473e-01
GO:0009617   646  15 7.032192e-02 1.000000e+00
GO:0009620    60   2 2.298073e-01 1.000000e+00
GO:0009624     7   0 1.000000e+00 1.000000e+00
GO:0009628  1078  10 9.736275e-01 1.000000e+00
GO:0009629     9   1 1.268769e-01 1.000000e+00
GO:0009631     3   0 1.000000e+00 1.000000e+00
GO:0009635     4   0 1.000000e+00 1.000000e+00
GO:0009636   246   6 1.802027e-01 1.000000e+00
GO:0009637     6   0 1.000000e+00 1.000000e+00
GO:0009642    16   0 1.000000e+00 1.000000e+00
GO:0009644     4   0 1.000000e+00 1.000000e+00
GO:0009645     1   0 1.000000e+00 1.000000e+00
GO:0009646     2   0 1.000000e+00 1.000000e+00
GO:0009648    28   0 1.000000e+00 1.000000e+00
GO:0009649    30   0 1.000000e+00 1.000000e+00
GO:0009650    12   0 1.000000e+00 1.000000e+00
GO:0009651    24   2 5.415431e-02 1.000000e+00
GO:0009653  2623  41 5.117931e-01 1.000000e+00
GO:0009669     4   0 1.000000e+00 1.000000e+00
GO:0009673     1   0 1.000000e+00 1.000000e+00
GO:0009674     3   0 1.000000e+00 1.000000e+00
GO:0009679     2   0 1.000000e+00 1.000000e+00
GO:0009682     1   0 1.000000e+00 1.000000e+00
GO:0009683     1   0 1.000000e+00 1.000000e+00
GO:0009692     1   0 1.000000e+00 1.000000e+00
GO:0009698     6   0 1.000000e+00 1.000000e+00
GO:0009712    49   0 1.000000e+00 1.000000e+00
GO:0009713    22   0 1.000000e+00 1.000000e+00
GO:0009719  1670  22 8.070540e-01 1.000000e+00
GO:0009725   846   9 9.076170e-01 1.000000e+00
GO:0009726     3   0 1.000000e+00 1.000000e+00
GO:0009730     2   0 1.000000e+00 1.000000e+00
GO:0009732     2   0 1.000000e+00 1.000000e+00
GO:0009737     1   0 1.000000e+00 1.000000e+00
GO:0009738     1   0 1.000000e+00 1.000000e+00
GO:0009743   229   5 2.747337e-01 1.000000e+00
GO:0009744     6   0 1.000000e+00 1.000000e+00
GO:0009746   198   5 1.867472e-01 1.000000e+00
GO:0009749   193   4 3.414559e-01 1.000000e+00
GO:0009750    10   1 1.492277e-01 1.000000e+00
GO:0009751     1   0 1.000000e+00 1.000000e+00
GO:0009753     4   0 1.000000e+00 1.000000e+00
GO:0009755   188   2 7.851267e-01 1.000000e+00
GO:0009756    10   0 1.000000e+00 1.000000e+00
GO:0009757     8   0 1.000000e+00 1.000000e+00
GO:0009785     2   0 1.000000e+00 1.000000e+00
GO:0009786     5   0 1.000000e+00 1.000000e+00
GO:0009787     1   0 1.000000e+00 1.000000e+00
GO:0009789     1   0 1.000000e+00 1.000000e+00
GO:0009790  1092  11 9.570746e-01 1.000000e+00
GO:0009791    84   0 1.000000e+00 1.000000e+00
GO:0009792   658   5 9.776375e-01 1.000000e+00
GO:0009794     4   0 1.000000e+00 1.000000e+00
GO:0009798    93   2 4.266805e-01 1.000000e+00
GO:0009799   137   0 1.000000e+00 1.000000e+00
GO:0009804     6   0 1.000000e+00 1.000000e+00
GO:0009810     1   0 1.000000e+00 1.000000e+00
GO:0009812    11   0 1.000000e+00 1.000000e+00
GO:0009820     7   0 1.000000e+00 1.000000e+00
GO:0009822     3   0 1.000000e+00 1.000000e+00
GO:0009826     3   0 1.000000e+00 1.000000e+00
GO:0009838     5   0 1.000000e+00 1.000000e+00
GO:0009841     1   0 1.000000e+00 1.000000e+00
GO:0009850     1   0 1.000000e+00 1.000000e+00
GO:0009855   137   0 1.000000e+00 1.000000e+00
GO:0009880    70   1 6.682801e-01 1.000000e+00
GO:0009881    13   0 1.000000e+00 1.000000e+00
GO:0009882     2   0 1.000000e+00 1.000000e+00
GO:0009886     5   0 1.000000e+00 1.000000e+00
GO:0009887   994  12 8.554043e-01 1.000000e+00
GO:0009888  1943  28 6.873028e-01 1.000000e+00
GO:0009889  5129  80 4.457698e-01 1.000000e+00
GO:0009890  2416  37 4.850441e-01 1.000000e+00
GO:0009891  2551  45 1.929158e-01 1.000000e+00
GO:0009892  3028  44 6.424535e-01 1.000000e+00
GO:0009893  3574  61 2.096510e-01 1.000000e+00
GO:0009894  1044  17 4.384174e-01 1.000000e+00
GO:0009895   322   4 7.414118e-01 1.000000e+00
GO:0009896   589  11 2.870857e-01 1.000000e+00
GO:0009897   373  21 3.809788e-07 2.842610e-04
GO:0009898   152   3 4.250800e-01 1.000000e+00
GO:0009912     5   0 1.000000e+00 1.000000e+00
GO:0009913   237   2 8.798808e-01 1.000000e+00
GO:0009914   309   8 1.090279e-01 1.000000e+00
GO:0009922     7   0 1.000000e+00 1.000000e+00
GO:0009923     2   0 1.000000e+00 1.000000e+00
GO:0009925   272   8 6.230674e-02 1.000000e+00
GO:0009931     9   1 1.316021e-01 1.000000e+00
GO:0009932     1   0 1.000000e+00 1.000000e+00
GO:0009946     3   0 1.000000e+00 1.000000e+00
GO:0009948    55   2 2.101677e-01 1.000000e+00
GO:0009949     1   0 1.000000e+00 1.000000e+00
GO:0009950    14   0 1.000000e+00 1.000000e+00
GO:0009952   210   2 8.412865e-01 1.000000e+00
GO:0009953    89   1 7.502724e-01 1.000000e+00
GO:0009954    34   0 1.000000e+00 1.000000e+00
GO:0009955     1   0 1.000000e+00 1.000000e+00
GO:0009956     1   0 1.000000e+00 1.000000e+00
GO:0009957     5   0 1.000000e+00 1.000000e+00
GO:0009966  2947  54 9.925321e-02 1.000000e+00
GO:0009967  1529  31 7.342759e-02 1.000000e+00
GO:0009968  1305  24 2.089744e-01 1.000000e+00
GO:0009972    12   1 1.682879e-01 1.000000e+00
GO:0009975    20   0 1.000000e+00 1.000000e+00
GO:0009982    12   0 1.000000e+00 1.000000e+00
GO:0009986   840  34 3.130871e-07 2.416601e-04
GO:0009987 15767 238 7.317523e-01 1.000000e+00
GO:0009988    72   2 3.058748e-01 1.000000e+00
GO:0009991   493   4 9.505009e-01 1.000000e+00
GO:0009992     6   0 1.000000e+00 1.000000e+00
GO:0009994    64   0 1.000000e+00 1.000000e+00
GO:0009996     4   0 1.000000e+00 1.000000e+00
GO:0010001   254   3 7.603053e-01 1.000000e+00
GO:0010002    17   0 1.000000e+00 1.000000e+00
GO:0010008   536  10 3.167393e-01 1.000000e+00
GO:0010009     6   0 1.000000e+00 1.000000e+00
GO:0010021     1   0 1.000000e+00 1.000000e+00
GO:0010025     2   0 1.000000e+00 1.000000e+00
GO:0010032     6   0 1.000000e+00 1.000000e+00
GO:0010033  2577  46 1.547411e-01 1.000000e+00
GO:0010034     1   0 1.000000e+00 1.000000e+00
GO:0010035   510   9 3.908845e-01 1.000000e+00
GO:0010037     3   0 1.000000e+00 1.000000e+00
GO:0010038   344   5 6.192094e-01 1.000000e+00
GO:0010039    26   2 6.421190e-02 1.000000e+00
GO:0010040     6   0 1.000000e+00 1.000000e+00
GO:0010041     2   1 3.051819e-02 8.696241e-01
GO:0010042    17   0 1.000000e+00 1.000000e+00
GO:0010043    47   0 1.000000e+00 1.000000e+00
GO:0010044     3   0 1.000000e+00 1.000000e+00
GO:0010045     1   0 1.000000e+00 1.000000e+00
GO:0010046     2   0 1.000000e+00 1.000000e+00
GO:0010070     1   0 1.000000e+00 1.000000e+00
GO:0010085     1   0 1.000000e+00 1.000000e+00
GO:0010092    36   0 1.000000e+00 1.000000e+00
GO:0010121     1   0 1.000000e+00 1.000000e+00
GO:0010124     1   0 1.000000e+00 1.000000e+00
GO:0010133     3   0 1.000000e+00 1.000000e+00
GO:0010138     6   0 1.000000e+00 1.000000e+00
GO:0010142     2   0 1.000000e+00 1.000000e+00
GO:0010155    16   0 1.000000e+00 1.000000e+00
GO:0010157     3   0 1.000000e+00 1.000000e+00
GO:0010159     3   0 1.000000e+00 1.000000e+00
GO:0010160     1   0 1.000000e+00 1.000000e+00
GO:0010164     1   0 1.000000e+00 1.000000e+00
GO:0010165    27   0 1.000000e+00 1.000000e+00
GO:0010166     2   0 1.000000e+00 1.000000e+00
GO:0010171    46   0 1.000000e+00 1.000000e+00
GO:0010172    11   0 1.000000e+00 1.000000e+00
GO:0010181    15   0 1.000000e+00 1.000000e+00
GO:0010182     8   0 1.000000e+00 1.000000e+00
GO:0010185     1   0 1.000000e+00 1.000000e+00
GO:0010186     1   0 1.000000e+00 1.000000e+00
GO:0010189     1   0 1.000000e+00 1.000000e+00
GO:0010193     5   0 1.000000e+00 1.000000e+00
GO:0010212   135   0 1.000000e+00 1.000000e+00
GO:0010224    20   0 1.000000e+00 1.000000e+00
GO:0010225    13   0 1.000000e+00 1.000000e+00
GO:0010226    16   0 1.000000e+00 1.000000e+00
GO:0010232    84   1 7.310218e-01 1.000000e+00
GO:0010243   979  17 3.431328e-01 1.000000e+00
GO:0010248    11   0 1.000000e+00 1.000000e+00
GO:0010255     8   0 1.000000e+00 1.000000e+00
GO:0010256   564   8 6.490527e-01 1.000000e+00
GO:0010257    52   0 1.000000e+00 1.000000e+00
GO:0010265     2   0 1.000000e+00 1.000000e+00
GO:0010266     3   0 1.000000e+00 1.000000e+00
GO:0010269     8   0 1.000000e+00 1.000000e+00
GO:0010272     1   0 1.000000e+00 1.000000e+00
GO:0010273    14   0 1.000000e+00 1.000000e+00
GO:0010286     4   0 1.000000e+00 1.000000e+00
GO:0010288    19   0 1.000000e+00 1.000000e+00
GO:0010308     1   0 1.000000e+00 1.000000e+00
GO:0010309     1   0 1.000000e+00 1.000000e+00
GO:0010310    17   0 1.000000e+00 1.000000e+00
GO:0010312     2   0 1.000000e+00 1.000000e+00
GO:0010314    19   1 2.605843e-01 1.000000e+00
GO:0010324    64   2 2.676002e-01 1.000000e+00
GO:0010332    51   0 1.000000e+00 1.000000e+00
GO:0010335     1   0 1.000000e+00 1.000000e+00
GO:0010340     6   0 1.000000e+00 1.000000e+00
GO:0010348     1   0 1.000000e+00 1.000000e+00
GO:0010351     1   0 1.000000e+00 1.000000e+00
GO:0010359     7   0 1.000000e+00 1.000000e+00
GO:0010360     2   0 1.000000e+00 1.000000e+00
GO:0010369    13   0 1.000000e+00 1.000000e+00
GO:0010370     2   0 1.000000e+00 1.000000e+00
GO:0010385     5   0 1.000000e+00 1.000000e+00
GO:0010387     5   0 1.000000e+00 1.000000e+00
GO:0010389   100   0 1.000000e+00 1.000000e+00
GO:0010420     1   0 1.000000e+00 1.000000e+00
GO:0010421    18   0 1.000000e+00 1.000000e+00
GO:0010424     3   0 1.000000e+00 1.000000e+00
GO:0010428     1   0 1.000000e+00 1.000000e+00
GO:0010430     5   0 1.000000e+00 1.000000e+00
GO:0010436     2   0 1.000000e+00 1.000000e+00
GO:0010437     1   0 1.000000e+00 1.000000e+00
GO:0010446     3   0 1.000000e+00 1.000000e+00
GO:0010447    26   0 1.000000e+00 1.000000e+00
GO:0010453    41   0 1.000000e+00 1.000000e+00
GO:0010454    10   0 1.000000e+00 1.000000e+00
GO:0010455    15   0 1.000000e+00 1.000000e+00
GO:0010457    15   0 1.000000e+00 1.000000e+00
GO:0010458    31   0 1.000000e+00 1.000000e+00
GO:0010459    11   1 1.524762e-01 1.000000e+00
GO:0010460    26   0 1.000000e+00 1.000000e+00
GO:0010463    44   0 1.000000e+00 1.000000e+00
GO:0010464    33   0 1.000000e+00 1.000000e+00
GO:0010465     2   0 1.000000e+00 1.000000e+00
GO:0010466   118   4 1.067393e-01 1.000000e+00
GO:0010467  6385  94 6.692083e-01 1.000000e+00
GO:0010468  4857  78 3.313182e-01 1.000000e+00
GO:0010469    97   5 1.797903e-02 6.517419e-01
GO:0010470    16   0 1.000000e+00 1.000000e+00
GO:0010481     3   0 1.000000e+00 1.000000e+00
GO:0010482     3   0 1.000000e+00 1.000000e+00
GO:0010484    15   0 1.000000e+00 1.000000e+00
GO:0010485    21   0 1.000000e+00 1.000000e+00
GO:0010494    85   1 7.360836e-01 1.000000e+00
GO:0010496    10   0 1.000000e+00 1.000000e+00
GO:0010498   502   4 9.550063e-01 1.000000e+00
GO:0010499     4   0 1.000000e+00 1.000000e+00
GO:0010501     8   0 1.000000e+00 1.000000e+00
GO:0010506   335   9 7.940507e-02 1.000000e+00
GO:0010507    83   1 7.339760e-01 1.000000e+00
GO:0010508   142   7 6.657560e-03 3.801059e-01
GO:0010510     3   0 1.000000e+00 1.000000e+00
GO:0010511     4   0 1.000000e+00 1.000000e+00
GO:0010512     2   0 1.000000e+00 1.000000e+00
GO:0010513     2   0 1.000000e+00 1.000000e+00
GO:0010517    49   1 5.340397e-01 1.000000e+00
GO:0010518    42   1 4.824319e-01 1.000000e+00
GO:0010519     5   0 1.000000e+00 1.000000e+00
GO:0010520     4   0 1.000000e+00 1.000000e+00
GO:0010521     4   0 1.000000e+00 1.000000e+00
GO:0010522    18   0 1.000000e+00 1.000000e+00
GO:0010523     4   0 1.000000e+00 1.000000e+00
GO:0010524    13   0 1.000000e+00 1.000000e+00
GO:0010526    34   1 4.100551e-01 1.000000e+00
GO:0010533     8   0 1.000000e+00 1.000000e+00
GO:0010536     7   0 1.000000e+00 1.000000e+00
GO:0010543    50   1 5.469455e-01 1.000000e+00
GO:0010544    18   0 1.000000e+00 1.000000e+00
GO:0010556  4979  80 3.269682e-01 1.000000e+00
GO:0010557  2453  45 1.284015e-01 1.000000e+00
GO:0010558  2356  36 4.904067e-01 1.000000e+00
GO:0010559    50   0 1.000000e+00 1.000000e+00
GO:0010560    23   0 1.000000e+00 1.000000e+00
GO:0010561    21   0 1.000000e+00 1.000000e+00
GO:0010562   661  15 8.768945e-02 1.000000e+00
GO:0010563   372   5 6.867828e-01 1.000000e+00
GO:0010564   711   9 7.722893e-01 1.000000e+00
GO:0010565   135   3 3.441082e-01 1.000000e+00
GO:0010566    22   0 1.000000e+00 1.000000e+00
GO:0010569    64   0 1.000000e+00 1.000000e+00
GO:0010571     6   0 1.000000e+00 1.000000e+00
GO:0010572    11   1 1.634630e-01 1.000000e+00
GO:0010573    59   2 2.069818e-01 1.000000e+00
GO:0010574    55   1 5.471770e-01 1.000000e+00
GO:0010575    30   0 1.000000e+00 1.000000e+00
GO:0010578     1   0 1.000000e+00 1.000000e+00
GO:0010585     2   0 1.000000e+00 1.000000e+00
GO:0010586   102   4 7.674534e-02 1.000000e+00
GO:0010587    15   0 1.000000e+00 1.000000e+00
GO:0010591    37   1 4.371467e-01 1.000000e+00
GO:0010592    26   0 1.000000e+00 1.000000e+00
GO:0010593     5   1 6.736419e-02 1.000000e+00
GO:0010594   218   5 2.380671e-01 1.000000e+00
GO:0010595   124   4 1.227291e-01 1.000000e+00
GO:0010596    91   2 3.943644e-01 1.000000e+00
GO:0010603     7   1 1.037531e-01 1.000000e+00
GO:0010604  3286  57 1.834034e-01 1.000000e+00
GO:0010605  2828  39 7.592593e-01 1.000000e+00
GO:0010606     6   0 1.000000e+00 1.000000e+00
GO:0010607     1   1 1.608537e-02 6.350174e-01
GO:0010608   904  13 5.415336e-01 1.000000e+00
GO:0010609     3   0 1.000000e+00 1.000000e+00
GO:0010610     1   0 1.000000e+00 1.000000e+00
GO:0010611    67   2 2.634099e-01 1.000000e+00
GO:0010612    18   0 1.000000e+00 1.000000e+00
GO:0010613    35   2 8.987043e-02 1.000000e+00
GO:0010614    34   0 1.000000e+00 1.000000e+00
GO:0010615     9   0 1.000000e+00 1.000000e+00
GO:0010616     8   0 1.000000e+00 1.000000e+00
GO:0010621     3   0 1.000000e+00 1.000000e+00
GO:0010623    24   0 1.000000e+00 1.000000e+00
GO:0010624     9   0 1.000000e+00 1.000000e+00
GO:0010625     1   0 1.000000e+00 1.000000e+00
GO:0010626     8   0 1.000000e+00 1.000000e+00
GO:0010628  1119  31 1.168596e-03 1.205431e-01
GO:0010629  1405  26 1.368381e-01 1.000000e+00
GO:0010631   354   7 3.045492e-01 1.000000e+00
GO:0010632   280   7 1.389795e-01 1.000000e+00
GO:0010633   108   2 4.823029e-01 1.000000e+00
GO:0010634   168   6 4.616292e-02 1.000000e+00
GO:0010635    11   0 1.000000e+00 1.000000e+00
GO:0010636     3   0 1.000000e+00 1.000000e+00
GO:0010637     7   0 1.000000e+00 1.000000e+00
GO:0010638   493   6 7.833430e-01 1.000000e+00
GO:0010639   336   4 7.672658e-01 1.000000e+00
GO:0010640    24   0 1.000000e+00 1.000000e+00
GO:0010641     6   0 1.000000e+00 1.000000e+00
GO:0010642    13   0 1.000000e+00 1.000000e+00
GO:0010643     3   0 1.000000e+00 1.000000e+00
GO:0010644    32   0 1.000000e+00 1.000000e+00
GO:0010645     1   0 1.000000e+00 1.000000e+00
GO:0010646  3354  58 1.888848e-01 1.000000e+00
GO:0010647  1732  35 6.131493e-02 1.000000e+00
GO:0010648  1405  27 1.371960e-01 1.000000e+00
GO:0010649    15   0 1.000000e+00 1.000000e+00
GO:0010650     3   0 1.000000e+00 1.000000e+00
GO:0010652     1   0 1.000000e+00 1.000000e+00
GO:0010656    54   1 5.596134e-01 1.000000e+00
GO:0010657    96   3 1.749563e-01 1.000000e+00
GO:0010658    57   2 2.037223e-01 1.000000e+00
GO:0010659    55   2 1.924494e-01 1.000000e+00
GO:0010660    89   3 1.501856e-01 1.000000e+00
GO:0010661    36   2 9.921865e-02 1.000000e+00
GO:0010662    53   2 1.832840e-01 1.000000e+00
GO:0010663    19   1 2.443115e-01 1.000000e+00
GO:0010664    34   1 3.971518e-01 1.000000e+00
GO:0010665    51   2 1.721819e-01 1.000000e+00
GO:0010666    19   1 2.443115e-01 1.000000e+00
GO:0010667    32   1 3.780129e-01 1.000000e+00
GO:0010668     6   0 1.000000e+00 1.000000e+00
GO:0010669    34   2 9.880523e-02 1.000000e+00
GO:0010692     2   0 1.000000e+00 1.000000e+00
GO:0010694     2   0 1.000000e+00 1.000000e+00
GO:0010698     4   0 1.000000e+00 1.000000e+00
GO:0010700     6   0 1.000000e+00 1.000000e+00
GO:0010701     3   0 1.000000e+00 1.000000e+00
GO:0010705     2   0 1.000000e+00 1.000000e+00
GO:0010706     6   0 1.000000e+00 1.000000e+00
GO:0010707     1   0 1.000000e+00 1.000000e+00
GO:0010710     4   0 1.000000e+00 1.000000e+00
GO:0010711     1   0 1.000000e+00 1.000000e+00
GO:0010712    41   0 1.000000e+00 1.000000e+00
GO:0010713    12   0 1.000000e+00 1.000000e+00
GO:0010714    25   0 1.000000e+00 1.000000e+00
GO:0010715    17   1 2.336269e-01 1.000000e+00
GO:0010716     5   0 1.000000e+00 1.000000e+00
GO:0010717   118   0 1.000000e+00 1.000000e+00
GO:0010718    57   0 1.000000e+00 1.000000e+00
GO:0010719    51   0 1.000000e+00 1.000000e+00
GO:0010720   432  15 3.452978e-03 2.508679e-01
GO:0010721   272   7 1.293688e-01 1.000000e+00
GO:0010722     1   0 1.000000e+00 1.000000e+00
GO:0010724     1   0 1.000000e+00 1.000000e+00
GO:0010725     1   0 1.000000e+00 1.000000e+00
GO:0010726     6   0 1.000000e+00 1.000000e+00
GO:0010727     5   0 1.000000e+00 1.000000e+00
GO:0010728     7   0 1.000000e+00 1.000000e+00
GO:0010729     4   0 1.000000e+00 1.000000e+00
GO:0010730     3   0 1.000000e+00 1.000000e+00
GO:0010731     1   0 1.000000e+00 1.000000e+00
GO:0010732     1   0 1.000000e+00 1.000000e+00
GO:0010734     1   0 1.000000e+00 1.000000e+00
GO:0010736     1   0 1.000000e+00 1.000000e+00
GO:0010737    37   1 4.346511e-01 1.000000e+00
GO:0010738    20   1 2.665907e-01 1.000000e+00
GO:0010739    12   0 1.000000e+00 1.000000e+00
GO:0010742    40   1 4.652825e-01 1.000000e+00
GO:0010743    33   1 4.045621e-01 1.000000e+00
GO:0010744    19   1 2.611121e-01 1.000000e+00
GO:0010745    14   0 1.000000e+00 1.000000e+00
GO:0010746     6   1 9.020451e-02 1.000000e+00
GO:0010747     2   1 3.000728e-02 8.696241e-01
GO:0010748     4   0 1.000000e+00 1.000000e+00
GO:0010749    11   0 1.000000e+00 1.000000e+00
GO:0010750     5   0 1.000000e+00 1.000000e+00
GO:0010751     3   0 1.000000e+00 1.000000e+00
GO:0010752    11   0 1.000000e+00 1.000000e+00
GO:0010753     5   0 1.000000e+00 1.000000e+00
GO:0010754     6   0 1.000000e+00 1.000000e+00
GO:0010755    18   2 3.015133e-02 8.696241e-01
GO:0010756     8   1 1.126110e-01 1.000000e+00
GO:0010757     8   1 1.173117e-01 1.000000e+00
GO:0010758    27   1 3.451323e-01 1.000000e+00
GO:0010759    18   0 1.000000e+00 1.000000e+00
GO:0010760     7   1 9.584520e-02 1.000000e+00
GO:0010761    55   1 5.754977e-01 1.000000e+00
GO:0010762    40   0 1.000000e+00 1.000000e+00
GO:0010763    15   0 1.000000e+00 1.000000e+00
GO:0010764    12   0 1.000000e+00 1.000000e+00
GO:0010765    28   0 1.000000e+00 1.000000e+00
GO:0010766    17   0 1.000000e+00 1.000000e+00
GO:0010770    31   0 1.000000e+00 1.000000e+00
GO:0010774     1   0 1.000000e+00 1.000000e+00
GO:0010780     1   0 1.000000e+00 1.000000e+00
GO:0010792     5   0 1.000000e+00 1.000000e+00
GO:0010793     7   0 1.000000e+00 1.000000e+00
GO:0010795     3   0 1.000000e+00 1.000000e+00
GO:0010796     2   0 1.000000e+00 1.000000e+00
GO:0010799    42   0 1.000000e+00 1.000000e+00
GO:0010800    26   0 1.000000e+00 1.000000e+00
GO:0010801    19   0 1.000000e+00 1.000000e+00
GO:0010803    60   2 2.254733e-01 1.000000e+00
GO:0010804    27   1 3.264229e-01 1.000000e+00
GO:0010807     7   0 1.000000e+00 1.000000e+00
GO:0010808     1   0 1.000000e+00 1.000000e+00
GO:0010810   214   6 1.168455e-01 1.000000e+00
GO:0010811   122   5 4.164270e-02 9.863812e-01
GO:0010812    61   0 1.000000e+00 1.000000e+00
GO:0010813     4   1 6.158747e-02 1.000000e+00
GO:0010814     3   1 4.522849e-02 1.000000e+00
GO:0010815     7   1 1.019123e-01 1.000000e+00
GO:0010816     1   1 1.694509e-02 6.500418e-01
GO:0010817   516  11 1.686510e-01 1.000000e+00
GO:0010818    26   1 3.072454e-01 1.000000e+00
GO:0010819    15   1 1.965410e-01 1.000000e+00
GO:0010820    14   1 1.871638e-01 1.000000e+00
GO:0010821   143   2 6.520306e-01 1.000000e+00
GO:0010822    70   2 2.945402e-01 1.000000e+00
GO:0010823    48   0 1.000000e+00 1.000000e+00
GO:0010824    46   1 5.030958e-01 1.000000e+00
GO:0010825     4   0 1.000000e+00 1.000000e+00
GO:0010826    12   0 1.000000e+00 1.000000e+00
GO:0010827    75   3 1.083418e-01 1.000000e+00
GO:0010828    41   1 4.685955e-01 1.000000e+00
GO:0010829    21   2 3.822232e-02 9.358937e-01
GO:0010830    47   0 1.000000e+00 1.000000e+00
GO:0010831    17   0 1.000000e+00 1.000000e+00
GO:0010832    16   0 1.000000e+00 1.000000e+00
GO:0010833    79   0 1.000000e+00 1.000000e+00
GO:0010835     8   0 1.000000e+00 1.000000e+00
GO:0010836     4   0 1.000000e+00 1.000000e+00
GO:0010837    46   0 1.000000e+00 1.000000e+00
GO:0010838    15   0 1.000000e+00 1.000000e+00
GO:0010839    23   0 1.000000e+00 1.000000e+00
GO:0010840     4   0 1.000000e+00 1.000000e+00
GO:0010841     3   0 1.000000e+00 1.000000e+00
GO:0010842    23   0 1.000000e+00 1.000000e+00
GO:0010844     2   0 1.000000e+00 1.000000e+00
GO:0010845     4   0 1.000000e+00 1.000000e+00
GO:0010849     1   0 1.000000e+00 1.000000e+00
GO:0010851    16   0 1.000000e+00 1.000000e+00
GO:0010852     5   0 1.000000e+00 1.000000e+00
GO:0010853    11   0 1.000000e+00 1.000000e+00
GO:0010854     8   0 1.000000e+00 1.000000e+00
GO:0010855     4   0 1.000000e+00 1.000000e+00
GO:0010856     4   0 1.000000e+00 1.000000e+00
GO:0010857    10   1 1.444182e-01 1.000000e+00
GO:0010858     3   0 1.000000e+00 1.000000e+00
GO:0010859     1   0 1.000000e+00 1.000000e+00
GO:0010863    33   1 4.007442e-01 1.000000e+00
GO:0010866    21   0 1.000000e+00 1.000000e+00
GO:0010867    13   0 1.000000e+00 1.000000e+00
GO:0010868     5   0 1.000000e+00 1.000000e+00
GO:0010874    54   0 1.000000e+00 1.000000e+00
GO:0010875    27   0 1.000000e+00 1.000000e+00
GO:0010876   495   6 7.756370e-01 1.000000e+00
GO:0010877     2   0 1.000000e+00 1.000000e+00
GO:0010878    25   1 3.177110e-01 1.000000e+00
GO:0010879     1   0 1.000000e+00 1.000000e+00
GO:0010880    29   1 3.610482e-01 1.000000e+00
GO:0010881    20   0 1.000000e+00 1.000000e+00
GO:0010882    24   0 1.000000e+00 1.000000e+00
GO:0010883    54   2 1.996017e-01 1.000000e+00
GO:0010884    27   1 3.371006e-01 1.000000e+00
GO:0010885    19   1 2.522302e-01 1.000000e+00
GO:0010886     8   1 1.138669e-01 1.000000e+00
GO:0010887    11   0 1.000000e+00 1.000000e+00
GO:0010888    22   1 2.884240e-01 1.000000e+00
GO:0010889    15   0 1.000000e+00 1.000000e+00
GO:0010890     9   0 1.000000e+00 1.000000e+00
GO:0010891     6   0 1.000000e+00 1.000000e+00
GO:0010893    23   2 4.960390e-02 1.000000e+00
GO:0010894    25   0 1.000000e+00 1.000000e+00
GO:0010896    13   0 1.000000e+00 1.000000e+00
GO:0010897     5   0 1.000000e+00 1.000000e+00
GO:0010898     8   0 1.000000e+00 1.000000e+00
GO:0010899     3   0 1.000000e+00 1.000000e+00
GO:0010900     1   0 1.000000e+00 1.000000e+00
GO:0010901     6   0 1.000000e+00 1.000000e+00
GO:0010902     2   0 1.000000e+00 1.000000e+00
GO:0010903     4   0 1.000000e+00 1.000000e+00
GO:0010904     1   0 1.000000e+00 1.000000e+00
GO:0010905     1   0 1.000000e+00 1.000000e+00
GO:0010906    97   0 1.000000e+00 1.000000e+00
GO:0010907    43   0 1.000000e+00 1.000000e+00
GO:0010908     4   0 1.000000e+00 1.000000e+00
GO:0010909     3   0 1.000000e+00 1.000000e+00
GO:0010911     7   0 1.000000e+00 1.000000e+00
GO:0010912     7   0 1.000000e+00 1.000000e+00
GO:0010915     5   0 1.000000e+00 1.000000e+00
GO:0010916     4   0 1.000000e+00 1.000000e+00
GO:0010917    13   0 1.000000e+00 1.000000e+00
GO:0010918     7   0 1.000000e+00 1.000000e+00
GO:0010919    15   1 2.022627e-01 1.000000e+00
GO:0010920     2   0 1.000000e+00 1.000000e+00
GO:0010921    57   4 1.149046e-02 5.525573e-01
GO:0010922    27   2 6.519588e-02 1.000000e+00
GO:0010923    22   2 4.444022e-02 1.000000e+00
GO:0010924     1   0 1.000000e+00 1.000000e+00
GO:0010925     1   0 1.000000e+00 1.000000e+00
GO:0010927   135   3 3.519341e-01 1.000000e+00
GO:0010931     1   0 1.000000e+00 1.000000e+00
GO:0010932     1   0 1.000000e+00 1.000000e+00
GO:0010933     1   0 1.000000e+00 1.000000e+00
GO:0010934    36   2 1.047530e-01 1.000000e+00
GO:0010935    36   2 1.047530e-01 1.000000e+00
GO:0010936    12   1 1.676718e-01 1.000000e+00
GO:0010938     1   0 1.000000e+00 1.000000e+00
GO:0010944    12   0 1.000000e+00 1.000000e+00
GO:0010945     5   0 1.000000e+00 1.000000e+00
GO:0010948   302   2 9.482018e-01 1.000000e+00
GO:0010949     2   0 1.000000e+00 1.000000e+00
GO:0010950   150   5 8.439077e-02 1.000000e+00
GO:0010951   110   4 8.765789e-02 1.000000e+00
GO:0010952   164   5 1.122207e-01 1.000000e+00
GO:0010954    23   1 2.992698e-01 1.000000e+00
GO:0010955    26   1 3.368401e-01 1.000000e+00
GO:0010956     3   0 1.000000e+00 1.000000e+00
GO:0010957     5   0 1.000000e+00 1.000000e+00
GO:0010958    14   1 1.985422e-01 1.000000e+00
GO:0010959   375  12 1.400635e-02 6.135596e-01
GO:0010960    10   0 1.000000e+00 1.000000e+00
GO:0010961     3   0 1.000000e+00 1.000000e+00
GO:0010962    28   0 1.000000e+00 1.000000e+00
GO:0010965    59   0 1.000000e+00 1.000000e+00
GO:0010966     7   0 1.000000e+00 1.000000e+00
GO:0010967     1   0 1.000000e+00 1.000000e+00
GO:0010968    17   0 1.000000e+00 1.000000e+00
GO:0010970   163   3 4.670979e-01 1.000000e+00
GO:0010971    28   0 1.000000e+00 1.000000e+00
GO:0010972    64   0 1.000000e+00 1.000000e+00
GO:0010975   433   5 8.100675e-01 1.000000e+00
GO:0010976   153   2 6.904350e-01 1.000000e+00
GO:0010977   138   2 6.370153e-01 1.000000e+00
GO:0010979     3   0 1.000000e+00 1.000000e+00
GO:0010980     3   0 1.000000e+00 1.000000e+00
GO:0010982    10   0 1.000000e+00 1.000000e+00
GO:0010983     7   0 1.000000e+00 1.000000e+00
GO:0010984    35   0 1.000000e+00 1.000000e+00
GO:0010985    20   0 1.000000e+00 1.000000e+00
GO:0010986    11   0 1.000000e+00 1.000000e+00
GO:0010987     3   0 1.000000e+00 1.000000e+00
GO:0010988    22   0 1.000000e+00 1.000000e+00
GO:0010989    15   0 1.000000e+00 1.000000e+00
GO:0010992    13   0 1.000000e+00 1.000000e+00
GO:0010994     9   0 1.000000e+00 1.000000e+00
GO:0010996    31   1 3.918287e-01 1.000000e+00
GO:0010997     9   0 1.000000e+00 1.000000e+00
GO:0010998    12   0 1.000000e+00 1.000000e+00
GO:0010999     2   0 1.000000e+00 1.000000e+00
GO:0012501  1914  32 3.383921e-01 1.000000e+00
GO:0012502     1   0 1.000000e+00 1.000000e+00
GO:0012505  4473  83 3.631290e-02 9.021398e-01
GO:0012506  1186  26 4.620996e-02 1.000000e+00
GO:0012507    60   1 6.095952e-01 1.000000e+00
GO:0012510    19   0 1.000000e+00 1.000000e+00
GO:0014002    43   3 3.077403e-02 8.696241e-01
GO:0014003    43   0 1.000000e+00 1.000000e+00
GO:0014004    12   0 1.000000e+00 1.000000e+00
GO:0014005     4   0 1.000000e+00 1.000000e+00
GO:0014006     1   0 1.000000e+00 1.000000e+00
GO:0014008     1   0 1.000000e+00 1.000000e+00
GO:0014009    55   1 5.795061e-01 1.000000e+00
GO:0014010     9   0 1.000000e+00 1.000000e+00
GO:0014011     1   0 1.000000e+00 1.000000e+00
GO:0014012     8   0 1.000000e+00 1.000000e+00
GO:0014013   108   1 8.171789e-01 1.000000e+00
GO:0014014    44   0 1.000000e+00 1.000000e+00
GO:0014015    70   1 6.698344e-01 1.000000e+00
GO:0014016     8   0 1.000000e+00 1.000000e+00
GO:0014017     1   0 1.000000e+00 1.000000e+00
GO:0014020    94   0 1.000000e+00 1.000000e+00
GO:0014022     2   0 1.000000e+00 1.000000e+00
GO:0014028     3   0 1.000000e+00 1.000000e+00
GO:0014029    15   0 1.000000e+00 1.000000e+00
GO:0014031     6   0 1.000000e+00 1.000000e+00
GO:0014032    79   1 7.122199e-01 1.000000e+00
GO:0014033    91   1 7.615086e-01 1.000000e+00
GO:0014034     6   0 1.000000e+00 1.000000e+00
GO:0014036     2   0 1.000000e+00 1.000000e+00
GO:0014037    48   0 1.000000e+00 1.000000e+00
GO:0014038     4   0 1.000000e+00 1.000000e+00
GO:0014040     3   0 1.000000e+00 1.000000e+00
GO:0014041     8   0 1.000000e+00 1.000000e+00
GO:0014042     3   0 1.000000e+00 1.000000e+00
GO:0014043     3   0 1.000000e+00 1.000000e+00
GO:0014044    41   0 1.000000e+00 1.000000e+00
GO:0014045     1   0 1.000000e+00 1.000000e+00
GO:0014046    42   1 4.851813e-01 1.000000e+00
GO:0014047    28   2 6.962632e-02 1.000000e+00
GO:0014048    20   2 3.825691e-02 9.358937e-01
GO:0014049    11   2 1.249559e-02 5.820431e-01
GO:0014050     6   0 1.000000e+00 1.000000e+00
GO:0014051    12   1 1.751156e-01 1.000000e+00
GO:0014052     8   1 1.216945e-01 1.000000e+00
GO:0014053     3   1 4.959964e-02 1.000000e+00
GO:0014054     4   0 1.000000e+00 1.000000e+00
GO:0014055     4   1 6.064844e-02 1.000000e+00
GO:0014056     4   1 6.064844e-02 1.000000e+00
GO:0014057     3   1 4.615985e-02 1.000000e+00
GO:0014059    37   1 4.437844e-01 1.000000e+00
GO:0014060     7   1 1.063180e-01 1.000000e+00
GO:0014061    13   1 1.761763e-01 1.000000e+00
GO:0014062     7   0 1.000000e+00 1.000000e+00
GO:0014063     4   0 1.000000e+00 1.000000e+00
GO:0014064     1   0 1.000000e+00 1.000000e+00
GO:0014069   296   3 8.466275e-01 1.000000e+00
GO:0014070   847  12 6.605193e-01 1.000000e+00
GO:0014072    11   0 1.000000e+00 1.000000e+00
GO:0014074   136   3 3.517908e-01 1.000000e+00
GO:0014075    47   1 5.195568e-01 1.000000e+00
GO:0014701     9   1 1.316396e-01 1.000000e+00
GO:0014704    50   2 1.823314e-01 1.000000e+00
GO:0014705     1   0 1.000000e+00 1.000000e+00
GO:0014706   259   4 5.688441e-01 1.000000e+00
GO:0014707     3   0 1.000000e+00 1.000000e+00
GO:0014717     3   0 1.000000e+00 1.000000e+00
GO:0014718     2   0 1.000000e+00 1.000000e+00
GO:0014719     8   0 1.000000e+00 1.000000e+00
GO:0014721     5   0 1.000000e+00 1.000000e+00
GO:0014722     6   0 1.000000e+00 1.000000e+00
GO:0014723     1   0 1.000000e+00 1.000000e+00
GO:0014724     3   0 1.000000e+00 1.000000e+00
GO:0014728     2   0 1.000000e+00 1.000000e+00
GO:0014731     9   1 1.355302e-01 1.000000e+00
GO:0014732     5   1 7.749873e-02 1.000000e+00
GO:0014733    14   1 1.955860e-01 1.000000e+00
GO:0014734     3   0 1.000000e+00 1.000000e+00
GO:0014735     2   0 1.000000e+00 1.000000e+00
GO:0014737     2   0 1.000000e+00 1.000000e+00
GO:0014738     2   0 1.000000e+00 1.000000e+00
GO:0014739     1   0 1.000000e+00 1.000000e+00
GO:0014740     1   0 1.000000e+00 1.000000e+00
GO:0014741    36   0 1.000000e+00 1.000000e+00
GO:0014742    36   2 9.379267e-02 1.000000e+00
GO:0014743    70   2 2.796133e-01 1.000000e+00
GO:0014744    13   0 1.000000e+00 1.000000e+00
GO:0014745    10   0 1.000000e+00 1.000000e+00
GO:0014801     1   0 1.000000e+00 1.000000e+00
GO:0014802     4   0 1.000000e+00 1.000000e+00
GO:0014804     1   0 1.000000e+00 1.000000e+00
GO:0014805     5   0 1.000000e+00 1.000000e+00
GO:0014806     2   0 1.000000e+00 1.000000e+00
GO:0014807     6   0 1.000000e+00 1.000000e+00
GO:0014808    34   1 4.074519e-01 1.000000e+00
GO:0014809     3   0 1.000000e+00 1.000000e+00
GO:0014810     1   0 1.000000e+00 1.000000e+00
GO:0014812   102   3 2.049706e-01 1.000000e+00
GO:0014816     9   0 1.000000e+00 1.000000e+00
GO:0014819    15   0 1.000000e+00 1.000000e+00
GO:0014820    10   0 1.000000e+00 1.000000e+00
GO:0014821    24   1 3.152344e-01 1.000000e+00
GO:0014822     1   0 1.000000e+00 1.000000e+00
GO:0014823    74   1 6.889819e-01 1.000000e+00
GO:0014824     9   0 1.000000e+00 1.000000e+00
GO:0014826     4   0 1.000000e+00 1.000000e+00
GO:0014827     8   0 1.000000e+00 1.000000e+00
GO:0014828     1   0 1.000000e+00 1.000000e+00
GO:0014829    26   1 3.358104e-01 1.000000e+00
GO:0014831    12   1 1.683319e-01 1.000000e+00
GO:0014832     7   0 1.000000e+00 1.000000e+00
GO:0014834     5   0 1.000000e+00 1.000000e+00
GO:0014835     1   0 1.000000e+00 1.000000e+00
GO:0014839     3   0 1.000000e+00 1.000000e+00
GO:0014841    17   1 2.335638e-01 1.000000e+00
GO:0014842    12   1 1.702595e-01 1.000000e+00
GO:0014843     1   0 1.000000e+00 1.000000e+00
GO:0014846     2   0 1.000000e+00 1.000000e+00
GO:0014848     9   0 1.000000e+00 1.000000e+00
GO:0014849     2   0 1.000000e+00 1.000000e+00
GO:0014850    28   0 1.000000e+00 1.000000e+00
GO:0014852     2   0 1.000000e+00 1.000000e+00
GO:0014853     1   0 1.000000e+00 1.000000e+00
GO:0014854    12   0 1.000000e+00 1.000000e+00
GO:0014855    80   2 3.484433e-01 1.000000e+00
GO:0014856    24   1 3.141610e-01 1.000000e+00
GO:0014857    15   1 2.082454e-01 1.000000e+00
GO:0014858     3   0 1.000000e+00 1.000000e+00
GO:0014859     5   0 1.000000e+00 1.000000e+00
GO:0014860     1   0 1.000000e+00 1.000000e+00
GO:0014861     1   0 1.000000e+00 1.000000e+00
GO:0014862     2   0 1.000000e+00 1.000000e+00
GO:0014866    10   1 1.496367e-01 1.000000e+00
GO:0014870     9   0 1.000000e+00 1.000000e+00
GO:0014873     4   0 1.000000e+00 1.000000e+00
GO:0014874    13   0 1.000000e+00 1.000000e+00
GO:0014877     8   0 1.000000e+00 1.000000e+00
GO:0014878     3   0 1.000000e+00 1.000000e+00
GO:0014883     9   1 1.306823e-01 1.000000e+00
GO:0014886     1   0 1.000000e+00 1.000000e+00
GO:0014887    32   0 1.000000e+00 1.000000e+00
GO:0014888    56   2 2.092896e-01 1.000000e+00
GO:0014889    10   1 1.477786e-01 1.000000e+00
GO:0014891     7   1 1.073074e-01 1.000000e+00
GO:0014894     8   0 1.000000e+00 1.000000e+00
GO:0014895     2   0 1.000000e+00 1.000000e+00
GO:0014896   105   3 2.088542e-01 1.000000e+00
GO:0014897   103   3 2.011479e-01 1.000000e+00
GO:0014898    32   0 1.000000e+00 1.000000e+00
GO:0014900     3   0 1.000000e+00 1.000000e+00
GO:0014901     5   0 1.000000e+00 1.000000e+00
GO:0014902   129   3 3.261113e-01 1.000000e+00
GO:0014904    41   0 1.000000e+00 1.000000e+00
GO:0014905     4   0 1.000000e+00 1.000000e+00
GO:0014906     1   0 1.000000e+00 1.000000e+00
GO:0014908     8   0 1.000000e+00 1.000000e+00
GO:0014909    89   3 1.565707e-01 1.000000e+00
GO:0014910    82   2 3.572626e-01 1.000000e+00
GO:0014911    46   2 1.525857e-01 1.000000e+00
GO:0014912    34   1 4.123442e-01 1.000000e+00
GO:0014916     5   0 1.000000e+00 1.000000e+00
GO:0015012    32   2 8.892400e-02 1.000000e+00
GO:0015014     8   1 1.218056e-01 1.000000e+00
GO:0015015    11   0 1.000000e+00 1.000000e+00
GO:0015016     4   0 1.000000e+00 1.000000e+00
GO:0015018     3   0 1.000000e+00 1.000000e+00
GO:0015019     1   0 1.000000e+00 1.000000e+00
GO:0015020    32   1 3.706020e-01 1.000000e+00
GO:0015024     1   0 1.000000e+00 1.000000e+00
GO:0015026    54   2 2.111758e-01 1.000000e+00
GO:0015030    75   2 3.036472e-01 1.000000e+00
GO:0015031  1348  19 6.955859e-01 1.000000e+00
GO:0015035    32   0 1.000000e+00 1.000000e+00
GO:0015036    38   1 4.564845e-01 1.000000e+00
GO:0015038     5   1 7.632495e-02 1.000000e+00
GO:0015039     1   0 1.000000e+00 1.000000e+00
GO:0015052     1   0 1.000000e+00 1.000000e+00
GO:0015054     1   0 1.000000e+00 1.000000e+00
GO:0015055     1   0 1.000000e+00 1.000000e+00
GO:0015056     2   0 1.000000e+00 1.000000e+00
GO:0015057     5   0 1.000000e+00 1.000000e+00
GO:0015067     1   0 1.000000e+00 1.000000e+00
GO:0015068     1   0 1.000000e+00 1.000000e+00
GO:0015074     8   0 1.000000e+00 1.000000e+00
GO:0015075   682   7 9.112940e-01 1.000000e+00
GO:0015078   129   0 1.000000e+00 1.000000e+00
GO:0015079   152   2 6.897840e-01 1.000000e+00
GO:0015080     1   0 1.000000e+00 1.000000e+00
GO:0015081   150   2 6.839056e-01 1.000000e+00
GO:0015085   128   1 8.688811e-01 1.000000e+00
GO:0015086     3   0 1.000000e+00 1.000000e+00
GO:0015087     1   0 1.000000e+00 1.000000e+00
GO:0015093     5   0 1.000000e+00 1.000000e+00
GO:0015094     1   0 1.000000e+00 1.000000e+00
GO:0015095    14   0 1.000000e+00 1.000000e+00
GO:0015098     1   0 1.000000e+00 1.000000e+00
GO:0015099     1   0 1.000000e+00 1.000000e+00
GO:0015101    35   2 1.011923e-01 1.000000e+00
GO:0015103   144   2 6.607845e-01 1.000000e+00
GO:0015105     1   0 1.000000e+00 1.000000e+00
GO:0015106    30   0 1.000000e+00 1.000000e+00
GO:0015108   111   2 5.205583e-01 1.000000e+00
GO:0015111     5   0 1.000000e+00 1.000000e+00
GO:0015112     1   0 1.000000e+00 1.000000e+00
GO:0015114    10   0 1.000000e+00 1.000000e+00
GO:0015116    16   0 1.000000e+00 1.000000e+00
GO:0015117     2   0 1.000000e+00 1.000000e+00
GO:0015119     3   0 1.000000e+00 1.000000e+00
GO:0015125    19   0 1.000000e+00 1.000000e+00
GO:0015126     1   0 1.000000e+00 1.000000e+00
GO:0015127     1   0 1.000000e+00 1.000000e+00
GO:0015129     6   0 1.000000e+00 1.000000e+00
GO:0015130     1   0 1.000000e+00 1.000000e+00
GO:0015131     3   0 1.000000e+00 1.000000e+00
GO:0015132    12   0 1.000000e+00 1.000000e+00
GO:0015135     1   0 1.000000e+00 1.000000e+00
GO:0015136     1   0 1.000000e+00 1.000000e+00
GO:0015137     4   0 1.000000e+00 1.000000e+00
GO:0015138     1   0 1.000000e+00 1.000000e+00
GO:0015139     6   0 1.000000e+00 1.000000e+00
GO:0015140     3   0 1.000000e+00 1.000000e+00
GO:0015141     6   0 1.000000e+00 1.000000e+00
GO:0015142     4   0 1.000000e+00 1.000000e+00
GO:0015143     9   1 1.304007e-01 1.000000e+00
GO:0015144    39   2 1.217316e-01 1.000000e+00
GO:0015145    26   2 6.417892e-02 1.000000e+00
GO:0015146     2   0 1.000000e+00 1.000000e+00
GO:0015149    24   1 3.224920e-01 1.000000e+00
GO:0015150     2   0 1.000000e+00 1.000000e+00
GO:0015151     2   0 1.000000e+00 1.000000e+00
GO:0015152     3   0 1.000000e+00 1.000000e+00
GO:0015154     4   0 1.000000e+00 1.000000e+00
GO:0015157     4   0 1.000000e+00 1.000000e+00
GO:0015164     1   0 1.000000e+00 1.000000e+00
GO:0015165    10   0 1.000000e+00 1.000000e+00
GO:0015166    11   0 1.000000e+00 1.000000e+00
GO:0015168     7   0 1.000000e+00 1.000000e+00
GO:0015171    95   0 1.000000e+00 1.000000e+00
GO:0015172    18   0 1.000000e+00 1.000000e+00
GO:0015173     8   0 1.000000e+00 1.000000e+00
GO:0015174    18   0 1.000000e+00 1.000000e+00
GO:0015175    40   0 1.000000e+00 1.000000e+00
GO:0015179    64   0 1.000000e+00 1.000000e+00
GO:0015180     9   0 1.000000e+00 1.000000e+00
GO:0015182     3   0 1.000000e+00 1.000000e+00
GO:0015183     9   0 1.000000e+00 1.000000e+00
GO:0015184     4   0 1.000000e+00 1.000000e+00
GO:0015185     8   0 1.000000e+00 1.000000e+00
GO:0015186     8   0 1.000000e+00 1.000000e+00
GO:0015187     9   0 1.000000e+00 1.000000e+00
GO:0015188     3   0 1.000000e+00 1.000000e+00
GO:0015189     8   0 1.000000e+00 1.000000e+00
GO:0015190     6   0 1.000000e+00 1.000000e+00
GO:0015191     1   0 1.000000e+00 1.000000e+00
GO:0015192     2   0 1.000000e+00 1.000000e+00
GO:0015193     7   0 1.000000e+00 1.000000e+00
GO:0015194     8   0 1.000000e+00 1.000000e+00
GO:0015195     1   0 1.000000e+00 1.000000e+00
GO:0015196     3   0 1.000000e+00 1.000000e+00
GO:0015199     4   0 1.000000e+00 1.000000e+00
GO:0015200     2   0 1.000000e+00 1.000000e+00
GO:0015203    10   0 1.000000e+00 1.000000e+00
GO:0015204     7   0 1.000000e+00 1.000000e+00
GO:0015205    10   1 1.456243e-01 1.000000e+00
GO:0015207     4   0 1.000000e+00 1.000000e+00
GO:0015208     4   0 1.000000e+00 1.000000e+00
GO:0015210     3   0 1.000000e+00 1.000000e+00
GO:0015211     4   0 1.000000e+00 1.000000e+00
GO:0015212     4   0 1.000000e+00 1.000000e+00
GO:0015213     6   0 1.000000e+00 1.000000e+00
GO:0015214     8   0 1.000000e+00 1.000000e+00
GO:0015215    28   0 1.000000e+00 1.000000e+00
GO:0015216    24   0 1.000000e+00 1.000000e+00
GO:0015217     9   0 1.000000e+00 1.000000e+00
GO:0015218     2   0 1.000000e+00 1.000000e+00
GO:0015220     7   1 1.018151e-01 1.000000e+00
GO:0015225     3   0 1.000000e+00 1.000000e+00
GO:0015226     5   0 1.000000e+00 1.000000e+00
GO:0015227     1   1 1.493516e-02 6.135596e-01
GO:0015228     3   0 1.000000e+00 1.000000e+00
GO:0015229     2   1 2.877759e-02 8.696241e-01
GO:0015230     2   0 1.000000e+00 1.000000e+00
GO:0015232     8   0 1.000000e+00 1.000000e+00
GO:0015233     1   0 1.000000e+00 1.000000e+00
GO:0015234     7   0 1.000000e+00 1.000000e+00
GO:0015245    10   1 1.405905e-01 1.000000e+00
GO:0015247     6   0 1.000000e+00 1.000000e+00
GO:0015248    37   0 1.000000e+00 1.000000e+00
GO:0015250    14   0 1.000000e+00 1.000000e+00
GO:0015252    25   0 1.000000e+00 1.000000e+00
GO:0015254     5   0 1.000000e+00 1.000000e+00
GO:0015264     1   0 1.000000e+00 1.000000e+00
GO:0015265     3   0 1.000000e+00 1.000000e+00
GO:0015267   478   9 3.234438e-01 1.000000e+00
GO:0015269    12   0 1.000000e+00 1.000000e+00
GO:0015271    26   0 1.000000e+00 1.000000e+00
GO:0015272     6   0 1.000000e+00 1.000000e+00
GO:0015275     2   0 1.000000e+00 1.000000e+00
GO:0015276   161   3 4.602842e-01 1.000000e+00
GO:0015277     5   0 1.000000e+00 1.000000e+00
GO:0015278    18   0 1.000000e+00 1.000000e+00
GO:0015279     9   0 1.000000e+00 1.000000e+00
GO:0015280    16   0 1.000000e+00 1.000000e+00
GO:0015288     6   0 1.000000e+00 1.000000e+00
GO:0015291   269   7 1.301501e-01 1.000000e+00
GO:0015292     8   0 1.000000e+00 1.000000e+00
GO:0015293   144   5 7.606626e-02 1.000000e+00
GO:0015294   113   4 1.025099e-01 1.000000e+00
GO:0015295    24   0 1.000000e+00 1.000000e+00
GO:0015296    24   2 5.292371e-02 1.000000e+00
GO:0015297   125   1 8.617537e-01 1.000000e+00
GO:0015304     1   0 1.000000e+00 1.000000e+00
GO:0015311     4   0 1.000000e+00 1.000000e+00
GO:0015312     1   0 1.000000e+00 1.000000e+00
GO:0015315     3   0 1.000000e+00 1.000000e+00
GO:0015317     1   0 1.000000e+00 1.000000e+00
GO:0015318   646   5 9.746503e-01 1.000000e+00
GO:0015319     1   0 1.000000e+00 1.000000e+00
GO:0015322     2   1 3.135389e-02 8.696241e-01
GO:0015327     1   0 1.000000e+00 1.000000e+00
GO:0015328     1   0 1.000000e+00 1.000000e+00
GO:0015333     4   0 1.000000e+00 1.000000e+00
GO:0015343     1   0 1.000000e+00 1.000000e+00
GO:0015347    15   0 1.000000e+00 1.000000e+00
GO:0015349     7   0 1.000000e+00 1.000000e+00
GO:0015350     2   0 1.000000e+00 1.000000e+00
GO:0015355    17   0 1.000000e+00 1.000000e+00
GO:0015361     1   0 1.000000e+00 1.000000e+00
GO:0015362     1   0 1.000000e+00 1.000000e+00
GO:0015367     1   0 1.000000e+00 1.000000e+00
GO:0015368    13   0 1.000000e+00 1.000000e+00
GO:0015369     2   0 1.000000e+00 1.000000e+00
GO:0015370    76   2 3.347287e-01 1.000000e+00
GO:0015371     1   0 1.000000e+00 1.000000e+00
GO:0015373    17   0 1.000000e+00 1.000000e+00
GO:0015375     3   0 1.000000e+00 1.000000e+00
GO:0015377    21   2 4.251560e-02 9.913221e-01
GO:0015378    15   0 1.000000e+00 1.000000e+00
GO:0015379     9   2 8.677372e-03 4.496164e-01
GO:0015382     2   0 1.000000e+00 1.000000e+00
GO:0015383     1   0 1.000000e+00 1.000000e+00
GO:0015385    13   0 1.000000e+00 1.000000e+00
GO:0015386    12   0 1.000000e+00 1.000000e+00
GO:0015389     4   0 1.000000e+00 1.000000e+00
GO:0015390     1   0 1.000000e+00 1.000000e+00
GO:0015391     4   0 1.000000e+00 1.000000e+00
GO:0015399   146   1 9.010298e-01 1.000000e+00
GO:0015410     1   0 1.000000e+00 1.000000e+00
GO:0015417     2   0 1.000000e+00 1.000000e+00
GO:0015420     2   0 1.000000e+00 1.000000e+00
GO:0015421     1   0 1.000000e+00 1.000000e+00
GO:0015431     8   0 1.000000e+00 1.000000e+00
GO:0015432     4   0 1.000000e+00 1.000000e+00
GO:0015433     2   0 1.000000e+00 1.000000e+00
GO:0015439     1   0 1.000000e+00 1.000000e+00
GO:0015440     4   0 1.000000e+00 1.000000e+00
GO:0015450     1   0 1.000000e+00 1.000000e+00
GO:0015453    53   1 5.746221e-01 1.000000e+00
GO:0015459    44   0 1.000000e+00 1.000000e+00
GO:0015464    22   0 1.000000e+00 1.000000e+00
GO:0015467     4   0 1.000000e+00 1.000000e+00
GO:0015485    51   0 1.000000e+00 1.000000e+00
GO:0015489     4   0 1.000000e+00 1.000000e+00
GO:0015495     1   0 1.000000e+00 1.000000e+00
GO:0015498     1   0 1.000000e+00 1.000000e+00
GO:0015499     1   0 1.000000e+00 1.000000e+00
GO:0015501     5   0 1.000000e+00 1.000000e+00
GO:0015517     1   0 1.000000e+00 1.000000e+00
GO:0015526     3   0 1.000000e+00 1.000000e+00
GO:0015538     1   0 1.000000e+00 1.000000e+00
GO:0015552     1   0 1.000000e+00 1.000000e+00
GO:0015556    15   0 1.000000e+00 1.000000e+00
GO:0015562    15   0 1.000000e+00 1.000000e+00
GO:0015578     1   0 1.000000e+00 1.000000e+00
GO:0015594     1   0 1.000000e+00 1.000000e+00
GO:0015605    33   0 1.000000e+00 1.000000e+00
GO:0015606     4   0 1.000000e+00 1.000000e+00
GO:0015616     3   0 1.000000e+00 1.000000e+00
GO:0015629   492   9 3.661554e-01 1.000000e+00
GO:0015630  1332  14 9.581987e-01 1.000000e+00
GO:0015631   359   3 9.203097e-01 1.000000e+00
GO:0015636     3   1 4.402575e-02 1.000000e+00
GO:0015643    10   0 1.000000e+00 1.000000e+00
GO:0015645    23   1 2.979552e-01 1.000000e+00
GO:0015647     2   0 1.000000e+00 1.000000e+00
GO:0015650     2   0 1.000000e+00 1.000000e+00
GO:0015651    12   1 1.654707e-01 1.000000e+00
GO:0015655     4   0 1.000000e+00 1.000000e+00
GO:0015657     1   0 1.000000e+00 1.000000e+00
GO:0015658     9   0 1.000000e+00 1.000000e+00
GO:0015662    22   0 1.000000e+00 1.000000e+00
GO:0015665     6   1 8.529960e-02 1.000000e+00
GO:0015669    22   0 1.000000e+00 1.000000e+00
GO:0015670    15   0 1.000000e+00 1.000000e+00
GO:0015671    15   0 1.000000e+00 1.000000e+00
GO:0015675     2   0 1.000000e+00 1.000000e+00
GO:0015677     6   0 1.000000e+00 1.000000e+00
GO:0015679     2   0 1.000000e+00 1.000000e+00
GO:0015680     2   0 1.000000e+00 1.000000e+00
GO:0015689     1   0 1.000000e+00 1.000000e+00
GO:0015691     6   0 1.000000e+00 1.000000e+00
GO:0015692     1   0 1.000000e+00 1.000000e+00
GO:0015693    16   0 1.000000e+00 1.000000e+00
GO:0015694     1   0 1.000000e+00 1.000000e+00
GO:0015695    62   5 2.668982e-03 2.098584e-01
GO:0015697    15   2 2.163922e-02 7.383859e-01
GO:0015698   159   2 7.131483e-01 1.000000e+00
GO:0015700     1   0 1.000000e+00 1.000000e+00
GO:0015701    35   0 1.000000e+00 1.000000e+00
GO:0015705     9   0 1.000000e+00 1.000000e+00
GO:0015706     3   0 1.000000e+00 1.000000e+00
GO:0015707     1   0 1.000000e+00 1.000000e+00
GO:0015709     2   0 1.000000e+00 1.000000e+00
GO:0015711   432   9 2.288859e-01 1.000000e+00
GO:0015712     6   0 1.000000e+00 1.000000e+00
GO:0015718   171   4 2.715171e-01 1.000000e+00
GO:0015721    28   0 1.000000e+00 1.000000e+00
GO:0015722     2   0 1.000000e+00 1.000000e+00
GO:0015723     1   0 1.000000e+00 1.000000e+00
GO:0015724     1   0 1.000000e+00 1.000000e+00
GO:0015727     8   0 1.000000e+00 1.000000e+00
GO:0015728     1   0 1.000000e+00 1.000000e+00
GO:0015729     4   0 1.000000e+00 1.000000e+00
GO:0015730     1   0 1.000000e+00 1.000000e+00
GO:0015732    28   0 1.000000e+00 1.000000e+00
GO:0015734     8   0 1.000000e+00 1.000000e+00
GO:0015735     1   0 1.000000e+00 1.000000e+00
GO:0015736     1   0 1.000000e+00 1.000000e+00
GO:0015738     1   0 1.000000e+00 1.000000e+00
GO:0015739     1   0 1.000000e+00 1.000000e+00
GO:0015740    28   0 1.000000e+00 1.000000e+00
GO:0015741     2   0 1.000000e+00 1.000000e+00
GO:0015742     7   0 1.000000e+00 1.000000e+00
GO:0015743     3   0 1.000000e+00 1.000000e+00
GO:0015744     6   0 1.000000e+00 1.000000e+00
GO:0015746     5   0 1.000000e+00 1.000000e+00
GO:0015747    11   1 1.585690e-01 1.000000e+00
GO:0015748   147   2 6.647694e-01 1.000000e+00
GO:0015749   120   6 1.102069e-02 5.374448e-01
GO:0015750     2   0 1.000000e+00 1.000000e+00
GO:0015755     9   0 1.000000e+00 1.000000e+00
GO:0015756     2   0 1.000000e+00 1.000000e+00
GO:0015757     5   0 1.000000e+00 1.000000e+00
GO:0015760     6   0 1.000000e+00 1.000000e+00
GO:0015761     1   0 1.000000e+00 1.000000e+00
GO:0015766     4   0 1.000000e+00 1.000000e+00
GO:0015770     4   0 1.000000e+00 1.000000e+00
GO:0015772     4   0 1.000000e+00 1.000000e+00
GO:0015774     1   0 1.000000e+00 1.000000e+00
GO:0015779     1   0 1.000000e+00 1.000000e+00
GO:0015780    12   0 1.000000e+00 1.000000e+00
GO:0015782     1   0 1.000000e+00 1.000000e+00
GO:0015783     3   0 1.000000e+00 1.000000e+00
GO:0015786     3   0 1.000000e+00 1.000000e+00
GO:0015787     2   0 1.000000e+00 1.000000e+00
GO:0015789     2   0 1.000000e+00 1.000000e+00
GO:0015790     1   0 1.000000e+00 1.000000e+00
GO:0015791    10   0 1.000000e+00 1.000000e+00
GO:0015793     7   0 1.000000e+00 1.000000e+00
GO:0015797     1   0 1.000000e+00 1.000000e+00
GO:0015798     4   0 1.000000e+00 1.000000e+00
GO:0015800    65   3 7.976365e-02 1.000000e+00
GO:0015801     9   0 1.000000e+00 1.000000e+00
GO:0015802    21   0 1.000000e+00 1.000000e+00
GO:0015803    13   0 1.000000e+00 1.000000e+00
GO:0015804    54   0 1.000000e+00 1.000000e+00
GO:0015805     1   0 1.000000e+00 1.000000e+00
GO:0015807    87   1 7.437307e-01 1.000000e+00
GO:0015808    10   0 1.000000e+00 1.000000e+00
GO:0015810    20   0 1.000000e+00 1.000000e+00
GO:0015811     6   0 1.000000e+00 1.000000e+00
GO:0015812    19   1 2.582408e-01 1.000000e+00
GO:0015813    28   1 3.541452e-01 1.000000e+00
GO:0015816    14   0 1.000000e+00 1.000000e+00
GO:0015817     4   0 1.000000e+00 1.000000e+00
GO:0015818     5   0 1.000000e+00 1.000000e+00
GO:0015819     2   0 1.000000e+00 1.000000e+00
GO:0015820    10   0 1.000000e+00 1.000000e+00
GO:0015821     3   0 1.000000e+00 1.000000e+00
GO:0015822     6   0 1.000000e+00 1.000000e+00
GO:0015823     4   0 1.000000e+00 1.000000e+00
GO:0015824    11   0 1.000000e+00 1.000000e+00
GO:0015825     8   0 1.000000e+00 1.000000e+00
GO:0015826     1   0 1.000000e+00 1.000000e+00
GO:0015827     5   0 1.000000e+00 1.000000e+00
GO:0015828     3   0 1.000000e+00 1.000000e+00
GO:0015829     4   0 1.000000e+00 1.000000e+00
GO:0015833   262   8 5.291586e-02 1.000000e+00
GO:0015835     3   0 1.000000e+00 1.000000e+00
GO:0015837   103   4 7.595566e-02 1.000000e+00
GO:0015838    12   2 1.393109e-02 6.135596e-01
GO:0015840    10   0 1.000000e+00 1.000000e+00
GO:0015842     3   0 1.000000e+00 1.000000e+00
GO:0015843     2   0 1.000000e+00 1.000000e+00
GO:0015844    84   2 3.705079e-01 1.000000e+00
GO:0015846    16   0 1.000000e+00 1.000000e+00
GO:0015847     4   0 1.000000e+00 1.000000e+00
GO:0015848     5   0 1.000000e+00 1.000000e+00
GO:0015849   343   7 2.814824e-01 1.000000e+00
GO:0015850   304   4 6.804367e-01 1.000000e+00
GO:0015851    12   1 1.726475e-01 1.000000e+00
GO:0015853     5   0 1.000000e+00 1.000000e+00
GO:0015854     4   0 1.000000e+00 1.000000e+00
GO:0015855     7   0 1.000000e+00 1.000000e+00
GO:0015857     3   0 1.000000e+00 1.000000e+00
GO:0015858    10   0 1.000000e+00 1.000000e+00
GO:0015860     5   0 1.000000e+00 1.000000e+00
GO:0015861     4   0 1.000000e+00 1.000000e+00
GO:0015862     6   0 1.000000e+00 1.000000e+00
GO:0015864     6   0 1.000000e+00 1.000000e+00
GO:0015865    35   1 4.204234e-01 1.000000e+00
GO:0015866    10   0 1.000000e+00 1.000000e+00
GO:0015867    17   1 2.325309e-01 1.000000e+00
GO:0015868    31   1 3.821547e-01 1.000000e+00
GO:0015870     8   1 1.179943e-01 1.000000e+00
GO:0015871     9   1 1.301445e-01 1.000000e+00
GO:0015872    56   1 5.840880e-01 1.000000e+00
GO:0015874    23   1 2.931783e-01 1.000000e+00
GO:0015876     2   0 1.000000e+00 1.000000e+00
GO:0015878     3   0 1.000000e+00 1.000000e+00
GO:0015879     7   2 4.643132e-03 3.056820e-01
GO:0015880     3   0 1.000000e+00 1.000000e+00
GO:0015881     3   0 1.000000e+00 1.000000e+00
GO:0015882     2   1 2.877759e-02 8.696241e-01
GO:0015883     2   0 1.000000e+00 1.000000e+00
GO:0015884     9   0 1.000000e+00 1.000000e+00
GO:0015886     9   0 1.000000e+00 1.000000e+00
GO:0015887     1   0 1.000000e+00 1.000000e+00
GO:0015888     8   0 1.000000e+00 1.000000e+00
GO:0015889     9   0 1.000000e+00 1.000000e+00
GO:0015891     3   0 1.000000e+00 1.000000e+00
GO:0015904     1   0 1.000000e+00 1.000000e+00
GO:0015908   112   3 2.502321e-01 1.000000e+00
GO:0015909    65   3 8.255598e-02 1.000000e+00
GO:0015910     3   0 1.000000e+00 1.000000e+00
GO:0015911     9   2 8.110040e-03 4.265142e-01
GO:0015912     3   1 4.402575e-02 1.000000e+00
GO:0015913     2   0 1.000000e+00 1.000000e+00
GO:0015914   101   1 7.928681e-01 1.000000e+00
GO:0015916     2   0 1.000000e+00 1.000000e+00
GO:0015917     8   0 1.000000e+00 1.000000e+00
GO:0015918   145   1 8.907007e-01 1.000000e+00
GO:0015919    20   0 1.000000e+00 1.000000e+00
GO:0015920     2   0 1.000000e+00 1.000000e+00
GO:0015923    15   0 1.000000e+00 1.000000e+00
GO:0015924     9   0 1.000000e+00 1.000000e+00
GO:0015925     6   0 1.000000e+00 1.000000e+00
GO:0015926    13   0 1.000000e+00 1.000000e+00
GO:0015927     1   0 1.000000e+00 1.000000e+00
GO:0015928     2   0 1.000000e+00 1.000000e+00
GO:0015929    14   0 1.000000e+00 1.000000e+00
GO:0015931   211   3 6.343920e-01 1.000000e+00
GO:0015932    51   0 1.000000e+00 1.000000e+00
GO:0015934   111   1 8.347737e-01 1.000000e+00
GO:0015935    72   0 1.000000e+00 1.000000e+00
GO:0015936    18   0 1.000000e+00 1.000000e+00
GO:0015937    10   0 1.000000e+00 1.000000e+00
GO:0015938     4   0 1.000000e+00 1.000000e+00
GO:0015939     7   0 1.000000e+00 1.000000e+00
GO:0015942     6   0 1.000000e+00 1.000000e+00
GO:0015949     7   1 1.061235e-01 1.000000e+00
GO:0015959     6   0 1.000000e+00 1.000000e+00
GO:0015960     2   0 1.000000e+00 1.000000e+00
GO:0015961     4   0 1.000000e+00 1.000000e+00
GO:0015962     1   0 1.000000e+00 1.000000e+00
GO:0015964     1   0 1.000000e+00 1.000000e+00
GO:0015965     2   0 1.000000e+00 1.000000e+00
GO:0015966     2   0 1.000000e+00 1.000000e+00
GO:0015980   305   2 9.536166e-01 1.000000e+00
GO:0015986    65   0 1.000000e+00 1.000000e+00
GO:0015988     1   0 1.000000e+00 1.000000e+00
GO:0015990     1   0 1.000000e+00 1.000000e+00
GO:0016004    15   0 1.000000e+00 1.000000e+00
GO:0016005     2   0 1.000000e+00 1.000000e+00
GO:0016010    17   1 2.333507e-01 1.000000e+00
GO:0016011     7   0 1.000000e+00 1.000000e+00
GO:0016012     6   0 1.000000e+00 1.000000e+00
GO:0016013     3   0 1.000000e+00 1.000000e+00
GO:0016015     7   0 1.000000e+00 1.000000e+00
GO:0016018    14   1 1.920246e-01 1.000000e+00
GO:0016019     5   0 1.000000e+00 1.000000e+00
GO:0016020  8582 163 1.704501e-04 2.901443e-02
GO:0016024    12   0 1.000000e+00 1.000000e+00
GO:0016031     2   0 1.000000e+00 1.000000e+00
GO:0016032   404  14 4.178204e-03 2.868862e-01
GO:0016034     1   0 1.000000e+00 1.000000e+00
GO:0016035     4   0 1.000000e+00 1.000000e+00
GO:0016036     3   0 1.000000e+00 1.000000e+00
GO:0016037     1   0 1.000000e+00 1.000000e+00
GO:0016038     1   0 1.000000e+00 1.000000e+00
GO:0016042   330   5 5.808780e-01 1.000000e+00
GO:0016043  6118  88 8.375799e-01 1.000000e+00
GO:0016045    15   2 2.190592e-02 7.428331e-01
GO:0016046     2   0 1.000000e+00 1.000000e+00
GO:0016048    26   0 1.000000e+00 1.000000e+00
GO:0016049   469   4 9.341415e-01 1.000000e+00
GO:0016050   354   5 6.434460e-01 1.000000e+00
GO:0016051   197   3 5.849784e-01 1.000000e+00
GO:0016052   150   1 9.064368e-01 1.000000e+00
GO:0016053   313   4 7.177264e-01 1.000000e+00
GO:0016054   243   2 8.978244e-01 1.000000e+00
GO:0016055   440   1 9.990641e-01 1.000000e+00
GO:0016056    12   0 1.000000e+00 1.000000e+00
GO:0016062     2   0 1.000000e+00 1.000000e+00
GO:0016064   128   7 3.404806e-03 2.482514e-01
GO:0016068     2   0 1.000000e+00 1.000000e+00
GO:0016070  4556  59 9.357052e-01 1.000000e+00
GO:0016071   776   9 8.442914e-01 1.000000e+00
GO:0016072   255   1 9.829860e-01 1.000000e+00
GO:0016073    54   0 1.000000e+00 1.000000e+00
GO:0016074    14   0 1.000000e+00 1.000000e+00
GO:0016075    21   0 1.000000e+00 1.000000e+00
GO:0016076     5   0 1.000000e+00 1.000000e+00
GO:0016077     3   0 1.000000e+00 1.000000e+00
GO:0016078    16   0 1.000000e+00 1.000000e+00
GO:0016079    90   0 1.000000e+00 1.000000e+00
GO:0016080     4   0 1.000000e+00 1.000000e+00
GO:0016081    10   0 1.000000e+00 1.000000e+00
GO:0016082    18   0 1.000000e+00 1.000000e+00
GO:0016093    23   0 1.000000e+00 1.000000e+00
GO:0016094     3   0 1.000000e+00 1.000000e+00
GO:0016095     3   0 1.000000e+00 1.000000e+00
GO:0016098     6   0 1.000000e+00 1.000000e+00
GO:0016101    86   1 7.260366e-01 1.000000e+00
GO:0016102    10   1 1.467046e-01 1.000000e+00
GO:0016103     4   0 1.000000e+00 1.000000e+00
GO:0016104     1   0 1.000000e+00 1.000000e+00
GO:0016107     2   0 1.000000e+00 1.000000e+00
GO:0016108     3   0 1.000000e+00 1.000000e+00
GO:0016109     1   0 1.000000e+00 1.000000e+00
GO:0016110     1   0 1.000000e+00 1.000000e+00
GO:0016114    16   1 2.245296e-01 1.000000e+00
GO:0016115     8   0 1.000000e+00 1.000000e+00
GO:0016116     3   0 1.000000e+00 1.000000e+00
GO:0016117     1   0 1.000000e+00 1.000000e+00
GO:0016118     1   0 1.000000e+00 1.000000e+00
GO:0016119     2   0 1.000000e+00 1.000000e+00
GO:0016121     2   0 1.000000e+00 1.000000e+00
GO:0016122     2   0 1.000000e+00 1.000000e+00
GO:0016123     1   0 1.000000e+00 1.000000e+00
GO:0016124     1   0 1.000000e+00 1.000000e+00
GO:0016125   148   0 1.000000e+00 1.000000e+00
GO:0016126    60   0 1.000000e+00 1.000000e+00
GO:0016127     8   0 1.000000e+00 1.000000e+00
GO:0016128     1   0 1.000000e+00 1.000000e+00
GO:0016129     1   0 1.000000e+00 1.000000e+00
GO:0016131     1   0 1.000000e+00 1.000000e+00
GO:0016132     1   0 1.000000e+00 1.000000e+00
GO:0016137    20   0 1.000000e+00 1.000000e+00
GO:0016139     8   0 1.000000e+00 1.000000e+00
GO:0016149     3   0 1.000000e+00 1.000000e+00
GO:0016150     1   0 1.000000e+00 1.000000e+00
GO:0016151     3   0 1.000000e+00 1.000000e+00
GO:0016153     1   0 1.000000e+00 1.000000e+00
GO:0016154     1   0 1.000000e+00 1.000000e+00
GO:0016155     2   0 1.000000e+00 1.000000e+00
GO:0016158     1   0 1.000000e+00 1.000000e+00
GO:0016160     3   0 1.000000e+00 1.000000e+00
GO:0016165     3   0 1.000000e+00 1.000000e+00
GO:0016167     4   0 1.000000e+00 1.000000e+00
GO:0016170     1   0 1.000000e+00 1.000000e+00
GO:0016174     8   0 1.000000e+00 1.000000e+00
GO:0016175     7   0 1.000000e+00 1.000000e+00
GO:0016176     7   0 1.000000e+00 1.000000e+00
GO:0016180    25   0 1.000000e+00 1.000000e+00
GO:0016182     2   0 1.000000e+00 1.000000e+00
GO:0016183     5   1 7.640158e-02 1.000000e+00
GO:0016185    11   2 1.169760e-02 5.571046e-01
GO:0016188    24   1 3.145726e-01 1.000000e+00
GO:0016189     4   0 1.000000e+00 1.000000e+00
GO:0016191     6   0 1.000000e+00 1.000000e+00
GO:0016192  1460  36 3.952535e-03 2.730665e-01
GO:0016197   270   3 7.905854e-01 1.000000e+00
GO:0016198     7   0 1.000000e+00 1.000000e+00
GO:0016199     5   0 1.000000e+00 1.000000e+00
GO:0016202    19   0 1.000000e+00 1.000000e+00
GO:0016203     1   0 1.000000e+00 1.000000e+00
GO:0016206     1   0 1.000000e+00 1.000000e+00
GO:0016208    15   0 1.000000e+00 1.000000e+00
GO:0016209    83   1 7.225039e-01 1.000000e+00
GO:0016211     1   0 1.000000e+00 1.000000e+00
GO:0016212     4   0 1.000000e+00 1.000000e+00
GO:0016213     2   0 1.000000e+00 1.000000e+00
GO:0016215     4   0 1.000000e+00 1.000000e+00
GO:0016222     2   0 1.000000e+00 1.000000e+00
GO:0016223     1   0 1.000000e+00 1.000000e+00
GO:0016226    26   0 1.000000e+00 1.000000e+00
GO:0016229    32   1 3.790109e-01 1.000000e+00
GO:0016230     2   0 1.000000e+00 1.000000e+00
GO:0016231     1   0 1.000000e+00 1.000000e+00
GO:0016232     1   0 1.000000e+00 1.000000e+00
GO:0016233    39   0 1.000000e+00 1.000000e+00
GO:0016234    69   1 6.636760e-01 1.000000e+00
GO:0016235    33   0 1.000000e+00 1.000000e+00
GO:0016236   324   6 3.924399e-01 1.000000e+00
GO:0016237    21   0 1.000000e+00 1.000000e+00
GO:0016239    74   3 1.091555e-01 1.000000e+00
GO:0016240     7   0 1.000000e+00 1.000000e+00
GO:0016241   163   5 1.138009e-01 1.000000e+00
GO:0016242    32   1 4.061547e-01 1.000000e+00
GO:0016243     3   0 1.000000e+00 1.000000e+00
GO:0016247   137   1 8.846116e-01 1.000000e+00
GO:0016248    36   0 1.000000e+00 1.000000e+00
GO:0016250     1   0 1.000000e+00 1.000000e+00
GO:0016251    36   0 1.000000e+00 1.000000e+00
GO:0016254     7   0 1.000000e+00 1.000000e+00
GO:0016255     6   1 9.560107e-02 1.000000e+00
GO:0016256     2   0 1.000000e+00 1.000000e+00
GO:0016259     3   0 1.000000e+00 1.000000e+00
GO:0016260     2   0 1.000000e+00 1.000000e+00
GO:0016261     1   0 1.000000e+00 1.000000e+00
GO:0016262     1   0 1.000000e+00 1.000000e+00
GO:0016263     1   0 1.000000e+00 1.000000e+00
GO:0016264    16   0 1.000000e+00 1.000000e+00
GO:0016266    41   2 1.341248e-01 1.000000e+00
GO:0016267     1   0 1.000000e+00 1.000000e+00
GO:0016268     1   0 1.000000e+00 1.000000e+00
GO:0016269     1   0 1.000000e+00 1.000000e+00
GO:0016272     6   0 1.000000e+00 1.000000e+00
GO:0016273    12   0 1.000000e+00 1.000000e+00
GO:0016274    12   0 1.000000e+00 1.000000e+00
GO:0016278    59   1 6.097610e-01 1.000000e+00
GO:0016279    58   1 6.039441e-01 1.000000e+00
GO:0016281    13   0 1.000000e+00 1.000000e+00
GO:0016282    15   1 2.112442e-01 1.000000e+00
GO:0016286     4   0 1.000000e+00 1.000000e+00
GO:0016287     1   0 1.000000e+00 1.000000e+00
GO:0016289    24   1 3.120125e-01 1.000000e+00
GO:0016297     2   0 1.000000e+00 1.000000e+00
GO:0016298   128   1 8.633099e-01 1.000000e+00
GO:0016300     4   0 1.000000e+00 1.000000e+00
GO:0016301   683  11 4.889853e-01 1.000000e+00
GO:0016303    10   1 1.449359e-01 1.000000e+00
GO:0016308     9   1 1.258316e-01 1.000000e+00
GO:0016309     3   0 1.000000e+00 1.000000e+00
GO:0016310  1465  26 2.548772e-01 1.000000e+00
GO:0016311   293   6 2.992939e-01 1.000000e+00
GO:0016312     6   0 1.000000e+00 1.000000e+00
GO:0016314     5   0 1.000000e+00 1.000000e+00
GO:0016316     2   0 1.000000e+00 1.000000e+00
GO:0016320     2   0 1.000000e+00 1.000000e+00
GO:0016321     5   0 1.000000e+00 1.000000e+00
GO:0016322    15   0 1.000000e+00 1.000000e+00
GO:0016323   242   6 1.754771e-01 1.000000e+00
GO:0016324   384   7 3.864784e-01 1.000000e+00
GO:0016327    23   0 1.000000e+00 1.000000e+00
GO:0016328    65   0 1.000000e+00 1.000000e+00
GO:0016331   148   0 1.000000e+00 1.000000e+00
GO:0016332     2   0 1.000000e+00 1.000000e+00
GO:0016333     1   0 1.000000e+00 1.000000e+00
GO:0016334     1   0 1.000000e+00 1.000000e+00
GO:0016338    22   1 2.873210e-01 1.000000e+00
GO:0016339    46   1 5.215459e-01 1.000000e+00
GO:0016340     2   0 1.000000e+00 1.000000e+00
GO:0016342    30   1 3.813562e-01 1.000000e+00
GO:0016344     3   0 1.000000e+00 1.000000e+00
GO:0016358   217   3 6.667941e-01 1.000000e+00
GO:0016361     5   0 1.000000e+00 1.000000e+00
GO:0016362     2   0 1.000000e+00 1.000000e+00
GO:0016363   122   2 5.703810e-01 1.000000e+00
GO:0016401     4   0 1.000000e+00 1.000000e+00
GO:0016402     1   0 1.000000e+00 1.000000e+00
GO:0016403     1   0 1.000000e+00 1.000000e+00
GO:0016404     2   0 1.000000e+00 1.000000e+00
GO:0016405    25   1 3.203606e-01 1.000000e+00
GO:0016406     5   0 1.000000e+00 1.000000e+00
GO:0016407    85   1 7.392076e-01 1.000000e+00
GO:0016408    19   0 1.000000e+00 1.000000e+00
GO:0016409    33   0 1.000000e+00 1.000000e+00
GO:0016410    82   2 3.605760e-01 1.000000e+00
GO:0016411    26   0 1.000000e+00 1.000000e+00
GO:0016412     1   0 1.000000e+00 1.000000e+00
GO:0016413     7   0 1.000000e+00 1.000000e+00
GO:0016414     3   0 1.000000e+00 1.000000e+00
GO:0016415     4   0 1.000000e+00 1.000000e+00
GO:0016416     4   0 1.000000e+00 1.000000e+00
GO:0016417    27   0 1.000000e+00 1.000000e+00
GO:0016418     2   0 1.000000e+00 1.000000e+00
GO:0016419     2   0 1.000000e+00 1.000000e+00
GO:0016420     2   0 1.000000e+00 1.000000e+00
GO:0016421     6   0 1.000000e+00 1.000000e+00
GO:0016422     2   0 1.000000e+00 1.000000e+00
GO:0016423    10   0 1.000000e+00 1.000000e+00
GO:0016426     4   0 1.000000e+00 1.000000e+00
GO:0016427     9   0 1.000000e+00 1.000000e+00
GO:0016428     5   0 1.000000e+00 1.000000e+00
GO:0016432     2   0 1.000000e+00 1.000000e+00
GO:0016433     8   0 1.000000e+00 1.000000e+00
GO:0016434     4   0 1.000000e+00 1.000000e+00
GO:0016435     4   0 1.000000e+00 1.000000e+00
GO:0016436     3   0 1.000000e+00 1.000000e+00
GO:0016441   474   7 4.451922e-01 1.000000e+00
GO:0016442   318   4 6.061141e-01 1.000000e+00
GO:0016444    67   3 8.398821e-02 1.000000e+00
GO:0016445    63   1 6.222465e-01 1.000000e+00
GO:0016446    13   0 1.000000e+00 1.000000e+00
GO:0016447    58   1 5.915363e-01 1.000000e+00
GO:0016453     7   0 1.000000e+00 1.000000e+00
GO:0016454     5   0 1.000000e+00 1.000000e+00
GO:0016459    57   3 6.368475e-02 1.000000e+00
GO:0016460    27   2 6.795011e-02 1.000000e+00
GO:0016461     9   0 1.000000e+00 1.000000e+00
GO:0016462   748   9 8.249192e-01 1.000000e+00
GO:0016469    47   0 1.000000e+00 1.000000e+00
GO:0016471    24   0 1.000000e+00 1.000000e+00
GO:0016476     3   0 1.000000e+00 1.000000e+00
GO:0016477  1512  30 9.132840e-02 1.000000e+00
GO:0016479    11   0 1.000000e+00 1.000000e+00
GO:0016480     4   0 1.000000e+00 1.000000e+00
GO:0016482   129   1 8.672743e-01 1.000000e+00
GO:0016485   229   5 2.895042e-01 1.000000e+00
GO:0016486    33   2 9.030123e-02 1.000000e+00
GO:0016487     2   0 1.000000e+00 1.000000e+00
GO:0016488     2   0 1.000000e+00 1.000000e+00
GO:0016491   677   8 8.263456e-01 1.000000e+00
GO:0016492     2   0 1.000000e+00 1.000000e+00
GO:0016493    21   3 4.389824e-03 2.941971e-01
GO:0016494     7   1 1.053032e-01 1.000000e+00
GO:0016495     1   0 1.000000e+00 1.000000e+00
GO:0016496     1   0 1.000000e+00 1.000000e+00
GO:0016497     1   0 1.000000e+00 1.000000e+00
GO:0016499     2   0 1.000000e+00 1.000000e+00
GO:0016500    20   0 1.000000e+00 1.000000e+00
GO:0016501     1   0 1.000000e+00 1.000000e+00
GO:0016502    17   1 2.246715e-01 1.000000e+00
GO:0016503     4   0 1.000000e+00 1.000000e+00
GO:0016504    54   0 1.000000e+00 1.000000e+00
GO:0016505    23   0 1.000000e+00 1.000000e+00
GO:0016507     3   0 1.000000e+00 1.000000e+00
GO:0016509     2   0 1.000000e+00 1.000000e+00
GO:0016513     3   1 4.758133e-02 1.000000e+00
GO:0016514    30   1 3.867837e-01 1.000000e+00
GO:0016517     1   0 1.000000e+00 1.000000e+00
GO:0016519     1   0 1.000000e+00 1.000000e+00
GO:0016520     3   0 1.000000e+00 1.000000e+00
GO:0016521     1   0 1.000000e+00 1.000000e+00
GO:0016524     2   0 1.000000e+00 1.000000e+00
GO:0016525   139   3 3.389561e-01 1.000000e+00
GO:0016528    92   1 7.661126e-01 1.000000e+00
GO:0016529    73   1 6.843355e-01 1.000000e+00
GO:0016530    12   0 1.000000e+00 1.000000e+00
GO:0016531     6   0 1.000000e+00 1.000000e+00
GO:0016532     2   0 1.000000e+00 1.000000e+00
GO:0016533     3   0 1.000000e+00 1.000000e+00
GO:0016538    46   0 1.000000e+00 1.000000e+00
GO:0016539     2   0 1.000000e+00 1.000000e+00
GO:0016540    26   0 1.000000e+00 1.000000e+00
GO:0016553    19   1 2.540024e-01 1.000000e+00
GO:0016554    12   1 1.677567e-01 1.000000e+00
GO:0016556    32   0 1.000000e+00 1.000000e+00
GO:0016557     2   0 1.000000e+00 1.000000e+00
GO:0016558    14   0 1.000000e+00 1.000000e+00
GO:0016559     9   0 1.000000e+00 1.000000e+00
GO:0016560     4   0 1.000000e+00 1.000000e+00
GO:0016561     3   0 1.000000e+00 1.000000e+00
GO:0016562     6   0 1.000000e+00 1.000000e+00
GO:0016567   694  11 5.124533e-01 1.000000e+00
GO:0016579    82   0 1.000000e+00 1.000000e+00
GO:0016581    15   0 1.000000e+00 1.000000e+00
GO:0016586    15   0 1.000000e+00 1.000000e+00
GO:0016589     5   0 1.000000e+00 1.000000e+00
GO:0016590     2   0 1.000000e+00 1.000000e+00
GO:0016591    69   0 1.000000e+00 1.000000e+00
GO:0016592    33   0 1.000000e+00 1.000000e+00
GO:0016593     7   0 1.000000e+00 1.000000e+00
GO:0016594    10   0 1.000000e+00 1.000000e+00
GO:0016595     8   0 1.000000e+00 1.000000e+00
GO:0016597    46   0 1.000000e+00 1.000000e+00
GO:0016598     2   0 1.000000e+00 1.000000e+00
GO:0016600     9   0 1.000000e+00 1.000000e+00
GO:0016601    47   1 5.255869e-01 1.000000e+00
GO:0016602     5   0 1.000000e+00 1.000000e+00
GO:0016603     2   0 1.000000e+00 1.000000e+00
GO:0016604   811  13 4.948068e-01 1.000000e+00
GO:0016605   102   1 7.992922e-01 1.000000e+00
GO:0016607   397   6 5.876981e-01 1.000000e+00
GO:0016608     2   0 1.000000e+00 1.000000e+00
GO:0016614   130   2 5.902601e-01 1.000000e+00
GO:0016615     8   1 1.175679e-01 1.000000e+00
GO:0016616   120   2 5.461233e-01 1.000000e+00
GO:0016617     1   0 1.000000e+00 1.000000e+00
GO:0016618     1   0 1.000000e+00 1.000000e+00
GO:0016620    37   0 1.000000e+00 1.000000e+00
GO:0016623     4   0 1.000000e+00 1.000000e+00
GO:0016624     8   0 1.000000e+00 1.000000e+00
GO:0016627    60   0 1.000000e+00 1.000000e+00
GO:0016628    32   0 1.000000e+00 1.000000e+00
GO:0016631     2   0 1.000000e+00 1.000000e+00
GO:0016634    10   0 1.000000e+00 1.000000e+00
GO:0016635     1   0 1.000000e+00 1.000000e+00
GO:0016638    17   0 1.000000e+00 1.000000e+00
GO:0016639     1   0 1.000000e+00 1.000000e+00
GO:0016641    14   0 1.000000e+00 1.000000e+00
GO:0016642     1   0 1.000000e+00 1.000000e+00
GO:0016645    27   0 1.000000e+00 1.000000e+00
GO:0016646    17   0 1.000000e+00 1.000000e+00
GO:0016647     4   0 1.000000e+00 1.000000e+00
GO:0016649     4   0 1.000000e+00 1.000000e+00
GO:0016651    74   0 1.000000e+00 1.000000e+00
GO:0016652     1   0 1.000000e+00 1.000000e+00
GO:0016653    10   0 1.000000e+00 1.000000e+00
GO:0016655    49   0 1.000000e+00 1.000000e+00
GO:0016661    13   0 1.000000e+00 1.000000e+00
GO:0016662     4   0 1.000000e+00 1.000000e+00
GO:0016663     1   0 1.000000e+00 1.000000e+00
GO:0016667    53   1 5.705000e-01 1.000000e+00
GO:0016668    11   0 1.000000e+00 1.000000e+00
GO:0016670    11   0 1.000000e+00 1.000000e+00
GO:0016671     8   0 1.000000e+00 1.000000e+00
GO:0016672     3   0 1.000000e+00 1.000000e+00
GO:0016675    12   0 1.000000e+00 1.000000e+00
GO:0016679     7   0 1.000000e+00 1.000000e+00
GO:0016684    57   1 5.780241e-01 1.000000e+00
GO:0016701    24   0 1.000000e+00 1.000000e+00
GO:0016702    23   0 1.000000e+00 1.000000e+00
GO:0016705   170   2 7.372773e-01 1.000000e+00
GO:0016706    54   1 5.744830e-01 1.000000e+00
GO:0016709    38   1 4.452704e-01 1.000000e+00
GO:0016711     1   0 1.000000e+00 1.000000e+00
GO:0016712    42   0 1.000000e+00 1.000000e+00
GO:0016713     9   0 1.000000e+00 1.000000e+00
GO:0016714     7   0 1.000000e+00 1.000000e+00
GO:0016715     5   0 1.000000e+00 1.000000e+00
GO:0016716     7   0 1.000000e+00 1.000000e+00
GO:0016717    10   0 1.000000e+00 1.000000e+00
GO:0016721     4   0 1.000000e+00 1.000000e+00
GO:0016722    15   2 2.266194e-02 7.533351e-01
GO:0016723     5   0 1.000000e+00 1.000000e+00
GO:0016724     5   0 1.000000e+00 1.000000e+00
GO:0016725    11   0 1.000000e+00 1.000000e+00
GO:0016726     1   0 1.000000e+00 1.000000e+00
GO:0016727     1   0 1.000000e+00 1.000000e+00
GO:0016728     5   0 1.000000e+00 1.000000e+00
GO:0016730     2   0 1.000000e+00 1.000000e+00
GO:0016731     2   0 1.000000e+00 1.000000e+00
GO:0016740  2095  34 4.168083e-01 1.000000e+00
GO:0016741   203   3 6.237107e-01 1.000000e+00
GO:0016742     8   0 1.000000e+00 1.000000e+00
GO:0016743     1   0 1.000000e+00 1.000000e+00
GO:0016744     4   0 1.000000e+00 1.000000e+00
GO:0016746   666  11 4.613150e-01 1.000000e+00
GO:0016747   201   3 6.066181e-01 1.000000e+00
GO:0016748     2   0 1.000000e+00 1.000000e+00
GO:0016749     1   0 1.000000e+00 1.000000e+00
GO:0016751     1   0 1.000000e+00 1.000000e+00
GO:0016755   457   8 4.163544e-01 1.000000e+00
GO:0016757   254   6 1.958364e-01 1.000000e+00
GO:0016758   185   4 3.112197e-01 1.000000e+00
GO:0016763    48   1 5.307194e-01 1.000000e+00
GO:0016765    58   1 5.872359e-01 1.000000e+00
GO:0016769    26   1 3.347478e-01 1.000000e+00
GO:0016772   841  12 6.582149e-01 1.000000e+00
GO:0016773   635  11 3.981340e-01 1.000000e+00
GO:0016774     2   0 1.000000e+00 1.000000e+00
GO:0016775     7   0 1.000000e+00 1.000000e+00
GO:0016776    33   0 1.000000e+00 1.000000e+00
GO:0016778     4   0 1.000000e+00 1.000000e+00
GO:0016779   136   1 8.859751e-01 1.000000e+00
GO:0016780    22   0 1.000000e+00 1.000000e+00
GO:0016781     2   0 1.000000e+00 1.000000e+00
GO:0016782    67   1 6.512691e-01 1.000000e+00
GO:0016783    11   0 1.000000e+00 1.000000e+00
GO:0016784     2   0 1.000000e+00 1.000000e+00
GO:0016785     1   0 1.000000e+00 1.000000e+00
GO:0016787  2237  28 9.086820e-01 1.000000e+00
GO:0016788   711   7 9.287152e-01 1.000000e+00
GO:0016790    41   1 4.727175e-01 1.000000e+00
GO:0016791   257   2 9.099034e-01 1.000000e+00
GO:0016793     1   0 1.000000e+00 1.000000e+00
GO:0016794     1   0 1.000000e+00 1.000000e+00
GO:0016796    60   1 6.130780e-01 1.000000e+00
GO:0016798   119   2 5.502321e-01 1.000000e+00
GO:0016799    37   1 4.441692e-01 1.000000e+00
GO:0016801    10   0 1.000000e+00 1.000000e+00
GO:0016803    10   0 1.000000e+00 1.000000e+00
GO:0016805    16   1 2.241020e-01 1.000000e+00
GO:0016807     2   0 1.000000e+00 1.000000e+00
GO:0016810   131   3 3.320376e-01 1.000000e+00
GO:0016811    69   1 6.594932e-01 1.000000e+00
GO:0016812    15   0 1.000000e+00 1.000000e+00
GO:0016813    10   1 1.428758e-01 1.000000e+00
GO:0016814    35   1 4.221220e-01 1.000000e+00
GO:0016817   749   9 8.261039e-01 1.000000e+00
GO:0016818   749   9 8.261039e-01 1.000000e+00
GO:0016819     1   0 1.000000e+00 1.000000e+00
GO:0016822     3   0 1.000000e+00 1.000000e+00
GO:0016823     3   0 1.000000e+00 1.000000e+00
GO:0016825     2   0 1.000000e+00 1.000000e+00
GO:0016826     1   0 1.000000e+00 1.000000e+00
GO:0016829   184   4 3.263236e-01 1.000000e+00
GO:0016830    49   1 5.387897e-01 1.000000e+00
GO:0016831    32   1 3.979373e-01 1.000000e+00
GO:0016832    10   0 1.000000e+00 1.000000e+00
GO:0016833     7   0 1.000000e+00 1.000000e+00
GO:0016835    72   0 1.000000e+00 1.000000e+00
GO:0016836    55   0 1.000000e+00 1.000000e+00
GO:0016838     3   0 1.000000e+00 1.000000e+00
GO:0016840    13   0 1.000000e+00 1.000000e+00
GO:0016841     5   0 1.000000e+00 1.000000e+00
GO:0016842     7   0 1.000000e+00 1.000000e+00
GO:0016843     1   0 1.000000e+00 1.000000e+00
GO:0016844     1   0 1.000000e+00 1.000000e+00
GO:0016846    11   1 1.609925e-01 1.000000e+00
GO:0016849    22   0 1.000000e+00 1.000000e+00
GO:0016853   148   3 3.961679e-01 1.000000e+00
GO:0016854    15   2 2.383816e-02 7.812493e-01
GO:0016855     1   0 1.000000e+00 1.000000e+00
GO:0016857     9   1 1.355325e-01 1.000000e+00
GO:0016859    34   1 4.071538e-01 1.000000e+00
GO:0016860    48   0 1.000000e+00 1.000000e+00
GO:0016861     6   0 1.000000e+00 1.000000e+00
GO:0016862     4   0 1.000000e+00 1.000000e+00
GO:0016863    14   0 1.000000e+00 1.000000e+00
GO:0016864    18   0 1.000000e+00 1.000000e+00
GO:0016866    26   0 1.000000e+00 1.000000e+00
GO:0016868     9   0 1.000000e+00 1.000000e+00
GO:0016869     1   0 1.000000e+00 1.000000e+00
GO:0016872     1   0 1.000000e+00 1.000000e+00
GO:0016874   158   2 7.079087e-01 1.000000e+00
GO:0016875    40   0 1.000000e+00 1.000000e+00
GO:0016877    38   1 4.507271e-01 1.000000e+00
GO:0016878    29   1 3.598779e-01 1.000000e+00
GO:0016879    47   0 1.000000e+00 1.000000e+00
GO:0016880     2   0 1.000000e+00 1.000000e+00
GO:0016881    22   0 1.000000e+00 1.000000e+00
GO:0016882     2   0 1.000000e+00 1.000000e+00
GO:0016884    10   0 1.000000e+00 1.000000e+00
GO:0016885     7   0 1.000000e+00 1.000000e+00
GO:0016886     6   1 8.596387e-02 1.000000e+00
GO:0016887   394   5 7.342036e-01 1.000000e+00
GO:0016888    10   0 1.000000e+00 1.000000e+00
GO:0016889     8   0 1.000000e+00 1.000000e+00
GO:0016890     2   0 1.000000e+00 1.000000e+00
GO:0016891    28   0 1.000000e+00 1.000000e+00
GO:0016892     7   0 1.000000e+00 1.000000e+00
GO:0016893    34   0 1.000000e+00 1.000000e+00
GO:0016894    16   0 1.000000e+00 1.000000e+00
GO:0016895    23   1 3.083517e-01 1.000000e+00
GO:0016896    40   0 1.000000e+00 1.000000e+00
GO:0016898     1   0 1.000000e+00 1.000000e+00
GO:0016899     3   0 1.000000e+00 1.000000e+00
GO:0016901     2   0 1.000000e+00 1.000000e+00
GO:0016903    46   0 1.000000e+00 1.000000e+00
GO:0016907     7   0 1.000000e+00 1.000000e+00
GO:0016913     2   0 1.000000e+00 1.000000e+00
GO:0016914     2   0 1.000000e+00 1.000000e+00
GO:0016917    19   1 2.638864e-01 1.000000e+00
GO:0016918    19   0 1.000000e+00 1.000000e+00
GO:0016920     2   0 1.000000e+00 1.000000e+00
GO:0016922   131   2 6.053527e-01 1.000000e+00
GO:0016925    63   1 6.323646e-01 1.000000e+00
GO:0016926     9   0 1.000000e+00 1.000000e+00
GO:0016929     7   0 1.000000e+00 1.000000e+00
GO:0016933     3   0 1.000000e+00 1.000000e+00
GO:0016934     3   0 1.000000e+00 1.000000e+00
GO:0016935     2   0 1.000000e+00 1.000000e+00
GO:0016936     5   0 1.000000e+00 1.000000e+00
GO:0016937     4   0 1.000000e+00 1.000000e+00
GO:0016938     1   0 1.000000e+00 1.000000e+00
GO:0016939     3   0 1.000000e+00 1.000000e+00
GO:0016941     3   0 1.000000e+00 1.000000e+00
GO:0016942     5   0 1.000000e+00 1.000000e+00
GO:0016964     1   0 1.000000e+00 1.000000e+00
GO:0016971     3   0 1.000000e+00 1.000000e+00
GO:0016972     6   0 1.000000e+00 1.000000e+00
GO:0016973    18   0 1.000000e+00 1.000000e+00
GO:0016992     1   0 1.000000e+00 1.000000e+00
GO:0016997     4   0 1.000000e+00 1.000000e+00
GO:0016999     1   0 1.000000e+00 1.000000e+00
GO:0017002     9   0 1.000000e+00 1.000000e+00
GO:0017004    36   1 4.395942e-01 1.000000e+00
GO:0017005     1   0 1.000000e+00 1.000000e+00
GO:0017014    15   0 1.000000e+00 1.000000e+00
GO:0017015   166   0 1.000000e+00 1.000000e+00
GO:0017017    11   0 1.000000e+00 1.000000e+00
GO:0017018    72   0 1.000000e+00 1.000000e+00
GO:0017020     3   0 1.000000e+00 1.000000e+00
GO:0017022    72   3 9.869307e-02 1.000000e+00
GO:0017024     1   0 1.000000e+00 1.000000e+00
GO:0017025    24   0 1.000000e+00 1.000000e+00
GO:0017038     9   1 1.299133e-01 1.000000e+00
GO:0017040     7   0 1.000000e+00 1.000000e+00
GO:0017042     2   0 1.000000e+00 1.000000e+00
GO:0017045     1   0 1.000000e+00 1.000000e+00
GO:0017046    49   1 5.384790e-01 1.000000e+00
GO:0017050     2   0 1.000000e+00 1.000000e+00
GO:0017053    73   2 3.182183e-01 1.000000e+00
GO:0017054     2   0 1.000000e+00 1.000000e+00
GO:0017055     2   1 3.017423e-02 8.696241e-01
GO:0017056    23   0 1.000000e+00 1.000000e+00
GO:0017057     2   0 1.000000e+00 1.000000e+00
GO:0017059     8   0 1.000000e+00 1.000000e+00
GO:0017060     2   0 1.000000e+00 1.000000e+00
GO:0017061     2   0 1.000000e+00 1.000000e+00
GO:0017062    11   0 1.000000e+00 1.000000e+00
GO:0017064     3   0 1.000000e+00 1.000000e+00
GO:0017065     1   0 1.000000e+00 1.000000e+00
GO:0017069    46   0 1.000000e+00 1.000000e+00
GO:0017070    13   0 1.000000e+00 1.000000e+00
GO:0017071     5   1 8.084452e-02 1.000000e+00
GO:0017075    19   0 1.000000e+00 1.000000e+00
GO:0017076  1874  28 6.104315e-01 1.000000e+00
GO:0017077     4   0 1.000000e+00 1.000000e+00
GO:0017080    37   1 4.413998e-01 1.000000e+00
GO:0017081    12   0 1.000000e+00 1.000000e+00
GO:0017083     6   0 1.000000e+00 1.000000e+00
GO:0017085     6   0 1.000000e+00 1.000000e+00
GO:0017087     2   0 1.000000e+00 1.000000e+00
GO:0017089     3   0 1.000000e+00 1.000000e+00
GO:0017090     2   0 1.000000e+00 1.000000e+00
GO:0017095     2   0 1.000000e+00 1.000000e+00
GO:0017098     2   0 1.000000e+00 1.000000e+00
GO:0017099     3   0 1.000000e+00 1.000000e+00
GO:0017101    10   0 1.000000e+00 1.000000e+00
GO:0017108     5   0 1.000000e+00 1.000000e+00
GO:0017109     2   0 1.000000e+00 1.000000e+00
GO:0017110    17   0 1.000000e+00 1.000000e+00
GO:0017111   693   9 7.521952e-01 1.000000e+00
GO:0017113     1   0 1.000000e+00 1.000000e+00
GO:0017116    23   0 1.000000e+00 1.000000e+00
GO:0017118     1   0 1.000000e+00 1.000000e+00
GO:0017119    10   0 1.000000e+00 1.000000e+00
GO:0017121    24   0 1.000000e+00 1.000000e+00
GO:0017124   114   3 2.605252e-01 1.000000e+00
GO:0017125     1   0 1.000000e+00 1.000000e+00
GO:0017126     2   0 1.000000e+00 1.000000e+00
GO:0017128    15   0 1.000000e+00 1.000000e+00
GO:0017129     4   0 1.000000e+00 1.000000e+00
GO:0017130     1   0 1.000000e+00 1.000000e+00
GO:0017134    23   0 1.000000e+00 1.000000e+00
GO:0017136     5   0 1.000000e+00 1.000000e+00
GO:0017143     1   0 1.000000e+00 1.000000e+00
GO:0017145    31   0 1.000000e+00 1.000000e+00
GO:0017146     9   0 1.000000e+00 1.000000e+00
GO:0017147    30   0 1.000000e+00 1.000000e+00
GO:0017148   192   1 9.411684e-01 1.000000e+00
GO:0017150     4   0 1.000000e+00 1.000000e+00
GO:0017151     8   0 1.000000e+00 1.000000e+00
GO:0017153     3   0 1.000000e+00 1.000000e+00
GO:0017154    10   0 1.000000e+00 1.000000e+00
GO:0017156    64   0 1.000000e+00 1.000000e+00
GO:0017157   175   8 6.060313e-03 3.598251e-01
GO:0017158    39   0 1.000000e+00 1.000000e+00
GO:0017159     2   0 1.000000e+00 1.000000e+00
GO:0017161     2   0 1.000000e+00 1.000000e+00
GO:0017162     8   0 1.000000e+00 1.000000e+00
GO:0017166    11   1 1.636648e-01 1.000000e+00
GO:0017168     1   0 1.000000e+00 1.000000e+00
GO:0017169     8   0 1.000000e+00 1.000000e+00
GO:0017171   179   1 9.391741e-01 1.000000e+00
GO:0017172     1   0 1.000000e+00 1.000000e+00
GO:0017174     1   0 1.000000e+00 1.000000e+00
GO:0017176     2   0 1.000000e+00 1.000000e+00
GO:0017177     2   0 1.000000e+00 1.000000e+00
GO:0017178     1   0 1.000000e+00 1.000000e+00
GO:0017183     7   0 1.000000e+00 1.000000e+00
GO:0017185     8   0 1.000000e+00 1.000000e+00
GO:0017186     2   0 1.000000e+00 1.000000e+00
GO:0017187     3   0 1.000000e+00 1.000000e+00
GO:0017188     1   0 1.000000e+00 1.000000e+00
GO:0017190     1   0 1.000000e+00 1.000000e+00
GO:0017192     1   0 1.000000e+00 1.000000e+00
GO:0017196     6   1 8.589281e-02 1.000000e+00
GO:0018002     1   0 1.000000e+00 1.000000e+00
GO:0018003     2   0 1.000000e+00 1.000000e+00
GO:0018008     2   0 1.000000e+00 1.000000e+00
GO:0018009     1   0 1.000000e+00 1.000000e+00
GO:0018011     1   0 1.000000e+00 1.000000e+00
GO:0018013     1   0 1.000000e+00 1.000000e+00
GO:0018016     1   0 1.000000e+00 1.000000e+00
GO:0018021     2   0 1.000000e+00 1.000000e+00
GO:0018022    22   1 2.951334e-01 1.000000e+00
GO:0018023     8   1 1.191326e-01 1.000000e+00
GO:0018025     1   0 1.000000e+00 1.000000e+00
GO:0018026     9   0 1.000000e+00 1.000000e+00
GO:0018027     5   0 1.000000e+00 1.000000e+00
GO:0018030     2   0 1.000000e+00 1.000000e+00
GO:0018057     5   0 1.000000e+00 1.000000e+00
GO:0018064     2   0 1.000000e+00 1.000000e+00
GO:0018076     4   0 1.000000e+00 1.000000e+00
GO:0018094     1   0 1.000000e+00 1.000000e+00
GO:0018095    12   0 1.000000e+00 1.000000e+00
GO:0018103     6   0 1.000000e+00 1.000000e+00
GO:0018105   257   7 1.054590e-01 1.000000e+00
GO:0018107    93   0 1.000000e+00 1.000000e+00
GO:0018108   258  10 6.905987e-03 3.863563e-01
GO:0018114     1   0 1.000000e+00 1.000000e+00
GO:0018117     3   1 4.335292e-02 1.000000e+00
GO:0018119    15   0 1.000000e+00 1.000000e+00
GO:0018125     1   0 1.000000e+00 1.000000e+00
GO:0018126    23   0 1.000000e+00 1.000000e+00
GO:0018130  3714  50 8.856361e-01 1.000000e+00
GO:0018146    15   0 1.000000e+00 1.000000e+00
GO:0018149    27   0 1.000000e+00 1.000000e+00
GO:0018153     1   0 1.000000e+00 1.000000e+00
GO:0018158    12   0 1.000000e+00 1.000000e+00
GO:0018171     3   0 1.000000e+00 1.000000e+00
GO:0018175     3   1 4.335292e-02 1.000000e+00
GO:0018190     1   0 1.000000e+00 1.000000e+00
GO:0018191     1   0 1.000000e+00 1.000000e+00
GO:0018193   798  18 7.050325e-02 1.000000e+00
GO:0018194     1   0 1.000000e+00 1.000000e+00
GO:0018195     9   0 1.000000e+00 1.000000e+00
GO:0018197     3   0 1.000000e+00 1.000000e+00
GO:0018198    41   0 1.000000e+00 1.000000e+00
GO:0018199     4   0 1.000000e+00 1.000000e+00
GO:0018200    23   0 1.000000e+00 1.000000e+00
GO:0018201     3   0 1.000000e+00 1.000000e+00
GO:0018202     9   0 1.000000e+00 1.000000e+00
GO:0018205   140   2 6.438637e-01 1.000000e+00
GO:0018206    12   1 1.648519e-01 1.000000e+00
GO:0018208    32   1 3.866297e-01 1.000000e+00
GO:0018209   269   7 1.253627e-01 1.000000e+00
GO:0018210   103   0 1.000000e+00 1.000000e+00
GO:0018211     6   0 1.000000e+00 1.000000e+00
GO:0018212   260  10 7.276999e-03 3.972887e-01
GO:0018214     3   0 1.000000e+00 1.000000e+00
GO:0018216     6   0 1.000000e+00 1.000000e+00
GO:0018217     1   0 1.000000e+00 1.000000e+00
GO:0018230    20   0 1.000000e+00 1.000000e+00
GO:0018231    20   0 1.000000e+00 1.000000e+00
GO:0018242    10   0 1.000000e+00 1.000000e+00
GO:0018243    10   0 1.000000e+00 1.000000e+00
GO:0018262     1   0 1.000000e+00 1.000000e+00
GO:0018271     1   0 1.000000e+00 1.000000e+00
GO:0018272     1   0 1.000000e+00 1.000000e+00
GO:0018277     2   0 1.000000e+00 1.000000e+00
GO:0018279    22   1 2.906927e-01 1.000000e+00
GO:0018282     2   0 1.000000e+00 1.000000e+00
GO:0018283     2   0 1.000000e+00 1.000000e+00
GO:0018293     1   0 1.000000e+00 1.000000e+00
GO:0018317     6   0 1.000000e+00 1.000000e+00
GO:0018335     4   0 1.000000e+00 1.000000e+00
GO:0018342    11   0 1.000000e+00 1.000000e+00
GO:0018343     3   0 1.000000e+00 1.000000e+00
GO:0018344     6   0 1.000000e+00 1.000000e+00
GO:0018345    28   0 1.000000e+00 1.000000e+00
GO:0018352     1   0 1.000000e+00 1.000000e+00
GO:0018364     2   0 1.000000e+00 1.000000e+00
GO:0018377     4   0 1.000000e+00 1.000000e+00
GO:0018393     8   0 1.000000e+00 1.000000e+00
GO:0018394    22   0 1.000000e+00 1.000000e+00
GO:0018395     1   0 1.000000e+00 1.000000e+00
GO:0018400     1   0 1.000000e+00 1.000000e+00
GO:0018401     8   0 1.000000e+00 1.000000e+00
GO:0018406     6   0 1.000000e+00 1.000000e+00
GO:0018410    15   0 1.000000e+00 1.000000e+00
GO:0018423     1   0 1.000000e+00 1.000000e+00
GO:0018444     2   0 1.000000e+00 1.000000e+00
GO:0018455    10   1 1.255791e-01 1.000000e+00
GO:0018467     2   0 1.000000e+00 1.000000e+00
GO:0018477     1   0 1.000000e+00 1.000000e+00
GO:0018479     2   0 1.000000e+00 1.000000e+00
GO:0018547     1   0 1.000000e+00 1.000000e+00
GO:0018549     1   0 1.000000e+00 1.000000e+00
GO:0018601     1   0 1.000000e+00 1.000000e+00
GO:0018636     3   0 1.000000e+00 1.000000e+00
GO:0018675     2   0 1.000000e+00 1.000000e+00
GO:0018676     2   0 1.000000e+00 1.000000e+00
GO:0018685     5   0 1.000000e+00 1.000000e+00
GO:0018708     2   0 1.000000e+00 1.000000e+00
GO:0018729     1   0 1.000000e+00 1.000000e+00
GO:0018738     1   0 1.000000e+00 1.000000e+00
GO:0018773     1   0 1.000000e+00 1.000000e+00
GO:0018812     6   0 1.000000e+00 1.000000e+00
GO:0018820     2   0 1.000000e+00 1.000000e+00
GO:0018858     2   0 1.000000e+00 1.000000e+00
GO:0018872     2   0 1.000000e+00 1.000000e+00
GO:0018874     1   0 1.000000e+00 1.000000e+00
GO:0018879     3   0 1.000000e+00 1.000000e+00
GO:0018885     1   0 1.000000e+00 1.000000e+00
GO:0018894     4   0 1.000000e+00 1.000000e+00
GO:0018904    26   0 1.000000e+00 1.000000e+00
GO:0018910     1   0 1.000000e+00 1.000000e+00
GO:0018916     4   0 1.000000e+00 1.000000e+00
GO:0018958   104   0 1.000000e+00 1.000000e+00
GO:0018960     1   0 1.000000e+00 1.000000e+00
GO:0018963     2   0 1.000000e+00 1.000000e+00
GO:0018964     1   0 1.000000e+00 1.000000e+00
GO:0018969     1   0 1.000000e+00 1.000000e+00
GO:0018992     2   0 1.000000e+00 1.000000e+00
GO:0018993     1   0 1.000000e+00 1.000000e+00
GO:0018995     9   0 1.000000e+00 1.000000e+00
GO:0019001   363   6 4.965190e-01 1.000000e+00
GO:0019002     2   0 1.000000e+00 1.000000e+00
GO:0019003    70   1 6.661731e-01 1.000000e+00
GO:0019005    65   0 1.000000e+00 1.000000e+00
GO:0019008     2   0 1.000000e+00 1.000000e+00
GO:0019042     3   0 1.000000e+00 1.000000e+00
GO:0019043     2   0 1.000000e+00 1.000000e+00
GO:0019045     1   0 1.000000e+00 1.000000e+00
GO:0019046     1   0 1.000000e+00 1.000000e+00
GO:0019048     6   0 1.000000e+00 1.000000e+00
GO:0019049     1   0 1.000000e+00 1.000000e+00
GO:0019054     6   0 1.000000e+00 1.000000e+00
GO:0019058   302   8 9.699635e-02 1.000000e+00
GO:0019060     2   0 1.000000e+00 1.000000e+00
GO:0019062     7   0 1.000000e+00 1.000000e+00
GO:0019064     4   0 1.000000e+00 1.000000e+00
GO:0019065    10   0 1.000000e+00 1.000000e+00
GO:0019068    33   0 1.000000e+00 1.000000e+00
GO:0019072     2   0 1.000000e+00 1.000000e+00
GO:0019074     2   0 1.000000e+00 1.000000e+00
GO:0019075     2   0 1.000000e+00 1.000000e+00
GO:0019076    27   0 1.000000e+00 1.000000e+00
GO:0019079   122   6 1.226687e-02 5.756427e-01
GO:0019080    98   6 3.948502e-03 2.730665e-01
GO:0019081    19   1 2.550998e-01 1.000000e+00
GO:0019082    31   4 1.229974e-03 1.251442e-01
GO:0019083    50   1 5.359734e-01 1.000000e+00
GO:0019085     2   0 1.000000e+00 1.000000e+00
GO:0019086     4   0 1.000000e+00 1.000000e+00
GO:0019087     4   0 1.000000e+00 1.000000e+00
GO:0019098    42   0 1.000000e+00 1.000000e+00
GO:0019100     2   0 1.000000e+00 1.000000e+00
GO:0019101     1   0 1.000000e+00 1.000000e+00
GO:0019103     6   0 1.000000e+00 1.000000e+00
GO:0019104    13   0 1.000000e+00 1.000000e+00
GO:0019107    10   0 1.000000e+00 1.000000e+00
GO:0019113     2   0 1.000000e+00 1.000000e+00
GO:0019115     3   0 1.000000e+00 1.000000e+00
GO:0019118     1   0 1.000000e+00 1.000000e+00
GO:0019119     1   0 1.000000e+00 1.000000e+00
GO:0019135     1   0 1.000000e+00 1.000000e+00
GO:0019136     5   0 1.000000e+00 1.000000e+00
GO:0019144     2   0 1.000000e+00 1.000000e+00
GO:0019145     1   0 1.000000e+00 1.000000e+00
GO:0019150     1   0 1.000000e+00 1.000000e+00
GO:0019153     1   0 1.000000e+00 1.000000e+00
GO:0019158     2   0 1.000000e+00 1.000000e+00
GO:0019166     3   0 1.000000e+00 1.000000e+00
GO:0019171     1   0 1.000000e+00 1.000000e+00
GO:0019172     1   0 1.000000e+00 1.000000e+00
GO:0019178     1   0 1.000000e+00 1.000000e+00
GO:0019184    17   0 1.000000e+00 1.000000e+00
GO:0019185     3   0 1.000000e+00 1.000000e+00
GO:0019187     1   0 1.000000e+00 1.000000e+00
GO:0019198    17   0 1.000000e+00 1.000000e+00
GO:0019199    78   1 7.074654e-01 1.000000e+00
GO:0019200    20   0 1.000000e+00 1.000000e+00
GO:0019202     2   0 1.000000e+00 1.000000e+00
GO:0019203     9   0 1.000000e+00 1.000000e+00
GO:0019205    39   0 1.000000e+00 1.000000e+00
GO:0019206     9   0 1.000000e+00 1.000000e+00
GO:0019207   258   3 7.693605e-01 1.000000e+00
GO:0019208    98   2 4.487572e-01 1.000000e+00
GO:0019209   130   0 1.000000e+00 1.000000e+00
GO:0019210    77   2 3.407561e-01 1.000000e+00
GO:0019211    18   0 1.000000e+00 1.000000e+00
GO:0019212    44   2 1.502887e-01 1.000000e+00
GO:0019213    35   1 4.243951e-01 1.000000e+00
GO:0019215    11   0 1.000000e+00 1.000000e+00
GO:0019216   308   6 3.432547e-01 1.000000e+00
GO:0019217    91   3 1.651112e-01 1.000000e+00
GO:0019218    98   2 4.441622e-01 1.000000e+00
GO:0019219  3769  55 7.063566e-01 1.000000e+00
GO:0019220  1102  21 1.883946e-01 1.000000e+00
GO:0019221   487  14 1.790212e-02 6.517419e-01
GO:0019222  6411 101 3.922198e-01 1.000000e+00
GO:0019226    72   0 1.000000e+00 1.000000e+00
GO:0019227     9   0 1.000000e+00 1.000000e+00
GO:0019228    34   0 1.000000e+00 1.000000e+00
GO:0019229    66   1 6.452592e-01 1.000000e+00
GO:0019230     4   0 1.000000e+00 1.000000e+00
GO:0019233    78   2 3.255772e-01 1.000000e+00
GO:0019236     7   0 1.000000e+00 1.000000e+00
GO:0019237     6   0 1.000000e+00 1.000000e+00
GO:0019238     5   0 1.000000e+00 1.000000e+00
GO:0019239    33   1 4.064450e-01 1.000000e+00
GO:0019240     4   0 1.000000e+00 1.000000e+00
GO:0019242     1   0 1.000000e+00 1.000000e+00
GO:0019243     3   0 1.000000e+00 1.000000e+00
GO:0019244     1   0 1.000000e+00 1.000000e+00
GO:0019249     4   0 1.000000e+00 1.000000e+00
GO:0019254     3   0 1.000000e+00 1.000000e+00
GO:0019255     1   0 1.000000e+00 1.000000e+00
GO:0019262     6   0 1.000000e+00 1.000000e+00
GO:0019264     2   0 1.000000e+00 1.000000e+00
GO:0019265     2   0 1.000000e+00 1.000000e+00
GO:0019276     3   1 4.774717e-02 1.000000e+00
GO:0019284     3   0 1.000000e+00 1.000000e+00
GO:0019285     2   0 1.000000e+00 1.000000e+00
GO:0019287     3   0 1.000000e+00 1.000000e+00
GO:0019290     1   0 1.000000e+00 1.000000e+00
GO:0019293     3   0 1.000000e+00 1.000000e+00
GO:0019303     2   0 1.000000e+00 1.000000e+00
GO:0019310     1   0 1.000000e+00 1.000000e+00
GO:0019317     9   0 1.000000e+00 1.000000e+00
GO:0019318   221   2 8.605742e-01 1.000000e+00
GO:0019319    88   0 1.000000e+00 1.000000e+00
GO:0019320    42   0 1.000000e+00 1.000000e+00
GO:0019321    10   0 1.000000e+00 1.000000e+00
GO:0019322     1   0 1.000000e+00 1.000000e+00
GO:0019323     4   0 1.000000e+00 1.000000e+00
GO:0019336     8   0 1.000000e+00 1.000000e+00
GO:0019341     1   0 1.000000e+00 1.000000e+00
GO:0019343     2   0 1.000000e+00 1.000000e+00
GO:0019344     3   0 1.000000e+00 1.000000e+00
GO:0019346     4   0 1.000000e+00 1.000000e+00
GO:0019348    21   0 1.000000e+00 1.000000e+00
GO:0019359    28   1 3.561532e-01 1.000000e+00
GO:0019362   155   3 4.402325e-01 1.000000e+00
GO:0019363    28   1 3.561532e-01 1.000000e+00
GO:0019364    89   1 7.592408e-01 1.000000e+00
GO:0019365     1   0 1.000000e+00 1.000000e+00
GO:0019367     8   0 1.000000e+00 1.000000e+00
GO:0019368     7   0 1.000000e+00 1.000000e+00
GO:0019369    55   0 1.000000e+00 1.000000e+00
GO:0019370    16   1 2.330870e-01 1.000000e+00
GO:0019371     9   0 1.000000e+00 1.000000e+00
GO:0019372    11   0 1.000000e+00 1.000000e+00
GO:0019373    17   0 1.000000e+00 1.000000e+00
GO:0019374     9   0 1.000000e+00 1.000000e+00
GO:0019375     6   0 1.000000e+00 1.000000e+00
GO:0019376     3   0 1.000000e+00 1.000000e+00
GO:0019377    25   0 1.000000e+00 1.000000e+00
GO:0019388     5   0 1.000000e+00 1.000000e+00
GO:0019389     2   0 1.000000e+00 1.000000e+00
GO:0019391     2   0 1.000000e+00 1.000000e+00
GO:0019395   104   2 4.795528e-01 1.000000e+00
GO:0019400    22   0 1.000000e+00 1.000000e+00
GO:0019401     5   0 1.000000e+00 1.000000e+00
GO:0019402     1   0 1.000000e+00 1.000000e+00
GO:0019405     6   0 1.000000e+00 1.000000e+00
GO:0019407     1   0 1.000000e+00 1.000000e+00
GO:0019408     2   0 1.000000e+00 1.000000e+00
GO:0019413     2   0 1.000000e+00 1.000000e+00
GO:0019417     2   0 1.000000e+00 1.000000e+00
GO:0019418     3   0 1.000000e+00 1.000000e+00
GO:0019427     2   0 1.000000e+00 1.000000e+00
GO:0019430    20   1 2.697446e-01 1.000000e+00
GO:0019432    41   0 1.000000e+00 1.000000e+00
GO:0019433    27   0 1.000000e+00 1.000000e+00
GO:0019438  3726  50 8.907407e-01 1.000000e+00
GO:0019439   636   4 9.885646e-01 1.000000e+00
GO:0019440     1   0 1.000000e+00 1.000000e+00
GO:0019441     5   0 1.000000e+00 1.000000e+00
GO:0019442     1   0 1.000000e+00 1.000000e+00
GO:0019448     4   0 1.000000e+00 1.000000e+00
GO:0019449     1   0 1.000000e+00 1.000000e+00
GO:0019452     1   0 1.000000e+00 1.000000e+00
GO:0019464     3   0 1.000000e+00 1.000000e+00
GO:0019470     4   0 1.000000e+00 1.000000e+00
GO:0019471    12   0 1.000000e+00 1.000000e+00
GO:0019474     4   0 1.000000e+00 1.000000e+00
GO:0019477     4   0 1.000000e+00 1.000000e+00
GO:0019478     2   0 1.000000e+00 1.000000e+00
GO:0019481     1   0 1.000000e+00 1.000000e+00
GO:0019482     3   0 1.000000e+00 1.000000e+00
GO:0019483     2   0 1.000000e+00 1.000000e+00
GO:0019493     1   0 1.000000e+00 1.000000e+00
GO:0019509     5   0 1.000000e+00 1.000000e+00
GO:0019511    11   0 1.000000e+00 1.000000e+00
GO:0019516     1   0 1.000000e+00 1.000000e+00
GO:0019518     1   0 1.000000e+00 1.000000e+00
GO:0019519     2   0 1.000000e+00 1.000000e+00
GO:0019520     2   0 1.000000e+00 1.000000e+00
GO:0019521     2   0 1.000000e+00 1.000000e+00
GO:0019527     1   0 1.000000e+00 1.000000e+00
GO:0019530     9   0 1.000000e+00 1.000000e+00
GO:0019531    10   0 1.000000e+00 1.000000e+00
GO:0019532    12   0 1.000000e+00 1.000000e+00
GO:0019534     8   0 1.000000e+00 1.000000e+00
GO:0019538  4566  75 2.977372e-01 1.000000e+00
GO:0019541     5   0 1.000000e+00 1.000000e+00
GO:0019542     2   0 1.000000e+00 1.000000e+00
GO:0019543     2   0 1.000000e+00 1.000000e+00
GO:0019544     1   0 1.000000e+00 1.000000e+00
GO:0019547     2   0 1.000000e+00 1.000000e+00
GO:0019550     2   0 1.000000e+00 1.000000e+00
GO:0019551     2   0 1.000000e+00 1.000000e+00
GO:0019556     4   0 1.000000e+00 1.000000e+00
GO:0019557     4   0 1.000000e+00 1.000000e+00
GO:0019563     5   0 1.000000e+00 1.000000e+00
GO:0019585    24   0 1.000000e+00 1.000000e+00
GO:0019605     2   0 1.000000e+00 1.000000e+00
GO:0019606     1   0 1.000000e+00 1.000000e+00
GO:0019614     6   0 1.000000e+00 1.000000e+00
GO:0019626     7   0 1.000000e+00 1.000000e+00
GO:0019627    12   0 1.000000e+00 1.000000e+00
GO:0019637   975  12 8.357823e-01 1.000000e+00
GO:0019640     5   0 1.000000e+00 1.000000e+00
GO:0019646    77   0 1.000000e+00 1.000000e+00
GO:0019659     4   0 1.000000e+00 1.000000e+00
GO:0019660     4   0 1.000000e+00 1.000000e+00
GO:0019661     4   0 1.000000e+00 1.000000e+00
GO:0019673     7   0 1.000000e+00 1.000000e+00
GO:0019674    63   1 6.318527e-01 1.000000e+00
GO:0019676     2   0 1.000000e+00 1.000000e+00
GO:0019677    20   0 1.000000e+00 1.000000e+00
GO:0019678     1   0 1.000000e+00 1.000000e+00
GO:0019682    11   0 1.000000e+00 1.000000e+00
GO:0019692    42   0 1.000000e+00 1.000000e+00
GO:0019693   440   2 9.926981e-01 1.000000e+00
GO:0019694     9   0 1.000000e+00 1.000000e+00
GO:0019695     6   0 1.000000e+00 1.000000e+00
GO:0019705     5   0 1.000000e+00 1.000000e+00
GO:0019706    23   0 1.000000e+00 1.000000e+00
GO:0019707    23   0 1.000000e+00 1.000000e+00
GO:0019720     6   0 1.000000e+00 1.000000e+00
GO:0019722   222   8 2.243316e-02 7.526064e-01
GO:0019724   132   7 4.046465e-03 2.786956e-01
GO:0019725   779  18 5.979815e-02 1.000000e+00
GO:0019730   110   2 4.933982e-01 1.000000e+00
GO:0019731    53   1 5.504917e-01 1.000000e+00
GO:0019732     4   0 1.000000e+00 1.000000e+00
GO:0019740     4   0 1.000000e+00 1.000000e+00
GO:0019742     1   0 1.000000e+00 1.000000e+00
GO:0019747     4   0 1.000000e+00 1.000000e+00
GO:0019748    54   0 1.000000e+00 1.000000e+00
GO:0019751   101   1 7.913419e-01 1.000000e+00
GO:0019752   860  16 2.573854e-01 1.000000e+00
GO:0019755    25   0 1.000000e+00 1.000000e+00
GO:0019763    12   1 1.531065e-01 1.000000e+00
GO:0019767     3   1 4.906593e-02 1.000000e+00
GO:0019768     1   0 1.000000e+00 1.000000e+00
GO:0019769     1   1 1.708866e-02 6.500468e-01
GO:0019770     6   0 1.000000e+00 1.000000e+00
GO:0019771     1   0 1.000000e+00 1.000000e+00
GO:0019772     2   0 1.000000e+00 1.000000e+00
GO:0019773     8   0 1.000000e+00 1.000000e+00
GO:0019774    11   0 1.000000e+00 1.000000e+00
GO:0019776     3   0 1.000000e+00 1.000000e+00
GO:0019777     2   0 1.000000e+00 1.000000e+00
GO:0019778     1   0 1.000000e+00 1.000000e+00
GO:0019779     1   0 1.000000e+00 1.000000e+00
GO:0019780     1   0 1.000000e+00 1.000000e+00
GO:0019781     2   0 1.000000e+00 1.000000e+00
GO:0019782     1   0 1.000000e+00 1.000000e+00
GO:0019783    94   0 1.000000e+00 1.000000e+00
GO:0019784     6   0 1.000000e+00 1.000000e+00
GO:0019785     2   0 1.000000e+00 1.000000e+00
GO:0019786     3   0 1.000000e+00 1.000000e+00
GO:0019787   441   8 3.785498e-01 1.000000e+00
GO:0019788     7   0 1.000000e+00 1.000000e+00
GO:0019789    25   1 3.335853e-01 1.000000e+00
GO:0019797     3   0 1.000000e+00 1.000000e+00
GO:0019798     8   0 1.000000e+00 1.000000e+00
GO:0019799     1   0 1.000000e+00 1.000000e+00
GO:0019805     4   0 1.000000e+00 1.000000e+00
GO:0019807     1   0 1.000000e+00 1.000000e+00
GO:0019808     1   0 1.000000e+00 1.000000e+00
GO:0019810     1   0 1.000000e+00 1.000000e+00
GO:0019811     1   0 1.000000e+00 1.000000e+00
GO:0019814     9   3 2.837749e-04 4.071806e-02
GO:0019815     5   2 2.524224e-03 2.047183e-01
GO:0019825    33   0 1.000000e+00 1.000000e+00
GO:0019826     5   0 1.000000e+00 1.000000e+00
GO:0019827   175   1 9.365077e-01 1.000000e+00
GO:0019828     8   0 1.000000e+00 1.000000e+00
GO:0019829    51   0 1.000000e+00 1.000000e+00
GO:0019834     4   0 1.000000e+00 1.000000e+00
GO:0019835     7   0 1.000000e+00 1.000000e+00
GO:0019838   129   1 8.713516e-01 1.000000e+00
GO:0019840    38   0 1.000000e+00 1.000000e+00
GO:0019841    16   0 1.000000e+00 1.000000e+00
GO:0019842   143   0 1.000000e+00 1.000000e+00
GO:0019843    62   0 1.000000e+00 1.000000e+00
GO:0019852     9   1 1.274679e-01 1.000000e+00
GO:0019853     2   0 1.000000e+00 1.000000e+00
GO:0019855    11   0 1.000000e+00 1.000000e+00
GO:0019856     7   0 1.000000e+00 1.000000e+00
GO:0019857     3   0 1.000000e+00 1.000000e+00
GO:0019858     2   0 1.000000e+00 1.000000e+00
GO:0019859     3   0 1.000000e+00 1.000000e+00
GO:0019860     3   0 1.000000e+00 1.000000e+00
GO:0019862     3   0 1.000000e+00 1.000000e+00
GO:0019863     5   1 7.567153e-02 1.000000e+00
GO:0019864    10   0 1.000000e+00 1.000000e+00
GO:0019865    25   3 5.365789e-03 3.299666e-01
GO:0019866   510   4 9.603818e-01 1.000000e+00
GO:0019867   230   5 2.956245e-01 1.000000e+00
GO:0019869     6   0 1.000000e+00 1.000000e+00
GO:0019870     5   0 1.000000e+00 1.000000e+00
GO:0019871     8   0 1.000000e+00 1.000000e+00
GO:0019878     2   0 1.000000e+00 1.000000e+00
GO:0019882   112   7 1.745005e-03 1.594294e-01
GO:0019883    32   2 8.962565e-02 1.000000e+00
GO:0019884    48   3 3.648317e-02 9.053650e-01
GO:0019885    23   2 5.129025e-02 1.000000e+00
GO:0019886    29   2 7.155078e-02 1.000000e+00
GO:0019887   222   1 9.700836e-01 1.000000e+00
GO:0019888    86   2 3.846590e-01 1.000000e+00
GO:0019894    44   1 4.959178e-01 1.000000e+00
GO:0019896    16   0 1.000000e+00 1.000000e+00
GO:0019897    98   4 6.885311e-02 1.000000e+00
GO:0019898   166   5 1.193817e-01 1.000000e+00
GO:0019899  1980  41 3.492929e-02 8.854555e-01
GO:0019900   739  15 1.767798e-01 1.000000e+00
GO:0019901   659  15 9.061765e-02 1.000000e+00
GO:0019902   185   6 7.038715e-02 1.000000e+00
GO:0019903   139   5 6.774442e-02 1.000000e+00
GO:0019904   623  10 5.087739e-01 1.000000e+00
GO:0019905    65   0 1.000000e+00 1.000000e+00
GO:0019907     3   0 1.000000e+00 1.000000e+00
GO:0019908    16   0 1.000000e+00 1.000000e+00
GO:0019909     2   0 1.000000e+00 1.000000e+00
GO:0019911     9   1 1.280500e-01 1.000000e+00
GO:0019912     1   0 1.000000e+00 1.000000e+00
GO:0019914     1   0 1.000000e+00 1.000000e+00
GO:0019915    92   2 4.147707e-01 1.000000e+00
GO:0019918     1   0 1.000000e+00 1.000000e+00
GO:0019919     1   0 1.000000e+00 1.000000e+00
GO:0019933    71   1 6.720622e-01 1.000000e+00
GO:0019934    30   1 3.738573e-01 1.000000e+00
GO:0019935    97   2 4.439722e-01 1.000000e+00
GO:0019941   577   6 8.887401e-01 1.000000e+00
GO:0019948     2   0 1.000000e+00 1.000000e+00
GO:0019953  1001   9 9.757234e-01 1.000000e+00
GO:0019955   130   5 5.249685e-02 1.000000e+00
GO:0019956    30   4 1.220893e-03 1.251442e-01
GO:0019957    22   3 5.182182e-03 3.249243e-01
GO:0019958     5   2 2.451528e-03 2.017463e-01
GO:0019959     3   1 4.981739e-02 1.000000e+00
GO:0019960     5   0 1.000000e+00 1.000000e+00
GO:0019961     2   0 1.000000e+00 1.000000e+00
GO:0019962     1   0 1.000000e+00 1.000000e+00
GO:0019964     1   0 1.000000e+00 1.000000e+00
GO:0019966     9   0 1.000000e+00 1.000000e+00
GO:0019969     1   0 1.000000e+00 1.000000e+00
GO:0019970     3   0 1.000000e+00 1.000000e+00
GO:0019972     2   0 1.000000e+00 1.000000e+00
GO:0019975     1   0 1.000000e+00 1.000000e+00
GO:0019976     2   0 1.000000e+00 1.000000e+00
GO:0019981     2   0 1.000000e+00 1.000000e+00
GO:0019985    26   1 3.356446e-01 1.000000e+00
GO:0019988     2   0 1.000000e+00 1.000000e+00
GO:0019992    13   0 1.000000e+00 1.000000e+00
GO:0020016     3   0 1.000000e+00 1.000000e+00
GO:0020018     3   0 1.000000e+00 1.000000e+00
GO:0020027    17   0 1.000000e+00 1.000000e+00
GO:0020037   135   0 1.000000e+00 1.000000e+00
GO:0021501     1   0 1.000000e+00 1.000000e+00
GO:0021502     3   0 1.000000e+00 1.000000e+00
GO:0021503     1   0 1.000000e+00 1.000000e+00
GO:0021508     3   0 1.000000e+00 1.000000e+00
GO:0021509     1   0 1.000000e+00 1.000000e+00
GO:0021510    95   0 1.000000e+00 1.000000e+00
GO:0021511    18   0 1.000000e+00 1.000000e+00
GO:0021512     1   0 1.000000e+00 1.000000e+00
GO:0021513    16   0 1.000000e+00 1.000000e+00
GO:0021514    13   0 1.000000e+00 1.000000e+00
GO:0021515    49   0 1.000000e+00 1.000000e+00
GO:0021516    20   0 1.000000e+00 1.000000e+00
GO:0021517    44   0 1.000000e+00 1.000000e+00
GO:0021520    10   0 1.000000e+00 1.000000e+00
GO:0021521     7   0 1.000000e+00 1.000000e+00
GO:0021522    28   0 1.000000e+00 1.000000e+00
GO:0021523     5   0 1.000000e+00 1.000000e+00
GO:0021524     3   0 1.000000e+00 1.000000e+00
GO:0021526     2   0 1.000000e+00 1.000000e+00
GO:0021527    12   0 1.000000e+00 1.000000e+00
GO:0021528     1   0 1.000000e+00 1.000000e+00
GO:0021529     5   0 1.000000e+00 1.000000e+00
GO:0021530     3   0 1.000000e+00 1.000000e+00
GO:0021532    31   0 1.000000e+00 1.000000e+00
GO:0021533    20   0 1.000000e+00 1.000000e+00
GO:0021534    13   0 1.000000e+00 1.000000e+00
GO:0021535    16   0 1.000000e+00 1.000000e+00
GO:0021536    74   0 1.000000e+00 1.000000e+00
GO:0021537   262   0 1.000000e+00 1.000000e+00
GO:0021538     3   0 1.000000e+00 1.000000e+00
GO:0021539     1   0 1.000000e+00 1.000000e+00
GO:0021540     6   0 1.000000e+00 1.000000e+00
GO:0021541     1   0 1.000000e+00 1.000000e+00
GO:0021542    23   0 1.000000e+00 1.000000e+00
GO:0021543   181   0 1.000000e+00 1.000000e+00
GO:0021544    26   0 1.000000e+00 1.000000e+00
GO:0021545    62   2 2.544680e-01 1.000000e+00
GO:0021546     8   0 1.000000e+00 1.000000e+00
GO:0021547     1   0 1.000000e+00 1.000000e+00
GO:0021548    11   0 1.000000e+00 1.000000e+00
GO:0021549    97   0 1.000000e+00 1.000000e+00
GO:0021550     4   0 1.000000e+00 1.000000e+00
GO:0021551     3   1 4.706178e-02 1.000000e+00
GO:0021553     6   0 1.000000e+00 1.000000e+00
GO:0021554    20   1 2.730185e-01 1.000000e+00
GO:0021555     3   0 1.000000e+00 1.000000e+00
GO:0021556     1   1 1.710779e-02 6.500468e-01
GO:0021557     4   0 1.000000e+00 1.000000e+00
GO:0021558     2   0 1.000000e+00 1.000000e+00
GO:0021559    12   1 1.760758e-01 1.000000e+00
GO:0021560     2   0 1.000000e+00 1.000000e+00
GO:0021561    10   0 1.000000e+00 1.000000e+00
GO:0021562    11   1 1.644451e-01 1.000000e+00
GO:0021563     5   1 8.075725e-02 1.000000e+00
GO:0021564     3   1 4.992678e-02 1.000000e+00
GO:0021566     1   0 1.000000e+00 1.000000e+00
GO:0021568     2   0 1.000000e+00 1.000000e+00
GO:0021569     3   0 1.000000e+00 1.000000e+00
GO:0021570     2   0 1.000000e+00 1.000000e+00
GO:0021571     3   0 1.000000e+00 1.000000e+00
GO:0021572     1   0 1.000000e+00 1.000000e+00
GO:0021575    44   0 1.000000e+00 1.000000e+00
GO:0021576     1   0 1.000000e+00 1.000000e+00
GO:0021577     2   0 1.000000e+00 1.000000e+00
GO:0021578     5   0 1.000000e+00 1.000000e+00
GO:0021586     2   0 1.000000e+00 1.000000e+00
GO:0021587    41   0 1.000000e+00 1.000000e+00
GO:0021588     1   0 1.000000e+00 1.000000e+00
GO:0021589     2   0 1.000000e+00 1.000000e+00
GO:0021590     3   0 1.000000e+00 1.000000e+00
GO:0021591    31   0 1.000000e+00 1.000000e+00
GO:0021592     1   0 1.000000e+00 1.000000e+00
GO:0021593     3   0 1.000000e+00 1.000000e+00
GO:0021594     1   0 1.000000e+00 1.000000e+00
GO:0021595     1   0 1.000000e+00 1.000000e+00
GO:0021598     2   0 1.000000e+00 1.000000e+00
GO:0021599     2   0 1.000000e+00 1.000000e+00
GO:0021602    30   1 3.839995e-01 1.000000e+00
GO:0021603    10   1 1.501941e-01 1.000000e+00
GO:0021604    10   0 1.000000e+00 1.000000e+00
GO:0021605     3   0 1.000000e+00 1.000000e+00
GO:0021610    10   0 1.000000e+00 1.000000e+00
GO:0021612     8   0 1.000000e+00 1.000000e+00
GO:0021615     4   0 1.000000e+00 1.000000e+00
GO:0021618     1   0 1.000000e+00 1.000000e+00
GO:0021622     2   0 1.000000e+00 1.000000e+00
GO:0021623     2   0 1.000000e+00 1.000000e+00
GO:0021626     6   0 1.000000e+00 1.000000e+00
GO:0021627     1   0 1.000000e+00 1.000000e+00
GO:0021628     1   0 1.000000e+00 1.000000e+00
GO:0021630     2   0 1.000000e+00 1.000000e+00
GO:0021631     6   0 1.000000e+00 1.000000e+00
GO:0021633     2   0 1.000000e+00 1.000000e+00
GO:0021634     1   0 1.000000e+00 1.000000e+00
GO:0021636     5   0 1.000000e+00 1.000000e+00
GO:0021637     5   0 1.000000e+00 1.000000e+00
GO:0021639     1   0 1.000000e+00 1.000000e+00
GO:0021642     1   0 1.000000e+00 1.000000e+00
GO:0021644     2   0 1.000000e+00 1.000000e+00
GO:0021647     1   0 1.000000e+00 1.000000e+00
GO:0021648     7   1 1.110629e-01 1.000000e+00
GO:0021649     2   0 1.000000e+00 1.000000e+00
GO:0021650     5   1 8.140389e-02 1.000000e+00
GO:0021658     2   0 1.000000e+00 1.000000e+00
GO:0021659     1   0 1.000000e+00 1.000000e+00
GO:0021660     1   0 1.000000e+00 1.000000e+00
GO:0021664     1   0 1.000000e+00 1.000000e+00
GO:0021665     1   0 1.000000e+00 1.000000e+00
GO:0021666     1   0 1.000000e+00 1.000000e+00
GO:0021670    11   0 1.000000e+00 1.000000e+00
GO:0021675    95   3 1.860927e-01 1.000000e+00
GO:0021678     3   0 1.000000e+00 1.000000e+00
GO:0021679     2   0 1.000000e+00 1.000000e+00
GO:0021680    26   0 1.000000e+00 1.000000e+00
GO:0021681    12   0 1.000000e+00 1.000000e+00
GO:0021682     4   0 1.000000e+00 1.000000e+00
GO:0021683     8   0 1.000000e+00 1.000000e+00
GO:0021684     6   0 1.000000e+00 1.000000e+00
GO:0021685     1   0 1.000000e+00 1.000000e+00
GO:0021686     1   0 1.000000e+00 1.000000e+00
GO:0021687     2   0 1.000000e+00 1.000000e+00
GO:0021688     1   0 1.000000e+00 1.000000e+00
GO:0021691     2   0 1.000000e+00 1.000000e+00
GO:0021692    17   0 1.000000e+00 1.000000e+00
GO:0021693     2   0 1.000000e+00 1.000000e+00
GO:0021694    13   0 1.000000e+00 1.000000e+00
GO:0021695    49   0 1.000000e+00 1.000000e+00
GO:0021696    34   0 1.000000e+00 1.000000e+00
GO:0021697    23   0 1.000000e+00 1.000000e+00
GO:0021698     2   0 1.000000e+00 1.000000e+00
GO:0021699     3   0 1.000000e+00 1.000000e+00
GO:0021700   325   4 7.442448e-01 1.000000e+00
GO:0021702    11   0 1.000000e+00 1.000000e+00
GO:0021703     1   0 1.000000e+00 1.000000e+00
GO:0021707     6   0 1.000000e+00 1.000000e+00
GO:0021718     2   0 1.000000e+00 1.000000e+00
GO:0021722     2   0 1.000000e+00 1.000000e+00
GO:0021723     1   0 1.000000e+00 1.000000e+00
GO:0021730     3   0 1.000000e+00 1.000000e+00
GO:0021732     1   0 1.000000e+00 1.000000e+00
GO:0021740     3   0 1.000000e+00 1.000000e+00
GO:0021742     1   0 1.000000e+00 1.000000e+00
GO:0021743     1   0 1.000000e+00 1.000000e+00
GO:0021747     3   0 1.000000e+00 1.000000e+00
GO:0021750     2   0 1.000000e+00 1.000000e+00
GO:0021754     2   0 1.000000e+00 1.000000e+00
GO:0021756    20   0 1.000000e+00 1.000000e+00
GO:0021757     1   0 1.000000e+00 1.000000e+00
GO:0021758     1   0 1.000000e+00 1.000000e+00
GO:0021759     3   0 1.000000e+00 1.000000e+00
GO:0021761   119   0 1.000000e+00 1.000000e+00
GO:0021762    40   1 4.647874e-01 1.000000e+00
GO:0021764     5   0 1.000000e+00 1.000000e+00
GO:0021766    90   0 1.000000e+00 1.000000e+00
GO:0021767     1   0 1.000000e+00 1.000000e+00
GO:0021768     1   0 1.000000e+00 1.000000e+00
GO:0021769     3   0 1.000000e+00 1.000000e+00
GO:0021771     1   0 1.000000e+00 1.000000e+00
GO:0021772    32   0 1.000000e+00 1.000000e+00
GO:0021773     4   0 1.000000e+00 1.000000e+00
GO:0021775     3   0 1.000000e+00 1.000000e+00
GO:0021776     2   0 1.000000e+00 1.000000e+00
GO:0021778     4   0 1.000000e+00 1.000000e+00
GO:0021779     4   0 1.000000e+00 1.000000e+00
GO:0021780     7   0 1.000000e+00 1.000000e+00
GO:0021781    13   0 1.000000e+00 1.000000e+00
GO:0021782   129   3 3.278600e-01 1.000000e+00
GO:0021783    16   1 2.239247e-01 1.000000e+00
GO:0021784     2   0 1.000000e+00 1.000000e+00
GO:0021785     6   0 1.000000e+00 1.000000e+00
GO:0021793     1   0 1.000000e+00 1.000000e+00
GO:0021794    11   0 1.000000e+00 1.000000e+00
GO:0021795    45   0 1.000000e+00 1.000000e+00
GO:0021796     7   0 1.000000e+00 1.000000e+00
GO:0021797     3   0 1.000000e+00 1.000000e+00
GO:0021798     7   0 1.000000e+00 1.000000e+00
GO:0021799    35   0 1.000000e+00 1.000000e+00
GO:0021800     5   0 1.000000e+00 1.000000e+00
GO:0021801    26   0 1.000000e+00 1.000000e+00
GO:0021812     2   0 1.000000e+00 1.000000e+00
GO:0021813     1   0 1.000000e+00 1.000000e+00
GO:0021814     6   0 1.000000e+00 1.000000e+00
GO:0021815     4   0 1.000000e+00 1.000000e+00
GO:0021816     1   0 1.000000e+00 1.000000e+00
GO:0021817     3   0 1.000000e+00 1.000000e+00
GO:0021819    14   0 1.000000e+00 1.000000e+00
GO:0021822     1   0 1.000000e+00 1.000000e+00
GO:0021823     2   0 1.000000e+00 1.000000e+00
GO:0021825     2   0 1.000000e+00 1.000000e+00
GO:0021826     6   0 1.000000e+00 1.000000e+00
GO:0021827     2   0 1.000000e+00 1.000000e+00
GO:0021828     5   0 1.000000e+00 1.000000e+00
GO:0021830     6   0 1.000000e+00 1.000000e+00
GO:0021836     2   0 1.000000e+00 1.000000e+00
GO:0021840     1   0 1.000000e+00 1.000000e+00
GO:0021842     1   0 1.000000e+00 1.000000e+00
GO:0021843     6   0 1.000000e+00 1.000000e+00
GO:0021846    26   0 1.000000e+00 1.000000e+00
GO:0021847     3   0 1.000000e+00 1.000000e+00
GO:0021849     3   0 1.000000e+00 1.000000e+00
GO:0021852     3   0 1.000000e+00 1.000000e+00
GO:0021853     4   0 1.000000e+00 1.000000e+00
GO:0021854    25   0 1.000000e+00 1.000000e+00
GO:0021855     6   0 1.000000e+00 1.000000e+00
GO:0021856     5   0 1.000000e+00 1.000000e+00
GO:0021858     1   0 1.000000e+00 1.000000e+00
GO:0021859    13   0 1.000000e+00 1.000000e+00
GO:0021860     9   0 1.000000e+00 1.000000e+00
GO:0021861     7   0 1.000000e+00 1.000000e+00
GO:0021869     6   0 1.000000e+00 1.000000e+00
GO:0021870     2   0 1.000000e+00 1.000000e+00
GO:0021871    24   0 1.000000e+00 1.000000e+00
GO:0021872    52   1 5.646425e-01 1.000000e+00
GO:0021873     6   0 1.000000e+00 1.000000e+00
GO:0021874     1   0 1.000000e+00 1.000000e+00
GO:0021877     7   0 1.000000e+00 1.000000e+00
GO:0021879    42   1 4.892753e-01 1.000000e+00
GO:0021884    23   0 1.000000e+00 1.000000e+00
GO:0021885    60   0 1.000000e+00 1.000000e+00
GO:0021886     7   0 1.000000e+00 1.000000e+00
GO:0021888     7   0 1.000000e+00 1.000000e+00
GO:0021889    10   0 1.000000e+00 1.000000e+00
GO:0021891     5   0 1.000000e+00 1.000000e+00
GO:0021892     9   0 1.000000e+00 1.000000e+00
GO:0021893     2   0 1.000000e+00 1.000000e+00
GO:0021894     5   0 1.000000e+00 1.000000e+00
GO:0021895    23   0 1.000000e+00 1.000000e+00
GO:0021896     3   0 1.000000e+00 1.000000e+00
GO:0021897     3   0 1.000000e+00 1.000000e+00
GO:0021902     6   0 1.000000e+00 1.000000e+00
GO:0021903    10   0 1.000000e+00 1.000000e+00
GO:0021904    16   0 1.000000e+00 1.000000e+00
GO:0021905     1   0 1.000000e+00 1.000000e+00
GO:0021910     3   0 1.000000e+00 1.000000e+00
GO:0021915   156   0 1.000000e+00 1.000000e+00
GO:0021924    13   0 1.000000e+00 1.000000e+00
GO:0021930    13   0 1.000000e+00 1.000000e+00
GO:0021932     8   0 1.000000e+00 1.000000e+00
GO:0021933     1   0 1.000000e+00 1.000000e+00
GO:0021934     5   0 1.000000e+00 1.000000e+00
GO:0021935     2   0 1.000000e+00 1.000000e+00
GO:0021936     8   0 1.000000e+00 1.000000e+00
GO:0021937     2   0 1.000000e+00 1.000000e+00
GO:0021940     6   0 1.000000e+00 1.000000e+00
GO:0021941     2   0 1.000000e+00 1.000000e+00
GO:0021942     3   0 1.000000e+00 1.000000e+00
GO:0021943     3   0 1.000000e+00 1.000000e+00
GO:0021944     1   0 1.000000e+00 1.000000e+00
GO:0021952    29   0 1.000000e+00 1.000000e+00
GO:0021953   171   1 9.323366e-01 1.000000e+00
GO:0021954    82   0 1.000000e+00 1.000000e+00
GO:0021955    37   0 1.000000e+00 1.000000e+00
GO:0021956     1   0 1.000000e+00 1.000000e+00
GO:0021957     8   0 1.000000e+00 1.000000e+00
GO:0021960     7   0 1.000000e+00 1.000000e+00
GO:0021965     3   0 1.000000e+00 1.000000e+00
GO:0021966     2   0 1.000000e+00 1.000000e+00
GO:0021972     1   0 1.000000e+00 1.000000e+00
GO:0021978    13   0 1.000000e+00 1.000000e+00
GO:0021979    12   0 1.000000e+00 1.000000e+00
GO:0021983    40   0 1.000000e+00 1.000000e+00
GO:0021984    16   0 1.000000e+00 1.000000e+00
GO:0021985     2   0 1.000000e+00 1.000000e+00
GO:0021986     3   0 1.000000e+00 1.000000e+00
GO:0021987   119   0 1.000000e+00 1.000000e+00
GO:0021988    34   0 1.000000e+00 1.000000e+00
GO:0021989     1   0 1.000000e+00 1.000000e+00
GO:0021993     1   0 1.000000e+00 1.000000e+00
GO:0021997     2   0 1.000000e+00 1.000000e+00
GO:0021998     1   0 1.000000e+00 1.000000e+00
GO:0021999     5   0 1.000000e+00 1.000000e+00
GO:0022004     1   0 1.000000e+00 1.000000e+00
GO:0022007     2   0 1.000000e+00 1.000000e+00
GO:0022008  1658  20 9.112063e-01 1.000000e+00
GO:0022009     4   0 1.000000e+00 1.000000e+00
GO:0022010    24   0 1.000000e+00 1.000000e+00
GO:0022011    29   0 1.000000e+00 1.000000e+00
GO:0022012     1   0 1.000000e+00 1.000000e+00
GO:0022013     1   0 1.000000e+00 1.000000e+00
GO:0022018     1   0 1.000000e+00 1.000000e+00
GO:0022027     5   0 1.000000e+00 1.000000e+00
GO:0022028     5   0 1.000000e+00 1.000000e+00
GO:0022029    57   0 1.000000e+00 1.000000e+00
GO:0022030    26   0 1.000000e+00 1.000000e+00
GO:0022037   107   0 1.000000e+00 1.000000e+00
GO:0022038    26   0 1.000000e+00 1.000000e+00
GO:0022400     9   0 1.000000e+00 1.000000e+00
GO:0022401    16   0 1.000000e+00 1.000000e+00
GO:0022402  1231  14 9.145910e-01 1.000000e+00
GO:0022403     2   0 1.000000e+00 1.000000e+00
GO:0022404    94   1 7.681251e-01 1.000000e+00
GO:0022405    94   1 7.681251e-01 1.000000e+00
GO:0022406    91   1 7.611858e-01 1.000000e+00
GO:0022407   475  19 1.629580e-04 2.849728e-02
GO:0022408   193   6 7.691351e-02 1.000000e+00
GO:0022409   313  16 3.342756e-05 9.717434e-03
GO:0022410    19   1 2.612952e-01 1.000000e+00
GO:0022411   504  15 1.283668e-02 5.852064e-01
GO:0022412   457   4 9.269641e-01 1.000000e+00
GO:0022414  1410  15 9.567366e-01 1.000000e+00
GO:0022417     7   0 1.000000e+00 1.000000e+00
GO:0022600   102   4 7.571502e-02 1.000000e+00
GO:0022602    50   0 1.000000e+00 1.000000e+00
GO:0022603   854  10 8.528541e-01 1.000000e+00
GO:0022604   231   1 9.735460e-01 1.000000e+00
GO:0022605    11   0 1.000000e+00 1.000000e+00
GO:0022607  2849  46 4.243377e-01 1.000000e+00
GO:0022612   122   4 1.248104e-01 1.000000e+00
GO:0022613   441   3 9.706830e-01 1.000000e+00
GO:0022614     4   0 1.000000e+00 1.000000e+00
GO:0022615     5   0 1.000000e+00 1.000000e+00
GO:0022616    36   0 1.000000e+00 1.000000e+00
GO:0022617    61   2 2.378847e-01 1.000000e+00
GO:0022618   193   1 9.528016e-01 1.000000e+00
GO:0022624    23   0 1.000000e+00 1.000000e+00
GO:0022625    54   0 1.000000e+00 1.000000e+00
GO:0022626   109   0 1.000000e+00 1.000000e+00
GO:0022627    38   0 1.000000e+00 1.000000e+00
GO:0022803   479   9 3.254432e-01 1.000000e+00
GO:0022804   419   8 3.334706e-01 1.000000e+00
GO:0022810     5   0 1.000000e+00 1.000000e+00
GO:0022821    17   0 1.000000e+00 1.000000e+00
GO:0022824    54   1 5.796179e-01 1.000000e+00
GO:0022829    33   3 1.387390e-02 6.135596e-01
GO:0022832   165   1 9.256205e-01 1.000000e+00
GO:0022834   163   3 4.681542e-01 1.000000e+00
GO:0022835    54   1 5.796179e-01 1.000000e+00
GO:0022836   285   3 8.237265e-01 1.000000e+00
GO:0022839    30   1 3.757344e-01 1.000000e+00
GO:0022840    19   0 1.000000e+00 1.000000e+00
GO:0022841    16   0 1.000000e+00 1.000000e+00
GO:0022842    19   0 1.000000e+00 1.000000e+00
GO:0022843   138   1 8.867898e-01 1.000000e+00
GO:0022848    17   0 1.000000e+00 1.000000e+00
GO:0022849     5   0 1.000000e+00 1.000000e+00
GO:0022850     5   1 7.869724e-02 1.000000e+00
GO:0022851    11   0 1.000000e+00 1.000000e+00
GO:0022852     1   0 1.000000e+00 1.000000e+00
GO:0022853   229   4 4.889005e-01 1.000000e+00
GO:0022857  1051  17 4.675579e-01 1.000000e+00
GO:0022858    14   0 1.000000e+00 1.000000e+00
GO:0022883     1   0 1.000000e+00 1.000000e+00
GO:0022884    30   0 1.000000e+00 1.000000e+00
GO:0022890   530   5 9.195047e-01 1.000000e+00
GO:0022894     1   0 1.000000e+00 1.000000e+00
GO:0022898   211   8 1.733715e-02 6.517419e-01
GO:0022900   153   1 9.135579e-01 1.000000e+00
GO:0022904   105   0 1.000000e+00 1.000000e+00
GO:0023019    22   0 1.000000e+00 1.000000e+00
GO:0023021     3   0 1.000000e+00 1.000000e+00
GO:0023023    34   3 1.541749e-02 6.256642e-01
GO:0023024     6   1 9.174192e-02 1.000000e+00
GO:0023025     4   1 5.797853e-02 1.000000e+00
GO:0023026    25   2 5.731158e-02 1.000000e+00
GO:0023029     7   1 1.025594e-01 1.000000e+00
GO:0023030     2   1 3.198599e-02 8.696241e-01
GO:0023035    15   0 1.000000e+00 1.000000e+00
GO:0023041     7   0 1.000000e+00 1.000000e+00
GO:0023051  3349  59 1.479691e-01 1.000000e+00
GO:0023052  6033 108 2.800517e-02 8.696241e-01
GO:0023056  1733  36 4.191267e-02 9.875508e-01
GO:0023057  1406  27 1.374992e-01 1.000000e+00
GO:0023058    18   0 1.000000e+00 1.000000e+00
GO:0023061   466   9 2.998500e-01 1.000000e+00
GO:0030001   847  20 4.037959e-02 9.698034e-01
GO:0030002    10   0 1.000000e+00 1.000000e+00
GO:0030003   491  13 4.473011e-02 1.000000e+00
GO:0030007    15   0 1.000000e+00 1.000000e+00
GO:0030008    16   0 1.000000e+00 1.000000e+00
GO:0030010   149   0 1.000000e+00 1.000000e+00
GO:0030011    17   0 1.000000e+00 1.000000e+00
GO:0030014    16   0 1.000000e+00 1.000000e+00
GO:0030015     6   0 1.000000e+00 1.000000e+00
GO:0030016   232   5 2.953064e-01 1.000000e+00
GO:0030017   211   5 2.332325e-01 1.000000e+00
GO:0030018   126   0 1.000000e+00 1.000000e+00
GO:0030020    42   0 1.000000e+00 1.000000e+00
GO:0030021    19   0 1.000000e+00 1.000000e+00
GO:0030023    10   0 1.000000e+00 1.000000e+00
GO:0030026     2   0 1.000000e+00 1.000000e+00
GO:0030027   196   4 3.708453e-01 1.000000e+00
GO:0030029   785  15 2.456723e-01 1.000000e+00
GO:0030030  1520  17 9.455256e-01 1.000000e+00
GO:0030031   559   7 7.713838e-01 1.000000e+00
GO:0030032    67   1 6.506343e-01 1.000000e+00
GO:0030033    15   0 1.000000e+00 1.000000e+00
GO:0030034     1   0 1.000000e+00 1.000000e+00
GO:0030035     4   0 1.000000e+00 1.000000e+00
GO:0030036   690  14 1.908596e-01 1.000000e+00
GO:0030038   107   2 4.964200e-01 1.000000e+00
GO:0030041   158   2 7.096122e-01 1.000000e+00
GO:0030042    58   1 5.993271e-01 1.000000e+00
GO:0030043     4   0 1.000000e+00 1.000000e+00
GO:0030046     7   1 1.069422e-01 1.000000e+00
GO:0030047     4   0 1.000000e+00 1.000000e+00
GO:0030048   133   0 1.000000e+00 1.000000e+00
GO:0030049    14   0 1.000000e+00 1.000000e+00
GO:0030050     7   0 1.000000e+00 1.000000e+00
GO:0030054  2105  31 6.571274e-01 1.000000e+00
GO:0030055   415   5 7.774955e-01 1.000000e+00
GO:0030056     7   0 1.000000e+00 1.000000e+00
GO:0030057    24   0 1.000000e+00 1.000000e+00
GO:0030060     4   0 1.000000e+00 1.000000e+00
GO:0030061     8   0 1.000000e+00 1.000000e+00
GO:0030062    10   0 1.000000e+00 1.000000e+00
GO:0030070     8   0 1.000000e+00 1.000000e+00
GO:0030071    90   2 4.142596e-01 1.000000e+00
GO:0030072   233   7 7.221873e-02 1.000000e+00
GO:0030073   193   5 1.825316e-01 1.000000e+00
GO:0030091     7   0 1.000000e+00 1.000000e+00
GO:0030097   910  39 6.834516e-09 1.176798e-05
GO:0030098   407  23 1.113310e-07 1.184326e-04
GO:0030099   415  13 1.352279e-02 6.100216e-01
GO:0030100   280   9 3.009430e-02 8.696241e-01
GO:0030101    79   3 1.151384e-01 1.000000e+00
GO:0030103     1   0 1.000000e+00 1.000000e+00
GO:0030107     1   0 1.000000e+00 1.000000e+00
GO:0030108     1   0 1.000000e+00 1.000000e+00
GO:0030109     2   0 1.000000e+00 1.000000e+00
GO:0030111   323   1 9.939883e-01 1.000000e+00
GO:0030112     1   0 1.000000e+00 1.000000e+00
GO:0030116     4   0 1.000000e+00 1.000000e+00
GO:0030117    95   2 4.368129e-01 1.000000e+00
GO:0030118    50   2 1.798982e-01 1.000000e+00
GO:0030119    39   1 4.552676e-01 1.000000e+00
GO:0030120    62   0 1.000000e+00 1.000000e+00
GO:0030121    11   0 1.000000e+00 1.000000e+00
GO:0030122    11   0 1.000000e+00 1.000000e+00
GO:0030123    11   1 1.602032e-01 1.000000e+00
GO:0030124     4   0 1.000000e+00 1.000000e+00
GO:0030125    34   0 1.000000e+00 1.000000e+00
GO:0030126    13   0 1.000000e+00 1.000000e+00
GO:0030127    16   0 1.000000e+00 1.000000e+00
GO:0030128    11   0 1.000000e+00 1.000000e+00
GO:0030130    17   0 1.000000e+00 1.000000e+00
GO:0030131    26   1 3.312780e-01 1.000000e+00
GO:0030132    18   1 2.467433e-01 1.000000e+00
GO:0030133   411   6 6.164489e-01 1.000000e+00
GO:0030134    88   2 3.964108e-01 1.000000e+00
GO:0030135   302   8 9.921348e-02 1.000000e+00
GO:0030136   207   6 1.036101e-01 1.000000e+00
GO:0030137    25   0 1.000000e+00 1.000000e+00
GO:0030139   329  12 5.340094e-03 3.298028e-01
GO:0030140    36   1 4.370394e-01 1.000000e+00
GO:0030141   857  22 1.456132e-02 6.135596e-01
GO:0030142     1   0 1.000000e+00 1.000000e+00
GO:0030144     2   1 3.236299e-02 8.696241e-01
GO:0030145    62   1 6.270953e-01 1.000000e+00
GO:0030148   103   2 4.728270e-01 1.000000e+00
GO:0030149    38   0 1.000000e+00 1.000000e+00
GO:0030150    17   0 1.000000e+00 1.000000e+00
GO:0030151     4   0 1.000000e+00 1.000000e+00
GO:0030154  4179  74 1.099470e-01 1.000000e+00
GO:0030155   773  26 1.888491e-04 3.050874e-02
GO:0030156     2   0 1.000000e+00 1.000000e+00
GO:0030157    11   0 1.000000e+00 1.000000e+00
GO:0030158     2   0 1.000000e+00 1.000000e+00
GO:0030159    51   2 1.883399e-01 1.000000e+00
GO:0030160     4   0 1.000000e+00 1.000000e+00
GO:0030162   562  14 5.610351e-02 1.000000e+00
GO:0030163   941  12 7.967005e-01 1.000000e+00
GO:0030165    84   1 7.387431e-01 1.000000e+00
GO:0030166    63   2 2.609235e-01 1.000000e+00
GO:0030167     9   0 1.000000e+00 1.000000e+00
GO:0030168   130   1 8.691580e-01 1.000000e+00
GO:0030169    17   1 2.386939e-01 1.000000e+00
GO:0030170    53   0 1.000000e+00 1.000000e+00
GO:0030171     1   0 1.000000e+00 1.000000e+00
GO:0030172     3   0 1.000000e+00 1.000000e+00
GO:0030174    14   0 1.000000e+00 1.000000e+00
GO:0030175   101   1 7.972610e-01 1.000000e+00
GO:0030177   136   1 8.831423e-01 1.000000e+00
GO:0030178   168   0 1.000000e+00 1.000000e+00
GO:0030182  1350  13 9.809031e-01 1.000000e+00
GO:0030183   136  12 1.374257e-06 8.788963e-04
GO:0030184     1   0 1.000000e+00 1.000000e+00
GO:0030185     5   0 1.000000e+00 1.000000e+00
GO:0030186     1   0 1.000000e+00 1.000000e+00
GO:0030187     1   0 1.000000e+00 1.000000e+00
GO:0030193    69   1 6.609983e-01 1.000000e+00
GO:0030194    28   1 3.493748e-01 1.000000e+00
GO:0030195    49   0 1.000000e+00 1.000000e+00
GO:0030197     3   0 1.000000e+00 1.000000e+00
GO:0030198   318   5 5.473259e-01 1.000000e+00
GO:0030199    64   0 1.000000e+00 1.000000e+00
GO:0030200     8   0 1.000000e+00 1.000000e+00
GO:0030201    15   0 1.000000e+00 1.000000e+00
GO:0030202    17   1 2.379957e-01 1.000000e+00
GO:0030203   107   2 5.030785e-01 1.000000e+00
GO:0030204    25   2 5.800146e-02 1.000000e+00
GO:0030205     8   1 1.199231e-01 1.000000e+00
GO:0030206    18   2 3.159303e-02 8.696241e-01
GO:0030207     4   0 1.000000e+00 1.000000e+00
GO:0030208     5   1 7.710145e-02 1.000000e+00
GO:0030209     3   0 1.000000e+00 1.000000e+00
GO:0030210    11   1 1.643280e-01 1.000000e+00
GO:0030211     1   0 1.000000e+00 1.000000e+00
GO:0030212    33   0 1.000000e+00 1.000000e+00
GO:0030213    14   0 1.000000e+00 1.000000e+00
GO:0030214    16   0 1.000000e+00 1.000000e+00
GO:0030215    23   1 3.054200e-01 1.000000e+00
GO:0030216   170   2 7.322575e-01 1.000000e+00
GO:0030217   302  13 9.784621e-04 1.054400e-01
GO:0030218   128   3 3.237442e-01 1.000000e+00
GO:0030219    60   2 2.446028e-01 1.000000e+00
GO:0030220    22   0 1.000000e+00 1.000000e+00
GO:0030221     1   0 1.000000e+00 1.000000e+00
GO:0030222     6   0 1.000000e+00 1.000000e+00
GO:0030223    11   0 1.000000e+00 1.000000e+00
GO:0030224    34   1 4.158548e-01 1.000000e+00
GO:0030225    62   4 1.602237e-02 6.345280e-01
GO:0030226     3   0 1.000000e+00 1.000000e+00
GO:0030228    18   1 2.483836e-01 1.000000e+00
GO:0030229     4   0 1.000000e+00 1.000000e+00
GO:0030233     1   0 1.000000e+00 1.000000e+00
GO:0030234  1203  12 9.644357e-01 1.000000e+00
GO:0030235     7   0 1.000000e+00 1.000000e+00
GO:0030237     2   0 1.000000e+00 1.000000e+00
GO:0030238    11   0 1.000000e+00 1.000000e+00
GO:0030239    77   3 1.200676e-01 1.000000e+00
GO:0030240     7   0 1.000000e+00 1.000000e+00
GO:0030241     3   0 1.000000e+00 1.000000e+00
GO:0030242    15   0 1.000000e+00 1.000000e+00
GO:0030246   259   9 1.753518e-02 6.517419e-01
GO:0030247    21   0 1.000000e+00 1.000000e+00
GO:0030249     8   0 1.000000e+00 1.000000e+00
GO:0030250     7   0 1.000000e+00 1.000000e+00
GO:0030251     1   0 1.000000e+00 1.000000e+00
GO:0030252    13   1 1.881222e-01 1.000000e+00
GO:0030258   185   2 7.810252e-01 1.000000e+00
GO:0030259    11   0 1.000000e+00 1.000000e+00
GO:0030261    44   0 1.000000e+00 1.000000e+00
GO:0030262    30   0 1.000000e+00 1.000000e+00
GO:0030263     6   0 1.000000e+00 1.000000e+00
GO:0030264     1   0 1.000000e+00 1.000000e+00
GO:0030267     1   0 1.000000e+00 1.000000e+00
GO:0030272     1   0 1.000000e+00 1.000000e+00
GO:0030273     1   0 1.000000e+00 1.000000e+00
GO:0030274     6   0 1.000000e+00 1.000000e+00
GO:0030275    16   0 1.000000e+00 1.000000e+00
GO:0030276    55   3 5.405772e-02 1.000000e+00
GO:0030277    23   2 5.130324e-02 1.000000e+00
GO:0030278   117   0 1.000000e+00 1.000000e+00
GO:0030279    37   0 1.000000e+00 1.000000e+00
GO:0030280    37   0 1.000000e+00 1.000000e+00
GO:0030282   120   0 1.000000e+00 1.000000e+00
GO:0030283    10   1 1.359415e-01 1.000000e+00
GO:0030284     4   0 1.000000e+00 1.000000e+00
GO:0030286    53   1 5.704869e-01 1.000000e+00
GO:0030289     5   0 1.000000e+00 1.000000e+00
GO:0030290     1   0 1.000000e+00 1.000000e+00
GO:0030291    37   0 1.000000e+00 1.000000e+00
GO:0030292     7   1 1.045957e-01 1.000000e+00
GO:0030293     1   1 1.787785e-02 6.517419e-01
GO:0030294     1   0 1.000000e+00 1.000000e+00
GO:0030295   122   0 1.000000e+00 1.000000e+00
GO:0030296    31   0 1.000000e+00 1.000000e+00
GO:0030297    18   0 1.000000e+00 1.000000e+00
GO:0030298     5   0 1.000000e+00 1.000000e+00
GO:0030299    16   1 2.102759e-01 1.000000e+00
GO:0030300     7   0 1.000000e+00 1.000000e+00
GO:0030301   132   1 8.663800e-01 1.000000e+00
GO:0030302     1   0 1.000000e+00 1.000000e+00
GO:0030305     2   0 1.000000e+00 1.000000e+00
GO:0030307   150   1 9.024033e-01 1.000000e+00
GO:0030308   179   1 9.401278e-01 1.000000e+00
GO:0030309     9   0 1.000000e+00 1.000000e+00
GO:0030311     8   0 1.000000e+00 1.000000e+00
GO:0030312   531   7 7.152840e-01 1.000000e+00
GO:0030314     6   0 1.000000e+00 1.000000e+00
GO:0030315    51   1 5.494700e-01 1.000000e+00
GO:0030316   102   5 2.129488e-02 7.312656e-01
GO:0030317   133   1 8.761224e-01 1.000000e+00
GO:0030318    24   0 1.000000e+00 1.000000e+00
GO:0030321     8   0 1.000000e+00 1.000000e+00
GO:0030322    17   0 1.000000e+00 1.000000e+00
GO:0030323   191   6 7.917514e-02 1.000000e+00
GO:0030324   187   4 3.344705e-01 1.000000e+00
GO:0030325    27   0 1.000000e+00 1.000000e+00
GO:0030326   121   3 2.977483e-01 1.000000e+00
GO:0030327     3   0 1.000000e+00 1.000000e+00
GO:0030328     2   0 1.000000e+00 1.000000e+00
GO:0030329     2   0 1.000000e+00 1.000000e+00
GO:0030330    71   1 6.724289e-01 1.000000e+00
GO:0030331    39   1 4.565618e-01 1.000000e+00
GO:0030332    34   0 1.000000e+00 1.000000e+00
GO:0030334   977  26 4.588043e-03 3.029462e-01
GO:0030335   548  17 4.931268e-03 3.167707e-01
GO:0030336   348   8 1.599357e-01 1.000000e+00
GO:0030337     3   0 1.000000e+00 1.000000e+00
GO:0030338     1   0 1.000000e+00 1.000000e+00
GO:0030342     1   0 1.000000e+00 1.000000e+00
GO:0030343     3   0 1.000000e+00 1.000000e+00
GO:0030345     4   0 1.000000e+00 1.000000e+00
GO:0030346     6   0 1.000000e+00 1.000000e+00
GO:0030348     2   0 1.000000e+00 1.000000e+00
GO:0030350     3   0 1.000000e+00 1.000000e+00
GO:0030351     2   0 1.000000e+00 1.000000e+00
GO:0030352     1   0 1.000000e+00 1.000000e+00
GO:0030354     2   0 1.000000e+00 1.000000e+00
GO:0030366     1   0 1.000000e+00 1.000000e+00
GO:0030368     8   0 1.000000e+00 1.000000e+00
GO:0030369     3   0 1.000000e+00 1.000000e+00
GO:0030371   257   4 4.581816e-01 1.000000e+00
GO:0030374    52   0 1.000000e+00 1.000000e+00
GO:0030377     1   0 1.000000e+00 1.000000e+00
GO:0030378     1   0 1.000000e+00 1.000000e+00
GO:0030379     1   0 1.000000e+00 1.000000e+00
GO:0030380     1   0 1.000000e+00 1.000000e+00
GO:0030382     4   0 1.000000e+00 1.000000e+00
GO:0030388     9   1 1.326862e-01 1.000000e+00
GO:0030389     1   0 1.000000e+00 1.000000e+00
GO:0030393     1   0 1.000000e+00 1.000000e+00
GO:0030395     2   0 1.000000e+00 1.000000e+00
GO:0030397    12   1 1.702301e-01 1.000000e+00
GO:0030409     1   0 1.000000e+00 1.000000e+00
GO:0030412     1   0 1.000000e+00 1.000000e+00
GO:0030414   160   0 1.000000e+00 1.000000e+00
GO:0030421     3   0 1.000000e+00 1.000000e+00
GO:0030422     8   0 1.000000e+00 1.000000e+00
GO:0030424   614   8 7.410515e-01 1.000000e+00
GO:0030425   583   4 9.818716e-01 1.000000e+00
GO:0030426   153   0 1.000000e+00 1.000000e+00
GO:0030427   158   0 1.000000e+00 1.000000e+00
GO:0030429     1   0 1.000000e+00 1.000000e+00
GO:0030431    22   1 2.957529e-01 1.000000e+00
GO:0030432    12   1 1.739078e-01 1.000000e+00
GO:0030449    21   0 1.000000e+00 1.000000e+00
GO:0030450     9   0 1.000000e+00 1.000000e+00
GO:0030451     5   0 1.000000e+00 1.000000e+00
GO:0030473     5   0 1.000000e+00 1.000000e+00
GO:0030478     4   0 1.000000e+00 1.000000e+00
GO:0030485     3   0 1.000000e+00 1.000000e+00
GO:0030488    38   1 4.507899e-01 1.000000e+00
GO:0030490    52   0 1.000000e+00 1.000000e+00
GO:0030492     9   0 1.000000e+00 1.000000e+00
GO:0030496   198   1 9.559894e-01 1.000000e+00
GO:0030497    12   0 1.000000e+00 1.000000e+00
GO:0030500    77   0 1.000000e+00 1.000000e+00
GO:0030501    43   0 1.000000e+00 1.000000e+00
GO:0030502    18   0 1.000000e+00 1.000000e+00
GO:0030504     1   0 1.000000e+00 1.000000e+00
GO:0030505     3   0 1.000000e+00 1.000000e+00
GO:0030506    19   1 2.658654e-01 1.000000e+00
GO:0030507    26   0 1.000000e+00 1.000000e+00
GO:0030509   158   3 4.345913e-01 1.000000e+00
GO:0030510   114   2 5.195780e-01 1.000000e+00
GO:0030511    32   0 1.000000e+00 1.000000e+00
GO:0030512   118   0 1.000000e+00 1.000000e+00
GO:0030513    39   0 1.000000e+00 1.000000e+00
GO:0030514    67   1 6.385974e-01 1.000000e+00
GO:0030515    31   0 1.000000e+00 1.000000e+00
GO:0030516    85   1 7.355029e-01 1.000000e+00
GO:0030517    43   1 4.902221e-01 1.000000e+00
GO:0030518   117   2 5.340635e-01 1.000000e+00
GO:0030519     1   0 1.000000e+00 1.000000e+00
GO:0030520    53   2 1.884194e-01 1.000000e+00
GO:0030521    45   1 5.027406e-01 1.000000e+00
GO:0030522   350  11 2.042363e-02 7.132022e-01
GO:0030526     3   0 1.000000e+00 1.000000e+00
GO:0030527    74   1 6.880518e-01 1.000000e+00
GO:0030532    76   0 1.000000e+00 1.000000e+00
GO:0030534   139   0 1.000000e+00 1.000000e+00
GO:0030538     1   0 1.000000e+00 1.000000e+00
GO:0030539    23   1 2.966373e-01 1.000000e+00
GO:0030540    19   0 1.000000e+00 1.000000e+00
GO:0030544    50   1 5.404926e-01 1.000000e+00
GO:0030545   500   8 5.058563e-01 1.000000e+00
GO:0030546   469   7 5.842199e-01 1.000000e+00
GO:0030547    28   1 3.585929e-01 1.000000e+00
GO:0030548    12   0 1.000000e+00 1.000000e+00
GO:0030549     2   0 1.000000e+00 1.000000e+00
GO:0030550     7   0 1.000000e+00 1.000000e+00
GO:0030551    36   1 4.423662e-01 1.000000e+00
GO:0030552    22   1 2.965638e-01 1.000000e+00
GO:0030553    14   1 2.094314e-01 1.000000e+00
GO:0030554  1558  23 6.284018e-01 1.000000e+00
GO:0030572     1   0 1.000000e+00 1.000000e+00
GO:0030573     2   0 1.000000e+00 1.000000e+00
GO:0030574    44   1 5.020111e-01 1.000000e+00
GO:0030575    15   0 1.000000e+00 1.000000e+00
GO:0030576     3   0 1.000000e+00 1.000000e+00
GO:0030578     6   0 1.000000e+00 1.000000e+00
GO:0030581     2   0 1.000000e+00 1.000000e+00
GO:0030586     1   0 1.000000e+00 1.000000e+00
GO:0030592     3   0 1.000000e+00 1.000000e+00
GO:0030593   103   3 2.100321e-01 1.000000e+00
GO:0030594    92   2 4.257885e-01 1.000000e+00
GO:0030595   227  10 2.625791e-03 2.098584e-01
GO:0030611     1   0 1.000000e+00 1.000000e+00
GO:0030613     3   0 1.000000e+00 1.000000e+00
GO:0030614     3   0 1.000000e+00 1.000000e+00
GO:0030619     7   0 1.000000e+00 1.000000e+00
GO:0030620     6   0 1.000000e+00 1.000000e+00
GO:0030621     6   0 1.000000e+00 1.000000e+00
GO:0030622     4   0 1.000000e+00 1.000000e+00
GO:0030623     3   0 1.000000e+00 1.000000e+00
GO:0030624     2   0 1.000000e+00 1.000000e+00
GO:0030626     1   0 1.000000e+00 1.000000e+00
GO:0030627     5   0 1.000000e+00 1.000000e+00
GO:0030628     4   0 1.000000e+00 1.000000e+00
GO:0030629     2   0 1.000000e+00 1.000000e+00
GO:0030638    10   0 1.000000e+00 1.000000e+00
GO:0030641    87   2 3.995605e-01 1.000000e+00
GO:0030643    10   0 1.000000e+00 1.000000e+00
GO:0030644    10   0 1.000000e+00 1.000000e+00
GO:0030647    10   0 1.000000e+00 1.000000e+00
GO:0030656    12   2 1.433752e-02 6.135596e-01
GO:0030658   226   3 6.811722e-01 1.000000e+00
GO:0030659  1174  26 4.173059e-02 9.874182e-01
GO:0030660    55   1 5.773175e-01 1.000000e+00
GO:0030662   195   1 9.532514e-01 1.000000e+00
GO:0030663    18   0 1.000000e+00 1.000000e+00
GO:0030665   130   0 1.000000e+00 1.000000e+00
GO:0030666   190   5 1.718196e-01 1.000000e+00
GO:0030667   304  10 2.090266e-02 7.249772e-01
GO:0030669    70   0 1.000000e+00 1.000000e+00
GO:0030670    73   3 1.035371e-01 1.000000e+00
GO:0030672   124   2 5.747451e-01 1.000000e+00
GO:0030673    15   3 1.550375e-03 1.495844e-01
GO:0030674   890  15 4.151595e-01 1.000000e+00
GO:0030677    13   0 1.000000e+00 1.000000e+00
GO:0030678     2   0 1.000000e+00 1.000000e+00
GO:0030681    10   0 1.000000e+00 1.000000e+00
GO:0030684   105   0 1.000000e+00 1.000000e+00
GO:0030686    28   0 1.000000e+00 1.000000e+00
GO:0030687    18   0 1.000000e+00 1.000000e+00
GO:0030688    15   0 1.000000e+00 1.000000e+00
GO:0030689     3   0 1.000000e+00 1.000000e+00
GO:0030690     1   0 1.000000e+00 1.000000e+00
GO:0030691     1   0 1.000000e+00 1.000000e+00
GO:0030692     2   0 1.000000e+00 1.000000e+00
GO:0030695   446   5 8.242667e-01 1.000000e+00
GO:0030697     1   0 1.000000e+00 1.000000e+00
GO:0030704     1   0 1.000000e+00 1.000000e+00
GO:0030705   188   4 3.347397e-01 1.000000e+00
GO:0030718     4   0 1.000000e+00 1.000000e+00
GO:0030719     6   0 1.000000e+00 1.000000e+00
GO:0030728    16   0 1.000000e+00 1.000000e+00
GO:0030729     1   0 1.000000e+00 1.000000e+00
GO:0030730    18   1 2.447727e-01 1.000000e+00
GO:0030731     1   0 1.000000e+00 1.000000e+00
GO:0030735     1   0 1.000000e+00 1.000000e+00
GO:0030742    21   0 1.000000e+00 1.000000e+00
GO:0030748     1   0 1.000000e+00 1.000000e+00
GO:0030760     1   0 1.000000e+00 1.000000e+00
GO:0030791     1   0 1.000000e+00 1.000000e+00
GO:0030792     2   0 1.000000e+00 1.000000e+00
GO:0030808    27   0 1.000000e+00 1.000000e+00
GO:0030809     5   0 1.000000e+00 1.000000e+00
GO:0030810    13   0 1.000000e+00 1.000000e+00
GO:0030811    49   1 5.463963e-01 1.000000e+00
GO:0030812    17   0 1.000000e+00 1.000000e+00
GO:0030813    20   1 2.752982e-01 1.000000e+00
GO:0030832   149   1 9.043491e-01 1.000000e+00
GO:0030833   130   1 8.709120e-01 1.000000e+00
GO:0030834    53   1 5.667915e-01 1.000000e+00
GO:0030835    44   1 4.988570e-01 1.000000e+00
GO:0030836    13   0 1.000000e+00 1.000000e+00
GO:0030837    61   1 6.141202e-01 1.000000e+00
GO:0030838    52   0 1.000000e+00 1.000000e+00
GO:0030842     1   0 1.000000e+00 1.000000e+00
GO:0030844     1   0 1.000000e+00 1.000000e+00
GO:0030845     1   0 1.000000e+00 1.000000e+00
GO:0030846     3   0 1.000000e+00 1.000000e+00
GO:0030849     3   0 1.000000e+00 1.000000e+00
GO:0030850    48   1 5.316358e-01 1.000000e+00
GO:0030851    39   1 4.602348e-01 1.000000e+00
GO:0030852    16   0 1.000000e+00 1.000000e+00
GO:0030853     8   0 1.000000e+00 1.000000e+00
GO:0030854     9   0 1.000000e+00 1.000000e+00
GO:0030855   715  11 5.420802e-01 1.000000e+00
GO:0030856   168   6 4.286466e-02 9.978754e-01
GO:0030857    54   2 1.986101e-01 1.000000e+00
GO:0030858    72   2 2.957903e-01 1.000000e+00
GO:0030859    23   0 1.000000e+00 1.000000e+00
GO:0030860     2   0 1.000000e+00 1.000000e+00
GO:0030862     1   0 1.000000e+00 1.000000e+00
GO:0030863    99   1 7.899924e-01 1.000000e+00
GO:0030864    69   1 6.615628e-01 1.000000e+00
GO:0030865    51   1 5.512700e-01 1.000000e+00
GO:0030866    42   1 4.810633e-01 1.000000e+00
GO:0030867    22   0 1.000000e+00 1.000000e+00
GO:0030868     7   0 1.000000e+00 1.000000e+00
GO:0030870     5   0 1.000000e+00 1.000000e+00
GO:0030874     1   0 1.000000e+00 1.000000e+00
GO:0030877    12   0 1.000000e+00 1.000000e+00
GO:0030878    31   0 1.000000e+00 1.000000e+00
GO:0030879   129   1 8.703396e-01 1.000000e+00
GO:0030880    98   0 1.000000e+00 1.000000e+00
GO:0030881     8   1 1.207003e-01 1.000000e+00
GO:0030882     5   0 1.000000e+00 1.000000e+00
GO:0030883     5   0 1.000000e+00 1.000000e+00
GO:0030884     5   0 1.000000e+00 1.000000e+00
GO:0030885     5   0 1.000000e+00 1.000000e+00
GO:0030886     3   0 1.000000e+00 1.000000e+00
GO:0030887     2   0 1.000000e+00 1.000000e+00
GO:0030888    61   4 1.437356e-02 6.135596e-01
GO:0030889    16   1 2.166636e-01 1.000000e+00
GO:0030890    42   2 1.362790e-01 1.000000e+00
GO:0030891     3   0 1.000000e+00 1.000000e+00
GO:0030892     4   0 1.000000e+00 1.000000e+00
GO:0030893     6   0 1.000000e+00 1.000000e+00
GO:0030894    22   0 1.000000e+00 1.000000e+00
GO:0030895     5   0 1.000000e+00 1.000000e+00
GO:0030896     5   0 1.000000e+00 1.000000e+00
GO:0030897    13   0 1.000000e+00 1.000000e+00
GO:0030899     2   0 1.000000e+00 1.000000e+00
GO:0030900   389   1 9.979521e-01 1.000000e+00
GO:0030901    86   2 3.857204e-01 1.000000e+00
GO:0030902   149   0 1.000000e+00 1.000000e+00
GO:0030903    19   0 1.000000e+00 1.000000e+00
GO:0030904    20   0 1.000000e+00 1.000000e+00
GO:0030905     4   0 1.000000e+00 1.000000e+00
GO:0030906     4   0 1.000000e+00 1.000000e+00
GO:0030908     2   0 1.000000e+00 1.000000e+00
GO:0030910     3   0 1.000000e+00 1.000000e+00
GO:0030911     7   0 1.000000e+00 1.000000e+00
GO:0030913     6   0 1.000000e+00 1.000000e+00
GO:0030915     9   0 1.000000e+00 1.000000e+00
GO:0030916     8   0 1.000000e+00 1.000000e+00
GO:0030917     7   0 1.000000e+00 1.000000e+00
GO:0030934     3   0 1.000000e+00 1.000000e+00
GO:0030935     2   0 1.000000e+00 1.000000e+00
GO:0030936     1   0 1.000000e+00 1.000000e+00
GO:0030942     3   0 1.000000e+00 1.000000e+00
GO:0030943     5   0 1.000000e+00 1.000000e+00
GO:0030947    35   0 1.000000e+00 1.000000e+00
GO:0030948    12   0 1.000000e+00 1.000000e+00
GO:0030949    18   0 1.000000e+00 1.000000e+00
GO:0030950     3   0 1.000000e+00 1.000000e+00
GO:0030951     4   0 1.000000e+00 1.000000e+00
GO:0030952     7   0 1.000000e+00 1.000000e+00
GO:0030953    10   0 1.000000e+00 1.000000e+00
GO:0030954     1   0 1.000000e+00 1.000000e+00
GO:0030955    13   0 1.000000e+00 1.000000e+00
GO:0030956     3   0 1.000000e+00 1.000000e+00
GO:0030957    10   0 1.000000e+00 1.000000e+00
GO:0030961     1   0 1.000000e+00 1.000000e+00
GO:0030964    41   0 1.000000e+00 1.000000e+00
GO:0030968    74   0 1.000000e+00 1.000000e+00
GO:0030970    27   0 1.000000e+00 1.000000e+00
GO:0030971    79   2 3.416920e-01 1.000000e+00
GO:0030974     2   0 1.000000e+00 1.000000e+00
GO:0030975     1   0 1.000000e+00 1.000000e+00
GO:0030976     7   0 1.000000e+00 1.000000e+00
GO:0030977     1   0 1.000000e+00 1.000000e+00
GO:0030981     3   0 1.000000e+00 1.000000e+00
GO:0030983    14   0 1.000000e+00 1.000000e+00
GO:0030984     1   0 1.000000e+00 1.000000e+00
GO:0030990    24   0 1.000000e+00 1.000000e+00
GO:0030991     8   0 1.000000e+00 1.000000e+00
GO:0030992    17   0 1.000000e+00 1.000000e+00
GO:0030997     3   0 1.000000e+00 1.000000e+00
GO:0031000    15   1 2.161061e-01 1.000000e+00
GO:0031004     3   0 1.000000e+00 1.000000e+00
GO:0031005    14   0 1.000000e+00 1.000000e+00
GO:0031010    12   0 1.000000e+00 1.000000e+00
GO:0031011    16   0 1.000000e+00 1.000000e+00
GO:0031012   530   7 7.135596e-01 1.000000e+00
GO:0031013     4   0 1.000000e+00 1.000000e+00
GO:0031014     4   0 1.000000e+00 1.000000e+00
GO:0031016    76   0 1.000000e+00 1.000000e+00
GO:0031017     7   0 1.000000e+00 1.000000e+00
GO:0031018    44   0 1.000000e+00 1.000000e+00
GO:0031021     4   0 1.000000e+00 1.000000e+00
GO:0031022     2   0 1.000000e+00 1.000000e+00
GO:0031023   146   1 8.979293e-01 1.000000e+00
GO:0031032   211   5 2.340064e-01 1.000000e+00
GO:0031033     6   0 1.000000e+00 1.000000e+00
GO:0031034     4   0 1.000000e+00 1.000000e+00
GO:0031035     1   0 1.000000e+00 1.000000e+00
GO:0031037     1   0 1.000000e+00 1.000000e+00
GO:0031038     2   0 1.000000e+00 1.000000e+00
GO:0031045    37   0 1.000000e+00 1.000000e+00
GO:0031047   524   7 5.675628e-01 1.000000e+00
GO:0031048     7   0 1.000000e+00 1.000000e+00
GO:0031053    18   0 1.000000e+00 1.000000e+00
GO:0031054    16   1 2.244638e-01 1.000000e+00
GO:0031055     9   0 1.000000e+00 1.000000e+00
GO:0031069    32   0 1.000000e+00 1.000000e+00
GO:0031071     1   0 1.000000e+00 1.000000e+00
GO:0031072   125   3 3.050109e-01 1.000000e+00
GO:0031073     1   0 1.000000e+00 1.000000e+00
GO:0031074    12   0 1.000000e+00 1.000000e+00
GO:0031076    37   0 1.000000e+00 1.000000e+00
GO:0031077     7   0 1.000000e+00 1.000000e+00
GO:0031078     2   0 1.000000e+00 1.000000e+00
GO:0031080    10   0 1.000000e+00 1.000000e+00
GO:0031082    20   0 1.000000e+00 1.000000e+00
GO:0031083    15   0 1.000000e+00 1.000000e+00
GO:0031084     3   0 1.000000e+00 1.000000e+00
GO:0031085     2   0 1.000000e+00 1.000000e+00
GO:0031086     7   0 1.000000e+00 1.000000e+00
GO:0031087     6   0 1.000000e+00 1.000000e+00
GO:0031088     5   1 7.656017e-02 1.000000e+00
GO:0031089    14   0 1.000000e+00 1.000000e+00
GO:0031090  3520  62 1.514865e-01 1.000000e+00
GO:0031091    81   1 7.223722e-01 1.000000e+00
GO:0031092    16   1 2.243831e-01 1.000000e+00
GO:0031093    59   0 1.000000e+00 1.000000e+00
GO:0031094    11   0 1.000000e+00 1.000000e+00
GO:0031095     9   0 1.000000e+00 1.000000e+00
GO:0031098    54   1 5.672350e-01 1.000000e+00
GO:0031099   188   2 7.902276e-01 1.000000e+00
GO:0031100    61   1 6.127931e-01 1.000000e+00
GO:0031102    57   0 1.000000e+00 1.000000e+00
GO:0031103    50   0 1.000000e+00 1.000000e+00
GO:0031104     2   0 1.000000e+00 1.000000e+00
GO:0031105    13   0 1.000000e+00 1.000000e+00
GO:0031106     2   0 1.000000e+00 1.000000e+00
GO:0031109   126   1 8.647910e-01 1.000000e+00
GO:0031110    88   0 1.000000e+00 1.000000e+00
GO:0031111    34   0 1.000000e+00 1.000000e+00
GO:0031112    35   0 1.000000e+00 1.000000e+00
GO:0031113    58   0 1.000000e+00 1.000000e+00
GO:0031114    27   0 1.000000e+00 1.000000e+00
GO:0031115    12   0 1.000000e+00 1.000000e+00
GO:0031116    31   0 1.000000e+00 1.000000e+00
GO:0031117     4   0 1.000000e+00 1.000000e+00
GO:0031118     7   0 1.000000e+00 1.000000e+00
GO:0031119     6   0 1.000000e+00 1.000000e+00
GO:0031120     2   0 1.000000e+00 1.000000e+00
GO:0031122    59   0 1.000000e+00 1.000000e+00
GO:0031123    91   0 1.000000e+00 1.000000e+00
GO:0031124    50   0 1.000000e+00 1.000000e+00
GO:0031125    10   0 1.000000e+00 1.000000e+00
GO:0031126    11   0 1.000000e+00 1.000000e+00
GO:0031127     2   0 1.000000e+00 1.000000e+00
GO:0031128    32   0 1.000000e+00 1.000000e+00
GO:0031129     1   0 1.000000e+00 1.000000e+00
GO:0031133     3   0 1.000000e+00 1.000000e+00
GO:0031134     3   0 1.000000e+00 1.000000e+00
GO:0031143    16   0 1.000000e+00 1.000000e+00
GO:0031144     2   0 1.000000e+00 1.000000e+00
GO:0031145    24   0 1.000000e+00 1.000000e+00
GO:0031146    46   0 1.000000e+00 1.000000e+00
GO:0031151     1   0 1.000000e+00 1.000000e+00
GO:0031161     2   0 1.000000e+00 1.000000e+00
GO:0031163    26   0 1.000000e+00 1.000000e+00
GO:0031167    23   0 1.000000e+00 1.000000e+00
GO:0031173     1   0 1.000000e+00 1.000000e+00
GO:0031175   948  10 9.300563e-01 1.000000e+00
GO:0031177     1   0 1.000000e+00 1.000000e+00
GO:0031179     5   0 1.000000e+00 1.000000e+00
GO:0031201    49   0 1.000000e+00 1.000000e+00
GO:0031204     8   0 1.000000e+00 1.000000e+00
GO:0031205     2   0 1.000000e+00 1.000000e+00
GO:0031207     1   0 1.000000e+00 1.000000e+00
GO:0031208     4   0 1.000000e+00 1.000000e+00
GO:0031209    12   1 1.739104e-01 1.000000e+00
GO:0031210    27   1 3.352554e-01 1.000000e+00
GO:0031211     8   0 1.000000e+00 1.000000e+00
GO:0031213     2   0 1.000000e+00 1.000000e+00
GO:0031214   170   0 1.000000e+00 1.000000e+00
GO:0031223    12   1 1.798388e-01 1.000000e+00
GO:0031232     2   0 1.000000e+00 1.000000e+00
GO:0031234    47   1 5.253499e-01 1.000000e+00
GO:0031247     2   0 1.000000e+00 1.000000e+00
GO:0031248    92   2 4.208407e-01 1.000000e+00
GO:0031249     2   0 1.000000e+00 1.000000e+00
GO:0031251     2   0 1.000000e+00 1.000000e+00
GO:0031252   410   8 3.128400e-01 1.000000e+00
GO:0031253   340  11 1.864109e-02 6.665530e-01
GO:0031254    14   0 1.000000e+00 1.000000e+00
GO:0031256   173   5 1.370017e-01 1.000000e+00
GO:0031257     1   0 1.000000e+00 1.000000e+00
GO:0031258    22   0 1.000000e+00 1.000000e+00
GO:0031259     1   0 1.000000e+00 1.000000e+00
GO:0031260     1   0 1.000000e+00 1.000000e+00
GO:0031261    13   0 1.000000e+00 1.000000e+00
GO:0031262     4   0 1.000000e+00 1.000000e+00
GO:0031264     9   2 8.343341e-03 4.363490e-01
GO:0031265     6   1 9.213258e-02 1.000000e+00
GO:0031267   263   6 2.292988e-01 1.000000e+00
GO:0031268    15   0 1.000000e+00 1.000000e+00
GO:0031269    14   0 1.000000e+00 1.000000e+00
GO:0031272    12   0 1.000000e+00 1.000000e+00
GO:0031274    12   0 1.000000e+00 1.000000e+00
GO:0031279    51   1 5.516501e-01 1.000000e+00
GO:0031280    15   1 2.130702e-01 1.000000e+00
GO:0031281    35   0 1.000000e+00 1.000000e+00
GO:0031282     6   0 1.000000e+00 1.000000e+00
GO:0031283     1   0 1.000000e+00 1.000000e+00
GO:0031284     4   0 1.000000e+00 1.000000e+00
GO:0031289     1   0 1.000000e+00 1.000000e+00
GO:0031290    22   0 1.000000e+00 1.000000e+00
GO:0031293    11   0 1.000000e+00 1.000000e+00
GO:0031294    44   2 1.492671e-01 1.000000e+00
GO:0031295    43   2 1.441946e-01 1.000000e+00
GO:0031296     3   0 1.000000e+00 1.000000e+00
GO:0031297    47   0 1.000000e+00 1.000000e+00
GO:0031298     3   0 1.000000e+00 1.000000e+00
GO:0031312    22   0 1.000000e+00 1.000000e+00
GO:0031313     1   0 1.000000e+00 1.000000e+00
GO:0031314     6   0 1.000000e+00 1.000000e+00
GO:0031320     1   0 1.000000e+00 1.000000e+00
GO:0031323  5935  96 2.833613e-01 1.000000e+00
GO:0031324  2792  42 5.421766e-01 1.000000e+00
GO:0031325  3219  58 1.111256e-01 1.000000e+00
GO:0031326  5099  80 4.214212e-01 1.000000e+00
GO:0031327  2404  36 5.428505e-01 1.000000e+00
GO:0031328  2531  45 1.788283e-01 1.000000e+00
GO:0031329   734  14 2.351683e-01 1.000000e+00
GO:0031330   205   2 8.309048e-01 1.000000e+00
GO:0031331   405  10 8.711518e-02 1.000000e+00
GO:0031332   318   4 6.061141e-01 1.000000e+00
GO:0031333   137   2 6.262482e-01 1.000000e+00
GO:0031334   190   5 1.758936e-01 1.000000e+00
GO:0031335     2   0 1.000000e+00 1.000000e+00
GO:0031338    23   0 1.000000e+00 1.000000e+00
GO:0031339     4   0 1.000000e+00 1.000000e+00
GO:0031340    10   0 1.000000e+00 1.000000e+00
GO:0031341   107   7 1.226175e-03 1.251442e-01
GO:0031342    29   1 3.534339e-01 1.000000e+00
GO:0031343    73   7 1.239951e-04 2.375472e-02
GO:0031344   637   7 8.711218e-01 1.000000e+00
GO:0031345   186   4 3.256049e-01 1.000000e+00
GO:0031346   339   3 9.008175e-01 1.000000e+00
GO:0031347   778  26 1.692024e-04 2.901443e-02
GO:0031348   273   6 2.332732e-01 1.000000e+00
GO:0031349   472  20 4.563972e-05 1.183277e-02
GO:0031365    26   1 3.321972e-01 1.000000e+00
GO:0031369    27   0 1.000000e+00 1.000000e+00
GO:0031370     1   0 1.000000e+00 1.000000e+00
GO:0031371     7   0 1.000000e+00 1.000000e+00
GO:0031372     2   0 1.000000e+00 1.000000e+00
GO:0031379     3   0 1.000000e+00 1.000000e+00
GO:0031380     2   0 1.000000e+00 1.000000e+00
GO:0031386    13   0 1.000000e+00 1.000000e+00
GO:0031389     1   0 1.000000e+00 1.000000e+00
GO:0031390     8   0 1.000000e+00 1.000000e+00
GO:0031391     3   0 1.000000e+00 1.000000e+00
GO:0031392    11   0 1.000000e+00 1.000000e+00
GO:0031393     4   0 1.000000e+00 1.000000e+00
GO:0031394     6   0 1.000000e+00 1.000000e+00
GO:0031396   178   2 7.616777e-01 1.000000e+00
GO:0031397    69   1 6.542153e-01 1.000000e+00
GO:0031398    98   1 7.831331e-01 1.000000e+00
GO:0031399  1175  18 5.437236e-01 1.000000e+00
GO:0031400   406   6 5.992247e-01 1.000000e+00
GO:0031401   719  13 3.164603e-01 1.000000e+00
GO:0031402     8   0 1.000000e+00 1.000000e+00
GO:0031403     2   0 1.000000e+00 1.000000e+00
GO:0031404    10   0 1.000000e+00 1.000000e+00
GO:0031405     1   0 1.000000e+00 1.000000e+00
GO:0031406   189   4 3.356023e-01 1.000000e+00
GO:0031407     2   0 1.000000e+00 1.000000e+00
GO:0031408     2   0 1.000000e+00 1.000000e+00
GO:0031410  2386  52 6.673589e-03 3.801059e-01
GO:0031414     9   1 1.311011e-01 1.000000e+00
GO:0031415     4   0 1.000000e+00 1.000000e+00
GO:0031416     2   0 1.000000e+00 1.000000e+00
GO:0031417     3   1 4.575513e-02 1.000000e+00
GO:0031418    20   0 1.000000e+00 1.000000e+00
GO:0031419    10   0 1.000000e+00 1.000000e+00
GO:0031420    19   0 1.000000e+00 1.000000e+00
GO:0031422     4   0 1.000000e+00 1.000000e+00
GO:0031424    77   0 1.000000e+00 1.000000e+00
GO:0031427     1   0 1.000000e+00 1.000000e+00
GO:0031428     6   0 1.000000e+00 1.000000e+00
GO:0031429     3   0 1.000000e+00 1.000000e+00
GO:0031430    26   1 3.371955e-01 1.000000e+00
GO:0031431     2   0 1.000000e+00 1.000000e+00
GO:0031432    13   1 1.845169e-01 1.000000e+00
GO:0031433     7   0 1.000000e+00 1.000000e+00
GO:0031434    10   0 1.000000e+00 1.000000e+00
GO:0031435    16   0 1.000000e+00 1.000000e+00
GO:0031436     2   0 1.000000e+00 1.000000e+00
GO:0031440    10   0 1.000000e+00 1.000000e+00
GO:0031441     2   0 1.000000e+00 1.000000e+00
GO:0031442     4   0 1.000000e+00 1.000000e+00
GO:0031443     3   0 1.000000e+00 1.000000e+00
GO:0031444     2   0 1.000000e+00 1.000000e+00
GO:0031445    24   0 1.000000e+00 1.000000e+00
GO:0031446     2   0 1.000000e+00 1.000000e+00
GO:0031448     2   0 1.000000e+00 1.000000e+00
GO:0031449     1   0 1.000000e+00 1.000000e+00
GO:0031452     7   0 1.000000e+00 1.000000e+00
GO:0031453    13   0 1.000000e+00 1.000000e+00
GO:0031455     2   0 1.000000e+00 1.000000e+00
GO:0031456     2   0 1.000000e+00 1.000000e+00
GO:0031460     3   0 1.000000e+00 1.000000e+00
GO:0031461   176   1 9.372919e-01 1.000000e+00
GO:0031462    23   0 1.000000e+00 1.000000e+00
GO:0031463    37   0 1.000000e+00 1.000000e+00
GO:0031464    13   0 1.000000e+00 1.000000e+00
GO:0031465     5   0 1.000000e+00 1.000000e+00
GO:0031466    10   0 1.000000e+00 1.000000e+00
GO:0031467     4   0 1.000000e+00 1.000000e+00
GO:0031468    25   0 1.000000e+00 1.000000e+00
GO:0031475     1   0 1.000000e+00 1.000000e+00
GO:0031477     1   0 1.000000e+00 1.000000e+00
GO:0031489    16   1 2.210562e-01 1.000000e+00
GO:0031490   130   0 1.000000e+00 1.000000e+00
GO:0031491    87   1 7.423439e-01 1.000000e+00
GO:0031492    59   0 1.000000e+00 1.000000e+00
GO:0031499     5   0 1.000000e+00 1.000000e+00
GO:0031501     5   0 1.000000e+00 1.000000e+00
GO:0031503   183   2 7.792005e-01 1.000000e+00
GO:0031507    93   1 7.637075e-01 1.000000e+00
GO:0031508     3   0 1.000000e+00 1.000000e+00
GO:0031509     6   0 1.000000e+00 1.000000e+00
GO:0031510     2   0 1.000000e+00 1.000000e+00
GO:0031511     1   0 1.000000e+00 1.000000e+00
GO:0031514   257   3 7.624033e-01 1.000000e+00
GO:0031515     3   0 1.000000e+00 1.000000e+00
GO:0031519    46   1 5.087985e-01 1.000000e+00
GO:0031523     2   0 1.000000e+00 1.000000e+00
GO:0031526    57   2 2.223960e-01 1.000000e+00
GO:0031527    17   1 2.310406e-01 1.000000e+00
GO:0031528    32   2 8.616385e-02 1.000000e+00
GO:0031529    55   2 2.078950e-01 1.000000e+00
GO:0031530     2   0 1.000000e+00 1.000000e+00
GO:0031531     3   0 1.000000e+00 1.000000e+00
GO:0031533     2   0 1.000000e+00 1.000000e+00
GO:0031536     4   0 1.000000e+00 1.000000e+00
GO:0031543    12   0 1.000000e+00 1.000000e+00
GO:0031544     4   0 1.000000e+00 1.000000e+00
GO:0031545     8   0 1.000000e+00 1.000000e+00
GO:0031547     6   0 1.000000e+00 1.000000e+00
GO:0031548     3   0 1.000000e+00 1.000000e+00
GO:0031549     1   0 1.000000e+00 1.000000e+00
GO:0031550     2   0 1.000000e+00 1.000000e+00
GO:0031554     5   0 1.000000e+00 1.000000e+00
GO:0031559     1   0 1.000000e+00 1.000000e+00
GO:0031570   130   0 1.000000e+00 1.000000e+00
GO:0031571    30   0 1.000000e+00 1.000000e+00
GO:0031573    17   0 1.000000e+00 1.000000e+00
GO:0031577    47   0 1.000000e+00 1.000000e+00
GO:0031579    27   1 3.466442e-01 1.000000e+00
GO:0031580     7   0 1.000000e+00 1.000000e+00
GO:0031581     6   0 1.000000e+00 1.000000e+00
GO:0031583     1   0 1.000000e+00 1.000000e+00
GO:0031584     1   0 1.000000e+00 1.000000e+00
GO:0031585     5   0 1.000000e+00 1.000000e+00
GO:0031586     1   0 1.000000e+00 1.000000e+00
GO:0031587     4   0 1.000000e+00 1.000000e+00
GO:0031588    10   0 1.000000e+00 1.000000e+00
GO:0031589   346   9 9.111765e-02 1.000000e+00
GO:0031590     6   0 1.000000e+00 1.000000e+00
GO:0031591     6   0 1.000000e+00 1.000000e+00
GO:0031592     1   0 1.000000e+00 1.000000e+00
GO:0031593    52   2 1.976608e-01 1.000000e+00
GO:0031594    71   1 6.753028e-01 1.000000e+00
GO:0031595     1   0 1.000000e+00 1.000000e+00
GO:0031597     4   0 1.000000e+00 1.000000e+00
GO:0031616    13   0 1.000000e+00 1.000000e+00
GO:0031619     2   0 1.000000e+00 1.000000e+00
GO:0031620     9   1 1.299643e-01 1.000000e+00
GO:0031622     7   1 1.021937e-01 1.000000e+00
GO:0031623   120   4 1.175714e-01 1.000000e+00
GO:0031624    31   0 1.000000e+00 1.000000e+00
GO:0031625   288   7 1.628527e-01 1.000000e+00
GO:0031627     2   0 1.000000e+00 1.000000e+00
GO:0031628     7   0 1.000000e+00 1.000000e+00
GO:0031629    23   0 1.000000e+00 1.000000e+00
GO:0031630    12   0 1.000000e+00 1.000000e+00
GO:0031632     6   0 1.000000e+00 1.000000e+00
GO:0031635     2   0 1.000000e+00 1.000000e+00
GO:0031638    56   2 2.192368e-01 1.000000e+00
GO:0031639    26   2 5.909775e-02 1.000000e+00
GO:0031640    84   5 8.978258e-03 4.609388e-01
GO:0031641    45   2 1.549804e-01 1.000000e+00
GO:0031642     9   2 7.558566e-03 4.067090e-01
GO:0031643    17   0 1.000000e+00 1.000000e+00
GO:0031644   114   2 5.361450e-01 1.000000e+00
GO:0031645    16   2 2.504564e-02 8.136742e-01
GO:0031646    31   0 1.000000e+00 1.000000e+00
GO:0031647   301   2 9.509719e-01 1.000000e+00
GO:0031648    46   1 5.089837e-01 1.000000e+00
GO:0031649    16   1 2.238652e-01 1.000000e+00
GO:0031650    11   1 1.566764e-01 1.000000e+00
GO:0031651     1   0 1.000000e+00 1.000000e+00
GO:0031652     8   1 1.167297e-01 1.000000e+00
GO:0031663    54   4 9.806006e-03 4.899501e-01
GO:0031664    26   3 7.003994e-03 3.863563e-01
GO:0031665    12   1 1.640290e-01 1.000000e+00
GO:0031666    10   1 1.480729e-01 1.000000e+00
GO:0031667   464   4 9.332549e-01 1.000000e+00
GO:0031668   256   1 9.826527e-01 1.000000e+00
GO:0031669   227   1 9.725931e-01 1.000000e+00
GO:0031670    45   0 1.000000e+00 1.000000e+00
GO:0031672    38   2 1.205068e-01 1.000000e+00
GO:0031673     1   0 1.000000e+00 1.000000e+00
GO:0031674   139   1 8.869405e-01 1.000000e+00
GO:0031680     1   0 1.000000e+00 1.000000e+00
GO:0031681    21   0 1.000000e+00 1.000000e+00
GO:0031682     2   0 1.000000e+00 1.000000e+00
GO:0031683    21   0 1.000000e+00 1.000000e+00
GO:0031685     7   0 1.000000e+00 1.000000e+00
GO:0031686     2   0 1.000000e+00 1.000000e+00
GO:0031687     3   0 1.000000e+00 1.000000e+00
GO:0031690    18   0 1.000000e+00 1.000000e+00
GO:0031692     1   0 1.000000e+00 1.000000e+00
GO:0031694     5   0 1.000000e+00 1.000000e+00
GO:0031695     1   0 1.000000e+00 1.000000e+00
GO:0031696     2   0 1.000000e+00 1.000000e+00
GO:0031697     3   0 1.000000e+00 1.000000e+00
GO:0031698     6   0 1.000000e+00 1.000000e+00
GO:0031699     2   0 1.000000e+00 1.000000e+00
GO:0031700     1   0 1.000000e+00 1.000000e+00
GO:0031701     9   0 1.000000e+00 1.000000e+00
GO:0031702     6   0 1.000000e+00 1.000000e+00
GO:0031703     2   0 1.000000e+00 1.000000e+00
GO:0031705     4   0 1.000000e+00 1.000000e+00
GO:0031707     1   0 1.000000e+00 1.000000e+00
GO:0031708     3   0 1.000000e+00 1.000000e+00
GO:0031710     1   0 1.000000e+00 1.000000e+00
GO:0031711     2   0 1.000000e+00 1.000000e+00
GO:0031714     1   0 1.000000e+00 1.000000e+00
GO:0031715     1   0 1.000000e+00 1.000000e+00
GO:0031716     2   0 1.000000e+00 1.000000e+00
GO:0031717     1   0 1.000000e+00 1.000000e+00
GO:0031718     1   0 1.000000e+00 1.000000e+00
GO:0031720    10   0 1.000000e+00 1.000000e+00
GO:0031721     5   0 1.000000e+00 1.000000e+00
GO:0031723     1   0 1.000000e+00 1.000000e+00
GO:0031724     1   0 1.000000e+00 1.000000e+00
GO:0031726     5   0 1.000000e+00 1.000000e+00
GO:0031727     4   1 5.898426e-02 1.000000e+00
GO:0031728     5   0 1.000000e+00 1.000000e+00
GO:0031729     1   0 1.000000e+00 1.000000e+00
GO:0031730     7   0 1.000000e+00 1.000000e+00
GO:0031731     4   0 1.000000e+00 1.000000e+00
GO:0031732     2   0 1.000000e+00 1.000000e+00
GO:0031735     3   0 1.000000e+00 1.000000e+00
GO:0031737     3   0 1.000000e+00 1.000000e+00
GO:0031739     1   0 1.000000e+00 1.000000e+00
GO:0031741     1   0 1.000000e+00 1.000000e+00
GO:0031748     5   0 1.000000e+00 1.000000e+00
GO:0031749     3   0 1.000000e+00 1.000000e+00
GO:0031750     2   0 1.000000e+00 1.000000e+00
GO:0031751     1   0 1.000000e+00 1.000000e+00
GO:0031752     2   0 1.000000e+00 1.000000e+00
GO:0031753     2   0 1.000000e+00 1.000000e+00
GO:0031755     2   0 1.000000e+00 1.000000e+00
GO:0031763     1   0 1.000000e+00 1.000000e+00
GO:0031764     1   0 1.000000e+00 1.000000e+00
GO:0031765     1   0 1.000000e+00 1.000000e+00
GO:0031766     1   0 1.000000e+00 1.000000e+00
GO:0031767     1   0 1.000000e+00 1.000000e+00
GO:0031768     1   0 1.000000e+00 1.000000e+00
GO:0031769     2   0 1.000000e+00 1.000000e+00
GO:0031770     1   0 1.000000e+00 1.000000e+00
GO:0031771     1   0 1.000000e+00 1.000000e+00
GO:0031772     1   0 1.000000e+00 1.000000e+00
GO:0031773     1   0 1.000000e+00 1.000000e+00
GO:0031776     2   0 1.000000e+00 1.000000e+00
GO:0031777     2   0 1.000000e+00 1.000000e+00
GO:0031779     5   0 1.000000e+00 1.000000e+00
GO:0031780     2   0 1.000000e+00 1.000000e+00
GO:0031781     4   0 1.000000e+00 1.000000e+00
GO:0031782     4   0 1.000000e+00 1.000000e+00
GO:0031783     2   0 1.000000e+00 1.000000e+00
GO:0031788     1   0 1.000000e+00 1.000000e+00
GO:0031798     1   0 1.000000e+00 1.000000e+00
GO:0031799     2   0 1.000000e+00 1.000000e+00
GO:0031800     2   0 1.000000e+00 1.000000e+00
GO:0031802     6   1 8.870208e-02 1.000000e+00
GO:0031811     1   0 1.000000e+00 1.000000e+00
GO:0031812     1   0 1.000000e+00 1.000000e+00
GO:0031821     3   0 1.000000e+00 1.000000e+00
GO:0031834     2   0 1.000000e+00 1.000000e+00
GO:0031835     2   0 1.000000e+00 1.000000e+00
GO:0031838    11   0 1.000000e+00 1.000000e+00
GO:0031839     1   0 1.000000e+00 1.000000e+00
GO:0031840     1   0 1.000000e+00 1.000000e+00
GO:0031841     3   0 1.000000e+00 1.000000e+00
GO:0031848     8   0 1.000000e+00 1.000000e+00
GO:0031849     6   1 8.877744e-02 1.000000e+00
GO:0031851     1   0 1.000000e+00 1.000000e+00
GO:0031852     2   0 1.000000e+00 1.000000e+00
GO:0031854     1   0 1.000000e+00 1.000000e+00
GO:0031855     1   0 1.000000e+00 1.000000e+00
GO:0031856     1   0 1.000000e+00 1.000000e+00
GO:0031857     1   0 1.000000e+00 1.000000e+00
GO:0031860     4   0 1.000000e+00 1.000000e+00
GO:0031861     1   0 1.000000e+00 1.000000e+00
GO:0031862     3   0 1.000000e+00 1.000000e+00
GO:0031867     1   0 1.000000e+00 1.000000e+00
GO:0031870     2   0 1.000000e+00 1.000000e+00
GO:0031871     3   0 1.000000e+00 1.000000e+00
GO:0031877     1   0 1.000000e+00 1.000000e+00
GO:0031883     1   0 1.000000e+00 1.000000e+00
GO:0031893     3   0 1.000000e+00 1.000000e+00
GO:0031894     3   0 1.000000e+00 1.000000e+00
GO:0031895     1   0 1.000000e+00 1.000000e+00
GO:0031901   184   3 5.322124e-01 1.000000e+00
GO:0031902   163   4 2.464718e-01 1.000000e+00
GO:0031903    61   0 1.000000e+00 1.000000e+00
GO:0031904    36   3 1.696189e-02 6.500418e-01
GO:0031905     3   1 4.379349e-02 1.000000e+00
GO:0031906     8   1 1.134267e-01 1.000000e+00
GO:0031907    51   0 1.000000e+00 1.000000e+00
GO:0031914     3   0 1.000000e+00 1.000000e+00
GO:0031915    10   0 1.000000e+00 1.000000e+00
GO:0031919     3   0 1.000000e+00 1.000000e+00
GO:0031923     3   0 1.000000e+00 1.000000e+00
GO:0031929   153   0 1.000000e+00 1.000000e+00
GO:0031930     2   0 1.000000e+00 1.000000e+00
GO:0031931     6   0 1.000000e+00 1.000000e+00
GO:0031932     9   0 1.000000e+00 1.000000e+00
GO:0031941    31   0 1.000000e+00 1.000000e+00
GO:0031943    11   0 1.000000e+00 1.000000e+00
GO:0031944     5   0 1.000000e+00 1.000000e+00
GO:0031945     1   0 1.000000e+00 1.000000e+00
GO:0031946     9   0 1.000000e+00 1.000000e+00
GO:0031947     5   0 1.000000e+00 1.000000e+00
GO:0031948     1   0 1.000000e+00 1.000000e+00
GO:0031952    36   0 1.000000e+00 1.000000e+00
GO:0031953     9   0 1.000000e+00 1.000000e+00
GO:0031954    23   0 1.000000e+00 1.000000e+00
GO:0031955     4   0 1.000000e+00 1.000000e+00
GO:0031956     7   0 1.000000e+00 1.000000e+00
GO:0031957     9   0 1.000000e+00 1.000000e+00
GO:0031958    14   1 1.919985e-01 1.000000e+00
GO:0031959     1   0 1.000000e+00 1.000000e+00
GO:0031960   150   3 4.106167e-01 1.000000e+00
GO:0031962     1   0 1.000000e+00 1.000000e+00
GO:0031965   300   3 8.475488e-01 1.000000e+00
GO:0031966   702   9 7.776308e-01 1.000000e+00
GO:0031967  1189  17 6.821404e-01 1.000000e+00
GO:0031968   228   5 2.890564e-01 1.000000e+00
GO:0031970    87   2 3.889844e-01 1.000000e+00
GO:0031974  5669  78 8.928680e-01 1.000000e+00
GO:0031975  1189  17 6.821404e-01 1.000000e+00
GO:0031981  4597  61 9.161119e-01 1.000000e+00
GO:0031982  3873  75 1.772022e-02 6.517419e-01
GO:0031983   308   7 1.998820e-01 1.000000e+00
GO:0031984  1415  29 7.367976e-02 1.000000e+00
GO:0031985    98   1 7.832173e-01 1.000000e+00
GO:0031987    10   0 1.000000e+00 1.000000e+00
GO:0031989     1   0 1.000000e+00 1.000000e+00
GO:0031990     1   0 1.000000e+00 1.000000e+00
GO:0031994    13   0 1.000000e+00 1.000000e+00
GO:0031995     8   0 1.000000e+00 1.000000e+00
GO:0031996     9   0 1.000000e+00 1.000000e+00
GO:0031998    19   1 2.575517e-01 1.000000e+00
GO:0031999     6   1 8.821692e-02 1.000000e+00
GO:0032000    10   0 1.000000e+00 1.000000e+00
GO:0032002     3   0 1.000000e+00 1.000000e+00
GO:0032003     1   0 1.000000e+00 1.000000e+00
GO:0032006   134   0 1.000000e+00 1.000000e+00
GO:0032007    65   0 1.000000e+00 1.000000e+00
GO:0032008    67   0 1.000000e+00 1.000000e+00
GO:0032009    12   1 1.666503e-01 1.000000e+00
GO:0032010     6   1 9.381697e-02 1.000000e+00
GO:0032011    20   1 2.737010e-01 1.000000e+00
GO:0032012    20   1 2.737010e-01 1.000000e+00
GO:0032014     2   0 1.000000e+00 1.000000e+00
GO:0032020     6   0 1.000000e+00 1.000000e+00
GO:0032021     4   0 1.000000e+00 1.000000e+00
GO:0032023     1   0 1.000000e+00 1.000000e+00
GO:0032024    84   2 3.754557e-01 1.000000e+00
GO:0032025     9   0 1.000000e+00 1.000000e+00
GO:0032026    19   0 1.000000e+00 1.000000e+00
GO:0032027     8   0 1.000000e+00 1.000000e+00
GO:0032028     2   0 1.000000e+00 1.000000e+00
GO:0032029     1   0 1.000000e+00 1.000000e+00
GO:0032034     1   0 1.000000e+00 1.000000e+00
GO:0032036    13   1 1.822191e-01 1.000000e+00
GO:0032038     3   1 4.520350e-02 1.000000e+00
GO:0032039    17   0 1.000000e+00 1.000000e+00
GO:0032040    71   0 1.000000e+00 1.000000e+00
GO:0032041     1   0 1.000000e+00 1.000000e+00
GO:0032042    23   0 1.000000e+00 1.000000e+00
GO:0032043     1   0 1.000000e+00 1.000000e+00
GO:0032044     2   0 1.000000e+00 1.000000e+00
GO:0032045    23   0 1.000000e+00 1.000000e+00
GO:0032048    14   0 1.000000e+00 1.000000e+00
GO:0032049     7   0 1.000000e+00 1.000000e+00
GO:0032050    11   2 1.252462e-02 5.820431e-01
GO:0032051     7   0 1.000000e+00 1.000000e+00
GO:0032052    10   0 1.000000e+00 1.000000e+00
GO:0032053     5   0 1.000000e+00 1.000000e+00
GO:0032055     4   0 1.000000e+00 1.000000e+00
GO:0032056     5   0 1.000000e+00 1.000000e+00
GO:0032057     4   0 1.000000e+00 1.000000e+00
GO:0032058     3   0 1.000000e+00 1.000000e+00
GO:0032059     9   0 1.000000e+00 1.000000e+00
GO:0032060    11   0 1.000000e+00 1.000000e+00
GO:0032069    22   1 2.892863e-01 1.000000e+00
GO:0032070    10   1 1.387150e-01 1.000000e+00
GO:0032071     8   1 1.129510e-01 1.000000e+00
GO:0032072     1   1 1.464459e-02 6.135596e-01
GO:0032074     7   0 1.000000e+00 1.000000e+00
GO:0032075     7   0 1.000000e+00 1.000000e+00
GO:0032076     2   0 1.000000e+00 1.000000e+00
GO:0032077     5   0 1.000000e+00 1.000000e+00
GO:0032078     1   0 1.000000e+00 1.000000e+00
GO:0032079     4   0 1.000000e+00 1.000000e+00
GO:0032088    73   3 9.730700e-02 1.000000e+00
GO:0032089     2   0 1.000000e+00 1.000000e+00
GO:0032090     2   0 1.000000e+00 1.000000e+00
GO:0032091    69   2 2.822381e-01 1.000000e+00
GO:0032092    52   4 9.123659e-03 4.662648e-01
GO:0032093     1   0 1.000000e+00 1.000000e+00
GO:0032094    34   0 1.000000e+00 1.000000e+00
GO:0032095    14   0 1.000000e+00 1.000000e+00
GO:0032096    10   0 1.000000e+00 1.000000e+00
GO:0032097     3   0 1.000000e+00 1.000000e+00
GO:0032098    19   1 2.588610e-01 1.000000e+00
GO:0032099    10   0 1.000000e+00 1.000000e+00
GO:0032100     3   0 1.000000e+00 1.000000e+00
GO:0032101  1076  33 1.241647e-04 2.375472e-02
GO:0032102   429  12 3.271692e-02 8.696241e-01
GO:0032103   601  25 6.966456e-06 2.993567e-03
GO:0032104    28   0 1.000000e+00 1.000000e+00
GO:0032105    10   0 1.000000e+00 1.000000e+00
GO:0032106     4   0 1.000000e+00 1.000000e+00
GO:0032107    28   0 1.000000e+00 1.000000e+00
GO:0032108    10   0 1.000000e+00 1.000000e+00
GO:0032109     4   0 1.000000e+00 1.000000e+00
GO:0032113     1   1 1.746485e-02 6.517419e-01
GO:0032116     2   0 1.000000e+00 1.000000e+00
GO:0032119     2   0 1.000000e+00 1.000000e+00
GO:0032127     7   0 1.000000e+00 1.000000e+00
GO:0032129     3   0 1.000000e+00 1.000000e+00
GO:0032133     6   0 1.000000e+00 1.000000e+00
GO:0032135     6   0 1.000000e+00 1.000000e+00
GO:0032137     3   0 1.000000e+00 1.000000e+00
GO:0032138     4   0 1.000000e+00 1.000000e+00
GO:0032139     3   0 1.000000e+00 1.000000e+00
GO:0032142     3   0 1.000000e+00 1.000000e+00
GO:0032143     2   0 1.000000e+00 1.000000e+00
GO:0032144     1   0 1.000000e+00 1.000000e+00
GO:0032145     1   0 1.000000e+00 1.000000e+00
GO:0032147    81   1 7.187078e-01 1.000000e+00
GO:0032148    21   0 1.000000e+00 1.000000e+00
GO:0032153    70   1 6.679554e-01 1.000000e+00
GO:0032154    51   1 5.485835e-01 1.000000e+00
GO:0032156    15   0 1.000000e+00 1.000000e+00
GO:0032181     2   0 1.000000e+00 1.000000e+00
GO:0032182   113   2 5.208017e-01 1.000000e+00
GO:0032183    16   0 1.000000e+00 1.000000e+00
GO:0032184     5   0 1.000000e+00 1.000000e+00
GO:0032185     4   0 1.000000e+00 1.000000e+00
GO:0032190     5   0 1.000000e+00 1.000000e+00
GO:0032194     1   0 1.000000e+00 1.000000e+00
GO:0032196    38   1 4.480080e-01 1.000000e+00
GO:0032197    36   1 4.289908e-01 1.000000e+00
GO:0032200   179   1 9.412053e-01 1.000000e+00
GO:0032201     9   0 1.000000e+00 1.000000e+00
GO:0032202     4   0 1.000000e+00 1.000000e+00
GO:0032203     1   0 1.000000e+00 1.000000e+00
GO:0032204   100   0 1.000000e+00 1.000000e+00
GO:0032205    33   0 1.000000e+00 1.000000e+00
GO:0032206    67   0 1.000000e+00 1.000000e+00
GO:0032207     1   0 1.000000e+00 1.000000e+00
GO:0032208     1   0 1.000000e+00 1.000000e+00
GO:0032210    53   0 1.000000e+00 1.000000e+00
GO:0032211    20   0 1.000000e+00 1.000000e+00
GO:0032212    34   0 1.000000e+00 1.000000e+00
GO:0032213     2   0 1.000000e+00 1.000000e+00
GO:0032214     2   0 1.000000e+00 1.000000e+00
GO:0032216     1   0 1.000000e+00 1.000000e+00
GO:0032217     6   0 1.000000e+00 1.000000e+00
GO:0032218     6   0 1.000000e+00 1.000000e+00
GO:0032222     8   1 1.196203e-01 1.000000e+00
GO:0032223     1   0 1.000000e+00 1.000000e+00
GO:0032224     6   1 9.154328e-02 1.000000e+00
GO:0032225     8   0 1.000000e+00 1.000000e+00
GO:0032226     3   0 1.000000e+00 1.000000e+00
GO:0032227     2   0 1.000000e+00 1.000000e+00
GO:0032228    34   1 4.130360e-01 1.000000e+00
GO:0032229     6   0 1.000000e+00 1.000000e+00
GO:0032230    15   1 2.104261e-01 1.000000e+00
GO:0032231   102   1 7.994359e-01 1.000000e+00
GO:0032232    32   0 1.000000e+00 1.000000e+00
GO:0032233    60   1 6.122007e-01 1.000000e+00
GO:0032237     4   0 1.000000e+00 1.000000e+00
GO:0032238     5   0 1.000000e+00 1.000000e+00
GO:0032239    17   1 2.221349e-01 1.000000e+00
GO:0032240     3   0 1.000000e+00 1.000000e+00
GO:0032241     6   0 1.000000e+00 1.000000e+00
GO:0032242     2   0 1.000000e+00 1.000000e+00
GO:0032243     1   0 1.000000e+00 1.000000e+00
GO:0032244     1   0 1.000000e+00 1.000000e+00
GO:0032252    22   0 1.000000e+00 1.000000e+00
GO:0032253    19   0 1.000000e+00 1.000000e+00
GO:0032259   242   4 5.291633e-01 1.000000e+00
GO:0032261    10   0 1.000000e+00 1.000000e+00
GO:0032262     6   0 1.000000e+00 1.000000e+00
GO:0032263     4   0 1.000000e+00 1.000000e+00
GO:0032264     4   0 1.000000e+00 1.000000e+00
GO:0032266    43   0 1.000000e+00 1.000000e+00
GO:0032271   195   1 9.541115e-01 1.000000e+00
GO:0032272    74   1 6.844049e-01 1.000000e+00
GO:0032273    90   0 1.000000e+00 1.000000e+00
GO:0032274    18   0 1.000000e+00 1.000000e+00
GO:0032275    11   0 1.000000e+00 1.000000e+00
GO:0032276    12   0 1.000000e+00 1.000000e+00
GO:0032277     8   0 1.000000e+00 1.000000e+00
GO:0032278     7   0 1.000000e+00 1.000000e+00
GO:0032279   311   4 7.223161e-01 1.000000e+00
GO:0032280     8   0 1.000000e+00 1.000000e+00
GO:0032281    22   0 1.000000e+00 1.000000e+00
GO:0032286     5   0 1.000000e+00 1.000000e+00
GO:0032287     9   0 1.000000e+00 1.000000e+00
GO:0032288    24   0 1.000000e+00 1.000000e+00
GO:0032289     8   0 1.000000e+00 1.000000e+00
GO:0032290     3   0 1.000000e+00 1.000000e+00
GO:0032291    24   0 1.000000e+00 1.000000e+00
GO:0032292    29   0 1.000000e+00 1.000000e+00
GO:0032296     2   0 1.000000e+00 1.000000e+00
GO:0032298     2   0 1.000000e+00 1.000000e+00
GO:0032299     3   0 1.000000e+00 1.000000e+00
GO:0032300    10   0 1.000000e+00 1.000000e+00
GO:0032301     2   0 1.000000e+00 1.000000e+00
GO:0032302     2   0 1.000000e+00 1.000000e+00
GO:0032303    20   0 1.000000e+00 1.000000e+00
GO:0032304     2   0 1.000000e+00 1.000000e+00
GO:0032305    19   0 1.000000e+00 1.000000e+00
GO:0032306    13   0 1.000000e+00 1.000000e+00
GO:0032308    13   0 1.000000e+00 1.000000e+00
GO:0032309    45   0 1.000000e+00 1.000000e+00
GO:0032310    17   0 1.000000e+00 1.000000e+00
GO:0032311     2   0 1.000000e+00 1.000000e+00
GO:0032324     6   0 1.000000e+00 1.000000e+00
GO:0032328    16   0 1.000000e+00 1.000000e+00
GO:0032329     9   0 1.000000e+00 1.000000e+00
GO:0032330    52   0 1.000000e+00 1.000000e+00
GO:0032331    24   0 1.000000e+00 1.000000e+00
GO:0032332    20   0 1.000000e+00 1.000000e+00
GO:0032341    13   0 1.000000e+00 1.000000e+00
GO:0032342    11   0 1.000000e+00 1.000000e+00
GO:0032344     8   0 1.000000e+00 1.000000e+00
GO:0032345     4   0 1.000000e+00 1.000000e+00
GO:0032346     3   0 1.000000e+00 1.000000e+00
GO:0032347     8   0 1.000000e+00 1.000000e+00
GO:0032348     4   0 1.000000e+00 1.000000e+00
GO:0032349     3   0 1.000000e+00 1.000000e+00
GO:0032350    39   0 1.000000e+00 1.000000e+00
GO:0032351    12   0 1.000000e+00 1.000000e+00
GO:0032352    15   0 1.000000e+00 1.000000e+00
GO:0032353    10   0 1.000000e+00 1.000000e+00
GO:0032354    15   0 1.000000e+00 1.000000e+00
GO:0032355   113   1 8.246012e-01 1.000000e+00
GO:0032356    10   0 1.000000e+00 1.000000e+00
GO:0032357     9   0 1.000000e+00 1.000000e+00
GO:0032358     1   0 1.000000e+00 1.000000e+00
GO:0032361     1   0 1.000000e+00 1.000000e+00
GO:0032364     7   0 1.000000e+00 1.000000e+00
GO:0032365    51   1 5.461795e-01 1.000000e+00
GO:0032366    38   0 1.000000e+00 1.000000e+00
GO:0032367    35   0 1.000000e+00 1.000000e+00
GO:0032368   155   1 9.063626e-01 1.000000e+00
GO:0032369    49   0 1.000000e+00 1.000000e+00
GO:0032370    86   1 7.367159e-01 1.000000e+00
GO:0032371    83   0 1.000000e+00 1.000000e+00
GO:0032372    32   0 1.000000e+00 1.000000e+00
GO:0032373    39   0 1.000000e+00 1.000000e+00
GO:0032374    83   0 1.000000e+00 1.000000e+00
GO:0032375    32   0 1.000000e+00 1.000000e+00
GO:0032376    39   0 1.000000e+00 1.000000e+00
GO:0032377    13   0 1.000000e+00 1.000000e+00
GO:0032378     5   0 1.000000e+00 1.000000e+00
GO:0032379     5   0 1.000000e+00 1.000000e+00
GO:0032380    12   0 1.000000e+00 1.000000e+00
GO:0032381     5   0 1.000000e+00 1.000000e+00
GO:0032382     4   0 1.000000e+00 1.000000e+00
GO:0032383    12   0 1.000000e+00 1.000000e+00
GO:0032384     5   0 1.000000e+00 1.000000e+00
GO:0032385     4   0 1.000000e+00 1.000000e+00
GO:0032386   254   3 7.549931e-01 1.000000e+00
GO:0032387    49   1 5.339771e-01 1.000000e+00
GO:0032388   131   1 8.701812e-01 1.000000e+00
GO:0032389     3   0 1.000000e+00 1.000000e+00
GO:0032391    40   0 1.000000e+00 1.000000e+00
GO:0032392    81   2 3.519295e-01 1.000000e+00
GO:0032393    12   2 1.214322e-02 5.737092e-01
GO:0032394     6   1 8.638852e-02 1.000000e+00
GO:0032395     9   0 1.000000e+00 1.000000e+00
GO:0032396     8   2 5.001567e-03 3.167707e-01
GO:0032397     2   0 1.000000e+00 1.000000e+00
GO:0032398     2   0 1.000000e+00 1.000000e+00
GO:0032400    22   0 1.000000e+00 1.000000e+00
GO:0032401    20   0 1.000000e+00 1.000000e+00
GO:0032402    20   0 1.000000e+00 1.000000e+00
GO:0032404    11   0 1.000000e+00 1.000000e+00
GO:0032405     6   0 1.000000e+00 1.000000e+00
GO:0032406     2   0 1.000000e+00 1.000000e+00
GO:0032407     7   0 1.000000e+00 1.000000e+00
GO:0032408     2   0 1.000000e+00 1.000000e+00
GO:0032409   239   8 3.161117e-02 8.696241e-01
GO:0032410    88   2 3.712769e-01 1.000000e+00
GO:0032411    86   4 4.765656e-02 1.000000e+00
GO:0032412   205   7 4.084710e-02 9.778838e-01
GO:0032413    67   2 2.660455e-01 1.000000e+00
GO:0032414    77   4 3.386473e-02 8.805207e-01
GO:0032415     5   0 1.000000e+00 1.000000e+00
GO:0032417     5   0 1.000000e+00 1.000000e+00
GO:0032418    76   3 1.130270e-01 1.000000e+00
GO:0032420    53   0 1.000000e+00 1.000000e+00
GO:0032421    61   0 1.000000e+00 1.000000e+00
GO:0032422     4   0 1.000000e+00 1.000000e+00
GO:0032423     4   1 6.009275e-02 1.000000e+00
GO:0032425     3   1 4.447958e-02 1.000000e+00
GO:0032426    19   0 1.000000e+00 1.000000e+00
GO:0032427     2   0 1.000000e+00 1.000000e+00
GO:0032428     1   0 1.000000e+00 1.000000e+00
GO:0032429     7   0 1.000000e+00 1.000000e+00
GO:0032430     5   0 1.000000e+00 1.000000e+00
GO:0032431     2   0 1.000000e+00 1.000000e+00
GO:0032432    91   1 7.631551e-01 1.000000e+00
GO:0032433    18   0 1.000000e+00 1.000000e+00
GO:0032434   117   2 5.488956e-01 1.000000e+00
GO:0032435    31   1 3.865644e-01 1.000000e+00
GO:0032436    75   0 1.000000e+00 1.000000e+00
GO:0032437     8   1 1.195189e-01 1.000000e+00
GO:0032438    36   0 1.000000e+00 1.000000e+00
GO:0032440     1   0 1.000000e+00 1.000000e+00
GO:0032444     3   0 1.000000e+00 1.000000e+00
GO:0032446   777  12 5.480212e-01 1.000000e+00
GO:0032447     4   0 1.000000e+00 1.000000e+00
GO:0032449     5   0 1.000000e+00 1.000000e+00
GO:0032450     3   0 1.000000e+00 1.000000e+00
GO:0032451    34   0 1.000000e+00 1.000000e+00
GO:0032452    24   0 1.000000e+00 1.000000e+00
GO:0032453     6   0 1.000000e+00 1.000000e+00
GO:0032454    12   0 1.000000e+00 1.000000e+00
GO:0032456    84   0 1.000000e+00 1.000000e+00
GO:0032458     2   0 1.000000e+00 1.000000e+00
GO:0032459     5   0 1.000000e+00 1.000000e+00
GO:0032460     2   0 1.000000e+00 1.000000e+00
GO:0032461     3   0 1.000000e+00 1.000000e+00
GO:0032462     3   0 1.000000e+00 1.000000e+00
GO:0032463     2   0 1.000000e+00 1.000000e+00
GO:0032464     1   0 1.000000e+00 1.000000e+00
GO:0032465    87   0 1.000000e+00 1.000000e+00
GO:0032466     7   0 1.000000e+00 1.000000e+00
GO:0032467    43   0 1.000000e+00 1.000000e+00
GO:0032468     2   0 1.000000e+00 1.000000e+00
GO:0032469    24   0 1.000000e+00 1.000000e+00
GO:0032470     3   0 1.000000e+00 1.000000e+00
GO:0032471     7   0 1.000000e+00 1.000000e+00
GO:0032472     2   0 1.000000e+00 1.000000e+00
GO:0032473     2   0 1.000000e+00 1.000000e+00
GO:0032474     5   0 1.000000e+00 1.000000e+00
GO:0032475     1   0 1.000000e+00 1.000000e+00
GO:0032479   115   1 8.390573e-01 1.000000e+00
GO:0032480    43   0 1.000000e+00 1.000000e+00
GO:0032481    67   1 6.582482e-01 1.000000e+00
GO:0032482    16   0 1.000000e+00 1.000000e+00
GO:0032483     7   0 1.000000e+00 1.000000e+00
GO:0032484     4   0 1.000000e+00 1.000000e+00
GO:0032485     2   0 1.000000e+00 1.000000e+00
GO:0032486    12   0 1.000000e+00 1.000000e+00
GO:0032487     3   0 1.000000e+00 1.000000e+00
GO:0032488    16   0 1.000000e+00 1.000000e+00
GO:0032489     8   0 1.000000e+00 1.000000e+00
GO:0032490    13   3 9.372104e-04 1.023342e-01
GO:0032491     1   0 1.000000e+00 1.000000e+00
GO:0032493    10   2 8.827723e-03 4.563505e-01
GO:0032494    13   1 1.876408e-01 1.000000e+00
GO:0032495    20   1 2.654238e-01 1.000000e+00
GO:0032496   329  10 3.068509e-02 8.696241e-01
GO:0032497     5   0 1.000000e+00 1.000000e+00
GO:0032498     1   1 1.493880e-02 6.135596e-01
GO:0032499     2   1 3.226118e-02 8.696241e-01
GO:0032500     1   1 1.493880e-02 6.135596e-01
GO:0032501  7329 125 7.274278e-02 1.000000e+00
GO:0032502  6166 110 4.190919e-02 9.875508e-01
GO:0032504   885   7 9.855243e-01 1.000000e+00
GO:0032506    42   0 1.000000e+00 1.000000e+00
GO:0032507    61   0 1.000000e+00 1.000000e+00
GO:0032508    76   1 6.912378e-01 1.000000e+00
GO:0032509    40   0 1.000000e+00 1.000000e+00
GO:0032510    17   0 1.000000e+00 1.000000e+00
GO:0032511    26   0 1.000000e+00 1.000000e+00
GO:0032515    20   2 3.672166e-02 9.092947e-01
GO:0032516    18   1 2.455480e-01 1.000000e+00
GO:0032525    10   0 1.000000e+00 1.000000e+00
GO:0032526   104   2 4.830708e-01 1.000000e+00
GO:0032527    45   0 1.000000e+00 1.000000e+00
GO:0032528    23   0 1.000000e+00 1.000000e+00
GO:0032530    13   0 1.000000e+00 1.000000e+00
GO:0032532     7   0 1.000000e+00 1.000000e+00
GO:0032534     6   0 1.000000e+00 1.000000e+00
GO:0032535   348   6 4.563193e-01 1.000000e+00
GO:0032536    11   0 1.000000e+00 1.000000e+00
GO:0032541     6   0 1.000000e+00 1.000000e+00
GO:0032542     2   0 1.000000e+00 1.000000e+00
GO:0032543   130   1 8.769691e-01 1.000000e+00
GO:0032545     3   0 1.000000e+00 1.000000e+00
GO:0032549     3   0 1.000000e+00 1.000000e+00
GO:0032552     5   0 1.000000e+00 1.000000e+00
GO:0032553  1792  26 6.685290e-01 1.000000e+00
GO:0032554     3   0 1.000000e+00 1.000000e+00
GO:0032555  1775  26 6.491755e-01 1.000000e+00
GO:0032556     2   0 1.000000e+00 1.000000e+00
GO:0032557     3   0 1.000000e+00 1.000000e+00
GO:0032558     2   0 1.000000e+00 1.000000e+00
GO:0032559  1460  21 6.724776e-01 1.000000e+00
GO:0032560     1   0 1.000000e+00 1.000000e+00
GO:0032561   363   6 4.965190e-01 1.000000e+00
GO:0032564     1   0 1.000000e+00 1.000000e+00
GO:0032567     1   0 1.000000e+00 1.000000e+00
GO:0032570    40   0 1.000000e+00 1.000000e+00
GO:0032571     4   0 1.000000e+00 1.000000e+00
GO:0032574     2   0 1.000000e+00 1.000000e+00
GO:0032580    74   1 6.822149e-01 1.000000e+00
GO:0032581     1   0 1.000000e+00 1.000000e+00
GO:0032584     8   0 1.000000e+00 1.000000e+00
GO:0032585    28   1 3.545781e-01 1.000000e+00
GO:0032587    98   2 4.558010e-01 1.000000e+00
GO:0032588   101   1 7.954610e-01 1.000000e+00
GO:0032589    56   3 5.753640e-02 1.000000e+00
GO:0032590    36   0 1.000000e+00 1.000000e+00
GO:0032591    13   0 1.000000e+00 1.000000e+00
GO:0032593     7   0 1.000000e+00 1.000000e+00
GO:0032594     6   0 1.000000e+00 1.000000e+00
GO:0032596     4   0 1.000000e+00 1.000000e+00
GO:0032601     3   0 1.000000e+00 1.000000e+00
GO:0032602   101   8 1.734350e-04 2.901443e-02
GO:0032603     2   1 3.277445e-02 8.696241e-01
GO:0032604    18   3 2.704293e-03 2.098584e-01
GO:0032605     2   0 1.000000e+00 1.000000e+00
GO:0032606   115   1 8.390573e-01 1.000000e+00
GO:0032607    27   1 3.444633e-01 1.000000e+00
GO:0032608    56   1 5.878749e-01 1.000000e+00
GO:0032609   112   6 7.432030e-03 4.028052e-01
GO:0032610    11   0 1.000000e+00 1.000000e+00
GO:0032611   102   7 8.881445e-04 1.004052e-01
GO:0032612   119   8 4.484178e-04 5.670838e-02
GO:0032613    59   4 1.269566e-02 5.828067e-01
GO:0032615    61   5 2.327297e-03 1.958429e-01
GO:0032616    20   0 1.000000e+00 1.000000e+00
GO:0032618     1   0 1.000000e+00 1.000000e+00
GO:0032619     3   0 1.000000e+00 1.000000e+00
GO:0032620    45   3 3.057945e-02 8.696241e-01
GO:0032621    14   4 4.599049e-05 1.183277e-02
GO:0032623    60   5 2.508127e-03 2.041524e-01
GO:0032625     5   0 1.000000e+00 1.000000e+00
GO:0032627     9   1 1.363518e-01 1.000000e+00
GO:0032631     1   0 1.000000e+00 1.000000e+00
GO:0032632     2   0 1.000000e+00 1.000000e+00
GO:0032633    32   0 1.000000e+00 1.000000e+00
GO:0032634    17   1 2.355449e-01 1.000000e+00
GO:0032635   162  14 1.920470e-07 1.719512e-04
GO:0032636     1   0 1.000000e+00 1.000000e+00
GO:0032637    95   8 8.980652e-05 1.861323e-02
GO:0032639     2   0 1.000000e+00 1.000000e+00
GO:0032640   176  13 2.949904e-06 1.535597e-03
GO:0032641     3   0 1.000000e+00 1.000000e+00
GO:0032642   100   8 1.600498e-04 2.820909e-02
GO:0032643     3   0 1.000000e+00 1.000000e+00
GO:0032644     2   1 3.277445e-02 8.696241e-01
GO:0032645    18   3 2.704293e-03 2.098584e-01
GO:0032646     2   0 1.000000e+00 1.000000e+00
GO:0032647    27   1 3.444633e-01 1.000000e+00
GO:0032648    56   1 5.878749e-01 1.000000e+00
GO:0032649   112   6 7.432030e-03 4.028052e-01
GO:0032650    11   0 1.000000e+00 1.000000e+00
GO:0032651   102   7 8.881445e-04 1.004052e-01
GO:0032652   119   8 4.484178e-04 5.670838e-02
GO:0032653    59   4 1.269566e-02 5.828067e-01
GO:0032655    61   5 2.327297e-03 1.958429e-01
GO:0032656    20   0 1.000000e+00 1.000000e+00
GO:0032658     1   0 1.000000e+00 1.000000e+00
GO:0032659     3   0 1.000000e+00 1.000000e+00
GO:0032660    45   3 3.057945e-02 8.696241e-01
GO:0032661    14   4 4.599049e-05 1.183277e-02
GO:0032663    60   5 2.508127e-03 2.041524e-01
GO:0032665     5   0 1.000000e+00 1.000000e+00
GO:0032667     9   1 1.363518e-01 1.000000e+00
GO:0032671     1   0 1.000000e+00 1.000000e+00
GO:0032672     2   0 1.000000e+00 1.000000e+00
GO:0032673    32   0 1.000000e+00 1.000000e+00
GO:0032674    17   1 2.355449e-01 1.000000e+00
GO:0032675   162  14 1.920470e-07 1.719512e-04
GO:0032676     1   0 1.000000e+00 1.000000e+00
GO:0032677    95   8 8.980652e-05 1.861323e-02
GO:0032679     2   0 1.000000e+00 1.000000e+00
GO:0032680   176  13 2.949904e-06 1.535597e-03
GO:0032681     3   0 1.000000e+00 1.000000e+00
GO:0032682    29   1 3.539706e-01 1.000000e+00
GO:0032683     1   0 1.000000e+00 1.000000e+00
GO:0032685     1   1 1.778642e-02 6.517419e-01
GO:0032686     2   0 1.000000e+00 1.000000e+00
GO:0032687     6   0 1.000000e+00 1.000000e+00
GO:0032688    15   0 1.000000e+00 1.000000e+00
GO:0032689    41   3 2.249346e-02 7.526064e-01
GO:0032690     5   0 1.000000e+00 1.000000e+00
GO:0032691    39   1 4.295668e-01 1.000000e+00
GO:0032692    46   1 4.903648e-01 1.000000e+00
GO:0032693    20   1 2.576635e-01 1.000000e+00
GO:0032695    18   1 2.456477e-01 1.000000e+00
GO:0032696     6   0 1.000000e+00 1.000000e+00
GO:0032699     2   0 1.000000e+00 1.000000e+00
GO:0032700    20   1 2.549647e-01 1.000000e+00
GO:0032701     5   2 2.184711e-03 1.895449e-01
GO:0032703    26   3 6.992766e-03 3.863563e-01
GO:0032705     3   0 1.000000e+00 1.000000e+00
GO:0032707     2   0 1.000000e+00 1.000000e+00
GO:0032711     1   0 1.000000e+00 1.000000e+00
GO:0032712     1   0 1.000000e+00 1.000000e+00
GO:0032713     7   0 1.000000e+00 1.000000e+00
GO:0032714     6   1 9.136059e-02 1.000000e+00
GO:0032715    60   5 2.048865e-03 1.812720e-01
GO:0032716     1   0 1.000000e+00 1.000000e+00
GO:0032717    31   1 3.536167e-01 1.000000e+00
GO:0032720    69   4 2.022561e-02 7.073906e-01
GO:0032722    70   7 1.048107e-04 2.076180e-02
GO:0032723     2   0 1.000000e+00 1.000000e+00
GO:0032724     2   1 3.277445e-02 8.696241e-01
GO:0032725    15   2 2.237039e-02 7.526064e-01
GO:0032727    21   1 2.774121e-01 1.000000e+00
GO:0032728    37   1 4.486386e-01 1.000000e+00
GO:0032729    73   3 1.045272e-01 1.000000e+00
GO:0032730     6   0 1.000000e+00 1.000000e+00
GO:0032731    59   6 2.933846e-04 4.101745e-02
GO:0032732    69   7 9.245161e-05 1.864358e-02
GO:0032733    40   3 2.404433e-02 7.868543e-01
GO:0032735    41   5 3.614608e-04 4.816035e-02
GO:0032736    14   0 1.000000e+00 1.000000e+00
GO:0032738     1   0 1.000000e+00 1.000000e+00
GO:0032739     1   0 1.000000e+00 1.000000e+00
GO:0032740    26   2 6.143764e-02 1.000000e+00
GO:0032741     8   2 5.836074e-03 3.511685e-01
GO:0032743    33   2 9.777518e-02 1.000000e+00
GO:0032745     2   0 1.000000e+00 1.000000e+00
GO:0032747     7   1 1.092403e-01 1.000000e+00
GO:0032752     1   0 1.000000e+00 1.000000e+00
GO:0032753    24   0 1.000000e+00 1.000000e+00
GO:0032754    10   0 1.000000e+00 1.000000e+00
GO:0032755    97  10 2.370576e-06 1.326574e-03
GO:0032757    61   6 3.401709e-04 4.612052e-02
GO:0032759     2   0 1.000000e+00 1.000000e+00
GO:0032760   105  10 4.468453e-06 2.083789e-03
GO:0032761     3   0 1.000000e+00 1.000000e+00
GO:0032762     6   0 1.000000e+00 1.000000e+00
GO:0032763     6   0 1.000000e+00 1.000000e+00
GO:0032764     2   0 1.000000e+00 1.000000e+00
GO:0032765     4   0 1.000000e+00 1.000000e+00
GO:0032767     2   0 1.000000e+00 1.000000e+00
GO:0032768    38   3 2.080603e-02 7.242959e-01
GO:0032769    11   0 1.000000e+00 1.000000e+00
GO:0032770    25   3 6.841460e-03 3.847720e-01
GO:0032771     1   0 1.000000e+00 1.000000e+00
GO:0032773     1   0 1.000000e+00 1.000000e+00
GO:0032774  3250  48 6.659002e-01 1.000000e+00
GO:0032775     1   0 1.000000e+00 1.000000e+00
GO:0032776     7   1 1.061867e-01 1.000000e+00
GO:0032777     4   0 1.000000e+00 1.000000e+00
GO:0032780    17   1 2.268665e-01 1.000000e+00
GO:0032781    39   2 1.227282e-01 1.000000e+00
GO:0032782    12   1 1.689178e-01 1.000000e+00
GO:0032783     5   0 1.000000e+00 1.000000e+00
GO:0032784    99   0 1.000000e+00 1.000000e+00
GO:0032785    22   0 1.000000e+00 1.000000e+00
GO:0032786    57   0 1.000000e+00 1.000000e+00
GO:0032787   607  13 1.451080e-01 1.000000e+00
GO:0032788     1   0 1.000000e+00 1.000000e+00
GO:0032789     1   0 1.000000e+00 1.000000e+00
GO:0032790    34   0 1.000000e+00 1.000000e+00
GO:0032791     2   0 1.000000e+00 1.000000e+00
GO:0032792     4   1 6.018213e-02 1.000000e+00
GO:0032793    15   0 1.000000e+00 1.000000e+00
GO:0032794    12   1 1.695394e-01 1.000000e+00
GO:0032795     5   0 1.000000e+00 1.000000e+00
GO:0032796     2   0 1.000000e+00 1.000000e+00
GO:0032797     9   0 1.000000e+00 1.000000e+00
GO:0032798     2   0 1.000000e+00 1.000000e+00
GO:0032799     6   0 1.000000e+00 1.000000e+00
GO:0032801    26   0 1.000000e+00 1.000000e+00
GO:0032802     6   0 1.000000e+00 1.000000e+00
GO:0032803     6   0 1.000000e+00 1.000000e+00
GO:0032804     2   0 1.000000e+00 1.000000e+00
GO:0032805     3   0 1.000000e+00 1.000000e+00
GO:0032806    20   0 1.000000e+00 1.000000e+00
GO:0032807     3   0 1.000000e+00 1.000000e+00
GO:0032808     7   0 1.000000e+00 1.000000e+00
GO:0032809    29   1 3.698998e-01 1.000000e+00
GO:0032810     3   0 1.000000e+00 1.000000e+00
GO:0032811     5   1 7.790970e-02 1.000000e+00
GO:0032812     2   0 1.000000e+00 1.000000e+00
GO:0032813    46   3 3.455845e-02 8.820483e-01
GO:0032814    39   1 4.516289e-01 1.000000e+00
GO:0032815    10   0 1.000000e+00 1.000000e+00
GO:0032816    22   0 1.000000e+00 1.000000e+00
GO:0032817    12   0 1.000000e+00 1.000000e+00
GO:0032819    10   0 1.000000e+00 1.000000e+00
GO:0032823    12   0 1.000000e+00 1.000000e+00
GO:0032824     3   0 1.000000e+00 1.000000e+00
GO:0032825     7   0 1.000000e+00 1.000000e+00
GO:0032826     4   0 1.000000e+00 1.000000e+00
GO:0032827     3   0 1.000000e+00 1.000000e+00
GO:0032829     5   1 7.477560e-02 1.000000e+00
GO:0032831     5   1 7.477560e-02 1.000000e+00
GO:0032832     2   1 3.003959e-02 8.696241e-01
GO:0032834     2   1 3.003959e-02 8.696241e-01
GO:0032835    69   1 6.658461e-01 1.000000e+00
GO:0032836    11   0 1.000000e+00 1.000000e+00
GO:0032838   251   4 5.534703e-01 1.000000e+00
GO:0032839    26   0 1.000000e+00 1.000000e+00
GO:0032841     1   0 1.000000e+00 1.000000e+00
GO:0032847     7   0 1.000000e+00 1.000000e+00
GO:0032848     1   0 1.000000e+00 1.000000e+00
GO:0032849     5   0 1.000000e+00 1.000000e+00
GO:0032868   258   3 7.619327e-01 1.000000e+00
GO:0032869   199   3 5.933060e-01 1.000000e+00
GO:0032870   587   7 8.020312e-01 1.000000e+00
GO:0032872    31   1 3.828533e-01 1.000000e+00
GO:0032873     6   0 1.000000e+00 1.000000e+00
GO:0032874    17   1 2.341567e-01 1.000000e+00
GO:0032875     3   0 1.000000e+00 1.000000e+00
GO:0032876     1   0 1.000000e+00 1.000000e+00
GO:0032877     2   0 1.000000e+00 1.000000e+00
GO:0032878    26   0 1.000000e+00 1.000000e+00
GO:0032879  1966  48 9.569407e-04 1.039814e-01
GO:0032880   842  19 6.687898e-02 1.000000e+00
GO:0032881    42   0 1.000000e+00 1.000000e+00
GO:0032885    36   0 1.000000e+00 1.000000e+00
GO:0032886   245   2 8.949710e-01 1.000000e+00
GO:0032887     1   0 1.000000e+00 1.000000e+00
GO:0032888     1   0 1.000000e+00 1.000000e+00
GO:0032890    74   4 2.805908e-02 8.696241e-01
GO:0032891    24   2 5.254967e-02 1.000000e+00
GO:0032892    43   3 2.809247e-02 8.696241e-01
GO:0032896     1   0 1.000000e+00 1.000000e+00
GO:0032897    14   1 1.958406e-01 1.000000e+00
GO:0032898     4   0 1.000000e+00 1.000000e+00
GO:0032899     2   0 1.000000e+00 1.000000e+00
GO:0032900     1   0 1.000000e+00 1.000000e+00
GO:0032901     1   0 1.000000e+00 1.000000e+00
GO:0032902     2   0 1.000000e+00 1.000000e+00
GO:0032905    15   0 1.000000e+00 1.000000e+00
GO:0032906     8   0 1.000000e+00 1.000000e+00
GO:0032907     3   0 1.000000e+00 1.000000e+00
GO:0032908    12   0 1.000000e+00 1.000000e+00
GO:0032909     8   0 1.000000e+00 1.000000e+00
GO:0032910     3   0 1.000000e+00 1.000000e+00
GO:0032911     6   0 1.000000e+00 1.000000e+00
GO:0032912     1   0 1.000000e+00 1.000000e+00
GO:0032914     6   0 1.000000e+00 1.000000e+00
GO:0032915     3   0 1.000000e+00 1.000000e+00
GO:0032916     2   0 1.000000e+00 1.000000e+00
GO:0032917     1   0 1.000000e+00 1.000000e+00
GO:0032918     1   0 1.000000e+00 1.000000e+00
GO:0032919     1   0 1.000000e+00 1.000000e+00
GO:0032920     1   0 1.000000e+00 1.000000e+00
GO:0032922    66   0 1.000000e+00 1.000000e+00
GO:0032924    45   0 1.000000e+00 1.000000e+00
GO:0032925    24   0 1.000000e+00 1.000000e+00
GO:0032926    15   0 1.000000e+00 1.000000e+00
GO:0032927     7   0 1.000000e+00 1.000000e+00
GO:0032928    21   0 1.000000e+00 1.000000e+00
GO:0032929     3   0 1.000000e+00 1.000000e+00
GO:0032930    18   0 1.000000e+00 1.000000e+00
GO:0032933    15   0 1.000000e+00 1.000000e+00
GO:0032934    65   0 1.000000e+00 1.000000e+00
GO:0032935     1   0 1.000000e+00 1.000000e+00
GO:0032936     1   0 1.000000e+00 1.000000e+00
GO:0032937     3   0 1.000000e+00 1.000000e+00
GO:0032940   791  23 2.835903e-03 2.173933e-01
GO:0032941    44   1 4.999416e-01 1.000000e+00
GO:0032943   290  12 1.838694e-03 1.652905e-01
GO:0032944   231  10 3.236294e-03 2.393418e-01
GO:0032945    85   2 3.741271e-01 1.000000e+00
GO:0032946   140   7 6.001334e-03 3.572709e-01
GO:0032954     3   0 1.000000e+00 1.000000e+00
GO:0032956   327   4 7.501089e-01 1.000000e+00
GO:0032957    10   1 1.468309e-01 1.000000e+00
GO:0032958    26   1 3.268197e-01 1.000000e+00
GO:0032959     6   1 8.759930e-02 1.000000e+00
GO:0032960     4   0 1.000000e+00 1.000000e+00
GO:0032962     4   0 1.000000e+00 1.000000e+00
GO:0032963   104   1 8.019925e-01 1.000000e+00
GO:0032964    46   0 1.000000e+00 1.000000e+00
GO:0032965    36   0 1.000000e+00 1.000000e+00
GO:0032966    11   0 1.000000e+00 1.000000e+00
GO:0032967    24   0 1.000000e+00 1.000000e+00
GO:0032968    47   0 1.000000e+00 1.000000e+00
GO:0032970   366   4 8.241504e-01 1.000000e+00
GO:0032971     3   0 1.000000e+00 1.000000e+00
GO:0032972     1   0 1.000000e+00 1.000000e+00
GO:0032974     1   0 1.000000e+00 1.000000e+00
GO:0032976     1   0 1.000000e+00 1.000000e+00
GO:0032977    16   0 1.000000e+00 1.000000e+00
GO:0032978     3   0 1.000000e+00 1.000000e+00
GO:0032979     3   0 1.000000e+00 1.000000e+00
GO:0032980     2   0 1.000000e+00 1.000000e+00
GO:0032981    52   0 1.000000e+00 1.000000e+00
GO:0032982    24   0 1.000000e+00 1.000000e+00
GO:0032983     5   0 1.000000e+00 1.000000e+00
GO:0032984   241   9 1.364298e-02 6.119960e-01
GO:0032986    21   2 4.197254e-02 9.879216e-01
GO:0032988    10   0 1.000000e+00 1.000000e+00
GO:0032989   742   9 8.245699e-01 1.000000e+00
GO:0032991  6104  92 6.396858e-01 1.000000e+00
GO:0032993  1330  18 7.627537e-01 1.000000e+00
GO:0032994    38   0 1.000000e+00 1.000000e+00
GO:0032996     1   0 1.000000e+00 1.000000e+00
GO:0032997     5   0 1.000000e+00 1.000000e+00
GO:0032998     3   0 1.000000e+00 1.000000e+00
GO:0033001     3   0 1.000000e+00 1.000000e+00
GO:0033002   234   9 1.025122e-02 5.076624e-01
GO:0033003    18   2 3.097790e-02 8.696241e-01
GO:0033004    10   2 9.791363e-03 4.899501e-01
GO:0033005     6   0 1.000000e+00 1.000000e+00
GO:0033006     5   0 1.000000e+00 1.000000e+00
GO:0033007     4   0 1.000000e+00 1.000000e+00
GO:0033008     1   0 1.000000e+00 1.000000e+00
GO:0033010     8   0 1.000000e+00 1.000000e+00
GO:0033011     4   0 1.000000e+00 1.000000e+00
GO:0033013    58   0 1.000000e+00 1.000000e+00
GO:0033014    31   0 1.000000e+00 1.000000e+00
GO:0033015    13   0 1.000000e+00 1.000000e+00
GO:0033017    41   1 4.744322e-01 1.000000e+00
GO:0033018     9   0 1.000000e+00 1.000000e+00
GO:0033023     4   0 1.000000e+00 1.000000e+00
GO:0033024     3   0 1.000000e+00 1.000000e+00
GO:0033025     3   0 1.000000e+00 1.000000e+00
GO:0033026     1   0 1.000000e+00 1.000000e+00
GO:0033027     1   0 1.000000e+00 1.000000e+00
GO:0033028    37   2 1.149761e-01 1.000000e+00
GO:0033029     6   1 8.983677e-02 1.000000e+00
GO:0033030     2   1 3.409821e-02 8.805207e-01
GO:0033031     3   0 1.000000e+00 1.000000e+00
GO:0033032    30   2 7.966867e-02 1.000000e+00
GO:0033033    19   2 3.579529e-02 8.967503e-01
GO:0033034     8   0 1.000000e+00 1.000000e+00
GO:0033036  2844  38 8.610673e-01 1.000000e+00
GO:0033037     2   0 1.000000e+00 1.000000e+00
GO:0033038    19   0 1.000000e+00 1.000000e+00
GO:0033040     2   0 1.000000e+00 1.000000e+00
GO:0033041     2   0 1.000000e+00 1.000000e+00
GO:0033043  1125  16 6.820163e-01 1.000000e+00
GO:0033044   239   2 8.896208e-01 1.000000e+00
GO:0033045   104   2 4.873178e-01 1.000000e+00
GO:0033046    48   0 1.000000e+00 1.000000e+00
GO:0033047    54   0 1.000000e+00 1.000000e+00
GO:0033048    48   0 1.000000e+00 1.000000e+00
GO:0033058     3   0 1.000000e+00 1.000000e+00
GO:0033059    60   0 1.000000e+00 1.000000e+00
GO:0033061     7   0 1.000000e+00 1.000000e+00
GO:0033063     4   0 1.000000e+00 1.000000e+00
GO:0033065     2   0 1.000000e+00 1.000000e+00
GO:0033076     2   0 1.000000e+00 1.000000e+00
GO:0033077    84   4 4.376736e-02 1.000000e+00
GO:0033078     3   0 1.000000e+00 1.000000e+00
GO:0033079    12   0 1.000000e+00 1.000000e+00
GO:0033080    12   0 1.000000e+00 1.000000e+00
GO:0033081    26   0 1.000000e+00 1.000000e+00
GO:0033082     2   0 1.000000e+00 1.000000e+00
GO:0033083    11   0 1.000000e+00 1.000000e+00
GO:0033084    11   0 1.000000e+00 1.000000e+00
GO:0033085    10   0 1.000000e+00 1.000000e+00
GO:0033087     5   0 1.000000e+00 1.000000e+00
GO:0033088     5   0 1.000000e+00 1.000000e+00
GO:0033089    10   0 1.000000e+00 1.000000e+00
GO:0033091     5   0 1.000000e+00 1.000000e+00
GO:0033092     5   0 1.000000e+00 1.000000e+00
GO:0033093     5   2 2.427888e-03 2.012809e-01
GO:0033106    10   0 1.000000e+00 1.000000e+00
GO:0033108    90   1 7.646230e-01 1.000000e+00
GO:0033116    76   1 6.984003e-01 1.000000e+00
GO:0033119    25   0 1.000000e+00 1.000000e+00
GO:0033120    40   1 4.650909e-01 1.000000e+00
GO:0033121    49   1 5.463963e-01 1.000000e+00
GO:0033122    17   0 1.000000e+00 1.000000e+00
GO:0033123    20   1 2.752982e-01 1.000000e+00
GO:0033130    11   0 1.000000e+00 1.000000e+00
GO:0033131     5   0 1.000000e+00 1.000000e+00
GO:0033132     4   0 1.000000e+00 1.000000e+00
GO:0033133     1   0 1.000000e+00 1.000000e+00
GO:0033135   109   3 2.391599e-01 1.000000e+00
GO:0033137    27   0 1.000000e+00 1.000000e+00
GO:0033138    78   3 1.172825e-01 1.000000e+00
GO:0033139    11   1 1.385926e-01 1.000000e+00
GO:0033140     3   0 1.000000e+00 1.000000e+00
GO:0033141     8   1 9.626313e-02 1.000000e+00
GO:0033142     2   0 1.000000e+00 1.000000e+00
GO:0033143    68   0 1.000000e+00 1.000000e+00
GO:0033144    36   0 1.000000e+00 1.000000e+00
GO:0033145    11   0 1.000000e+00 1.000000e+00
GO:0033146    34   0 1.000000e+00 1.000000e+00
GO:0033147    15   0 1.000000e+00 1.000000e+00
GO:0033148    10   0 1.000000e+00 1.000000e+00
GO:0033149     2   0 1.000000e+00 1.000000e+00
GO:0033150     2   0 1.000000e+00 1.000000e+00
GO:0033151    17   2 2.820502e-02 8.696241e-01
GO:0033152     8   0 1.000000e+00 1.000000e+00
GO:0033153     4   0 1.000000e+00 1.000000e+00
GO:0033157   142   3 3.802118e-01 1.000000e+00
GO:0033162    20   0 1.000000e+00 1.000000e+00
GO:0033165     6   0 1.000000e+00 1.000000e+00
GO:0033173    45   2 1.515742e-01 1.000000e+00
GO:0033176    25   0 1.000000e+00 1.000000e+00
GO:0033177    23   0 1.000000e+00 1.000000e+00
GO:0033178    20   0 1.000000e+00 1.000000e+00
GO:0033179    11   0 1.000000e+00 1.000000e+00
GO:0033180    12   0 1.000000e+00 1.000000e+00
GO:0033181     2   0 1.000000e+00 1.000000e+00
GO:0033185     3   0 1.000000e+00 1.000000e+00
GO:0033186     3   0 1.000000e+00 1.000000e+00
GO:0033188     3   0 1.000000e+00 1.000000e+00
GO:0033189    15   0 1.000000e+00 1.000000e+00
GO:0033192     5   0 1.000000e+00 1.000000e+00
GO:0033194    18   1 2.410649e-01 1.000000e+00
GO:0033197     9   0 1.000000e+00 1.000000e+00
GO:0033198    31   0 1.000000e+00 1.000000e+00
GO:0033204    10   0 1.000000e+00 1.000000e+00
GO:0033206     8   0 1.000000e+00 1.000000e+00
GO:0033209   110   3 2.340609e-01 1.000000e+00
GO:0033210    10   0 1.000000e+00 1.000000e+00
GO:0033211     6   0 1.000000e+00 1.000000e+00
GO:0033212    10   1 1.474854e-01 1.000000e+00
GO:0033215     1   0 1.000000e+00 1.000000e+00
GO:0033218   374   9 1.278029e-01 1.000000e+00
GO:0033227     3   0 1.000000e+00 1.000000e+00
GO:0033229     3   0 1.000000e+00 1.000000e+00
GO:0033233    21   0 1.000000e+00 1.000000e+00
GO:0033234     8   0 1.000000e+00 1.000000e+00
GO:0033235    12   0 1.000000e+00 1.000000e+00
GO:0033238    29   0 1.000000e+00 1.000000e+00
GO:0033239     6   0 1.000000e+00 1.000000e+00
GO:0033240     6   0 1.000000e+00 1.000000e+00
GO:0033241     2   0 1.000000e+00 1.000000e+00
GO:0033242     2   0 1.000000e+00 1.000000e+00
GO:0033256     4   0 1.000000e+00 1.000000e+00
GO:0033257     2   0 1.000000e+00 1.000000e+00
GO:0033260    39   0 1.000000e+00 1.000000e+00
GO:0033262    13   0 1.000000e+00 1.000000e+00
GO:0033263     7   0 1.000000e+00 1.000000e+00
GO:0033265     4   0 1.000000e+00 1.000000e+00
GO:0033268    16   0 1.000000e+00 1.000000e+00
GO:0033269     3   0 1.000000e+00 1.000000e+00
GO:0033270    12   0 1.000000e+00 1.000000e+00
GO:0033273    86   0 1.000000e+00 1.000000e+00
GO:0033274     1   0 1.000000e+00 1.000000e+00
GO:0033275    16   0 1.000000e+00 1.000000e+00
GO:0033276    17   0 1.000000e+00 1.000000e+00
GO:0033278     8   0 1.000000e+00 1.000000e+00
GO:0033280    36   0 1.000000e+00 1.000000e+00
GO:0033283     4   0 1.000000e+00 1.000000e+00
GO:0033284     4   0 1.000000e+00 1.000000e+00
GO:0033285     4   0 1.000000e+00 1.000000e+00
GO:0033290    14   1 2.015570e-01 1.000000e+00
GO:0033291     1   0 1.000000e+00 1.000000e+00
GO:0033292     6   0 1.000000e+00 1.000000e+00
GO:0033293    80   2 3.493997e-01 1.000000e+00
GO:0033299     7   0 1.000000e+00 1.000000e+00
GO:0033300     8   1 1.238008e-01 1.000000e+00
GO:0033301     1   0 1.000000e+00 1.000000e+00
GO:0033306     2   0 1.000000e+00 1.000000e+00
GO:0033313    10   0 1.000000e+00 1.000000e+00
GO:0033314    11   0 1.000000e+00 1.000000e+00
GO:0033316     3   0 1.000000e+00 1.000000e+00
GO:0033319     1   0 1.000000e+00 1.000000e+00
GO:0033320     1   0 1.000000e+00 1.000000e+00
GO:0033326     3   0 1.000000e+00 1.000000e+00
GO:0033327     9   0 1.000000e+00 1.000000e+00
GO:0033328     2   0 1.000000e+00 1.000000e+00
GO:0033341     1   0 1.000000e+00 1.000000e+00
GO:0033342     1   0 1.000000e+00 1.000000e+00
GO:0033344    74   0 1.000000e+00 1.000000e+00
GO:0033345     1   0 1.000000e+00 1.000000e+00
GO:0033353     7   0 1.000000e+00 1.000000e+00
GO:0033363    64   0 1.000000e+00 1.000000e+00
GO:0033364     2   0 1.000000e+00 1.000000e+00
GO:0033365   914  10 9.095774e-01 1.000000e+00
GO:0033366     4   0 1.000000e+00 1.000000e+00
GO:0033367     1   0 1.000000e+00 1.000000e+00
GO:0033368     1   0 1.000000e+00 1.000000e+00
GO:0033370     1   0 1.000000e+00 1.000000e+00
GO:0033371     1   0 1.000000e+00 1.000000e+00
GO:0033373     1   0 1.000000e+00 1.000000e+00
GO:0033374     1   0 1.000000e+00 1.000000e+00
GO:0033375     1   0 1.000000e+00 1.000000e+00
GO:0033377     1   0 1.000000e+00 1.000000e+00
GO:0033379     1   0 1.000000e+00 1.000000e+00
GO:0033380     1   0 1.000000e+00 1.000000e+00
GO:0033382     1   0 1.000000e+00 1.000000e+00
GO:0033383     3   0 1.000000e+00 1.000000e+00
GO:0033384     2   0 1.000000e+00 1.000000e+00
GO:0033385     2   0 1.000000e+00 1.000000e+00
GO:0033386     1   0 1.000000e+00 1.000000e+00
GO:0033387     3   0 1.000000e+00 1.000000e+00
GO:0033388     1   0 1.000000e+00 1.000000e+00
GO:0033389     1   0 1.000000e+00 1.000000e+00
GO:0033391    13   0 1.000000e+00 1.000000e+00
GO:0033396     1   0 1.000000e+00 1.000000e+00
GO:0033477     1   0 1.000000e+00 1.000000e+00
GO:0033484     3   0 1.000000e+00 1.000000e+00
GO:0033489     3   0 1.000000e+00 1.000000e+00
GO:0033490     3   0 1.000000e+00 1.000000e+00
GO:0033499     4   0 1.000000e+00 1.000000e+00
GO:0033500   249   4 5.288738e-01 1.000000e+00
GO:0033503     3   0 1.000000e+00 1.000000e+00
GO:0033504    11   0 1.000000e+00 1.000000e+00
GO:0033505     4   0 1.000000e+00 1.000000e+00
GO:0033512     3   0 1.000000e+00 1.000000e+00
GO:0033514     1   0 1.000000e+00 1.000000e+00
GO:0033539    12   1 1.667692e-01 1.000000e+00
GO:0033540    12   0 1.000000e+00 1.000000e+00
GO:0033549    16   0 1.000000e+00 1.000000e+00
GO:0033550     9   0 1.000000e+00 1.000000e+00
GO:0033552     3   0 1.000000e+00 1.000000e+00
GO:0033553     4   0 1.000000e+00 1.000000e+00
GO:0033554  1742  22 8.705701e-01 1.000000e+00
GO:0033555    92   2 4.228530e-01 1.000000e+00
GO:0033557     1   0 1.000000e+00 1.000000e+00
GO:0033558    20   1 2.658635e-01 1.000000e+00
GO:0033559   109   0 1.000000e+00 1.000000e+00
GO:0033560     1   0 1.000000e+00 1.000000e+00
GO:0033563     3   0 1.000000e+00 1.000000e+00
GO:0033564     7   0 1.000000e+00 1.000000e+00
GO:0033565     3   0 1.000000e+00 1.000000e+00
GO:0033566     2   0 1.000000e+00 1.000000e+00
GO:0033567     2   0 1.000000e+00 1.000000e+00
GO:0033572    10   0 1.000000e+00 1.000000e+00
GO:0033574    41   2 1.362132e-01 1.000000e+00
GO:0033588     6   0 1.000000e+00 1.000000e+00
GO:0033590     3   0 1.000000e+00 1.000000e+00
GO:0033591     5   0 1.000000e+00 1.000000e+00
GO:0033592     1   0 1.000000e+00 1.000000e+00
GO:0033593     1   0 1.000000e+00 1.000000e+00
GO:0033594     4   0 1.000000e+00 1.000000e+00
GO:0033595     2   0 1.000000e+00 1.000000e+00
GO:0033596     3   0 1.000000e+00 1.000000e+00
GO:0033597     4   0 1.000000e+00 1.000000e+00
GO:0033598    26   0 1.000000e+00 1.000000e+00
GO:0033599    15   0 1.000000e+00 1.000000e+00
GO:0033600     4   0 1.000000e+00 1.000000e+00
GO:0033601     6   0 1.000000e+00 1.000000e+00
GO:0033602     5   1 7.550266e-02 1.000000e+00
GO:0033603     6   0 1.000000e+00 1.000000e+00
GO:0033604    13   1 1.833346e-01 1.000000e+00
GO:0033605    10   0 1.000000e+00 1.000000e+00
GO:0033609     1   0 1.000000e+00 1.000000e+00
GO:0033612    27   0 1.000000e+00 1.000000e+00
GO:0033615     8   0 1.000000e+00 1.000000e+00
GO:0033617    23   1 3.127777e-01 1.000000e+00
GO:0033619    59   2 2.325221e-01 1.000000e+00
GO:0033622    25   1 3.310242e-01 1.000000e+00
GO:0033623    17   1 2.391794e-01 1.000000e+00
GO:0033624     3   0 1.000000e+00 1.000000e+00
GO:0033625    11   1 1.651124e-01 1.000000e+00
GO:0033626     2   1 3.146502e-02 8.696241e-01
GO:0033627    87   1 7.449129e-01 1.000000e+00
GO:0033628    48   0 1.000000e+00 1.000000e+00
GO:0033629    11   0 1.000000e+00 1.000000e+00
GO:0033630    22   0 1.000000e+00 1.000000e+00
GO:0033631    17   0 1.000000e+00 1.000000e+00
GO:0033632    11   0 1.000000e+00 1.000000e+00
GO:0033633     2   0 1.000000e+00 1.000000e+00
GO:0033634     6   0 1.000000e+00 1.000000e+00
GO:0033673   179   2 7.693219e-01 1.000000e+00
GO:0033674   295   6 3.061643e-01 1.000000e+00
GO:0033677     4   0 1.000000e+00 1.000000e+00
GO:0033678     1   0 1.000000e+00 1.000000e+00
GO:0033679     1   0 1.000000e+00 1.000000e+00
GO:0033684     7   0 1.000000e+00 1.000000e+00
GO:0033685     3   0 1.000000e+00 1.000000e+00
GO:0033686     4   0 1.000000e+00 1.000000e+00
GO:0033687    35   0 1.000000e+00 1.000000e+00
GO:0033688    30   0 1.000000e+00 1.000000e+00
GO:0033689    15   0 1.000000e+00 1.000000e+00
GO:0033690    12   0 1.000000e+00 1.000000e+00
GO:0033691    22   2 4.421507e-02 1.000000e+00
GO:0033693     3   0 1.000000e+00 1.000000e+00
GO:0033695     4   0 1.000000e+00 1.000000e+00
GO:0033696     2   0 1.000000e+00 1.000000e+00
GO:0033699     1   0 1.000000e+00 1.000000e+00
GO:0033700    14   0 1.000000e+00 1.000000e+00
GO:0033703     2   0 1.000000e+00 1.000000e+00
GO:0033721     2   0 1.000000e+00 1.000000e+00
GO:0033735     1   0 1.000000e+00 1.000000e+00
GO:0033737     1   0 1.000000e+00 1.000000e+00
GO:0033743     4   0 1.000000e+00 1.000000e+00
GO:0033744     1   0 1.000000e+00 1.000000e+00
GO:0033745     2   0 1.000000e+00 1.000000e+00
GO:0033746     1   0 1.000000e+00 1.000000e+00
GO:0033749     1   0 1.000000e+00 1.000000e+00
GO:0033750    15   1 2.078171e-01 1.000000e+00
GO:0033754     2   0 1.000000e+00 1.000000e+00
GO:0033762    20   0 1.000000e+00 1.000000e+00
GO:0033764    29   1 3.485841e-01 1.000000e+00
GO:0033765     3   0 1.000000e+00 1.000000e+00
GO:0033778     1   0 1.000000e+00 1.000000e+00
GO:0033779     1   0 1.000000e+00 1.000000e+00
GO:0033781     1   0 1.000000e+00 1.000000e+00
GO:0033782     3   0 1.000000e+00 1.000000e+00
GO:0033783     1   0 1.000000e+00 1.000000e+00
GO:0033787     1   0 1.000000e+00 1.000000e+00
GO:0033791     1   0 1.000000e+00 1.000000e+00
GO:0033798     2   0 1.000000e+00 1.000000e+00
GO:0033814     1   0 1.000000e+00 1.000000e+00
GO:0033819     1   0 1.000000e+00 1.000000e+00
GO:0033823     1   0 1.000000e+00 1.000000e+00
GO:0033829     3   0 1.000000e+00 1.000000e+00
GO:0033842     2   0 1.000000e+00 1.000000e+00
GO:0033857     2   0 1.000000e+00 1.000000e+00
GO:0033858     1   0 1.000000e+00 1.000000e+00
GO:0033860     7   1 1.109884e-01 1.000000e+00
GO:0033861     2   0 1.000000e+00 1.000000e+00
GO:0033862     2   0 1.000000e+00 1.000000e+00
GO:0033864     4   0 1.000000e+00 1.000000e+00
GO:0033865   115   1 8.331049e-01 1.000000e+00
GO:0033866    53   1 5.681000e-01 1.000000e+00
GO:0033867     1   0 1.000000e+00 1.000000e+00
GO:0033869    11   0 1.000000e+00 1.000000e+00
GO:0033871     1   0 1.000000e+00 1.000000e+00
GO:0033872     2   0 1.000000e+00 1.000000e+00
GO:0033875   115   1 8.331049e-01 1.000000e+00
GO:0033878     2   0 1.000000e+00 1.000000e+00
GO:0033882     2   0 1.000000e+00 1.000000e+00
GO:0033883     3   0 1.000000e+00 1.000000e+00
GO:0033885     1   0 1.000000e+00 1.000000e+00
GO:0033889     1   0 1.000000e+00 1.000000e+00
GO:0033897     1   0 1.000000e+00 1.000000e+00
GO:0033906     2   0 1.000000e+00 1.000000e+00
GO:0033919     1   0 1.000000e+00 1.000000e+00
GO:0033925     1   0 1.000000e+00 1.000000e+00
GO:0033931     1   0 1.000000e+00 1.000000e+00
GO:0033961     1   0 1.000000e+00 1.000000e+00
GO:0033962    20   1 2.689318e-01 1.000000e+00
GO:0033967     3   0 1.000000e+00 1.000000e+00
GO:0033979     1   0 1.000000e+00 1.000000e+00
GO:0033981     1   0 1.000000e+00 1.000000e+00
GO:0033989     1   0 1.000000e+00 1.000000e+00
GO:0033993   890  16 2.937575e-01 1.000000e+00
GO:0034012     1   0 1.000000e+00 1.000000e+00
GO:0034014     3   0 1.000000e+00 1.000000e+00
GO:0034021     4   0 1.000000e+00 1.000000e+00
GO:0034030    53   1 5.681000e-01 1.000000e+00
GO:0034031    11   0 1.000000e+00 1.000000e+00
GO:0034032   115   1 8.331049e-01 1.000000e+00
GO:0034033    53   1 5.681000e-01 1.000000e+00
GO:0034034    11   0 1.000000e+00 1.000000e+00
GO:0034035    15   0 1.000000e+00 1.000000e+00
GO:0034036     2   0 1.000000e+00 1.000000e+00
GO:0034038     1   0 1.000000e+00 1.000000e+00
GO:0034039     2   0 1.000000e+00 1.000000e+00
GO:0034040     8   0 1.000000e+00 1.000000e+00
GO:0034041     2   0 1.000000e+00 1.000000e+00
GO:0034045    20   0 1.000000e+00 1.000000e+00
GO:0034046     7   0 1.000000e+00 1.000000e+00
GO:0034050     1   0 1.000000e+00 1.000000e+00
GO:0034056    10   0 1.000000e+00 1.000000e+00
GO:0034058    12   0 1.000000e+00 1.000000e+00
GO:0034059     2   0 1.000000e+00 1.000000e+00
GO:0034061    29   0 1.000000e+00 1.000000e+00
GO:0034062    31   0 1.000000e+00 1.000000e+00
GO:0034063    29   0 1.000000e+00 1.000000e+00
GO:0034066     2   0 1.000000e+00 1.000000e+00
GO:0034067    29   1 3.698331e-01 1.000000e+00
GO:0034080     9   0 1.000000e+00 1.000000e+00
GO:0034085     8   0 1.000000e+00 1.000000e+00
GO:0034086    11   0 1.000000e+00 1.000000e+00
GO:0034087     5   0 1.000000e+00 1.000000e+00
GO:0034088    11   0 1.000000e+00 1.000000e+00
GO:0034089     3   0 1.000000e+00 1.000000e+00
GO:0034091     7   0 1.000000e+00 1.000000e+00
GO:0034092     1   0 1.000000e+00 1.000000e+00
GO:0034093     6   0 1.000000e+00 1.000000e+00
GO:0034097   900  18 1.500736e-01 1.000000e+00
GO:0034098     8   0 1.000000e+00 1.000000e+00
GO:0034101   137   3 3.606683e-01 1.000000e+00
GO:0034103    87   1 7.286728e-01 1.000000e+00
GO:0034104    21   0 1.000000e+00 1.000000e+00
GO:0034105    23   1 2.674757e-01 1.000000e+00
GO:0034109    94   0 1.000000e+00 1.000000e+00
GO:0034110    35   0 1.000000e+00 1.000000e+00
GO:0034111    13   0 1.000000e+00 1.000000e+00
GO:0034112    16   0 1.000000e+00 1.000000e+00
GO:0034113    61   2 2.486030e-01 1.000000e+00
GO:0034114    23   1 3.068510e-01 1.000000e+00
GO:0034115    10   0 1.000000e+00 1.000000e+00
GO:0034116    14   1 1.974073e-01 1.000000e+00
GO:0034121    31   2 7.715658e-02 1.000000e+00
GO:0034122    19   1 2.452665e-01 1.000000e+00
GO:0034123     1   0 1.000000e+00 1.000000e+00
GO:0034124     4   1 5.965492e-02 1.000000e+00
GO:0034125     2   1 3.132605e-02 8.696241e-01
GO:0034127     2   0 1.000000e+00 1.000000e+00
GO:0034128     1   0 1.000000e+00 1.000000e+00
GO:0034134    15   2 2.163962e-02 7.383859e-01
GO:0034135    11   2 1.214877e-02 5.737092e-01
GO:0034136     6   2 3.798872e-03 2.640806e-01
GO:0034137     6   0 1.000000e+00 1.000000e+00
GO:0034138    26   1 3.368112e-01 1.000000e+00
GO:0034139    13   0 1.000000e+00 1.000000e+00
GO:0034140     4   0 1.000000e+00 1.000000e+00
GO:0034141     8   0 1.000000e+00 1.000000e+00
GO:0034142    61   1 6.108975e-01 1.000000e+00
GO:0034143    34   1 4.021218e-01 1.000000e+00
GO:0034144    18   1 2.269126e-01 1.000000e+00
GO:0034145    13   0 1.000000e+00 1.000000e+00
GO:0034146     2   0 1.000000e+00 1.000000e+00
GO:0034147     1   0 1.000000e+00 1.000000e+00
GO:0034148     1   0 1.000000e+00 1.000000e+00
GO:0034150     1   0 1.000000e+00 1.000000e+00
GO:0034151     1   0 1.000000e+00 1.000000e+00
GO:0034154     8   1 1.197193e-01 1.000000e+00
GO:0034155     4   1 6.379557e-02 1.000000e+00
GO:0034156     1   0 1.000000e+00 1.000000e+00
GO:0034157     3   1 4.842202e-02 1.000000e+00
GO:0034158     2   0 1.000000e+00 1.000000e+00
GO:0034159     1   0 1.000000e+00 1.000000e+00
GO:0034161     1   0 1.000000e+00 1.000000e+00
GO:0034162    16   5 3.584535e-06 1.823551e-03
GO:0034163     9   5 1.216918e-07 1.184326e-04
GO:0034164     3   1 4.884896e-02 1.000000e+00
GO:0034165     5   3 3.689970e-05 1.032453e-02
GO:0034182     7   0 1.000000e+00 1.000000e+00
GO:0034183     1   0 1.000000e+00 1.000000e+00
GO:0034184     6   0 1.000000e+00 1.000000e+00
GO:0034185    17   1 2.376712e-01 1.000000e+00
GO:0034186     5   0 1.000000e+00 1.000000e+00
GO:0034188     2   0 1.000000e+00 1.000000e+00
GO:0034189     4   0 1.000000e+00 1.000000e+00
GO:0034190     7   0 1.000000e+00 1.000000e+00
GO:0034191     4   0 1.000000e+00 1.000000e+00
GO:0034196     8   1 1.133873e-01 1.000000e+00
GO:0034197     8   1 1.133873e-01 1.000000e+00
GO:0034198    50   0 1.000000e+00 1.000000e+00
GO:0034199     2   0 1.000000e+00 1.000000e+00
GO:0034201     4   0 1.000000e+00 1.000000e+00
GO:0034202     1   0 1.000000e+00 1.000000e+00
GO:0034203     1   0 1.000000e+00 1.000000e+00
GO:0034204    54   0 1.000000e+00 1.000000e+00
GO:0034205    54   4 8.505985e-03 4.438181e-01
GO:0034211     1   0 1.000000e+00 1.000000e+00
GO:0034212    44   1 4.986376e-01 1.000000e+00
GO:0034213     1   0 1.000000e+00 1.000000e+00
GO:0034214     9   0 1.000000e+00 1.000000e+00
GO:0034219   132   6 1.646334e-02 6.471147e-01
GO:0034220   965  20 1.167417e-01 1.000000e+00
GO:0034224     9   0 1.000000e+00 1.000000e+00
GO:0034227     5   0 1.000000e+00 1.000000e+00
GO:0034228     2   1 2.907495e-02 8.696241e-01
GO:0034229     2   1 2.907495e-02 8.696241e-01
GO:0034230     2   0 1.000000e+00 1.000000e+00
GO:0034231     1   0 1.000000e+00 1.000000e+00
GO:0034235     8   0 1.000000e+00 1.000000e+00
GO:0034236    14   0 1.000000e+00 1.000000e+00
GO:0034237    24   1 3.095994e-01 1.000000e+00
GO:0034238     6   0 1.000000e+00 1.000000e+00
GO:0034239     5   0 1.000000e+00 1.000000e+00
GO:0034241     5   0 1.000000e+00 1.000000e+00
GO:0034242     5   1 7.151150e-02 1.000000e+00
GO:0034243    84   0 1.000000e+00 1.000000e+00
GO:0034244    19   0 1.000000e+00 1.000000e+00
GO:0034245     1   0 1.000000e+00 1.000000e+00
GO:0034246     4   0 1.000000e+00 1.000000e+00
GO:0034247     1   0 1.000000e+00 1.000000e+00
GO:0034248   490  11 1.278652e-01 1.000000e+00
GO:0034249   218   2 8.313126e-01 1.000000e+00
GO:0034250   148   6 2.736198e-02 8.626345e-01
GO:0034255     1   0 1.000000e+00 1.000000e+00
GO:0034260    18   0 1.000000e+00 1.000000e+00
GO:0034271     3   0 1.000000e+00 1.000000e+00
GO:0034272     3   0 1.000000e+00 1.000000e+00
GO:0034274     6   0 1.000000e+00 1.000000e+00
GO:0034275     2   0 1.000000e+00 1.000000e+00
GO:0034276     2   0 1.000000e+00 1.000000e+00
GO:0034284   205   5 2.061174e-01 1.000000e+00
GO:0034285     7   0 1.000000e+00 1.000000e+00
GO:0034287     2   0 1.000000e+00 1.000000e+00
GO:0034308   100   1 7.819156e-01 1.000000e+00
GO:0034309    14   0 1.000000e+00 1.000000e+00
GO:0034310    13   0 1.000000e+00 1.000000e+00
GO:0034311    30   0 1.000000e+00 1.000000e+00
GO:0034312    21   0 1.000000e+00 1.000000e+00
GO:0034314    44   0 1.000000e+00 1.000000e+00
GO:0034315    29   0 1.000000e+00 1.000000e+00
GO:0034316     7   0 1.000000e+00 1.000000e+00
GO:0034329   424   8 3.488243e-01 1.000000e+00
GO:0034330   715  10 6.873778e-01 1.000000e+00
GO:0034331    44   0 1.000000e+00 1.000000e+00
GO:0034332    56   1 5.869062e-01 1.000000e+00
GO:0034333    13   0 1.000000e+00 1.000000e+00
GO:0034334     7   0 1.000000e+00 1.000000e+00
GO:0034337     1   0 1.000000e+00 1.000000e+00
GO:0034338     6   0 1.000000e+00 1.000000e+00
GO:0034340    75   1 6.851600e-01 1.000000e+00
GO:0034341   137   5 5.684303e-02 1.000000e+00
GO:0034342    10   1 1.409492e-01 1.000000e+00
GO:0034343     5   0 1.000000e+00 1.000000e+00
GO:0034344     5   0 1.000000e+00 1.000000e+00
GO:0034345     2   0 1.000000e+00 1.000000e+00
GO:0034346     1   0 1.000000e+00 1.000000e+00
GO:0034349    15   0 1.000000e+00 1.000000e+00
GO:0034350    10   0 1.000000e+00 1.000000e+00
GO:0034351     9   0 1.000000e+00 1.000000e+00
GO:0034352     1   0 1.000000e+00 1.000000e+00
GO:0034353     1   0 1.000000e+00 1.000000e+00
GO:0034354     7   0 1.000000e+00 1.000000e+00
GO:0034355     1   0 1.000000e+00 1.000000e+00
GO:0034356    10   1 1.448724e-01 1.000000e+00
GO:0034358    35   0 1.000000e+00 1.000000e+00
GO:0034359     1   0 1.000000e+00 1.000000e+00
GO:0034360     2   0 1.000000e+00 1.000000e+00
GO:0034361    19   0 1.000000e+00 1.000000e+00
GO:0034362    13   0 1.000000e+00 1.000000e+00
GO:0034363     4   0 1.000000e+00 1.000000e+00
GO:0034364    25   0 1.000000e+00 1.000000e+00
GO:0034365     2   0 1.000000e+00 1.000000e+00
GO:0034366     8   0 1.000000e+00 1.000000e+00
GO:0034367    36   0 1.000000e+00 1.000000e+00
GO:0034368    33   0 1.000000e+00 1.000000e+00
GO:0034369    33   0 1.000000e+00 1.000000e+00
GO:0034370    12   0 1.000000e+00 1.000000e+00
GO:0034371     3   0 1.000000e+00 1.000000e+00
GO:0034372    12   0 1.000000e+00 1.000000e+00
GO:0034373     1   0 1.000000e+00 1.000000e+00
GO:0034374    16   0 1.000000e+00 1.000000e+00
GO:0034375    17   0 1.000000e+00 1.000000e+00
GO:0034377    27   0 1.000000e+00 1.000000e+00
GO:0034378     4   0 1.000000e+00 1.000000e+00
GO:0034379    12   0 1.000000e+00 1.000000e+00
GO:0034380    13   0 1.000000e+00 1.000000e+00
GO:0034381    54   1 5.587810e-01 1.000000e+00
GO:0034382     6   0 1.000000e+00 1.000000e+00
GO:0034383    34   1 4.052635e-01 1.000000e+00
GO:0034384    17   0 1.000000e+00 1.000000e+00
GO:0034385    19   0 1.000000e+00 1.000000e+00
GO:0034386     1   0 1.000000e+00 1.000000e+00
GO:0034388     5   0 1.000000e+00 1.000000e+00
GO:0034389    33   0 1.000000e+00 1.000000e+00
GO:0034390    37   1 4.330622e-01 1.000000e+00
GO:0034391    36   1 4.241611e-01 1.000000e+00
GO:0034392    17   0 1.000000e+00 1.000000e+00
GO:0034393    18   1 2.382402e-01 1.000000e+00
GO:0034394    65   3 7.940138e-02 1.000000e+00
GO:0034397    12   0 1.000000e+00 1.000000e+00
GO:0034398     6   0 1.000000e+00 1.000000e+00
GO:0034399   143   2 6.558804e-01 1.000000e+00
GO:0034402     2   0 1.000000e+00 1.000000e+00
GO:0034404    18   0 1.000000e+00 1.000000e+00
GO:0034405    34   0 1.000000e+00 1.000000e+00
GO:0034417     1   0 1.000000e+00 1.000000e+00
GO:0034418     1   0 1.000000e+00 1.000000e+00
GO:0034421     3   0 1.000000e+00 1.000000e+00
GO:0034423     1   0 1.000000e+00 1.000000e+00
GO:0034427    12   0 1.000000e+00 1.000000e+00
GO:0034431     3   0 1.000000e+00 1.000000e+00
GO:0034432     3   0 1.000000e+00 1.000000e+00
GO:0034436     3   0 1.000000e+00 1.000000e+00
GO:0034439     3   0 1.000000e+00 1.000000e+00
GO:0034440   111   2 5.161461e-01 1.000000e+00
GO:0034441     3   0 1.000000e+00 1.000000e+00
GO:0034442     2   0 1.000000e+00 1.000000e+00
GO:0034443     1   0 1.000000e+00 1.000000e+00
GO:0034444     2   0 1.000000e+00 1.000000e+00
GO:0034445     2   0 1.000000e+00 1.000000e+00
GO:0034446   100   4 7.006158e-02 1.000000e+00
GO:0034447     7   0 1.000000e+00 1.000000e+00
GO:0034450    14   0 1.000000e+00 1.000000e+00
GO:0034451   116   1 8.368799e-01 1.000000e+00
GO:0034452    12   0 1.000000e+00 1.000000e+00
GO:0034453    23   0 1.000000e+00 1.000000e+00
GO:0034454    11   0 1.000000e+00 1.000000e+00
GO:0034455     3   0 1.000000e+00 1.000000e+00
GO:0034456     3   0 1.000000e+00 1.000000e+00
GO:0034457     3   0 1.000000e+00 1.000000e+00
GO:0034458     6   0 1.000000e+00 1.000000e+00
GO:0034462     3   0 1.000000e+00 1.000000e+00
GO:0034463     1   0 1.000000e+00 1.000000e+00
GO:0034464     8   0 1.000000e+00 1.000000e+00
GO:0034465     2   0 1.000000e+00 1.000000e+00
GO:0034466     2   0 1.000000e+00 1.000000e+00
GO:0034470   413   4 8.931289e-01 1.000000e+00
GO:0034471    20   0 1.000000e+00 1.000000e+00
GO:0034472    20   0 1.000000e+00 1.000000e+00
GO:0034473     3   0 1.000000e+00 1.000000e+00
GO:0034474     1   0 1.000000e+00 1.000000e+00
GO:0034475     8   0 1.000000e+00 1.000000e+00
GO:0034476     3   0 1.000000e+00 1.000000e+00
GO:0034477     2   0 1.000000e+00 1.000000e+00
GO:0034478     2   0 1.000000e+00 1.000000e+00
GO:0034480     1   0 1.000000e+00 1.000000e+00
GO:0034481     5   0 1.000000e+00 1.000000e+00
GO:0034483    14   0 1.000000e+00 1.000000e+00
GO:0034485     6   0 1.000000e+00 1.000000e+00
GO:0034486     7   0 1.000000e+00 1.000000e+00
GO:0034497    15   0 1.000000e+00 1.000000e+00
GO:0034498     9   0 1.000000e+00 1.000000e+00
GO:0034499     3   0 1.000000e+00 1.000000e+00
GO:0034501    15   0 1.000000e+00 1.000000e+00
GO:0034502   117   2 5.561343e-01 1.000000e+00
GO:0034504   306   5 5.172691e-01 1.000000e+00
GO:0034505    29   0 1.000000e+00 1.000000e+00
GO:0034506    16   1 2.302951e-01 1.000000e+00
GO:0034508    26   0 1.000000e+00 1.000000e+00
GO:0034511    10   0 1.000000e+00 1.000000e+00
GO:0034512     1   0 1.000000e+00 1.000000e+00
GO:0034513     3   0 1.000000e+00 1.000000e+00
GO:0034514     2   0 1.000000e+00 1.000000e+00
GO:0034515     2   0 1.000000e+00 1.000000e+00
GO:0034516     2   0 1.000000e+00 1.000000e+00
GO:0034517     2   0 1.000000e+00 1.000000e+00
GO:0034518    16   0 1.000000e+00 1.000000e+00
GO:0034545     1   0 1.000000e+00 1.000000e+00
GO:0034551    11   0 1.000000e+00 1.000000e+00
GO:0034552     4   0 1.000000e+00 1.000000e+00
GO:0034553     4   0 1.000000e+00 1.000000e+00
GO:0034584     5   0 1.000000e+00 1.000000e+00
GO:0034587    20   0 1.000000e+00 1.000000e+00
GO:0034589     1   0 1.000000e+00 1.000000e+00
GO:0034590     1   0 1.000000e+00 1.000000e+00
GO:0034592     1   0 1.000000e+00 1.000000e+00
GO:0034593    22   0 1.000000e+00 1.000000e+00
GO:0034594     9   0 1.000000e+00 1.000000e+00
GO:0034595    12   0 1.000000e+00 1.000000e+00
GO:0034596     8   0 1.000000e+00 1.000000e+00
GO:0034597     2   0 1.000000e+00 1.000000e+00
GO:0034599   239   4 5.085602e-01 1.000000e+00
GO:0034601     1   0 1.000000e+00 1.000000e+00
GO:0034602     1   0 1.000000e+00 1.000000e+00
GO:0034603     5   0 1.000000e+00 1.000000e+00
GO:0034604     5   0 1.000000e+00 1.000000e+00
GO:0034605    61   0 1.000000e+00 1.000000e+00
GO:0034611     1   0 1.000000e+00 1.000000e+00
GO:0034612   251   3 7.403054e-01 1.000000e+00
GO:0034614   145   3 3.911298e-01 1.000000e+00
GO:0034616    14   0 1.000000e+00 1.000000e+00
GO:0034617     4   0 1.000000e+00 1.000000e+00
GO:0034618     8   0 1.000000e+00 1.000000e+00
GO:0034620    88   0 1.000000e+00 1.000000e+00
GO:0034625     7   0 1.000000e+00 1.000000e+00
GO:0034626     7   0 1.000000e+00 1.000000e+00
GO:0034627     8   0 1.000000e+00 1.000000e+00
GO:0034632     3   0 1.000000e+00 1.000000e+00
GO:0034633     3   0 1.000000e+00 1.000000e+00
GO:0034634     5   0 1.000000e+00 1.000000e+00
GO:0034635     9   0 1.000000e+00 1.000000e+00
GO:0034638    16   0 1.000000e+00 1.000000e+00
GO:0034641  6178  74 9.966204e-01 1.000000e+00
GO:0034642     1   0 1.000000e+00 1.000000e+00
GO:0034643    23   0 1.000000e+00 1.000000e+00
GO:0034644    86   1 7.407349e-01 1.000000e+00
GO:0034647     3   0 1.000000e+00 1.000000e+00
GO:0034650    12   0 1.000000e+00 1.000000e+00
GO:0034651    10   0 1.000000e+00 1.000000e+00
GO:0034653     4   0 1.000000e+00 1.000000e+00
GO:0034654  3644  50 8.522089e-01 1.000000e+00
GO:0034655   579   4 9.780563e-01 1.000000e+00
GO:0034656    29   1 3.633665e-01 1.000000e+00
GO:0034657     5   0 1.000000e+00 1.000000e+00
GO:0034660   608   7 8.471454e-01 1.000000e+00
GO:0034661    51   0 1.000000e+00 1.000000e+00
GO:0034663    10   0 1.000000e+00 1.000000e+00
GO:0034665     2   0 1.000000e+00 1.000000e+00
GO:0034666     3   0 1.000000e+00 1.000000e+00
GO:0034667     2   0 1.000000e+00 1.000000e+00
GO:0034668     3   0 1.000000e+00 1.000000e+00
GO:0034669     2   0 1.000000e+00 1.000000e+00
GO:0034673     3   0 1.000000e+00 1.000000e+00
GO:0034674     2   0 1.000000e+00 1.000000e+00
GO:0034676     1   0 1.000000e+00 1.000000e+00
GO:0034677     1   0 1.000000e+00 1.000000e+00
GO:0034678     2   0 1.000000e+00 1.000000e+00
GO:0034679     2   0 1.000000e+00 1.000000e+00
GO:0034680     2   0 1.000000e+00 1.000000e+00
GO:0034681     2   0 1.000000e+00 1.000000e+00
GO:0034682     2   0 1.000000e+00 1.000000e+00
GO:0034683     2   0 1.000000e+00 1.000000e+00
GO:0034684     2   0 1.000000e+00 1.000000e+00
GO:0034685     2   0 1.000000e+00 1.000000e+00
GO:0034686     2   0 1.000000e+00 1.000000e+00
GO:0034687     2   0 1.000000e+00 1.000000e+00
GO:0034688     2   0 1.000000e+00 1.000000e+00
GO:0034689     2   0 1.000000e+00 1.000000e+00
GO:0034693     1   0 1.000000e+00 1.000000e+00
GO:0034694    31   0 1.000000e+00 1.000000e+00
GO:0034695    23   0 1.000000e+00 1.000000e+00
GO:0034696     3   0 1.000000e+00 1.000000e+00
GO:0034698    27   0 1.000000e+00 1.000000e+00
GO:0034699     7   0 1.000000e+00 1.000000e+00
GO:0034701     1   0 1.000000e+00 1.000000e+00
GO:0034702   324   4 7.471337e-01 1.000000e+00
GO:0034703   197   4 3.720982e-01 1.000000e+00
GO:0034704    67   2 2.838265e-01 1.000000e+00
GO:0034705    97   0 1.000000e+00 1.000000e+00
GO:0034706    24   0 1.000000e+00 1.000000e+00
GO:0034707    51   0 1.000000e+00 1.000000e+00
GO:0034708    92   2 4.185444e-01 1.000000e+00
GO:0034709    13   0 1.000000e+00 1.000000e+00
GO:0034711     3   0 1.000000e+00 1.000000e+00
GO:0034713    11   0 1.000000e+00 1.000000e+00
GO:0034714     3   0 1.000000e+00 1.000000e+00
GO:0034715     6   0 1.000000e+00 1.000000e+00
GO:0034718     1   0 1.000000e+00 1.000000e+00
GO:0034719    16   0 1.000000e+00 1.000000e+00
GO:0034722     1   0 1.000000e+00 1.000000e+00
GO:0034727    17   0 1.000000e+00 1.000000e+00
GO:0034728   112   4 9.906777e-02 1.000000e+00
GO:0034736     3   0 1.000000e+00 1.000000e+00
GO:0034739     3   0 1.000000e+00 1.000000e+00
GO:0034750     2   0 1.000000e+00 1.000000e+00
GO:0034751     8   0 1.000000e+00 1.000000e+00
GO:0034752     1   0 1.000000e+00 1.000000e+00
GO:0034753     2   0 1.000000e+00 1.000000e+00
GO:0034755    17   1 2.336819e-01 1.000000e+00
GO:0034756     7   3 1.501421e-04 2.710307e-02
GO:0034757     2   0 1.000000e+00 1.000000e+00
GO:0034758     2   1 3.514510e-02 8.859099e-01
GO:0034759     4   1 6.726651e-02 1.000000e+00
GO:0034760     2   0 1.000000e+00 1.000000e+00
GO:0034761     2   1 3.514510e-02 8.859099e-01
GO:0034762   460  15 5.275345e-03 3.289229e-01
GO:0034763   135   4 1.452777e-01 1.000000e+00
GO:0034764   198   8 1.218963e-02 5.741673e-01
GO:0034765   329  11 1.364305e-02 6.119960e-01
GO:0034766    94   2 4.146482e-01 1.000000e+00
GO:0034767   144   6 2.518696e-02 8.170796e-01
GO:0034769     3   0 1.000000e+00 1.000000e+00
GO:0034774   304   7 1.910233e-01 1.000000e+00
GO:0034775     7   0 1.000000e+00 1.000000e+00
GO:0034776    10   0 1.000000e+00 1.000000e+00
GO:0034777     1   0 1.000000e+00 1.000000e+00
GO:0034875     4   0 1.000000e+00 1.000000e+00
GO:0034899     2   0 1.000000e+00 1.000000e+00
GO:0034959     1   1 1.694509e-02 6.500418e-01
GO:0034963     3   0 1.000000e+00 1.000000e+00
GO:0034964     1   0 1.000000e+00 1.000000e+00
GO:0034967     2   0 1.000000e+00 1.000000e+00
GO:0034974     1   0 1.000000e+00 1.000000e+00
GO:0034975    11   0 1.000000e+00 1.000000e+00
GO:0034976   259   4 5.728284e-01 1.000000e+00
GO:0034979     6   0 1.000000e+00 1.000000e+00
GO:0034982    13   1 1.928418e-01 1.000000e+00
GO:0034983     6   0 1.000000e+00 1.000000e+00
GO:0034986     3   0 1.000000e+00 1.000000e+00
GO:0034987     7   0 1.000000e+00 1.000000e+00
GO:0034988     1   0 1.000000e+00 1.000000e+00
GO:0034992    11   0 1.000000e+00 1.000000e+00
GO:0034993    11   0 1.000000e+00 1.000000e+00
GO:0034998     2   0 1.000000e+00 1.000000e+00
GO:0035000     1   0 1.000000e+00 1.000000e+00
GO:0035003     3   0 1.000000e+00 1.000000e+00
GO:0035005     7   1 1.028993e-01 1.000000e+00
GO:0035014    11   1 1.572974e-01 1.000000e+00
GO:0035019    64   0 1.000000e+00 1.000000e+00
GO:0035020    24   0 1.000000e+00 1.000000e+00
GO:0035021     5   0 1.000000e+00 1.000000e+00
GO:0035022    10   0 1.000000e+00 1.000000e+00
GO:0035023    81   0 1.000000e+00 1.000000e+00
GO:0035024    21   0 1.000000e+00 1.000000e+00
GO:0035025    34   0 1.000000e+00 1.000000e+00
GO:0035026     1   0 1.000000e+00 1.000000e+00
GO:0035032     7   0 1.000000e+00 1.000000e+00
GO:0035033     6   0 1.000000e+00 1.000000e+00
GO:0035034     1   0 1.000000e+00 1.000000e+00
GO:0035035    23   2 4.921861e-02 1.000000e+00
GO:0035036    51   0 1.000000e+00 1.000000e+00
GO:0035037     1   0 1.000000e+00 1.000000e+00
GO:0035038     1   0 1.000000e+00 1.000000e+00
GO:0035039     2   0 1.000000e+00 1.000000e+00
GO:0035041     1   0 1.000000e+00 1.000000e+00
GO:0035050    84   1 7.323106e-01 1.000000e+00
GO:0035051   162   3 4.518861e-01 1.000000e+00
GO:0035054     3   0 1.000000e+00 1.000000e+00
GO:0035060    14   1 2.030993e-01 1.000000e+00
GO:0035061     5   0 1.000000e+00 1.000000e+00
GO:0035063     3   0 1.000000e+00 1.000000e+00
GO:0035064    65   0 1.000000e+00 1.000000e+00
GO:0035082    92   0 1.000000e+00 1.000000e+00
GO:0035088    53   0 1.000000e+00 1.000000e+00
GO:0035089    20   0 1.000000e+00 1.000000e+00
GO:0035090    10   0 1.000000e+00 1.000000e+00
GO:0035091   262   6 2.273056e-01 1.000000e+00
GO:0035092    17   1 2.347375e-01 1.000000e+00
GO:0035094    49   3 4.071276e-02 9.757114e-01
GO:0035095     8   0 1.000000e+00 1.000000e+00
GO:0035097    63   2 2.534842e-01 1.000000e+00
GO:0035098    15   0 1.000000e+00 1.000000e+00
GO:0035101     4   0 1.000000e+00 1.000000e+00
GO:0035102    18   1 2.423535e-01 1.000000e+00
GO:0035106     4   0 1.000000e+00 1.000000e+00
GO:0035107   147   3 4.087759e-01 1.000000e+00
GO:0035108   147   3 4.087759e-01 1.000000e+00
GO:0035112    11   1 1.574092e-01 1.000000e+00
GO:0035113   121   3 2.977483e-01 1.000000e+00
GO:0035115    33   1 4.080043e-01 1.000000e+00
GO:0035116    27   0 1.000000e+00 1.000000e+00
GO:0035120     2   0 1.000000e+00 1.000000e+00
GO:0035127     2   0 1.000000e+00 1.000000e+00
GO:0035128     1   0 1.000000e+00 1.000000e+00
GO:0035129     1   0 1.000000e+00 1.000000e+00
GO:0035136    40   1 4.702337e-01 1.000000e+00
GO:0035137    35   0 1.000000e+00 1.000000e+00
GO:0035145    19   0 1.000000e+00 1.000000e+00
GO:0035148   147   0 1.000000e+00 1.000000e+00
GO:0035150   148   4 1.938881e-01 1.000000e+00
GO:0035162    23   0 1.000000e+00 1.000000e+00
GO:0035166     4   0 1.000000e+00 1.000000e+00
GO:0035173    23   0 1.000000e+00 1.000000e+00
GO:0035175     4   0 1.000000e+00 1.000000e+00
GO:0035176    46   0 1.000000e+00 1.000000e+00
GO:0035188    22   0 1.000000e+00 1.000000e+00
GO:0035189     4   0 1.000000e+00 1.000000e+00
GO:0035194   466   7 4.258118e-01 1.000000e+00
GO:0035195   455   7 3.975514e-01 1.000000e+00
GO:0035196    43   2 1.446049e-01 1.000000e+00
GO:0035197     7   1 1.052761e-01 1.000000e+00
GO:0035198    33   0 1.000000e+00 1.000000e+00
GO:0035212     1   0 1.000000e+00 1.000000e+00
GO:0035226     1   0 1.000000e+00 1.000000e+00
GO:0035227     1   0 1.000000e+00 1.000000e+00
GO:0035229     1   0 1.000000e+00 1.000000e+00
GO:0035234    17   0 1.000000e+00 1.000000e+00
GO:0035235    20   0 1.000000e+00 1.000000e+00
GO:0035238     1   0 1.000000e+00 1.000000e+00
GO:0035239   914  13 6.545431e-01 1.000000e+00
GO:0035240     6   0 1.000000e+00 1.000000e+00
GO:0035241     6   0 1.000000e+00 1.000000e+00
GO:0035242     7   0 1.000000e+00 1.000000e+00
GO:0035243     4   0 1.000000e+00 1.000000e+00
GO:0035246     3   0 1.000000e+00 1.000000e+00
GO:0035247     2   0 1.000000e+00 1.000000e+00
GO:0035248     1   0 1.000000e+00 1.000000e+00
GO:0035249   107   3 2.371461e-01 1.000000e+00
GO:0035250    27   0 1.000000e+00 1.000000e+00
GO:0035251    10   0 1.000000e+00 1.000000e+00
GO:0035252    11   0 1.000000e+00 1.000000e+00
GO:0035253    13   0 1.000000e+00 1.000000e+00
GO:0035254    41   1 4.730798e-01 1.000000e+00
GO:0035255    20   0 1.000000e+00 1.000000e+00
GO:0035256    10   1 1.419357e-01 1.000000e+00
GO:0035259    12   0 1.000000e+00 1.000000e+00
GO:0035261     1   0 1.000000e+00 1.000000e+00
GO:0035262     2   0 1.000000e+00 1.000000e+00
GO:0035264   144   1 8.971764e-01 1.000000e+00
GO:0035265   170   2 7.365738e-01 1.000000e+00
GO:0035267    27   0 1.000000e+00 1.000000e+00
GO:0035268    24   0 1.000000e+00 1.000000e+00
GO:0035269    18   0 1.000000e+00 1.000000e+00
GO:0035270   135   0 1.000000e+00 1.000000e+00
GO:0035272    48   1 5.321751e-01 1.000000e+00
GO:0035276     2   0 1.000000e+00 1.000000e+00
GO:0035278    90   0 1.000000e+00 1.000000e+00
GO:0035279    87   1 6.869922e-01 1.000000e+00
GO:0035281     2   0 1.000000e+00 1.000000e+00
GO:0035282   100   1 7.931241e-01 1.000000e+00
GO:0035283     3   0 1.000000e+00 1.000000e+00
GO:0035284     3   0 1.000000e+00 1.000000e+00
GO:0035290     5   0 1.000000e+00 1.000000e+00
GO:0035295  1121  18 4.638397e-01 1.000000e+00
GO:0035296   147   4 1.909226e-01 1.000000e+00
GO:0035299     1   0 1.000000e+00 1.000000e+00
GO:0035303   101   4 7.106067e-02 1.000000e+00
GO:0035304    77   3 1.154338e-01 1.000000e+00
GO:0035305    33   2 8.985799e-02 1.000000e+00
GO:0035306    53   2 1.978166e-01 1.000000e+00
GO:0035307    43   1 4.887743e-01 1.000000e+00
GO:0035308    28   2 6.851729e-02 1.000000e+00
GO:0035312     9   1 1.324215e-01 1.000000e+00
GO:0035313    26   0 1.000000e+00 1.000000e+00
GO:0035315    53   0 1.000000e+00 1.000000e+00
GO:0035325    13   2 1.698867e-02 6.500418e-01
GO:0035329    41   0 1.000000e+00 1.000000e+00
GO:0035330    24   0 1.000000e+00 1.000000e+00
GO:0035331    13   0 1.000000e+00 1.000000e+00
GO:0035332     8   0 1.000000e+00 1.000000e+00
GO:0035335    30   0 1.000000e+00 1.000000e+00
GO:0035336    24   1 3.154652e-01 1.000000e+00
GO:0035337    37   1 4.414178e-01 1.000000e+00
GO:0035338    18   1 2.458083e-01 1.000000e+00
GO:0035339     4   0 1.000000e+00 1.000000e+00
GO:0035340     4   0 1.000000e+00 1.000000e+00
GO:0035344     4   0 1.000000e+00 1.000000e+00
GO:0035348     1   0 1.000000e+00 1.000000e+00
GO:0035349     3   0 1.000000e+00 1.000000e+00
GO:0035350     2   0 1.000000e+00 1.000000e+00
GO:0035351     2   0 1.000000e+00 1.000000e+00
GO:0035352     4   0 1.000000e+00 1.000000e+00
GO:0035354     2   0 1.000000e+00 1.000000e+00
GO:0035355     2   1 3.257616e-02 8.696241e-01
GO:0035356     7   0 1.000000e+00 1.000000e+00
GO:0035357    23   0 1.000000e+00 1.000000e+00
GO:0035358    15   0 1.000000e+00 1.000000e+00
GO:0035359     4   0 1.000000e+00 1.000000e+00
GO:0035360     9   0 1.000000e+00 1.000000e+00
GO:0035363     4   0 1.000000e+00 1.000000e+00
GO:0035364     2   0 1.000000e+00 1.000000e+00
GO:0035368     4   1 6.222447e-02 1.000000e+00
GO:0035370     2   0 1.000000e+00 1.000000e+00
GO:0035371    24   0 1.000000e+00 1.000000e+00
GO:0035372    17   0 1.000000e+00 1.000000e+00
GO:0035373     2   0 1.000000e+00 1.000000e+00
GO:0035374     9   0 1.000000e+00 1.000000e+00
GO:0035375     1   0 1.000000e+00 1.000000e+00
GO:0035377     4   0 1.000000e+00 1.000000e+00
GO:0035378     4   0 1.000000e+00 1.000000e+00
GO:0035379     4   0 1.000000e+00 1.000000e+00
GO:0035381     9   0 1.000000e+00 1.000000e+00
GO:0035382     1   0 1.000000e+00 1.000000e+00
GO:0035383    89   1 7.514261e-01 1.000000e+00
GO:0035384    43   1 4.961219e-01 1.000000e+00
GO:0035385     5   0 1.000000e+00 1.000000e+00
GO:0035393     1   0 1.000000e+00 1.000000e+00
GO:0035394     1   0 1.000000e+00 1.000000e+00
GO:0035395     1   0 1.000000e+00 1.000000e+00
GO:0035397     1   0 1.000000e+00 1.000000e+00
GO:0035401     1   0 1.000000e+00 1.000000e+00
GO:0035402     2   0 1.000000e+00 1.000000e+00
GO:0035403     2   0 1.000000e+00 1.000000e+00
GO:0035410     4   0 1.000000e+00 1.000000e+00
GO:0035418    73   1 6.866991e-01 1.000000e+00
GO:0035425     7   0 1.000000e+00 1.000000e+00
GO:0035426     4   0 1.000000e+00 1.000000e+00
GO:0035429     1   0 1.000000e+00 1.000000e+00
GO:0035434     7   0 1.000000e+00 1.000000e+00
GO:0035435    16   0 1.000000e+00 1.000000e+00
GO:0035437    13   0 1.000000e+00 1.000000e+00
GO:0035438     1   0 1.000000e+00 1.000000e+00
GO:0035441     4   0 1.000000e+00 1.000000e+00
GO:0035442     7   0 1.000000e+00 1.000000e+00
GO:0035443     9   0 1.000000e+00 1.000000e+00
GO:0035444     1   0 1.000000e+00 1.000000e+00
GO:0035445     1   0 1.000000e+00 1.000000e+00
GO:0035455    17   2 2.706401e-02 8.556508e-01
GO:0035456    31   2 8.432464e-02 1.000000e+00
GO:0035457     7   1 1.045191e-01 1.000000e+00
GO:0035458    24   1 3.174758e-01 1.000000e+00
GO:0035459    29   2 7.438497e-02 1.000000e+00
GO:0035461    20   1 2.663937e-01 1.000000e+00
GO:0035469     4   0 1.000000e+00 1.000000e+00
GO:0035470     6   0 1.000000e+00 1.000000e+00
GO:0035472     1   0 1.000000e+00 1.000000e+00
GO:0035473     7   0 1.000000e+00 1.000000e+00
GO:0035478     1   0 1.000000e+00 1.000000e+00
GO:0035482     5   0 1.000000e+00 1.000000e+00
GO:0035483     2   0 1.000000e+00 1.000000e+00
GO:0035485     1   0 1.000000e+00 1.000000e+00
GO:0035490     1   0 1.000000e+00 1.000000e+00
GO:0035491     1   0 1.000000e+00 1.000000e+00
GO:0035493    22   0 1.000000e+00 1.000000e+00
GO:0035494     3   0 1.000000e+00 1.000000e+00
GO:0035497    12   0 1.000000e+00 1.000000e+00
GO:0035498     2   0 1.000000e+00 1.000000e+00
GO:0035499     1   0 1.000000e+00 1.000000e+00
GO:0035500     2   0 1.000000e+00 1.000000e+00
GO:0035501     1   0 1.000000e+00 1.000000e+00
GO:0035502     6   0 1.000000e+00 1.000000e+00
GO:0035504     2   0 1.000000e+00 1.000000e+00
GO:0035505     2   0 1.000000e+00 1.000000e+00
GO:0035507     7   1 1.012278e-01 1.000000e+00
GO:0035508     1   0 1.000000e+00 1.000000e+00
GO:0035509     5   1 7.272006e-02 1.000000e+00
GO:0035510    36   2 1.077066e-01 1.000000e+00
GO:0035513     6   0 1.000000e+00 1.000000e+00
GO:0035514     5   0 1.000000e+00 1.000000e+00
GO:0035515     5   0 1.000000e+00 1.000000e+00
GO:0035516     5   0 1.000000e+00 1.000000e+00
GO:0035517     4   0 1.000000e+00 1.000000e+00
GO:0035519     9   0 1.000000e+00 1.000000e+00
GO:0035520     8   0 1.000000e+00 1.000000e+00
GO:0035523     4   0 1.000000e+00 1.000000e+00
GO:0035524     9   0 1.000000e+00 1.000000e+00
GO:0035525     2   0 1.000000e+00 1.000000e+00
GO:0035526     2   0 1.000000e+00 1.000000e+00
GO:0035529     4   0 1.000000e+00 1.000000e+00
GO:0035538     1   0 1.000000e+00 1.000000e+00
GO:0035539     2   0 1.000000e+00 1.000000e+00
GO:0035542    14   0 1.000000e+00 1.000000e+00
GO:0035543     1   0 1.000000e+00 1.000000e+00
GO:0035544     2   0 1.000000e+00 1.000000e+00
GO:0035545     1   0 1.000000e+00 1.000000e+00
GO:0035552     3   0 1.000000e+00 1.000000e+00
GO:0035553     4   0 1.000000e+00 1.000000e+00
GO:0035556  2571  53 1.707818e-02 6.500468e-01
GO:0035561    11   0 1.000000e+00 1.000000e+00
GO:0035562     2   0 1.000000e+00 1.000000e+00
GO:0035563     9   0 1.000000e+00 1.000000e+00
GO:0035564     4   0 1.000000e+00 1.000000e+00
GO:0035565     1   0 1.000000e+00 1.000000e+00
GO:0035566     1   0 1.000000e+00 1.000000e+00
GO:0035567    69   1 6.602314e-01 1.000000e+00
GO:0035568     1   0 1.000000e+00 1.000000e+00
GO:0035570     1   0 1.000000e+00 1.000000e+00
GO:0035572     1   0 1.000000e+00 1.000000e+00
GO:0035573     1   0 1.000000e+00 1.000000e+00
GO:0035575     3   0 1.000000e+00 1.000000e+00
GO:0035577    54   1 5.789703e-01 1.000000e+00
GO:0035578    86   3 1.411562e-01 1.000000e+00
GO:0035579    86   5 1.075754e-02 5.292237e-01
GO:0035580    59   2 2.301763e-01 1.000000e+00
GO:0035581    10   0 1.000000e+00 1.000000e+00
GO:0035582     4   0 1.000000e+00 1.000000e+00
GO:0035583     4   0 1.000000e+00 1.000000e+00
GO:0035584    20   0 1.000000e+00 1.000000e+00
GO:0035585     3   0 1.000000e+00 1.000000e+00
GO:0035588    11   1 1.545726e-01 1.000000e+00
GO:0035589    10   1 1.359787e-01 1.000000e+00
GO:0035590    28   2 6.645497e-02 1.000000e+00
GO:0035591   107   4 8.584652e-02 1.000000e+00
GO:0035592   356   9 1.024321e-01 1.000000e+00
GO:0035594     5   0 1.000000e+00 1.000000e+00
GO:0035596     2   1 3.255255e-02 8.696241e-01
GO:0035597     1   0 1.000000e+00 1.000000e+00
GO:0035598     1   1 1.683729e-02 6.498032e-01
GO:0035600     2   1 3.255255e-02 8.696241e-01
GO:0035601    49   2 1.770309e-01 1.000000e+00
GO:0035602     1   0 1.000000e+00 1.000000e+00
GO:0035603     1   0 1.000000e+00 1.000000e+00
GO:0035604     1   0 1.000000e+00 1.000000e+00
GO:0035605     1   0 1.000000e+00 1.000000e+00
GO:0035606     2   0 1.000000e+00 1.000000e+00
GO:0035607     2   0 1.000000e+00 1.000000e+00
GO:0035608     6   0 1.000000e+00 1.000000e+00
GO:0035609     5   0 1.000000e+00 1.000000e+00
GO:0035610     5   0 1.000000e+00 1.000000e+00
GO:0035611     1   0 1.000000e+00 1.000000e+00
GO:0035612     8   0 1.000000e+00 1.000000e+00
GO:0035613    14   0 1.000000e+00 1.000000e+00
GO:0035615    17   0 1.000000e+00 1.000000e+00
GO:0035617     7   0 1.000000e+00 1.000000e+00
GO:0035621     3   0 1.000000e+00 1.000000e+00
GO:0035622     2   0 1.000000e+00 1.000000e+00
GO:0035623     4   0 1.000000e+00 1.000000e+00
GO:0035624     4   0 1.000000e+00 1.000000e+00
GO:0035627    15   0 1.000000e+00 1.000000e+00
GO:0035630    13   0 1.000000e+00 1.000000e+00
GO:0035631    11   1 1.577565e-01 1.000000e+00
GO:0035632     2   0 1.000000e+00 1.000000e+00
GO:0035633    36   1 4.253367e-01 1.000000e+00
GO:0035634     8   1 1.179831e-01 1.000000e+00
GO:0035635     9   0 1.000000e+00 1.000000e+00
GO:0035639  1711  25 6.518755e-01 1.000000e+00
GO:0035640    33   0 1.000000e+00 1.000000e+00
GO:0035641    16   0 1.000000e+00 1.000000e+00
GO:0035642     2   0 1.000000e+00 1.000000e+00
GO:0035644     1   0 1.000000e+00 1.000000e+00
GO:0035645     1   0 1.000000e+00 1.000000e+00
GO:0035646    10   0 1.000000e+00 1.000000e+00
GO:0035650     5   0 1.000000e+00 1.000000e+00
GO:0035651     3   0 1.000000e+00 1.000000e+00
GO:0035652     7   1 1.067202e-01 1.000000e+00
GO:0035654     7   1 1.067202e-01 1.000000e+00
GO:0035655    10   0 1.000000e+00 1.000000e+00
GO:0035657     1   0 1.000000e+00 1.000000e+00
GO:0035658     5   0 1.000000e+00 1.000000e+00
GO:0035662     4   0 1.000000e+00 1.000000e+00
GO:0035663     4   1 6.295663e-02 1.000000e+00
GO:0035664     1   0 1.000000e+00 1.000000e+00
GO:0035665     1   0 1.000000e+00 1.000000e+00
GO:0035666    11   2 1.150338e-02 5.525573e-01
GO:0035668     3   0 1.000000e+00 1.000000e+00
GO:0035669     3   0 1.000000e+00 1.000000e+00
GO:0035671     5   0 1.000000e+00 1.000000e+00
GO:0035672    15   1 2.121581e-01 1.000000e+00
GO:0035673    11   1 1.616771e-01 1.000000e+00
GO:0035674     2   0 1.000000e+00 1.000000e+00
GO:0035675     2   0 1.000000e+00 1.000000e+00
GO:0035677     1   0 1.000000e+00 1.000000e+00
GO:0035683     2   0 1.000000e+00 1.000000e+00
GO:0035684     3   0 1.000000e+00 1.000000e+00
GO:0035685     2   0 1.000000e+00 1.000000e+00
GO:0035686     6   0 1.000000e+00 1.000000e+00
GO:0035691     3   0 1.000000e+00 1.000000e+00
GO:0035692     2   0 1.000000e+00 1.000000e+00
GO:0035693     1   0 1.000000e+00 1.000000e+00
GO:0035694     6   0 1.000000e+00 1.000000e+00
GO:0035695     1   0 1.000000e+00 1.000000e+00
GO:0035696    10   1 1.400879e-01 1.000000e+00
GO:0035697     3   1 4.516873e-02 1.000000e+00
GO:0035698     2   0 1.000000e+00 1.000000e+00
GO:0035700     2   1 2.862271e-02 8.696241e-01
GO:0035701     8   2 6.362942e-03 3.714160e-01
GO:0035702     3   0 1.000000e+00 1.000000e+00
GO:0035705     1   1 1.668090e-02 6.471147e-01
GO:0035708     1   0 1.000000e+00 1.000000e+00
GO:0035709     4   0 1.000000e+00 1.000000e+00
GO:0035710   114   5 3.232392e-02 8.696241e-01
GO:0035711     3   1 4.061746e-02 9.744707e-01
GO:0035712     2   0 1.000000e+00 1.000000e+00
GO:0035713     1   0 1.000000e+00 1.000000e+00
GO:0035715     1   1 1.668090e-02 6.471147e-01
GO:0035716     1   1 1.668090e-02 6.471147e-01
GO:0035717     2   1 3.424546e-02 8.805207e-01
GO:0035718     2   0 1.000000e+00 1.000000e+00
GO:0035720    18   0 1.000000e+00 1.000000e+00
GO:0035721    14   0 1.000000e+00 1.000000e+00
GO:0035722     9   0 1.000000e+00 1.000000e+00
GO:0035723    10   0 1.000000e+00 1.000000e+00
GO:0035724     1   0 1.000000e+00 1.000000e+00
GO:0035725   171   4 2.820564e-01 1.000000e+00
GO:0035726     9   0 1.000000e+00 1.000000e+00
GO:0035727     7   0 1.000000e+00 1.000000e+00
GO:0035728    18   0 1.000000e+00 1.000000e+00
GO:0035729    16   0 1.000000e+00 1.000000e+00
GO:0035730     1   0 1.000000e+00 1.000000e+00
GO:0035731     1   0 1.000000e+00 1.000000e+00
GO:0035732     1   0 1.000000e+00 1.000000e+00
GO:0035733     9   0 1.000000e+00 1.000000e+00
GO:0035735     7   0 1.000000e+00 1.000000e+00
GO:0035739    20   0 1.000000e+00 1.000000e+00
GO:0035740     8   0 1.000000e+00 1.000000e+00
GO:0035743    17   1 2.373386e-01 1.000000e+00
GO:0035744     8   0 1.000000e+00 1.000000e+00
GO:0035745    11   1 1.578374e-01 1.000000e+00
GO:0035746     1   0 1.000000e+00 1.000000e+00
GO:0035747     9   0 1.000000e+00 1.000000e+00
GO:0035748     6   0 1.000000e+00 1.000000e+00
GO:0035749     6   0 1.000000e+00 1.000000e+00
GO:0035750     1   0 1.000000e+00 1.000000e+00
GO:0035751    28   1 3.662697e-01 1.000000e+00
GO:0035752     4   0 1.000000e+00 1.000000e+00
GO:0035754     7   0 1.000000e+00 1.000000e+00
GO:0035755     1   0 1.000000e+00 1.000000e+00
GO:0035757     1   0 1.000000e+00 1.000000e+00
GO:0035758     1   0 1.000000e+00 1.000000e+00
GO:0035759     2   0 1.000000e+00 1.000000e+00
GO:0035766     9   0 1.000000e+00 1.000000e+00
GO:0035767    28   0 1.000000e+00 1.000000e+00
GO:0035768     8   0 1.000000e+00 1.000000e+00
GO:0035770   260   4 5.722832e-01 1.000000e+00
GO:0035771     9   1 1.296715e-01 1.000000e+00
GO:0035772     1   1 1.436942e-02 6.135596e-01
GO:0035773    62   2 2.486966e-01 1.000000e+00
GO:0035774    31   1 3.821795e-01 1.000000e+00
GO:0035780     2   0 1.000000e+00 1.000000e+00
GO:0035781     3   0 1.000000e+00 1.000000e+00
GO:0035782     1   0 1.000000e+00 1.000000e+00
GO:0035783     3   0 1.000000e+00 1.000000e+00
GO:0035787     6   0 1.000000e+00 1.000000e+00
GO:0035788     5   0 1.000000e+00 1.000000e+00
GO:0035789     4   0 1.000000e+00 1.000000e+00
GO:0035790     7   0 1.000000e+00 1.000000e+00
GO:0035791    14   0 1.000000e+00 1.000000e+00
GO:0035793     3   0 1.000000e+00 1.000000e+00
GO:0035794    40   1 4.640085e-01 1.000000e+00
GO:0035795    17   0 1.000000e+00 1.000000e+00
GO:0035798     1   0 1.000000e+00 1.000000e+00
GO:0035799     4   0 1.000000e+00 1.000000e+00
GO:0035800     7   0 1.000000e+00 1.000000e+00
GO:0035801     3   0 1.000000e+00 1.000000e+00
GO:0035802     2   0 1.000000e+00 1.000000e+00
GO:0035803     2   0 1.000000e+00 1.000000e+00
GO:0035804     4   0 1.000000e+00 1.000000e+00
GO:0035805     5   0 1.000000e+00 1.000000e+00
GO:0035809    20   1 2.678663e-01 1.000000e+00
GO:0035810    13   1 1.844568e-01 1.000000e+00
GO:0035811     3   0 1.000000e+00 1.000000e+00
GO:0035812    12   0 1.000000e+00 1.000000e+00
GO:0035813     8   0 1.000000e+00 1.000000e+00
GO:0035814     1   0 1.000000e+00 1.000000e+00
GO:0035815     4   0 1.000000e+00 1.000000e+00
GO:0035821    17   3 2.182383e-03 1.895449e-01
GO:0035822     3   0 1.000000e+00 1.000000e+00
GO:0035825    65   0 1.000000e+00 1.000000e+00
GO:0035838     2   0 1.000000e+00 1.000000e+00
GO:0035841     1   0 1.000000e+00 1.000000e+00
GO:0035844     3   0 1.000000e+00 1.000000e+00
GO:0035845    13   0 1.000000e+00 1.000000e+00
GO:0035846     4   0 1.000000e+00 1.000000e+00
GO:0035847     2   0 1.000000e+00 1.000000e+00
GO:0035849     1   0 1.000000e+00 1.000000e+00
GO:0035850    46   1 5.148413e-01 1.000000e+00
GO:0035851     2   0 1.000000e+00 1.000000e+00
GO:0035853     1   0 1.000000e+00 1.000000e+00
GO:0035854     1   0 1.000000e+00 1.000000e+00
GO:0035855    22   1 2.954015e-01 1.000000e+00
GO:0035859    14   0 1.000000e+00 1.000000e+00
GO:0035860     9   0 1.000000e+00 1.000000e+00
GO:0035861    87   0 1.000000e+00 1.000000e+00
GO:0035862     1   0 1.000000e+00 1.000000e+00
GO:0035863     1   0 1.000000e+00 1.000000e+00
GO:0035864    17   0 1.000000e+00 1.000000e+00
GO:0035865    12   0 1.000000e+00 1.000000e+00
GO:0035866     3   0 1.000000e+00 1.000000e+00
GO:0035867     4   0 1.000000e+00 1.000000e+00
GO:0035868     3   1 4.302565e-02 9.998838e-01
GO:0035869    71   1 6.774203e-01 1.000000e+00
GO:0035870     2   0 1.000000e+00 1.000000e+00
GO:0035871     9   0 1.000000e+00 1.000000e+00
GO:0035872    28   1 3.519393e-01 1.000000e+00
GO:0035873     8   0 1.000000e+00 1.000000e+00
GO:0035874     1   0 1.000000e+00 1.000000e+00
GO:0035877     4   0 1.000000e+00 1.000000e+00
GO:0035878    11   0 1.000000e+00 1.000000e+00
GO:0035879     4   0 1.000000e+00 1.000000e+00
GO:0035880     4   0 1.000000e+00 1.000000e+00
GO:0035881    12   0 1.000000e+00 1.000000e+00
GO:0035883    35   0 1.000000e+00 1.000000e+00
GO:0035886    38   0 1.000000e+00 1.000000e+00
GO:0035887     3   0 1.000000e+00 1.000000e+00
GO:0035891    27   0 1.000000e+00 1.000000e+00
GO:0035898     3   0 1.000000e+00 1.000000e+00
GO:0035900     4   1 6.465379e-02 1.000000e+00
GO:0035902    23   0 1.000000e+00 1.000000e+00
GO:0035904    65   1 6.420341e-01 1.000000e+00
GO:0035905     5   0 1.000000e+00 1.000000e+00
GO:0035906     1   0 1.000000e+00 1.000000e+00
GO:0035907    10   0 1.000000e+00 1.000000e+00
GO:0035909    38   1 4.485616e-01 1.000000e+00
GO:0035910     4   0 1.000000e+00 1.000000e+00
GO:0035912     8   0 1.000000e+00 1.000000e+00
GO:0035914    75   0 1.000000e+00 1.000000e+00
GO:0035921     1   0 1.000000e+00 1.000000e+00
GO:0035922     1   0 1.000000e+00 1.000000e+00
GO:0035924    72   0 1.000000e+00 1.000000e+00
GO:0035925    28   0 1.000000e+00 1.000000e+00
GO:0035927     5   0 1.000000e+00 1.000000e+00
GO:0035928     3   0 1.000000e+00 1.000000e+00
GO:0035929    27   0 1.000000e+00 1.000000e+00
GO:0035930    19   0 1.000000e+00 1.000000e+00
GO:0035931     7   0 1.000000e+00 1.000000e+00
GO:0035932     7   0 1.000000e+00 1.000000e+00
GO:0035933    12   0 1.000000e+00 1.000000e+00
GO:0035934     6   0 1.000000e+00 1.000000e+00
GO:0035935     1   0 1.000000e+00 1.000000e+00
GO:0035936     3   0 1.000000e+00 1.000000e+00
GO:0035938     3   0 1.000000e+00 1.000000e+00
GO:0035945     1   0 1.000000e+00 1.000000e+00
GO:0035946     1   0 1.000000e+00 1.000000e+00
GO:0035962     5   1 7.645138e-02 1.000000e+00
GO:0035963     3   1 4.610803e-02 1.000000e+00
GO:0035964     6   0 1.000000e+00 1.000000e+00
GO:0035965     5   0 1.000000e+00 1.000000e+00
GO:0035966   147   0 1.000000e+00 1.000000e+00
GO:0035967    98   0 1.000000e+00 1.000000e+00
GO:0035970    16   0 1.000000e+00 1.000000e+00
GO:0035971     1   0 1.000000e+00 1.000000e+00
GO:0035973    13   0 1.000000e+00 1.000000e+00
GO:0035976     5   0 1.000000e+00 1.000000e+00
GO:0035977     7   0 1.000000e+00 1.000000e+00
GO:0035979     3   0 1.000000e+00 1.000000e+00
GO:0035981     2   0 1.000000e+00 1.000000e+00
GO:0035983     2   0 1.000000e+00 1.000000e+00
GO:0035984     2   0 1.000000e+00 1.000000e+00
GO:0035985     3   0 1.000000e+00 1.000000e+00
GO:0035987    50   1 5.380409e-01 1.000000e+00
GO:0035988    26   0 1.000000e+00 1.000000e+00
GO:0035989     5   0 1.000000e+00 1.000000e+00
GO:0035990     2   0 1.000000e+00 1.000000e+00
GO:0035992     2   0 1.000000e+00 1.000000e+00
GO:0035993     2   0 1.000000e+00 1.000000e+00
GO:0035994    24   1 3.163210e-01 1.000000e+00
GO:0035995     7   0 1.000000e+00 1.000000e+00
GO:0035999     9   0 1.000000e+00 1.000000e+00
GO:0036002    39   0 1.000000e+00 1.000000e+00
GO:0036004     1   0 1.000000e+00 1.000000e+00
GO:0036005    17   1 2.345324e-01 1.000000e+00
GO:0036006    13   0 1.000000e+00 1.000000e+00
GO:0036009     3   0 1.000000e+00 1.000000e+00
GO:0036010    26   0 1.000000e+00 1.000000e+00
GO:0036015     6   0 1.000000e+00 1.000000e+00
GO:0036016     6   0 1.000000e+00 1.000000e+00
GO:0036017     7   0 1.000000e+00 1.000000e+00
GO:0036018     7   0 1.000000e+00 1.000000e+00
GO:0036019    26   1 3.383108e-01 1.000000e+00
GO:0036020    17   1 2.373141e-01 1.000000e+00
GO:0036021     5   0 1.000000e+00 1.000000e+00
GO:0036022     7   0 1.000000e+00 1.000000e+00
GO:0036023     3   0 1.000000e+00 1.000000e+00
GO:0036024     1   0 1.000000e+00 1.000000e+00
GO:0036025     1   0 1.000000e+00 1.000000e+00
GO:0036026     1   0 1.000000e+00 1.000000e+00
GO:0036027     1   0 1.000000e+00 1.000000e+00
GO:0036028     1   0 1.000000e+00 1.000000e+00
GO:0036029     1   0 1.000000e+00 1.000000e+00
GO:0036030     1   0 1.000000e+00 1.000000e+00
GO:0036031     1   0 1.000000e+00 1.000000e+00
GO:0036033     3   0 1.000000e+00 1.000000e+00
GO:0036034     1   0 1.000000e+00 1.000000e+00
GO:0036035    17   1 2.352216e-01 1.000000e+00
GO:0036037    28   4 8.583284e-04 9.825999e-02
GO:0036038    13   0 1.000000e+00 1.000000e+00
GO:0036041    17   0 1.000000e+00 1.000000e+00
GO:0036042     4   0 1.000000e+00 1.000000e+00
GO:0036046     2   0 1.000000e+00 1.000000e+00
GO:0036047     2   0 1.000000e+00 1.000000e+00
GO:0036048     2   0 1.000000e+00 1.000000e+00
GO:0036049     2   0 1.000000e+00 1.000000e+00
GO:0036053     1   0 1.000000e+00 1.000000e+00
GO:0036054     2   0 1.000000e+00 1.000000e+00
GO:0036055     2   0 1.000000e+00 1.000000e+00
GO:0036056     8   0 1.000000e+00 1.000000e+00
GO:0036057     8   0 1.000000e+00 1.000000e+00
GO:0036058     3   0 1.000000e+00 1.000000e+00
GO:0036060     2   0 1.000000e+00 1.000000e+00
GO:0036064   163   1 9.223401e-01 1.000000e+00
GO:0036065    17   0 1.000000e+00 1.000000e+00
GO:0036066     5   0 1.000000e+00 1.000000e+00
GO:0036071     4   0 1.000000e+00 1.000000e+00
GO:0036072     7   0 1.000000e+00 1.000000e+00
GO:0036075    30   1 3.806945e-01 1.000000e+00
GO:0036076     1   0 1.000000e+00 1.000000e+00
GO:0036080     3   0 1.000000e+00 1.000000e+00
GO:0036085     1   0 1.000000e+00 1.000000e+00
GO:0036088     1   0 1.000000e+00 1.000000e+00
GO:0036089     7   0 1.000000e+00 1.000000e+00
GO:0036090     2   0 1.000000e+00 1.000000e+00
GO:0036092    21   1 2.831212e-01 1.000000e+00
GO:0036093     9   0 1.000000e+00 1.000000e+00
GO:0036094  5845  87 7.036403e-01 1.000000e+00
GO:0036098     1   0 1.000000e+00 1.000000e+00
GO:0036100     6   1 8.055872e-02 1.000000e+00
GO:0036101     4   0 1.000000e+00 1.000000e+00
GO:0036102     5   0 1.000000e+00 1.000000e+00
GO:0036105     1   0 1.000000e+00 1.000000e+00
GO:0036109     9   0 1.000000e+00 1.000000e+00
GO:0036111     1   0 1.000000e+00 1.000000e+00
GO:0036112     6   0 1.000000e+00 1.000000e+00
GO:0036114     4   0 1.000000e+00 1.000000e+00
GO:0036115     5   0 1.000000e+00 1.000000e+00
GO:0036116     1   0 1.000000e+00 1.000000e+00
GO:0036117     2   0 1.000000e+00 1.000000e+00
GO:0036118     3   0 1.000000e+00 1.000000e+00
GO:0036119    21   0 1.000000e+00 1.000000e+00
GO:0036120    19   0 1.000000e+00 1.000000e+00
GO:0036121     3   0 1.000000e+00 1.000000e+00
GO:0036122    19   0 1.000000e+00 1.000000e+00
GO:0036125     3   0 1.000000e+00 1.000000e+00
GO:0036126   154   3 4.324395e-01 1.000000e+00
GO:0036128    13   1 1.832800e-01 1.000000e+00
GO:0036130     2   0 1.000000e+00 1.000000e+00
GO:0036131     1   0 1.000000e+00 1.000000e+00
GO:0036132     3   0 1.000000e+00 1.000000e+00
GO:0036134     3   0 1.000000e+00 1.000000e+00
GO:0036135     5   0 1.000000e+00 1.000000e+00
GO:0036137     4   0 1.000000e+00 1.000000e+00
GO:0036139     3   0 1.000000e+00 1.000000e+00
GO:0036140     1   0 1.000000e+00 1.000000e+00
GO:0036143     1   0 1.000000e+00 1.000000e+00
GO:0036145     2   0 1.000000e+00 1.000000e+00
GO:0036148     9   0 1.000000e+00 1.000000e+00
GO:0036149     6   0 1.000000e+00 1.000000e+00
GO:0036150     9   0 1.000000e+00 1.000000e+00
GO:0036151    14   0 1.000000e+00 1.000000e+00
GO:0036152    11   1 1.585493e-01 1.000000e+00
GO:0036153     1   0 1.000000e+00 1.000000e+00
GO:0036155     2   0 1.000000e+00 1.000000e+00
GO:0036156     5   0 1.000000e+00 1.000000e+00
GO:0036157    11   0 1.000000e+00 1.000000e+00
GO:0036158    23   0 1.000000e+00 1.000000e+00
GO:0036159    16   0 1.000000e+00 1.000000e+00
GO:0036162     1   0 1.000000e+00 1.000000e+00
GO:0036166    16   1 2.141068e-01 1.000000e+00
GO:0036179     1   0 1.000000e+00 1.000000e+00
GO:0036185     1   0 1.000000e+00 1.000000e+00
GO:0036186     2   0 1.000000e+00 1.000000e+00
GO:0036194     3   0 1.000000e+00 1.000000e+00
GO:0036195     3   0 1.000000e+00 1.000000e+00
GO:0036211  2745  45 3.606803e-01 1.000000e+00
GO:0036213     1   0 1.000000e+00 1.000000e+00
GO:0036215     4   0 1.000000e+00 1.000000e+00
GO:0036216     4   0 1.000000e+00 1.000000e+00
GO:0036219     1   0 1.000000e+00 1.000000e+00
GO:0036220     1   0 1.000000e+00 1.000000e+00
GO:0036221     1   0 1.000000e+00 1.000000e+00
GO:0036222     1   0 1.000000e+00 1.000000e+00
GO:0036228     3   0 1.000000e+00 1.000000e+00
GO:0036230    48   6 8.628498e-05 1.839432e-02
GO:0036250     1   0 1.000000e+00 1.000000e+00
GO:0036255     1   0 1.000000e+00 1.000000e+00
GO:0036257    31   0 1.000000e+00 1.000000e+00
GO:0036258    30   0 1.000000e+00 1.000000e+00
GO:0036260    15   0 1.000000e+00 1.000000e+00
GO:0036261     8   0 1.000000e+00 1.000000e+00
GO:0036265     6   0 1.000000e+00 1.000000e+00
GO:0036268     1   0 1.000000e+00 1.000000e+00
GO:0036269     2   0 1.000000e+00 1.000000e+00
GO:0036284     2   0 1.000000e+00 1.000000e+00
GO:0036285     1   0 1.000000e+00 1.000000e+00
GO:0036289     8   1 1.139539e-01 1.000000e+00
GO:0036290     1   0 1.000000e+00 1.000000e+00
GO:0036292     1   0 1.000000e+00 1.000000e+00
GO:0036293   301   2 9.492955e-01 1.000000e+00
GO:0036294   149   1 9.028058e-01 1.000000e+00
GO:0036295    10   0 1.000000e+00 1.000000e+00
GO:0036296    23   0 1.000000e+00 1.000000e+00
GO:0036297    39   0 1.000000e+00 1.000000e+00
GO:0036298     2   0 1.000000e+00 1.000000e+00
GO:0036301     7   1 9.637369e-02 1.000000e+00
GO:0036302    13   0 1.000000e+00 1.000000e+00
GO:0036303    23   0 1.000000e+00 1.000000e+00
GO:0036304     2   0 1.000000e+00 1.000000e+00
GO:0036305     5   0 1.000000e+00 1.000000e+00
GO:0036306     1   0 1.000000e+00 1.000000e+00
GO:0036309     2   0 1.000000e+00 1.000000e+00
GO:0036310     4   0 1.000000e+00 1.000000e+00
GO:0036312    10   0 1.000000e+00 1.000000e+00
GO:0036313     2   0 1.000000e+00 1.000000e+00
GO:0036314    35   0 1.000000e+00 1.000000e+00
GO:0036315    25   0 1.000000e+00 1.000000e+00
GO:0036316     2   0 1.000000e+00 1.000000e+00
GO:0036317     1   0 1.000000e+00 1.000000e+00
GO:0036321     2   0 1.000000e+00 1.000000e+00
GO:0036323     1   0 1.000000e+00 1.000000e+00
GO:0036324     6   0 1.000000e+00 1.000000e+00
GO:0036325     1   0 1.000000e+00 1.000000e+00
GO:0036331     1   0 1.000000e+00 1.000000e+00
GO:0036332     1   0 1.000000e+00 1.000000e+00
GO:0036333     1   0 1.000000e+00 1.000000e+00
GO:0036335     6   1 8.578397e-02 1.000000e+00
GO:0036336    30   5 9.074552e-05 1.863530e-02
GO:0036337     8   0 1.000000e+00 1.000000e+00
GO:0036339     1   0 1.000000e+00 1.000000e+00
GO:0036342    18   0 1.000000e+00 1.000000e+00
GO:0036343     4   0 1.000000e+00 1.000000e+00
GO:0036344    23   0 1.000000e+00 1.000000e+00
GO:0036345     2   0 1.000000e+00 1.000000e+00
GO:0036359     2   0 1.000000e+00 1.000000e+00
GO:0036361     1   0 1.000000e+00 1.000000e+00
GO:0036363    13   0 1.000000e+00 1.000000e+00
GO:0036364     4   0 1.000000e+00 1.000000e+00
GO:0036366     1   0 1.000000e+00 1.000000e+00
GO:0036367     4   0 1.000000e+00 1.000000e+00
GO:0036368     1   0 1.000000e+00 1.000000e+00
GO:0036371     2   0 1.000000e+00 1.000000e+00
GO:0036372     2   0 1.000000e+00 1.000000e+00
GO:0036373     1   0 1.000000e+00 1.000000e+00
GO:0036374     4   0 1.000000e+00 1.000000e+00
GO:0036376    15   0 1.000000e+00 1.000000e+00
GO:0036378     4   0 1.000000e+00 1.000000e+00
GO:0036379    25   2 5.736847e-02 1.000000e+00
GO:0036384     4   0 1.000000e+00 1.000000e+00
GO:0036387     2   0 1.000000e+00 1.000000e+00
GO:0036392     1   0 1.000000e+00 1.000000e+00
GO:0036393     1   0 1.000000e+00 1.000000e+00
GO:0036396     9   0 1.000000e+00 1.000000e+00
GO:0036398     2   0 1.000000e+00 1.000000e+00
GO:0036399     1   0 1.000000e+00 1.000000e+00
GO:0036402     6   0 1.000000e+00 1.000000e+00
GO:0036403     2   0 1.000000e+00 1.000000e+00
GO:0036408     9   0 1.000000e+00 1.000000e+00
GO:0036409     2   0 1.000000e+00 1.000000e+00
GO:0036415     3   0 1.000000e+00 1.000000e+00
GO:0036416     3   0 1.000000e+00 1.000000e+00
GO:0036424     1   0 1.000000e+00 1.000000e+00
GO:0036430     2   0 1.000000e+00 1.000000e+00
GO:0036431     2   0 1.000000e+00 1.000000e+00
GO:0036435    10   0 1.000000e+00 1.000000e+00
GO:0036438     6   0 1.000000e+00 1.000000e+00
GO:0036440     1   0 1.000000e+00 1.000000e+00
GO:0036444    11   0 1.000000e+00 1.000000e+00
GO:0036445     2   0 1.000000e+00 1.000000e+00
GO:0036446    14   0 1.000000e+00 1.000000e+00
GO:0036449     7   0 1.000000e+00 1.000000e+00
GO:0036451     2   0 1.000000e+00 1.000000e+00
GO:0036452    27   0 1.000000e+00 1.000000e+00
GO:0036454     8   0 1.000000e+00 1.000000e+00
GO:0036456     1   0 1.000000e+00 1.000000e+00
GO:0036457     4   0 1.000000e+00 1.000000e+00
GO:0036461     2   0 1.000000e+00 1.000000e+00
GO:0036462     9   1 1.273401e-01 1.000000e+00
GO:0036463     1   0 1.000000e+00 1.000000e+00
GO:0036464   243   4 5.177629e-01 1.000000e+00
GO:0036465    76   4 2.978957e-02 8.696241e-01
GO:0036466     4   0 1.000000e+00 1.000000e+00
GO:0036467     1   0 1.000000e+00 1.000000e+00
GO:0036468     1   0 1.000000e+00 1.000000e+00
GO:0036470     1   0 1.000000e+00 1.000000e+00
GO:0036471     1   0 1.000000e+00 1.000000e+00
GO:0036477   794   9 8.748955e-01 1.000000e+00
GO:0036478     1   0 1.000000e+00 1.000000e+00
GO:0036479     1   0 1.000000e+00 1.000000e+00
GO:0036480    21   0 1.000000e+00 1.000000e+00
GO:0036481     9   0 1.000000e+00 1.000000e+00
GO:0036482     2   0 1.000000e+00 1.000000e+00
GO:0036483     4   0 1.000000e+00 1.000000e+00
GO:0036484     5   0 1.000000e+00 1.000000e+00
GO:0036486     3   0 1.000000e+00 1.000000e+00
GO:0036487     1   0 1.000000e+00 1.000000e+00
GO:0036488     3   0 1.000000e+00 1.000000e+00
GO:0036490    11   0 1.000000e+00 1.000000e+00
GO:0036491     8   0 1.000000e+00 1.000000e+00
GO:0036492     7   0 1.000000e+00 1.000000e+00
GO:0036493     4   0 1.000000e+00 1.000000e+00
GO:0036494     1   0 1.000000e+00 1.000000e+00
GO:0036496     1   0 1.000000e+00 1.000000e+00
GO:0036497     1   0 1.000000e+00 1.000000e+00
GO:0036498    20   0 1.000000e+00 1.000000e+00
GO:0036499    19   0 1.000000e+00 1.000000e+00
GO:0036500     8   0 1.000000e+00 1.000000e+00
GO:0036501     2   0 1.000000e+00 1.000000e+00
GO:0036502     2   0 1.000000e+00 1.000000e+00
GO:0036503   110   2 5.098079e-01 1.000000e+00
GO:0036505     2   0 1.000000e+00 1.000000e+00
GO:0036506     3   1 4.793620e-02 1.000000e+00
GO:0036507     7   0 1.000000e+00 1.000000e+00
GO:0036508     7   0 1.000000e+00 1.000000e+00
GO:0036513     8   0 1.000000e+00 1.000000e+00
GO:0036514     6   0 1.000000e+00 1.000000e+00
GO:0036515     5   0 1.000000e+00 1.000000e+00
GO:0036516     1   0 1.000000e+00 1.000000e+00
GO:0036517     1   0 1.000000e+00 1.000000e+00
GO:0036518     2   0 1.000000e+00 1.000000e+00
GO:0036520     3   0 1.000000e+00 1.000000e+00
GO:0036524     1   0 1.000000e+00 1.000000e+00
GO:0036525     2   0 1.000000e+00 1.000000e+00
GO:0036526     1   0 1.000000e+00 1.000000e+00
GO:0036527     1   0 1.000000e+00 1.000000e+00
GO:0036528     1   0 1.000000e+00 1.000000e+00
GO:0036529     1   0 1.000000e+00 1.000000e+00
GO:0036530     1   0 1.000000e+00 1.000000e+00
GO:0036531     1   0 1.000000e+00 1.000000e+00
GO:0038001     7   0 1.000000e+00 1.000000e+00
GO:0038003    11   0 1.000000e+00 1.000000e+00
GO:0038004     2   0 1.000000e+00 1.000000e+00
GO:0038007     9   0 1.000000e+00 1.000000e+00
GO:0038009     1   0 1.000000e+00 1.000000e+00
GO:0038016     3   0 1.000000e+00 1.000000e+00
GO:0038018     2   0 1.000000e+00 1.000000e+00
GO:0038020     4   0 1.000000e+00 1.000000e+00
GO:0038021     1   0 1.000000e+00 1.000000e+00
GO:0038023  1341  32 4.343491e-03 2.926623e-01
GO:0038024    70   1 6.670158e-01 1.000000e+00
GO:0038025     2   0 1.000000e+00 1.000000e+00
GO:0038026     8   0 1.000000e+00 1.000000e+00
GO:0038027     7   0 1.000000e+00 1.000000e+00
GO:0038033     5   0 1.000000e+00 1.000000e+00
GO:0038034    66   3 8.306278e-02 1.000000e+00
GO:0038035     2   0 1.000000e+00 1.000000e+00
GO:0038036     8   1 1.147972e-01 1.000000e+00
GO:0038037     7   1 1.068779e-01 1.000000e+00
GO:0038038     1   0 1.000000e+00 1.000000e+00
GO:0038039     3   1 4.712838e-02 1.000000e+00
GO:0038041     2   0 1.000000e+00 1.000000e+00
GO:0038043     6   0 1.000000e+00 1.000000e+00
GO:0038046     1   0 1.000000e+00 1.000000e+00
GO:0038047     1   0 1.000000e+00 1.000000e+00
GO:0038048     1   0 1.000000e+00 1.000000e+00
GO:0038054     1   0 1.000000e+00 1.000000e+00
GO:0038060     4   0 1.000000e+00 1.000000e+00
GO:0038061   127   9 1.519539e-04 2.721068e-02
GO:0038062     2   1 3.125803e-02 8.696241e-01
GO:0038063     8   1 1.238755e-01 1.000000e+00
GO:0038064     5   1 7.679850e-02 1.000000e+00
GO:0038065    13   1 1.891344e-01 1.000000e+00
GO:0038066    58   2 2.239373e-01 1.000000e+00
GO:0038083    17   1 2.384503e-01 1.000000e+00
GO:0038084    49   0 1.000000e+00 1.000000e+00
GO:0038085     4   0 1.000000e+00 1.000000e+00
GO:0038086     3   0 1.000000e+00 1.000000e+00
GO:0038089     8   0 1.000000e+00 1.000000e+00
GO:0038091     3   0 1.000000e+00 1.000000e+00
GO:0038092    16   0 1.000000e+00 1.000000e+00
GO:0038093    52   1 5.511804e-01 1.000000e+00
GO:0038094    30   0 1.000000e+00 1.000000e+00
GO:0038095    24   1 3.119136e-01 1.000000e+00
GO:0038096    22   0 1.000000e+00 1.000000e+00
GO:0038097     1   0 1.000000e+00 1.000000e+00
GO:0038098     3   0 1.000000e+00 1.000000e+00
GO:0038100     3   0 1.000000e+00 1.000000e+00
GO:0038101     1   0 1.000000e+00 1.000000e+00
GO:0038102     1   0 1.000000e+00 1.000000e+00
GO:0038106     1   0 1.000000e+00 1.000000e+00
GO:0038108     4   0 1.000000e+00 1.000000e+00
GO:0038109     4   0 1.000000e+00 1.000000e+00
GO:0038110     8   0 1.000000e+00 1.000000e+00
GO:0038111     1   0 1.000000e+00 1.000000e+00
GO:0038112     2   1 3.414508e-02 8.805207e-01
GO:0038113     5   0 1.000000e+00 1.000000e+00
GO:0038114     1   0 1.000000e+00 1.000000e+00
GO:0038115     1   0 1.000000e+00 1.000000e+00
GO:0038116     4   0 1.000000e+00 1.000000e+00
GO:0038117     1   0 1.000000e+00 1.000000e+00
GO:0038118     1   0 1.000000e+00 1.000000e+00
GO:0038121     1   0 1.000000e+00 1.000000e+00
GO:0038123     1   0 1.000000e+00 1.000000e+00
GO:0038124     2   1 3.257616e-02 8.696241e-01
GO:0038127   129   2 5.975245e-01 1.000000e+00
GO:0038128    23   0 1.000000e+00 1.000000e+00
GO:0038129    10   0 1.000000e+00 1.000000e+00
GO:0038130    10   0 1.000000e+00 1.000000e+00
GO:0038131     3   0 1.000000e+00 1.000000e+00
GO:0038132     5   0 1.000000e+00 1.000000e+00
GO:0038133     9   0 1.000000e+00 1.000000e+00
GO:0038134     8   0 1.000000e+00 1.000000e+00
GO:0038135     5   0 1.000000e+00 1.000000e+00
GO:0038138     6   0 1.000000e+00 1.000000e+00
GO:0038143     2   0 1.000000e+00 1.000000e+00
GO:0038145     7   0 1.000000e+00 1.000000e+00
GO:0038146     7   0 1.000000e+00 1.000000e+00
GO:0038147     1   0 1.000000e+00 1.000000e+00
GO:0038154     6   0 1.000000e+00 1.000000e+00
GO:0038155     3   0 1.000000e+00 1.000000e+00
GO:0038156     6   0 1.000000e+00 1.000000e+00
GO:0038157     3   0 1.000000e+00 1.000000e+00
GO:0038158     5   0 1.000000e+00 1.000000e+00
GO:0038159     6   0 1.000000e+00 1.000000e+00
GO:0038160     5   0 1.000000e+00 1.000000e+00
GO:0038161     3   0 1.000000e+00 1.000000e+00
GO:0038162     4   0 1.000000e+00 1.000000e+00
GO:0038163     5   0 1.000000e+00 1.000000e+00
GO:0038164     1   0 1.000000e+00 1.000000e+00
GO:0038165     4   1 5.935993e-02 1.000000e+00
GO:0038166    19   1 2.574085e-01 1.000000e+00
GO:0038169     6   0 1.000000e+00 1.000000e+00
GO:0038170     6   0 1.000000e+00 1.000000e+00
GO:0038171     7   0 1.000000e+00 1.000000e+00
GO:0038172     7   0 1.000000e+00 1.000000e+00
GO:0038173     6   0 1.000000e+00 1.000000e+00
GO:0038177     2   1 2.961236e-02 8.696241e-01
GO:0038178     3   1 4.853205e-02 1.000000e+00
GO:0038179    38   0 1.000000e+00 1.000000e+00
GO:0038180    13   0 1.000000e+00 1.000000e+00
GO:0038181     3   0 1.000000e+00 1.000000e+00
GO:0038182     1   0 1.000000e+00 1.000000e+00
GO:0038183    11   0 1.000000e+00 1.000000e+00
GO:0038184     1   0 1.000000e+00 1.000000e+00
GO:0038185     1   0 1.000000e+00 1.000000e+00
GO:0038186     1   0 1.000000e+00 1.000000e+00
GO:0038187    31   4 1.305709e-03 1.316531e-01
GO:0038188     2   0 1.000000e+00 1.000000e+00
GO:0038189     4   0 1.000000e+00 1.000000e+00
GO:0038190     2   0 1.000000e+00 1.000000e+00
GO:0038191     4   0 1.000000e+00 1.000000e+00
GO:0038192     2   0 1.000000e+00 1.000000e+00
GO:0038193     1   0 1.000000e+00 1.000000e+00
GO:0038194     2   0 1.000000e+00 1.000000e+00
GO:0038195     3   0 1.000000e+00 1.000000e+00
GO:0038196     9   1 1.273953e-01 1.000000e+00
GO:0038201    12   0 1.000000e+00 1.000000e+00
GO:0038202    94   0 1.000000e+00 1.000000e+00
GO:0038203    10   0 1.000000e+00 1.000000e+00
GO:0039003     2   0 1.000000e+00 1.000000e+00
GO:0039007     1   0 1.000000e+00 1.000000e+00
GO:0039008     1   0 1.000000e+00 1.000000e+00
GO:0039017     2   0 1.000000e+00 1.000000e+00
GO:0039019     3   0 1.000000e+00 1.000000e+00
GO:0039020     2   0 1.000000e+00 1.000000e+00
GO:0039519     1   0 1.000000e+00 1.000000e+00
GO:0039521     1   0 1.000000e+00 1.000000e+00
GO:0039529    26   0 1.000000e+00 1.000000e+00
GO:0039530    10   0 1.000000e+00 1.000000e+00
GO:0039531    99   7 9.286968e-04 1.022461e-01
GO:0039532    48   1 5.326630e-01 1.000000e+00
GO:0039533     6   0 1.000000e+00 1.000000e+00
GO:0039534     4   0 1.000000e+00 1.000000e+00
GO:0039535    19   0 1.000000e+00 1.000000e+00
GO:0039536     8   0 1.000000e+00 1.000000e+00
GO:0039552     4   0 1.000000e+00 1.000000e+00
GO:0039585     2   0 1.000000e+00 1.000000e+00
GO:0039654     1   0 1.000000e+00 1.000000e+00
GO:0039663     4   0 1.000000e+00 1.000000e+00
GO:0039689     3   0 1.000000e+00 1.000000e+00
GO:0039692    20   1 2.604448e-01 1.000000e+00
GO:0039694    29   1 3.543434e-01 1.000000e+00
GO:0039695     1   0 1.000000e+00 1.000000e+00
GO:0039702    21   0 1.000000e+00 1.000000e+00
GO:0039706    13   1 1.875683e-01 1.000000e+00
GO:0040001    40   0 1.000000e+00 1.000000e+00
GO:0040007   884   6 9.944285e-01 1.000000e+00
GO:0040008   582   4 9.804977e-01 1.000000e+00
GO:0040009     5   0 1.000000e+00 1.000000e+00
GO:0040010     2   0 1.000000e+00 1.000000e+00
GO:0040011  1257  27 4.821585e-02 1.000000e+00
GO:0040012  1075  26 1.484380e-02 6.135596e-01
GO:0040013   394   9 1.478820e-01 1.000000e+00
GO:0040014    64   0 1.000000e+00 1.000000e+00
GO:0040015    12   0 1.000000e+00 1.000000e+00
GO:0040016     8   0 1.000000e+00 1.000000e+00
GO:0040017   587  17 9.517075e-03 4.787196e-01
GO:0040018    31   0 1.000000e+00 1.000000e+00
GO:0040019    21   0 1.000000e+00 1.000000e+00
GO:0040020    35   0 1.000000e+00 1.000000e+00
GO:0040029   206   6 1.007534e-01 1.000000e+00
GO:0040031     6   0 1.000000e+00 1.000000e+00
GO:0040034    12   0 1.000000e+00 1.000000e+00
GO:0040036    35   1 4.124939e-01 1.000000e+00
GO:0040037    20   0 1.000000e+00 1.000000e+00
GO:0040038     5   0 1.000000e+00 1.000000e+00
GO:0040040     2   0 1.000000e+00 1.000000e+00
GO:0042007     2   0 1.000000e+00 1.000000e+00
GO:0042008     2   0 1.000000e+00 1.000000e+00
GO:0042010     2   0 1.000000e+00 1.000000e+00
GO:0042011     1   0 1.000000e+00 1.000000e+00
GO:0042012     1   0 1.000000e+00 1.000000e+00
GO:0042015     3   0 1.000000e+00 1.000000e+00
GO:0042017     1   0 1.000000e+00 1.000000e+00
GO:0042018     3   0 1.000000e+00 1.000000e+00
GO:0042019     2   0 1.000000e+00 1.000000e+00
GO:0042020     2   0 1.000000e+00 1.000000e+00
GO:0042022     3   0 1.000000e+00 1.000000e+00
GO:0042023     4   0 1.000000e+00 1.000000e+00
GO:0042026    27   1 3.409630e-01 1.000000e+00
GO:0042030     5   0 1.000000e+00 1.000000e+00
GO:0042038     1   0 1.000000e+00 1.000000e+00
GO:0042043     9   0 1.000000e+00 1.000000e+00
GO:0042044    37   0 1.000000e+00 1.000000e+00
GO:0042045    12   0 1.000000e+00 1.000000e+00
GO:0042048    11   0 1.000000e+00 1.000000e+00
GO:0042053    16   0 1.000000e+00 1.000000e+00
GO:0042054    64   0 1.000000e+00 1.000000e+00
GO:0042056    33   1 3.942797e-01 1.000000e+00
GO:0042058    64   1 6.321184e-01 1.000000e+00
GO:0042059    26   0 1.000000e+00 1.000000e+00
GO:0042060   411   7 4.518155e-01 1.000000e+00
GO:0042063   336   4 7.673899e-01 1.000000e+00
GO:0042069    16   0 1.000000e+00 1.000000e+00
GO:0042073    47   0 1.000000e+00 1.000000e+00
GO:0042074    12   0 1.000000e+00 1.000000e+00
GO:0042078     4   0 1.000000e+00 1.000000e+00
GO:0042083     1   0 1.000000e+00 1.000000e+00
GO:0042084     1   0 1.000000e+00 1.000000e+00
GO:0042088    48   2 1.701510e-01 1.000000e+00
GO:0042092    40   3 2.266430e-02 7.533351e-01
GO:0042093    72   1 6.756581e-01 1.000000e+00
GO:0042098   203   6 9.567956e-02 1.000000e+00
GO:0042100    88   6 2.199573e-03 1.895684e-01
GO:0042101    16   1 2.222885e-01 1.000000e+00
GO:0042102    99   5 1.850296e-02 6.637345e-01
GO:0042104    26   2 6.289846e-02 1.000000e+00
GO:0042105     5   0 1.000000e+00 1.000000e+00
GO:0042106     3   0 1.000000e+00 1.000000e+00
GO:0042110   535  23 1.121600e-05 4.049336e-03
GO:0042113   252  19 1.378795e-08 2.057529e-05
GO:0042116   109   7 1.624738e-03 1.521680e-01
GO:0042117    12   1 1.793730e-01 1.000000e+00
GO:0042118    11   0 1.000000e+00 1.000000e+00
GO:0042119    41   5 3.982392e-04 5.152708e-02
GO:0042126     3   0 1.000000e+00 1.000000e+00
GO:0042127  1668  35 3.717327e-02 9.174051e-01
GO:0042129   173   6 5.189875e-02 1.000000e+00
GO:0042130    69   1 6.559208e-01 1.000000e+00
GO:0042131     1   0 1.000000e+00 1.000000e+00
GO:0042132     2   0 1.000000e+00 1.000000e+00
GO:0042134     3   0 1.000000e+00 1.000000e+00
GO:0042137     1   0 1.000000e+00 1.000000e+00
GO:0042138     7   0 1.000000e+00 1.000000e+00
GO:0042144     1   0 1.000000e+00 1.000000e+00
GO:0042147    90   1 7.541021e-01 1.000000e+00
GO:0042148     6   0 1.000000e+00 1.000000e+00
GO:0042149    44   0 1.000000e+00 1.000000e+00
GO:0042157   131   1 8.765426e-01 1.000000e+00
GO:0042158    95   1 7.832518e-01 1.000000e+00
GO:0042159    14   0 1.000000e+00 1.000000e+00
GO:0042160     3   0 1.000000e+00 1.000000e+00
GO:0042161     3   0 1.000000e+00 1.000000e+00
GO:0042162    37   0 1.000000e+00 1.000000e+00
GO:0042163     1   0 1.000000e+00 1.000000e+00
GO:0042164     1   0 1.000000e+00 1.000000e+00
GO:0042166    10   0 1.000000e+00 1.000000e+00
GO:0042167    11   0 1.000000e+00 1.000000e+00
GO:0042168    42   0 1.000000e+00 1.000000e+00
GO:0042169    41   1 4.757709e-01 1.000000e+00
GO:0042171    20   0 1.000000e+00 1.000000e+00
GO:0042175  1142  24 7.982083e-02 1.000000e+00
GO:0042176   337   4 7.713317e-01 1.000000e+00
GO:0042177   102   1 8.003202e-01 1.000000e+00
GO:0042178    24   1 3.034400e-01 1.000000e+00
GO:0042180   217   4 4.265566e-01 1.000000e+00
GO:0042181    49   0 1.000000e+00 1.000000e+00
GO:0042182    15   0 1.000000e+00 1.000000e+00
GO:0042197     1   0 1.000000e+00 1.000000e+00
GO:0042214     3   0 1.000000e+00 1.000000e+00
GO:0042219    27   0 1.000000e+00 1.000000e+00
GO:0042220    50   0 1.000000e+00 1.000000e+00
GO:0042221  3786  63 2.122194e-01 1.000000e+00
GO:0042245     3   1 4.780594e-02 1.000000e+00
GO:0042246    76   1 6.955571e-01 1.000000e+00
GO:0042247     1   0 1.000000e+00 1.000000e+00
GO:0042249    15   0 1.000000e+00 1.000000e+00
GO:0042254   299   2 9.507166e-01 1.000000e+00
GO:0042255    55   0 1.000000e+00 1.000000e+00
GO:0042256     7   0 1.000000e+00 1.000000e+00
GO:0042262     6   0 1.000000e+00 1.000000e+00
GO:0042264     1   0 1.000000e+00 1.000000e+00
GO:0042267    71   4 2.130027e-02 7.312656e-01
GO:0042269    46   1 4.971060e-01 1.000000e+00
GO:0042270     6   0 1.000000e+00 1.000000e+00
GO:0042271     3   0 1.000000e+00 1.000000e+00
GO:0042272     2   0 1.000000e+00 1.000000e+00
GO:0042273    71   0 1.000000e+00 1.000000e+00
GO:0042274   100   0 1.000000e+00 1.000000e+00
GO:0042275     1   0 1.000000e+00 1.000000e+00
GO:0042276    12   0 1.000000e+00 1.000000e+00
GO:0042277   304   8 1.007757e-01 1.000000e+00
GO:0042278    25   0 1.000000e+00 1.000000e+00
GO:0042281     1   0 1.000000e+00 1.000000e+00
GO:0042283     1   0 1.000000e+00 1.000000e+00
GO:0042284     2   0 1.000000e+00 1.000000e+00
GO:0042285    11   0 1.000000e+00 1.000000e+00
GO:0042287    31   3 1.273197e-02 5.828067e-01
GO:0042288    17   1 2.360577e-01 1.000000e+00
GO:0042289     7   1 1.078469e-01 1.000000e+00
GO:0042292     1   0 1.000000e+00 1.000000e+00
GO:0042296     4   0 1.000000e+00 1.000000e+00
GO:0042297     6   0 1.000000e+00 1.000000e+00
GO:0042301    11   0 1.000000e+00 1.000000e+00
GO:0042303   114   1 8.280716e-01 1.000000e+00
GO:0042304    48   1 5.188325e-01 1.000000e+00
GO:0042306    57   2 2.200925e-01 1.000000e+00
GO:0042307    39   1 4.541273e-01 1.000000e+00
GO:0042308    15   1 2.106131e-01 1.000000e+00
GO:0042309     2   0 1.000000e+00 1.000000e+00
GO:0042310    86   2 3.850748e-01 1.000000e+00
GO:0042311    47   2 1.630546e-01 1.000000e+00
GO:0042313     1   0 1.000000e+00 1.000000e+00
GO:0042320     4   0 1.000000e+00 1.000000e+00
GO:0042321     4   0 1.000000e+00 1.000000e+00
GO:0042322     2   0 1.000000e+00 1.000000e+00
GO:0042323     1   0 1.000000e+00 1.000000e+00
GO:0042324     1   0 1.000000e+00 1.000000e+00
GO:0042325   951  17 2.988099e-01 1.000000e+00
GO:0042326   310   3 8.612706e-01 1.000000e+00
GO:0042327   588  13 1.225114e-01 1.000000e+00
GO:0042328     2   0 1.000000e+00 1.000000e+00
GO:0042330   438  13 1.821183e-02 6.574059e-01
GO:0042335     3   0 1.000000e+00 1.000000e+00
GO:0042339    17   0 1.000000e+00 1.000000e+00
GO:0042340     2   0 1.000000e+00 1.000000e+00
GO:0042350     3   0 1.000000e+00 1.000000e+00
GO:0042351     2   0 1.000000e+00 1.000000e+00
GO:0042352     1   0 1.000000e+00 1.000000e+00
GO:0042354     9   0 1.000000e+00 1.000000e+00
GO:0042355     9   0 1.000000e+00 1.000000e+00
GO:0042356     1   0 1.000000e+00 1.000000e+00
GO:0042357     5   0 1.000000e+00 1.000000e+00
GO:0042359    21   2 3.996139e-02 9.649360e-01
GO:0042360     6   0 1.000000e+00 1.000000e+00
GO:0042361     3   0 1.000000e+00 1.000000e+00
GO:0042362    13   2 1.757096e-02 6.517419e-01
GO:0042363    12   0 1.000000e+00 1.000000e+00
GO:0042364    11   0 1.000000e+00 1.000000e+00
GO:0042365     2   0 1.000000e+00 1.000000e+00
GO:0042368    10   2 1.014127e-02 5.044495e-01
GO:0042369     4   0 1.000000e+00 1.000000e+00
GO:0042371     1   0 1.000000e+00 1.000000e+00
GO:0042373    11   0 1.000000e+00 1.000000e+00
GO:0042374     4   0 1.000000e+00 1.000000e+00
GO:0042376     4   0 1.000000e+00 1.000000e+00
GO:0042377     4   0 1.000000e+00 1.000000e+00
GO:0042379    65   1 6.199555e-01 1.000000e+00
GO:0042382     8   0 1.000000e+00 1.000000e+00
GO:0042383   136   2 6.259408e-01 1.000000e+00
GO:0042386     1   0 1.000000e+00 1.000000e+00
GO:0042391   429   8 3.586514e-01 1.000000e+00
GO:0042392     7   0 1.000000e+00 1.000000e+00
GO:0042393   220   6 1.270340e-01 1.000000e+00
GO:0042396     5   0 1.000000e+00 1.000000e+00
GO:0042398    43   0 1.000000e+00 1.000000e+00
GO:0042401    35   0 1.000000e+00 1.000000e+00
GO:0042402    14   0 1.000000e+00 1.000000e+00
GO:0042403    28   0 1.000000e+00 1.000000e+00
GO:0042404     1   0 1.000000e+00 1.000000e+00
GO:0042405    12   0 1.000000e+00 1.000000e+00
GO:0042406     1   0 1.000000e+00 1.000000e+00
GO:0042407    15   0 1.000000e+00 1.000000e+00
GO:0042412     4   0 1.000000e+00 1.000000e+00
GO:0042413     1   0 1.000000e+00 1.000000e+00
GO:0042414     2   0 1.000000e+00 1.000000e+00
GO:0042415    13   0 1.000000e+00 1.000000e+00
GO:0042416    12   0 1.000000e+00 1.000000e+00
GO:0042417    35   0 1.000000e+00 1.000000e+00
GO:0042418     2   0 1.000000e+00 1.000000e+00
GO:0042420     6   0 1.000000e+00 1.000000e+00
GO:0042421     8   0 1.000000e+00 1.000000e+00
GO:0042423    22   0 1.000000e+00 1.000000e+00
GO:0042424     6   0 1.000000e+00 1.000000e+00
GO:0042426     4   0 1.000000e+00 1.000000e+00
GO:0042427     4   0 1.000000e+00 1.000000e+00
GO:0042428    10   0 1.000000e+00 1.000000e+00
GO:0042430    22   0 1.000000e+00 1.000000e+00
GO:0042431     1   0 1.000000e+00 1.000000e+00
GO:0042435     5   0 1.000000e+00 1.000000e+00
GO:0042436     9   0 1.000000e+00 1.000000e+00
GO:0042438    22   0 1.000000e+00 1.000000e+00
GO:0042439     8   0 1.000000e+00 1.000000e+00
GO:0042440    73   0 1.000000e+00 1.000000e+00
GO:0042441     1   0 1.000000e+00 1.000000e+00
GO:0042445   229   4 4.494324e-01 1.000000e+00
GO:0042446    65   1 6.301668e-01 1.000000e+00
GO:0042447    11   1 1.486053e-01 1.000000e+00
GO:0042448    16   1 2.081670e-01 1.000000e+00
GO:0042450     1   0 1.000000e+00 1.000000e+00
GO:0042451    10   0 1.000000e+00 1.000000e+00
GO:0042453     2   0 1.000000e+00 1.000000e+00
GO:0042454    20   1 2.686545e-01 1.000000e+00
GO:0042455    10   0 1.000000e+00 1.000000e+00
GO:0042461    51   0 1.000000e+00 1.000000e+00
GO:0042462    36   0 1.000000e+00 1.000000e+00
GO:0042470   109   1 8.171119e-01 1.000000e+00
GO:0042471   124   1 8.607969e-01 1.000000e+00
GO:0042472   104   1 8.092613e-01 1.000000e+00
GO:0042473     8   0 1.000000e+00 1.000000e+00
GO:0042474    21   0 1.000000e+00 1.000000e+00
GO:0042475    90   0 1.000000e+00 1.000000e+00
GO:0042476   128   0 1.000000e+00 1.000000e+00
GO:0042481    18   0 1.000000e+00 1.000000e+00
GO:0042482     7   0 1.000000e+00 1.000000e+00
GO:0042483     2   0 1.000000e+00 1.000000e+00
GO:0042487    12   0 1.000000e+00 1.000000e+00
GO:0042488     3   0 1.000000e+00 1.000000e+00
GO:0042489     2   0 1.000000e+00 1.000000e+00
GO:0042490    69   0 1.000000e+00 1.000000e+00
GO:0042491    45   0 1.000000e+00 1.000000e+00
GO:0042492    13   0 1.000000e+00 1.000000e+00
GO:0042494     4   1 6.216193e-02 1.000000e+00
GO:0042495     2   0 1.000000e+00 1.000000e+00
GO:0042496     2   1 3.257616e-02 8.696241e-01
GO:0042497     1   0 1.000000e+00 1.000000e+00
GO:0042500     8   0 1.000000e+00 1.000000e+00
GO:0042501    12   1 1.511234e-01 1.000000e+00
GO:0042509    75   3 1.054062e-01 1.000000e+00
GO:0042531    63   3 7.044776e-02 1.000000e+00
GO:0042532    12   0 1.000000e+00 1.000000e+00
GO:0042537    26   0 1.000000e+00 1.000000e+00
GO:0042538    10   0 1.000000e+00 1.000000e+00
GO:0042539     4   1 6.230544e-02 1.000000e+00
GO:0042541    13   0 1.000000e+00 1.000000e+00
GO:0042542    97   1 7.776830e-01 1.000000e+00
GO:0042543     1   0 1.000000e+00 1.000000e+00
GO:0042551    47   1 5.281034e-01 1.000000e+00
GO:0042552   150   3 4.106410e-01 1.000000e+00
GO:0042554    38   0 1.000000e+00 1.000000e+00
GO:0042555    11   0 1.000000e+00 1.000000e+00
GO:0042558    33   0 1.000000e+00 1.000000e+00
GO:0042559    14   0 1.000000e+00 1.000000e+00
GO:0042560     4   0 1.000000e+00 1.000000e+00
GO:0042562    89   1 7.527497e-01 1.000000e+00
GO:0042564    10   0 1.000000e+00 1.000000e+00
GO:0042565     2   0 1.000000e+00 1.000000e+00
GO:0042567     4   0 1.000000e+00 1.000000e+00
GO:0042568     1   0 1.000000e+00 1.000000e+00
GO:0042571     3   0 1.000000e+00 1.000000e+00
GO:0042572    49   1 5.143646e-01 1.000000e+00
GO:0042573    33   1 3.822183e-01 1.000000e+00
GO:0042574    18   0 1.000000e+00 1.000000e+00
GO:0042575    19   0 1.000000e+00 1.000000e+00
GO:0042577    19   0 1.000000e+00 1.000000e+00
GO:0042578   341   2 9.701272e-01 1.000000e+00
GO:0042579   140   1 8.924293e-01 1.000000e+00
GO:0042581   152   7 9.417014e-03 4.767104e-01
GO:0042582   146   4 1.876498e-01 1.000000e+00
GO:0042583    14   0 1.000000e+00 1.000000e+00
GO:0042584     9   0 1.000000e+00 1.000000e+00
GO:0042585     4   1 5.822063e-02 1.000000e+00
GO:0042586     1   0 1.000000e+00 1.000000e+00
GO:0042587     6   0 1.000000e+00 1.000000e+00
GO:0042588    19   1 2.567399e-01 1.000000e+00
GO:0042589    17   1 2.299983e-01 1.000000e+00
GO:0042590     9   1 1.234182e-01 1.000000e+00
GO:0042592  1645  33 7.334970e-02 1.000000e+00
GO:0042593   248   4 5.258744e-01 1.000000e+00
GO:0042594   200   2 8.234293e-01 1.000000e+00
GO:0042595     2   0 1.000000e+00 1.000000e+00
GO:0042596    45   1 5.108488e-01 1.000000e+00
GO:0042599    17   1 2.326457e-01 1.000000e+00
GO:0042602     1   0 1.000000e+00 1.000000e+00
GO:0042605    33   2 9.324476e-02 1.000000e+00
GO:0042608    11   0 1.000000e+00 1.000000e+00
GO:0042609     8   1 1.184226e-01 1.000000e+00
GO:0042610     3   0 1.000000e+00 1.000000e+00
GO:0042611    23   2 4.858758e-02 1.000000e+00
GO:0042612     9   1 1.306143e-01 1.000000e+00
GO:0042613    15   2 2.173404e-02 7.404792e-01
GO:0042622    16   0 1.000000e+00 1.000000e+00
GO:0042625    24   0 1.000000e+00 1.000000e+00
GO:0042626    93   0 1.000000e+00 1.000000e+00
GO:0042627    13   0 1.000000e+00 1.000000e+00
GO:0042628     1   0 1.000000e+00 1.000000e+00
GO:0042629     3   1 4.865665e-02 1.000000e+00
GO:0042631     3   0 1.000000e+00 1.000000e+00
GO:0042632    98   0 1.000000e+00 1.000000e+00
GO:0042633   114   1 8.280716e-01 1.000000e+00
GO:0042634    28   1 3.523498e-01 1.000000e+00
GO:0042635     2   0 1.000000e+00 1.000000e+00
GO:0042636     1   0 1.000000e+00 1.000000e+00
GO:0042637     4   0 1.000000e+00 1.000000e+00
GO:0042640     5   0 1.000000e+00 1.000000e+00
GO:0042641    90   1 7.592042e-01 1.000000e+00
GO:0042645    44   0 1.000000e+00 1.000000e+00
GO:0042658     1   0 1.000000e+00 1.000000e+00
GO:0042659    23   0 1.000000e+00 1.000000e+00
GO:0042660     3   0 1.000000e+00 1.000000e+00
GO:0042661     6   0 1.000000e+00 1.000000e+00
GO:0042662     3   0 1.000000e+00 1.000000e+00
GO:0042663     2   0 1.000000e+00 1.000000e+00
GO:0042664     1   0 1.000000e+00 1.000000e+00
GO:0042665     1   0 1.000000e+00 1.000000e+00
GO:0042666     1   0 1.000000e+00 1.000000e+00
GO:0042667     2   0 1.000000e+00 1.000000e+00
GO:0042668     1   0 1.000000e+00 1.000000e+00
GO:0042669     1   0 1.000000e+00 1.000000e+00
GO:0042670    13   0 1.000000e+00 1.000000e+00
GO:0042692   415   8 3.119584e-01 1.000000e+00
GO:0042693    17   0 1.000000e+00 1.000000e+00
GO:0042694     1   0 1.000000e+00 1.000000e+00
GO:0042695     4   0 1.000000e+00 1.000000e+00
GO:0042698    72   0 1.000000e+00 1.000000e+00
GO:0042699     3   0 1.000000e+00 1.000000e+00
GO:0042700     2   0 1.000000e+00 1.000000e+00
GO:0042701     4   0 1.000000e+00 1.000000e+00
GO:0042704     2   0 1.000000e+00 1.000000e+00
GO:0042706     1   0 1.000000e+00 1.000000e+00
GO:0042709     3   0 1.000000e+00 1.000000e+00
GO:0042710     2   0 1.000000e+00 1.000000e+00
GO:0042711    10   0 1.000000e+00 1.000000e+00
GO:0042713     5   0 1.000000e+00 1.000000e+00
GO:0042719     5   0 1.000000e+00 1.000000e+00
GO:0042720     2   0 1.000000e+00 1.000000e+00
GO:0042721     7   0 1.000000e+00 1.000000e+00
GO:0042723     6   0 1.000000e+00 1.000000e+00
GO:0042724     5   0 1.000000e+00 1.000000e+00
GO:0042726     6   0 1.000000e+00 1.000000e+00
GO:0042727     4   0 1.000000e+00 1.000000e+00
GO:0042728     1   0 1.000000e+00 1.000000e+00
GO:0042730    27   0 1.000000e+00 1.000000e+00
GO:0042731     8   0 1.000000e+00 1.000000e+00
GO:0042732     4   0 1.000000e+00 1.000000e+00
GO:0042733    58   1 6.023650e-01 1.000000e+00
GO:0042734   159   3 4.523855e-01 1.000000e+00
GO:0042742   286   8 7.163110e-02 1.000000e+00
GO:0042743    50   0 1.000000e+00 1.000000e+00
GO:0042744    30   0 1.000000e+00 1.000000e+00
GO:0042745    21   1 2.839613e-01 1.000000e+00
GO:0042746     4   0 1.000000e+00 1.000000e+00
GO:0042747     4   0 1.000000e+00 1.000000e+00
GO:0042748     6   0 1.000000e+00 1.000000e+00
GO:0042749    19   1 2.604237e-01 1.000000e+00
GO:0042752   110   1 8.216883e-01 1.000000e+00
GO:0042753    18   1 2.438962e-01 1.000000e+00
GO:0042754    11   0 1.000000e+00 1.000000e+00
GO:0042755    38   1 4.448417e-01 1.000000e+00
GO:0042756     8   0 1.000000e+00 1.000000e+00
GO:0042758     8   0 1.000000e+00 1.000000e+00
GO:0042759    26   1 3.369342e-01 1.000000e+00
GO:0042760     4   0 1.000000e+00 1.000000e+00
GO:0042761    12   0 1.000000e+00 1.000000e+00
GO:0042762    13   0 1.000000e+00 1.000000e+00
GO:0042765     5   1 7.903432e-02 1.000000e+00
GO:0042770   181   1 9.422031e-01 1.000000e+00
GO:0042771    43   0 1.000000e+00 1.000000e+00
GO:0042772    15   1 2.102810e-01 1.000000e+00
GO:0042773    84   0 1.000000e+00 1.000000e+00
GO:0042774     1   0 1.000000e+00 1.000000e+00
GO:0042775    84   0 1.000000e+00 1.000000e+00
GO:0042776    56   0 1.000000e+00 1.000000e+00
GO:0042780     6   0 1.000000e+00 1.000000e+00
GO:0042781     2   0 1.000000e+00 1.000000e+00
GO:0042789    43   1 4.930009e-01 1.000000e+00
GO:0042790    24   0 1.000000e+00 1.000000e+00
GO:0042791     6   0 1.000000e+00 1.000000e+00
GO:0042795    16   0 1.000000e+00 1.000000e+00
GO:0042796     9   0 1.000000e+00 1.000000e+00
GO:0042797    12   0 1.000000e+00 1.000000e+00
GO:0042799     9   0 1.000000e+00 1.000000e+00
GO:0042800    18   0 1.000000e+00 1.000000e+00
GO:0042802  1934  28 6.770525e-01 1.000000e+00
GO:0042803   677   9 7.303511e-01 1.000000e+00
GO:0042805    35   1 4.287803e-01 1.000000e+00
GO:0042806     8   0 1.000000e+00 1.000000e+00
GO:0042809    13   0 1.000000e+00 1.000000e+00
GO:0042813    16   0 1.000000e+00 1.000000e+00
GO:0042816     5   0 1.000000e+00 1.000000e+00
GO:0042817     1   0 1.000000e+00 1.000000e+00
GO:0042818     2   0 1.000000e+00 1.000000e+00
GO:0042819     3   0 1.000000e+00 1.000000e+00
GO:0042820     1   0 1.000000e+00 1.000000e+00
GO:0042822     4   0 1.000000e+00 1.000000e+00
GO:0042823     2   0 1.000000e+00 1.000000e+00
GO:0042824     8   1 1.198092e-01 1.000000e+00
GO:0042825     2   0 1.000000e+00 1.000000e+00
GO:0042826   109   3 2.458906e-01 1.000000e+00
GO:0042827    20   1 2.764329e-01 1.000000e+00
GO:0042832    27   1 3.348905e-01 1.000000e+00
GO:0042834    18   1 2.357994e-01 1.000000e+00
GO:0042835     2   0 1.000000e+00 1.000000e+00
GO:0042839     1   0 1.000000e+00 1.000000e+00
GO:0042840     1   0 1.000000e+00 1.000000e+00
GO:0042843     1   0 1.000000e+00 1.000000e+00
GO:0042851     4   0 1.000000e+00 1.000000e+00
GO:0042853     4   0 1.000000e+00 1.000000e+00
GO:0042866     4   0 1.000000e+00 1.000000e+00
GO:0042867     3   0 1.000000e+00 1.000000e+00
GO:0042868     1   0 1.000000e+00 1.000000e+00
GO:0042873     1   0 1.000000e+00 1.000000e+00
GO:0042874     1   0 1.000000e+00 1.000000e+00
GO:0042880     1   0 1.000000e+00 1.000000e+00
GO:0042883     3   0 1.000000e+00 1.000000e+00
GO:0042886   299   8 9.475171e-02 1.000000e+00
GO:0042887    34   1 4.113194e-01 1.000000e+00
GO:0042903     1   0 1.000000e+00 1.000000e+00
GO:0042904     4   1 6.263004e-02 1.000000e+00
GO:0042905     4   1 6.263004e-02 1.000000e+00
GO:0042908    58   2 2.181013e-01 1.000000e+00
GO:0042910    37   1 4.345678e-01 1.000000e+00
GO:0042918     8   0 1.000000e+00 1.000000e+00
GO:0042921    13   1 1.802126e-01 1.000000e+00
GO:0042922     1   0 1.000000e+00 1.000000e+00
GO:0042923    31   0 1.000000e+00 1.000000e+00
GO:0042924     2   0 1.000000e+00 1.000000e+00
GO:0042930     1   0 1.000000e+00 1.000000e+00
GO:0042931     1   0 1.000000e+00 1.000000e+00
GO:0042937     7   0 1.000000e+00 1.000000e+00
GO:0042938     7   0 1.000000e+00 1.000000e+00
GO:0042939    11   0 1.000000e+00 1.000000e+00
GO:0042940     6   0 1.000000e+00 1.000000e+00
GO:0042941     1   0 1.000000e+00 1.000000e+00
GO:0042942     1   0 1.000000e+00 1.000000e+00
GO:0042943     1   0 1.000000e+00 1.000000e+00
GO:0042946     3   0 1.000000e+00 1.000000e+00
GO:0042947     3   0 1.000000e+00 1.000000e+00
GO:0042953    21   2 4.114636e-02 9.808520e-01
GO:0042959     5   0 1.000000e+00 1.000000e+00
GO:0042974    26   0 1.000000e+00 1.000000e+00
GO:0042975    11   0 1.000000e+00 1.000000e+00
GO:0042976    13   0 1.000000e+00 1.000000e+00
GO:0042978     2   0 1.000000e+00 1.000000e+00
GO:0042979     5   0 1.000000e+00 1.000000e+00
GO:0042981  1404  21 5.833704e-01 1.000000e+00
GO:0042982    91   4 4.556445e-02 1.000000e+00
GO:0042983    24   0 1.000000e+00 1.000000e+00
GO:0042984    24   0 1.000000e+00 1.000000e+00
GO:0042985    17   0 1.000000e+00 1.000000e+00
GO:0042986     4   0 1.000000e+00 1.000000e+00
GO:0042987    66   4 1.732478e-02 6.517419e-01
GO:0042988     3   0 1.000000e+00 1.000000e+00
GO:0042989     6   0 1.000000e+00 1.000000e+00
GO:0042994     7   1 1.024999e-01 1.000000e+00
GO:0042995  2267  28 9.252321e-01 1.000000e+00
GO:0042996     9   0 1.000000e+00 1.000000e+00
GO:0042997     4   0 1.000000e+00 1.000000e+00
GO:0042998     5   0 1.000000e+00 1.000000e+00
GO:0043001    38   1 4.457998e-01 1.000000e+00
GO:0043005  1248  12 9.767239e-01 1.000000e+00
GO:0043007     2   0 1.000000e+00 1.000000e+00
GO:0043008     6   0 1.000000e+00 1.000000e+00
GO:0043009   639   5 9.726684e-01 1.000000e+00
GO:0043010   338   1 9.955489e-01 1.000000e+00
GO:0043011    19   0 1.000000e+00 1.000000e+00
GO:0043012     1   0 1.000000e+00 1.000000e+00
GO:0043014    38   1 4.452841e-01 1.000000e+00
GO:0043015    31   0 1.000000e+00 1.000000e+00
GO:0043020    13   0 1.000000e+00 1.000000e+00
GO:0043021   155   1 9.105391e-01 1.000000e+00
GO:0043022    98   0 1.000000e+00 1.000000e+00
GO:0043023    14   0 1.000000e+00 1.000000e+00
GO:0043024    16   0 1.000000e+00 1.000000e+00
GO:0043025   462   6 7.306581e-01 1.000000e+00
GO:0043027    16   0 1.000000e+00 1.000000e+00
GO:0043028    37   0 1.000000e+00 1.000000e+00
GO:0043029    43   1 4.941288e-01 1.000000e+00
GO:0043030    59   2 2.325826e-01 1.000000e+00
GO:0043031    16   0 1.000000e+00 1.000000e+00
GO:0043032    30   1 3.760248e-01 1.000000e+00
GO:0043033     1   0 1.000000e+00 1.000000e+00
GO:0043034    16   0 1.000000e+00 1.000000e+00
GO:0043035     4   0 1.000000e+00 1.000000e+00
GO:0043038    44   0 1.000000e+00 1.000000e+00
GO:0043039    43   0 1.000000e+00 1.000000e+00
GO:0043041     1   0 1.000000e+00 1.000000e+00
GO:0043043   717  11 5.494968e-01 1.000000e+00
GO:0043045    18   1 2.553533e-01 1.000000e+00
GO:0043047    12   0 1.000000e+00 1.000000e+00
GO:0043048     1   0 1.000000e+00 1.000000e+00
GO:0043049     1   0 1.000000e+00 1.000000e+00
GO:0043052     2   0 1.000000e+00 1.000000e+00
GO:0043060     4   0 1.000000e+00 1.000000e+00
GO:0043062   319   5 5.502036e-01 1.000000e+00
GO:0043063     1   0 1.000000e+00 1.000000e+00
GO:0043065   530  13 6.387048e-02 1.000000e+00
GO:0043066   842  13 5.336103e-01 1.000000e+00
GO:0043067  1450  23 4.656201e-01 1.000000e+00
GO:0043068   551  15 2.227089e-02 7.507704e-01
GO:0043069   872  13 5.843616e-01 1.000000e+00
GO:0043073    66   1 6.398633e-01 1.000000e+00
GO:0043076     2   0 1.000000e+00 1.000000e+00
GO:0043083    21   0 1.000000e+00 1.000000e+00
GO:0043084     7   0 1.000000e+00 1.000000e+00
GO:0043085   841  17 1.569795e-01 1.000000e+00
GO:0043086   424   8 3.313812e-01 1.000000e+00
GO:0043087   277   4 6.186231e-01 1.000000e+00
GO:0043090     2   0 1.000000e+00 1.000000e+00
GO:0043094    32   0 1.000000e+00 1.000000e+00
GO:0043096     2   0 1.000000e+00 1.000000e+00
GO:0043097     2   0 1.000000e+00 1.000000e+00
GO:0043101    14   0 1.000000e+00 1.000000e+00
GO:0043102     7   0 1.000000e+00 1.000000e+00
GO:0043103     1   0 1.000000e+00 1.000000e+00
GO:0043111     4   0 1.000000e+00 1.000000e+00
GO:0043112    69   1 6.599671e-01 1.000000e+00
GO:0043113    56   0 1.000000e+00 1.000000e+00
GO:0043114    50   2 1.826833e-01 1.000000e+00
GO:0043116    18   1 2.425281e-01 1.000000e+00
GO:0043117    18   1 2.456199e-01 1.000000e+00
GO:0043120     7   0 1.000000e+00 1.000000e+00
GO:0043121    10   0 1.000000e+00 1.000000e+00
GO:0043122   271  14 7.747742e-05 1.717084e-02
GO:0043123   195  10 9.074734e-04 1.010677e-01
GO:0043124    60   4 1.238151e-02 5.798068e-01
GO:0043125     5   0 1.000000e+00 1.000000e+00
GO:0043129    17   0 1.000000e+00 1.000000e+00
GO:0043130    94   2 4.254433e-01 1.000000e+00
GO:0043131     4   0 1.000000e+00 1.000000e+00
GO:0043132     5   0 1.000000e+00 1.000000e+00
GO:0043133     1   0 1.000000e+00 1.000000e+00
GO:0043134     1   0 1.000000e+00 1.000000e+00
GO:0043136     1   0 1.000000e+00 1.000000e+00
GO:0043137     4   0 1.000000e+00 1.000000e+00
GO:0043138    14   1 1.962435e-01 1.000000e+00
GO:0043139     9   0 1.000000e+00 1.000000e+00
GO:0043143     1   0 1.000000e+00 1.000000e+00
GO:0043144    12   0 1.000000e+00 1.000000e+00
GO:0043149   107   2 4.964200e-01 1.000000e+00
GO:0043152     5   0 1.000000e+00 1.000000e+00
GO:0043153    25   0 1.000000e+00 1.000000e+00
GO:0043154    43   2 1.418918e-01 1.000000e+00
GO:0043157     1   0 1.000000e+00 1.000000e+00
GO:0043159     3   0 1.000000e+00 1.000000e+00
GO:0043160     1   0 1.000000e+00 1.000000e+00
GO:0043161   375   3 9.342744e-01 1.000000e+00
GO:0043162    34   0 1.000000e+00 1.000000e+00
GO:0043163     2   0 1.000000e+00 1.000000e+00
GO:0043167  5660  86 6.168453e-01 1.000000e+00
GO:0043168  2278  32 7.515411e-01 1.000000e+00
GO:0043169  4081  61 6.580114e-01 1.000000e+00
GO:0043170  9077 127 9.266944e-01 1.000000e+00
GO:0043171    27   2 6.604240e-02 1.000000e+00
GO:0043173    17   0 1.000000e+00 1.000000e+00
GO:0043174    11   0 1.000000e+00 1.000000e+00
GO:0043175    42   0 1.000000e+00 1.000000e+00
GO:0043176    12   1 1.659370e-01 1.000000e+00
GO:0043177   201   4 3.717217e-01 1.000000e+00
GO:0043178    87   0 1.000000e+00 1.000000e+00
GO:0043179     1   0 1.000000e+00 1.000000e+00
GO:0043181     1   0 1.000000e+00 1.000000e+00
GO:0043183     3   0 1.000000e+00 1.000000e+00
GO:0043184     9   0 1.000000e+00 1.000000e+00
GO:0043185     1   0 1.000000e+00 1.000000e+00
GO:0043186    24   0 1.000000e+00 1.000000e+00
GO:0043189    27   0 1.000000e+00 1.000000e+00
GO:0043190     6   0 1.000000e+00 1.000000e+00
GO:0043194    20   0 1.000000e+00 1.000000e+00
GO:0043195    43   0 1.000000e+00 1.000000e+00
GO:0043196     9   0 1.000000e+00 1.000000e+00
GO:0043197   163   2 7.251304e-01 1.000000e+00
GO:0043198    38   2 1.190991e-01 1.000000e+00
GO:0043199     4   0 1.000000e+00 1.000000e+00
GO:0043200   112   1 8.277686e-01 1.000000e+00
GO:0043201    15   0 1.000000e+00 1.000000e+00
GO:0043202    92   0 1.000000e+00 1.000000e+00
GO:0043203     7   0 1.000000e+00 1.000000e+00
GO:0043204   144   1 8.942765e-01 1.000000e+00
GO:0043207  1419  41 6.046905e-05 1.471238e-02
GO:0043208    10   0 1.000000e+00 1.000000e+00
GO:0043209    41   0 1.000000e+00 1.000000e+00
GO:0043210     1   0 1.000000e+00 1.000000e+00
GO:0043217    17   0 1.000000e+00 1.000000e+00
GO:0043218    14   0 1.000000e+00 1.000000e+00
GO:0043219     4   0 1.000000e+00 1.000000e+00
GO:0043220    11   0 1.000000e+00 1.000000e+00
GO:0043221     1   0 1.000000e+00 1.000000e+00
GO:0043225    10   0 1.000000e+00 1.000000e+00
GO:0043226 13454 197 9.205303e-01 1.000000e+00
GO:0043227 12671 184 9.312854e-01 1.000000e+00
GO:0043228  5338  67 9.790469e-01 1.000000e+00
GO:0043229 12652 178 9.858279e-01 1.000000e+00
GO:0043230  2120  39 1.372870e-01 1.000000e+00
GO:0043231 11602 165 9.607190e-01 1.000000e+00
GO:0043232  5337  67 9.789526e-01 1.000000e+00
GO:0043233  5669  78 8.928680e-01 1.000000e+00
GO:0043235   387  16 3.857085e-04 5.022625e-02
GO:0043236    29   0 1.000000e+00 1.000000e+00
GO:0043237     7   0 1.000000e+00 1.000000e+00
GO:0043240    11   0 1.000000e+00 1.000000e+00
GO:0043242    77   3 1.182921e-01 1.000000e+00
GO:0043243    36   2 1.100688e-01 1.000000e+00
GO:0043244   118   4 1.150916e-01 1.000000e+00
GO:0043247    29   0 1.000000e+00 1.000000e+00
GO:0043248    12   0 1.000000e+00 1.000000e+00
GO:0043249    20   0 1.000000e+00 1.000000e+00
GO:0043250     1   0 1.000000e+00 1.000000e+00
GO:0043251     1   0 1.000000e+00 1.000000e+00
GO:0043252    14   0 1.000000e+00 1.000000e+00
GO:0043254   399   7 4.269680e-01 1.000000e+00
GO:0043255    97   2 4.343026e-01 1.000000e+00
GO:0043256     9   0 1.000000e+00 1.000000e+00
GO:0043257     1   0 1.000000e+00 1.000000e+00
GO:0043259     3   0 1.000000e+00 1.000000e+00
GO:0043260     3   0 1.000000e+00 1.000000e+00
GO:0043262     6   0 1.000000e+00 1.000000e+00
GO:0043266    98   1 7.873832e-01 1.000000e+00
GO:0043267    36   0 1.000000e+00 1.000000e+00
GO:0043268    40   1 4.709144e-01 1.000000e+00
GO:0043269   445  18 2.051407e-04 3.233711e-02
GO:0043270   198   7 3.480238e-02 8.842692e-01
GO:0043271   123   2 5.599331e-01 1.000000e+00
GO:0043273     5   0 1.000000e+00 1.000000e+00
GO:0043274    19   1 2.603858e-01 1.000000e+00
GO:0043276    33   0 1.000000e+00 1.000000e+00
GO:0043277    47   4 6.295750e-03 3.698794e-01
GO:0043278    11   0 1.000000e+00 1.000000e+00
GO:0043279    93   1 7.705788e-01 1.000000e+00
GO:0043280   108   4 8.629105e-02 1.000000e+00
GO:0043281   151   5 8.473139e-02 1.000000e+00
GO:0043291     3   0 1.000000e+00 1.000000e+00
GO:0043292   242   6 1.770441e-01 1.000000e+00
GO:0043293     3   0 1.000000e+00 1.000000e+00
GO:0043295    10   0 1.000000e+00 1.000000e+00
GO:0043296   139   2 6.358610e-01 1.000000e+00
GO:0043297    74   2 3.175198e-01 1.000000e+00
GO:0043299    72   7 1.138715e-04 2.216435e-02
GO:0043300    41   5 4.054496e-04 5.215853e-02
GO:0043301    12   3 7.117098e-04 8.340792e-02
GO:0043302    21   1 2.829923e-01 1.000000e+00
GO:0043303    47   3 3.620686e-02 9.005048e-01
GO:0043304    25   2 5.839819e-02 1.000000e+00
GO:0043305     5   1 7.896649e-02 1.000000e+00
GO:0043306    12   0 1.000000e+00 1.000000e+00
GO:0043307     7   1 9.871221e-02 1.000000e+00
GO:0043308     6   1 8.293126e-02 1.000000e+00
GO:0043309     3   1 4.510452e-02 1.000000e+00
GO:0043310     1   1 1.668090e-02 6.471147e-01
GO:0043311     2   0 1.000000e+00 1.000000e+00
GO:0043312    11   2 1.187833e-02 5.645106e-01
GO:0043313     8   2 6.196180e-03 3.669187e-01
GO:0043314     2   1 2.910080e-02 8.696241e-01
GO:0043315     4   1 6.274234e-02 1.000000e+00
GO:0043316     4   0 1.000000e+00 1.000000e+00
GO:0043317     3   0 1.000000e+00 1.000000e+00
GO:0043318     3   0 1.000000e+00 1.000000e+00
GO:0043320     8   2 5.916674e-03 3.550639e-01
GO:0043321     3   0 1.000000e+00 1.000000e+00
GO:0043322     1   0 1.000000e+00 1.000000e+00
GO:0043323     3   0 1.000000e+00 1.000000e+00
GO:0043324     1   0 1.000000e+00 1.000000e+00
GO:0043325    26   0 1.000000e+00 1.000000e+00
GO:0043328    15   0 1.000000e+00 1.000000e+00
GO:0043330    37   1 4.275630e-01 1.000000e+00
GO:0043331    45   1 4.945093e-01 1.000000e+00
GO:0043335     5   0 1.000000e+00 1.000000e+00
GO:0043337     1   0 1.000000e+00 1.000000e+00
GO:0043353    13   0 1.000000e+00 1.000000e+00
GO:0043354     4   0 1.000000e+00 1.000000e+00
GO:0043363     1   0 1.000000e+00 1.000000e+00
GO:0043366     3   1 4.553373e-02 1.000000e+00
GO:0043367    90   4 5.195921e-02 1.000000e+00
GO:0043368    42   1 4.879977e-01 1.000000e+00
GO:0043369    27   0 1.000000e+00 1.000000e+00
GO:0043370    53   3 4.972751e-02 1.000000e+00
GO:0043371    20   2 3.672276e-02 9.092947e-01
GO:0043372    33   1 4.042159e-01 1.000000e+00
GO:0043373    23   0 1.000000e+00 1.000000e+00
GO:0043374    15   2 2.255396e-02 7.530687e-01
GO:0043375     2   0 1.000000e+00 1.000000e+00
GO:0043376     8   2 6.841247e-03 3.847720e-01
GO:0043377     3   0 1.000000e+00 1.000000e+00
GO:0043378     5   2 2.625786e-03 2.098584e-01
GO:0043379    13   0 1.000000e+00 1.000000e+00
GO:0043380    12   0 1.000000e+00 1.000000e+00
GO:0043381     2   0 1.000000e+00 1.000000e+00
GO:0043382     9   0 1.000000e+00 1.000000e+00
GO:0043383    13   1 1.877454e-01 1.000000e+00
GO:0043385     7   0 1.000000e+00 1.000000e+00
GO:0043387     1   0 1.000000e+00 1.000000e+00
GO:0043388    39   4 3.010722e-03 2.261477e-01
GO:0043392    29   0 1.000000e+00 1.000000e+00
GO:0043393   126   4 1.315970e-01 1.000000e+00
GO:0043394    36   0 1.000000e+00 1.000000e+00
GO:0043395    18   0 1.000000e+00 1.000000e+00
GO:0043396     1   0 1.000000e+00 1.000000e+00
GO:0043397     1   0 1.000000e+00 1.000000e+00
GO:0043398     3   0 1.000000e+00 1.000000e+00
GO:0043400     5   0 1.000000e+00 1.000000e+00
GO:0043401   133   2 6.062521e-01 1.000000e+00
GO:0043402     1   0 1.000000e+00 1.000000e+00
GO:0043403    37   1 4.344171e-01 1.000000e+00
GO:0043404     2   0 1.000000e+00 1.000000e+00
GO:0043405   130   2 5.969922e-01 1.000000e+00
GO:0043406    80   2 3.455344e-01 1.000000e+00
GO:0043407    46   0 1.000000e+00 1.000000e+00
GO:0043408   640  16 3.898746e-02 9.485818e-01
GO:0043409   159   2 7.067926e-01 1.000000e+00
GO:0043410   460  14 1.202889e-02 5.704547e-01
GO:0043412  2967  49 3.346465e-01 1.000000e+00
GO:0043413   216   4 4.272363e-01 1.000000e+00
GO:0043414   168   3 4.904146e-01 1.000000e+00
GO:0043415     5   0 1.000000e+00 1.000000e+00
GO:0043416     7   0 1.000000e+00 1.000000e+00
GO:0043417     1   0 1.000000e+00 1.000000e+00
GO:0043418     3   0 1.000000e+00 1.000000e+00
GO:0043420     3   0 1.000000e+00 1.000000e+00
GO:0043422    10   0 1.000000e+00 1.000000e+00
GO:0043423     1   0 1.000000e+00 1.000000e+00
GO:0043425    31   0 1.000000e+00 1.000000e+00
GO:0043426     5   0 1.000000e+00 1.000000e+00
GO:0043433   143   6 2.116209e-02 7.287572e-01
GO:0043434   417   5 7.696959e-01 1.000000e+00
GO:0043435     5   0 1.000000e+00 1.000000e+00
GO:0043436   881  16 2.876778e-01 1.000000e+00
GO:0043438     1   0 1.000000e+00 1.000000e+00
GO:0043449     2   0 1.000000e+00 1.000000e+00
GO:0043455    15   0 1.000000e+00 1.000000e+00
GO:0043456     7   0 1.000000e+00 1.000000e+00
GO:0043457    47   2 1.647231e-01 1.000000e+00
GO:0043461     8   0 1.000000e+00 1.000000e+00
GO:0043462    60   3 6.512713e-02 1.000000e+00
GO:0043465     5   0 1.000000e+00 1.000000e+00
GO:0043467   132   3 3.377553e-01 1.000000e+00
GO:0043470    59   1 6.121747e-01 1.000000e+00
GO:0043473   107   0 1.000000e+00 1.000000e+00
GO:0043474     3   0 1.000000e+00 1.000000e+00
GO:0043476    11   0 1.000000e+00 1.000000e+00
GO:0043482    11   0 1.000000e+00 1.000000e+00
GO:0043484   167   3 4.784113e-01 1.000000e+00
GO:0043485    10   0 1.000000e+00 1.000000e+00
GO:0043487   262   2 9.023802e-01 1.000000e+00
GO:0043488   251   2 8.873158e-01 1.000000e+00
GO:0043489    67   0 1.000000e+00 1.000000e+00
GO:0043490     4   0 1.000000e+00 1.000000e+00
GO:0043491   293   4 6.600335e-01 1.000000e+00
GO:0043495    37   2 1.121720e-01 1.000000e+00
GO:0043496     1   0 1.000000e+00 1.000000e+00
GO:0043500   118   4 1.076613e-01 1.000000e+00
GO:0043501    25   2 5.874405e-02 1.000000e+00
GO:0043502    93   3 1.678069e-01 1.000000e+00
GO:0043503     4   0 1.000000e+00 1.000000e+00
GO:0043504     6   0 1.000000e+00 1.000000e+00
GO:0043505    15   1 2.171525e-01 1.000000e+00
GO:0043506    41   2 1.263608e-01 1.000000e+00
GO:0043507    28   2 6.572615e-02 1.000000e+00
GO:0043508    13   0 1.000000e+00 1.000000e+00
GO:0043509     1   0 1.000000e+00 1.000000e+00
GO:0043511     2   0 1.000000e+00 1.000000e+00
GO:0043512     2   0 1.000000e+00 1.000000e+00
GO:0043513     1   0 1.000000e+00 1.000000e+00
GO:0043514     2   0 1.000000e+00 1.000000e+00
GO:0043515     6   0 1.000000e+00 1.000000e+00
GO:0043516    37   1 4.338283e-01 1.000000e+00
GO:0043517    16   1 2.231388e-01 1.000000e+00
GO:0043518    14   0 1.000000e+00 1.000000e+00
GO:0043519     1   0 1.000000e+00 1.000000e+00
GO:0043522    11   0 1.000000e+00 1.000000e+00
GO:0043523   235   6 1.529383e-01 1.000000e+00
GO:0043524   156   3 4.285667e-01 1.000000e+00
GO:0043525    67   3 8.360701e-02 1.000000e+00
GO:0043527     6   0 1.000000e+00 1.000000e+00
GO:0043529     3   0 1.000000e+00 1.000000e+00
GO:0043530     4   0 1.000000e+00 1.000000e+00
GO:0043531    35   1 4.245007e-01 1.000000e+00
GO:0043532     3   0 1.000000e+00 1.000000e+00
GO:0043533     5   0 1.000000e+00 1.000000e+00
GO:0043534   167   5 1.047422e-01 1.000000e+00
GO:0043535   141   5 5.898026e-02 1.000000e+00
GO:0043536    71   4 2.191912e-02 7.428331e-01
GO:0043537    72   2 2.809376e-01 1.000000e+00
GO:0043538     1   0 1.000000e+00 1.000000e+00
GO:0043539    60   0 1.000000e+00 1.000000e+00
GO:0043541     4   0 1.000000e+00 1.000000e+00
GO:0043542   267   5 3.888352e-01 1.000000e+00
GO:0043543    91   1 7.552838e-01 1.000000e+00
GO:0043545     6   0 1.000000e+00 1.000000e+00
GO:0043546     6   0 1.000000e+00 1.000000e+00
GO:0043547   214   3 6.370006e-01 1.000000e+00
GO:0043548    23   0 1.000000e+00 1.000000e+00
GO:0043549   516   8 5.471225e-01 1.000000e+00
GO:0043550     8   0 1.000000e+00 1.000000e+00
GO:0043555    20   0 1.000000e+00 1.000000e+00
GO:0043558    15   0 1.000000e+00 1.000000e+00
GO:0043559     5   0 1.000000e+00 1.000000e+00
GO:0043560    13   0 1.000000e+00 1.000000e+00
GO:0043562    11   1 1.606367e-01 1.000000e+00
GO:0043564     3   0 1.000000e+00 1.000000e+00
GO:0043565  1540  17 9.505997e-01 1.000000e+00
GO:0043567    24   0 1.000000e+00 1.000000e+00
GO:0043568    12   0 1.000000e+00 1.000000e+00
GO:0043569     9   0 1.000000e+00 1.000000e+00
GO:0043570     6   0 1.000000e+00 1.000000e+00
GO:0043574    20   0 1.000000e+00 1.000000e+00
GO:0043576    22   0 1.000000e+00 1.000000e+00
GO:0043578     3   0 1.000000e+00 1.000000e+00
GO:0043583   219   4 4.523254e-01 1.000000e+00
GO:0043584    16   0 1.000000e+00 1.000000e+00
GO:0043585     3   0 1.000000e+00 1.000000e+00
GO:0043586    21   0 1.000000e+00 1.000000e+00
GO:0043587    10   0 1.000000e+00 1.000000e+00
GO:0043588   308   3 8.538661e-01 1.000000e+00
GO:0043589    12   0 1.000000e+00 1.000000e+00
GO:0043596    39   0 1.000000e+00 1.000000e+00
GO:0043601    20   0 1.000000e+00 1.000000e+00
GO:0043603  1154  22 1.785049e-01 1.000000e+00
GO:0043604   846  13 5.466303e-01 1.000000e+00
GO:0043605    16   0 1.000000e+00 1.000000e+00
GO:0043606     4   0 1.000000e+00 1.000000e+00
GO:0043614     2   0 1.000000e+00 1.000000e+00
GO:0043615     9   1 1.267685e-01 1.000000e+00
GO:0043616    58   0 1.000000e+00 1.000000e+00
GO:0043621    72   1 6.802929e-01 1.000000e+00
GO:0043622     4   0 1.000000e+00 1.000000e+00
GO:0043625     4   0 1.000000e+00 1.000000e+00
GO:0043626     1   0 1.000000e+00 1.000000e+00
GO:0043627    67   0 1.000000e+00 1.000000e+00
GO:0043632   588   6 8.989397e-01 1.000000e+00
GO:0043633     8   0 1.000000e+00 1.000000e+00
GO:0043634     8   0 1.000000e+00 1.000000e+00
GO:0043647    39   1 4.511064e-01 1.000000e+00
GO:0043648    92   1 7.688801e-01 1.000000e+00
GO:0043649    16   0 1.000000e+00 1.000000e+00
GO:0043650    12   0 1.000000e+00 1.000000e+00
GO:0043651    20   0 1.000000e+00 1.000000e+00
GO:0043652    15   0 1.000000e+00 1.000000e+00
GO:0043653    10   0 1.000000e+00 1.000000e+00
GO:0043654     7   0 1.000000e+00 1.000000e+00
GO:0043657     9   0 1.000000e+00 1.000000e+00
GO:0043666    45   3 3.139072e-02 8.696241e-01
GO:0043679   106   0 1.000000e+00 1.000000e+00
GO:0043682     1   0 1.000000e+00 1.000000e+00
GO:0043686     3   0 1.000000e+00 1.000000e+00
GO:0043687   907  12 7.542909e-01 1.000000e+00
GO:0043691    20   0 1.000000e+00 1.000000e+00
GO:0043696    11   0 1.000000e+00 1.000000e+00
GO:0043697    11   0 1.000000e+00 1.000000e+00
GO:0043715     1   0 1.000000e+00 1.000000e+00
GO:0043716     1   0 1.000000e+00 1.000000e+00
GO:0043727     1   0 1.000000e+00 1.000000e+00
GO:0043733     1   0 1.000000e+00 1.000000e+00
GO:0043739     1   0 1.000000e+00 1.000000e+00
GO:0043754     1   0 1.000000e+00 1.000000e+00
GO:0043759     1   0 1.000000e+00 1.000000e+00
GO:0043771     4   0 1.000000e+00 1.000000e+00
GO:0043795     1   0 1.000000e+00 1.000000e+00
GO:0043812     3   0 1.000000e+00 1.000000e+00
GO:0043813     5   0 1.000000e+00 1.000000e+00
GO:0043829     1   0 1.000000e+00 1.000000e+00
GO:0043843     1   0 1.000000e+00 1.000000e+00
GO:0043855    10   1 1.509544e-01 1.000000e+00
GO:0043865     1   0 1.000000e+00 1.000000e+00
GO:0043874     1   0 1.000000e+00 1.000000e+00
GO:0043878     6   0 1.000000e+00 1.000000e+00
GO:0043890     1   0 1.000000e+00 1.000000e+00
GO:0043891     2   0 1.000000e+00 1.000000e+00
GO:0043903    62   2 2.434218e-01 1.000000e+00
GO:0043915     1   0 1.000000e+00 1.000000e+00
GO:0043916     1   0 1.000000e+00 1.000000e+00
GO:0043921     2   0 1.000000e+00 1.000000e+00
GO:0043922    14   0 1.000000e+00 1.000000e+00
GO:0043923    17   0 1.000000e+00 1.000000e+00
GO:0043924     2   0 1.000000e+00 1.000000e+00
GO:0043928    13   0 1.000000e+00 1.000000e+00
GO:0043931    24   0 1.000000e+00 1.000000e+00
GO:0043932     3   0 1.000000e+00 1.000000e+00
GO:0043933  2243  39 2.579632e-01 1.000000e+00
GO:0043949    33   0 1.000000e+00 1.000000e+00
GO:0043950    19   0 1.000000e+00 1.000000e+00
GO:0043951    11   0 1.000000e+00 1.000000e+00
GO:0043954    71   1 6.732125e-01 1.000000e+00
GO:0043956     1   0 1.000000e+00 1.000000e+00
GO:0043992     2   0 1.000000e+00 1.000000e+00
GO:0043993     3   0 1.000000e+00 1.000000e+00
GO:0043994     1   0 1.000000e+00 1.000000e+00
GO:0043995    11   0 1.000000e+00 1.000000e+00
GO:0043996    11   0 1.000000e+00 1.000000e+00
GO:0043997    12   0 1.000000e+00 1.000000e+00
GO:0043998     3   0 1.000000e+00 1.000000e+00
GO:0043999     1   0 1.000000e+00 1.000000e+00
GO:0044003     6   0 1.000000e+00 1.000000e+00
GO:0044010     2   0 1.000000e+00 1.000000e+00
GO:0044013     2   0 1.000000e+00 1.000000e+00
GO:0044016     1   0 1.000000e+00 1.000000e+00
GO:0044017     2   0 1.000000e+00 1.000000e+00
GO:0044020     4   0 1.000000e+00 1.000000e+00
GO:0044022     2   0 1.000000e+00 1.000000e+00
GO:0044024     1   0 1.000000e+00 1.000000e+00
GO:0044027     8   0 1.000000e+00 1.000000e+00
GO:0044029     2   0 1.000000e+00 1.000000e+00
GO:0044030    16   0 1.000000e+00 1.000000e+00
GO:0044042    71   0 1.000000e+00 1.000000e+00
GO:0044057   540  12 1.355312e-01 1.000000e+00
GO:0044058    36   1 4.336505e-01 1.000000e+00
GO:0044060    40   0 1.000000e+00 1.000000e+00
GO:0044062    11   0 1.000000e+00 1.000000e+00
GO:0044065    14   0 1.000000e+00 1.000000e+00
GO:0044070    16   2 2.615834e-02 8.336955e-01
GO:0044085  3105  48 5.545003e-01 1.000000e+00
GO:0044087   927  13 6.870581e-01 1.000000e+00
GO:0044088    53   1 5.709710e-01 1.000000e+00
GO:0044089   483   7 6.304497e-01 1.000000e+00
GO:0044090    23   0 1.000000e+00 1.000000e+00
GO:0044091    60   2 2.449548e-01 1.000000e+00
GO:0044092   702  18 2.329212e-02 7.689836e-01
GO:0044093  1150  34 2.273095e-04 3.437903e-02
GO:0044111     1   0 1.000000e+00 1.000000e+00
GO:0044183    63   0 1.000000e+00 1.000000e+00
GO:0044194    14   3 1.107872e-03 1.158813e-01
GO:0044205     3   0 1.000000e+00 1.000000e+00
GO:0044206     6   0 1.000000e+00 1.000000e+00
GO:0044207     1   0 1.000000e+00 1.000000e+00
GO:0044208     8   0 1.000000e+00 1.000000e+00
GO:0044209     4   0 1.000000e+00 1.000000e+00
GO:0044210     1   0 1.000000e+00 1.000000e+00
GO:0044211     3   0 1.000000e+00 1.000000e+00
GO:0044217     5   0 1.000000e+00 1.000000e+00
GO:0044218     1   0 1.000000e+00 1.000000e+00
GO:0044224    12   0 1.000000e+00 1.000000e+00
GO:0044225     1   0 1.000000e+00 1.000000e+00
GO:0044232    45   0 1.000000e+00 1.000000e+00
GO:0044233    19   0 1.000000e+00 1.000000e+00
GO:0044237  9795 142 8.370740e-01 1.000000e+00
GO:0044238  9669 127 9.953636e-01 1.000000e+00
GO:0044241    19   1 2.442775e-01 1.000000e+00
GO:0044242   225   1 9.705353e-01 1.000000e+00
GO:0044245     3   0 1.000000e+00 1.000000e+00
GO:0044248  1602  23 6.665483e-01 1.000000e+00
GO:0044249  7658 112 7.372771e-01 1.000000e+00
GO:0044255   979  21 8.067708e-02 1.000000e+00
GO:0044269     2   0 1.000000e+00 1.000000e+00
GO:0044270   620   4 9.861554e-01 1.000000e+00
GO:0044271  4420  59 9.190926e-01 1.000000e+00
GO:0044272   159   3 4.507467e-01 1.000000e+00
GO:0044273    40   1 4.717307e-01 1.000000e+00
GO:0044281  1724  22 8.558257e-01 1.000000e+00
GO:0044282   361   3 9.223243e-01 1.000000e+00
GO:0044283   571   8 6.586819e-01 1.000000e+00
GO:0044284     5   0 1.000000e+00 1.000000e+00
GO:0044291    71   3 1.001716e-01 1.000000e+00
GO:0044292    12   0 1.000000e+00 1.000000e+00
GO:0044294     8   0 1.000000e+00 1.000000e+00
GO:0044295    25   0 1.000000e+00 1.000000e+00
GO:0044297   526   7 7.174766e-01 1.000000e+00
GO:0044298    32   1 3.968363e-01 1.000000e+00
GO:0044299     1   0 1.000000e+00 1.000000e+00
GO:0044300     7   0 1.000000e+00 1.000000e+00
GO:0044301     2   0 1.000000e+00 1.000000e+00
GO:0044302     1   0 1.000000e+00 1.000000e+00
GO:0044304    66   3 8.612883e-02 1.000000e+00
GO:0044305    19   0 1.000000e+00 1.000000e+00
GO:0044306   121   0 1.000000e+00 1.000000e+00
GO:0044307     3   0 1.000000e+00 1.000000e+00
GO:0044308     2   0 1.000000e+00 1.000000e+00
GO:0044309   165   2 7.309364e-01 1.000000e+00
GO:0044313     3   0 1.000000e+00 1.000000e+00
GO:0044314    10   0 1.000000e+00 1.000000e+00
GO:0044316     2   0 1.000000e+00 1.000000e+00
GO:0044319    40   1 4.634142e-01 1.000000e+00
GO:0044320    17   0 1.000000e+00 1.000000e+00
GO:0044321    21   0 1.000000e+00 1.000000e+00
GO:0044322    15   0 1.000000e+00 1.000000e+00
GO:0044323     6   0 1.000000e+00 1.000000e+00
GO:0044325   125   2 5.879290e-01 1.000000e+00
GO:0044326     1   0 1.000000e+00 1.000000e+00
GO:0044327     7   0 1.000000e+00 1.000000e+00
GO:0044331    46   1 5.188693e-01 1.000000e+00
GO:0044332     1   0 1.000000e+00 1.000000e+00
GO:0044338     3   0 1.000000e+00 1.000000e+00
GO:0044340     2   0 1.000000e+00 1.000000e+00
GO:0044341    12   0 1.000000e+00 1.000000e+00
GO:0044342    27   0 1.000000e+00 1.000000e+00
GO:0044343     2   0 1.000000e+00 1.000000e+00
GO:0044344   111   2 5.099388e-01 1.000000e+00
GO:0044345     1   0 1.000000e+00 1.000000e+00
GO:0044346    25   0 1.000000e+00 1.000000e+00
GO:0044351     9   0 1.000000e+00 1.000000e+00
GO:0044352     7   0 1.000000e+00 1.000000e+00
GO:0044354     7   0 1.000000e+00 1.000000e+00
GO:0044355     6   1 8.340518e-02 1.000000e+00
GO:0044357     1   0 1.000000e+00 1.000000e+00
GO:0044375     3   0 1.000000e+00 1.000000e+00
GO:0044378     2   0 1.000000e+00 1.000000e+00
GO:0044379     1   0 1.000000e+00 1.000000e+00
GO:0044380    59   1 6.027059e-01 1.000000e+00
GO:0044381     6   0 1.000000e+00 1.000000e+00
GO:0044387     6   0 1.000000e+00 1.000000e+00
GO:0044388     5   0 1.000000e+00 1.000000e+00
GO:0044389   307   7 2.013878e-01 1.000000e+00
GO:0044390    37   0 1.000000e+00 1.000000e+00
GO:0044391   179   1 9.439639e-01 1.000000e+00
GO:0044393     3   0 1.000000e+00 1.000000e+00
GO:0044403   290   5 4.583923e-01 1.000000e+00
GO:0044406    11   0 1.000000e+00 1.000000e+00
GO:0044407     2   0 1.000000e+00 1.000000e+00
GO:0044409   154   3 4.202136e-01 1.000000e+00
GO:0044419  1580  43 1.557314e-04 2.766581e-02
GO:0044458    65   0 1.000000e+00 1.000000e+00
GO:0044467     2   0 1.000000e+00 1.000000e+00
GO:0044508     1   0 1.000000e+00 1.000000e+00
GO:0044524     1   0 1.000000e+00 1.000000e+00
GO:0044528     7   0 1.000000e+00 1.000000e+00
GO:0044530     2   0 1.000000e+00 1.000000e+00
GO:0044537     5   0 1.000000e+00 1.000000e+00
GO:0044539    18   2 3.108530e-02 8.696241e-01
GO:0044540     1   0 1.000000e+00 1.000000e+00
GO:0044545     9   1 1.238956e-01 1.000000e+00
GO:0044546    34   2 9.783294e-02 1.000000e+00
GO:0044547     4   0 1.000000e+00 1.000000e+00
GO:0044548    14   0 1.000000e+00 1.000000e+00
GO:0044549     1   0 1.000000e+00 1.000000e+00
GO:0044550    24   0 1.000000e+00 1.000000e+00
GO:0044557     9   0 1.000000e+00 1.000000e+00
GO:0044558     1   0 1.000000e+00 1.000000e+00
GO:0044565     3   0 1.000000e+00 1.000000e+00
GO:0044571     9   0 1.000000e+00 1.000000e+00
GO:0044572     5   0 1.000000e+00 1.000000e+00
GO:0044580     3   0 1.000000e+00 1.000000e+00
GO:0044594     1   0 1.000000e+00 1.000000e+00
GO:0044597     9   0 1.000000e+00 1.000000e+00
GO:0044598    10   0 1.000000e+00 1.000000e+00
GO:0044599     3   0 1.000000e+00 1.000000e+00
GO:0044601     1   0 1.000000e+00 1.000000e+00
GO:0044602     1   0 1.000000e+00 1.000000e+00
GO:0044603     1   0 1.000000e+00 1.000000e+00
GO:0044609     2   0 1.000000e+00 1.000000e+00
GO:0044610     1   0 1.000000e+00 1.000000e+00
GO:0044611     3   0 1.000000e+00 1.000000e+00
GO:0044613     5   0 1.000000e+00 1.000000e+00
GO:0044614     4   0 1.000000e+00 1.000000e+00
GO:0044615    11   0 1.000000e+00 1.000000e+00
GO:0044620     1   0 1.000000e+00 1.000000e+00
GO:0044650     8   0 1.000000e+00 1.000000e+00
GO:0044663     2   1 3.285003e-02 8.696241e-01
GO:0044665    28   2 6.839422e-02 1.000000e+00
GO:0044666    10   0 1.000000e+00 1.000000e+00
GO:0044691     5   0 1.000000e+00 1.000000e+00
GO:0044703   184   3 5.358784e-01 1.000000e+00
GO:0044706   192   3 5.636084e-01 1.000000e+00
GO:0044715     3   0 1.000000e+00 1.000000e+00
GO:0044716     2   0 1.000000e+00 1.000000e+00
GO:0044717     1   0 1.000000e+00 1.000000e+00
GO:0044721     5   0 1.000000e+00 1.000000e+00
GO:0044722     2   0 1.000000e+00 1.000000e+00
GO:0044725    13   1 1.946178e-01 1.000000e+00
GO:0044726     4   0 1.000000e+00 1.000000e+00
GO:0044727     4   1 6.087334e-02 1.000000e+00
GO:0044729     3   0 1.000000e+00 1.000000e+00
GO:0044743    33   0 1.000000e+00 1.000000e+00
GO:0044751     2   0 1.000000e+00 1.000000e+00
GO:0044752     5   0 1.000000e+00 1.000000e+00
GO:0044753    13   0 1.000000e+00 1.000000e+00
GO:0044754    13   0 1.000000e+00 1.000000e+00
GO:0044769    24   0 1.000000e+00 1.000000e+00
GO:0044770   532   5 9.168766e-01 1.000000e+00
GO:0044771    14   0 1.000000e+00 1.000000e+00
GO:0044772   435   5 8.050114e-01 1.000000e+00
GO:0044773    81   0 1.000000e+00 1.000000e+00
GO:0044774    85   0 1.000000e+00 1.000000e+00
GO:0044778     2   0 1.000000e+00 1.000000e+00
GO:0044779     4   0 1.000000e+00 1.000000e+00
GO:0044782   388   3 9.435233e-01 1.000000e+00
GO:0044784    97   2 4.513289e-01 1.000000e+00
GO:0044785     7   0 1.000000e+00 1.000000e+00
GO:0044786    43   0 1.000000e+00 1.000000e+00
GO:0044788    44   1 5.005182e-01 1.000000e+00
GO:0044790    15   1 2.081900e-01 1.000000e+00
GO:0044793    14   1 2.002893e-01 1.000000e+00
GO:0044794    19   0 1.000000e+00 1.000000e+00
GO:0044795     1   0 1.000000e+00 1.000000e+00
GO:0044796     1   0 1.000000e+00 1.000000e+00
GO:0044804    17   0 1.000000e+00 1.000000e+00
GO:0044806     7   0 1.000000e+00 1.000000e+00
GO:0044818    50   0 1.000000e+00 1.000000e+00
GO:0044819    30   0 1.000000e+00 1.000000e+00
GO:0044821     5   0 1.000000e+00 1.000000e+00
GO:0044827    22   1 3.000188e-01 1.000000e+00
GO:0044828     9   1 1.395682e-01 1.000000e+00
GO:0044829     9   0 1.000000e+00 1.000000e+00
GO:0044830     4   0 1.000000e+00 1.000000e+00
GO:0044837    10   0 1.000000e+00 1.000000e+00
GO:0044839   145   0 1.000000e+00 1.000000e+00
GO:0044843   247   3 7.337101e-01 1.000000e+00
GO:0044848    11   0 1.000000e+00 1.000000e+00
GO:0044849    15   0 1.000000e+00 1.000000e+00
GO:0044851     9   0 1.000000e+00 1.000000e+00
GO:0044853   112   3 2.544647e-01 1.000000e+00
GO:0044854     8   0 1.000000e+00 1.000000e+00
GO:0044855     2   0 1.000000e+00 1.000000e+00
GO:0044856     2   0 1.000000e+00 1.000000e+00
GO:0044857    12   0 1.000000e+00 1.000000e+00
GO:0044858     1   0 1.000000e+00 1.000000e+00
GO:0044860     5   0 1.000000e+00 1.000000e+00
GO:0044861     2   0 1.000000e+00 1.000000e+00
GO:0044866     2   0 1.000000e+00 1.000000e+00
GO:0044867     2   0 1.000000e+00 1.000000e+00
GO:0044868     3   0 1.000000e+00 1.000000e+00
GO:0044869     2   0 1.000000e+00 1.000000e+00
GO:0044870     2   0 1.000000e+00 1.000000e+00
GO:0044871     2   0 1.000000e+00 1.000000e+00
GO:0044872    22   2 4.505481e-02 1.000000e+00
GO:0044873     1   0 1.000000e+00 1.000000e+00
GO:0044877  1668  37 1.794676e-02 6.517419e-01
GO:0044878     4   0 1.000000e+00 1.000000e+00
GO:0045002     6   0 1.000000e+00 1.000000e+00
GO:0045003     8   0 1.000000e+00 1.000000e+00
GO:0045004     3   0 1.000000e+00 1.000000e+00
GO:0045005    55   0 1.000000e+00 1.000000e+00
GO:0045006    13   1 1.744533e-01 1.000000e+00
GO:0045007     4   0 1.000000e+00 1.000000e+00
GO:0045008     8   0 1.000000e+00 1.000000e+00
GO:0045009    20   0 1.000000e+00 1.000000e+00
GO:0045010    56   0 1.000000e+00 1.000000e+00
GO:0045016     2   0 1.000000e+00 1.000000e+00
GO:0045017   239   5 3.132654e-01 1.000000e+00
GO:0045019    15   0 1.000000e+00 1.000000e+00
GO:0045022    41   0 1.000000e+00 1.000000e+00
GO:0045023    36   1 4.354017e-01 1.000000e+00
GO:0045025     2   0 1.000000e+00 1.000000e+00
GO:0045026    30   0 1.000000e+00 1.000000e+00
GO:0045027     3   0 1.000000e+00 1.000000e+00
GO:0045028    10   1 1.359787e-01 1.000000e+00
GO:0045029     2   0 1.000000e+00 1.000000e+00
GO:0045030     2   0 1.000000e+00 1.000000e+00
GO:0045031     2   0 1.000000e+00 1.000000e+00
GO:0045039    12   0 1.000000e+00 1.000000e+00
GO:0045040    15   0 1.000000e+00 1.000000e+00
GO:0045041     2   0 1.000000e+00 1.000000e+00
GO:0045046     6   0 1.000000e+00 1.000000e+00
GO:0045047    35   1 4.227697e-01 1.000000e+00
GO:0045048    27   1 3.490861e-01 1.000000e+00
GO:0045050    10   0 1.000000e+00 1.000000e+00
GO:0045053     5   0 1.000000e+00 1.000000e+00
GO:0045054     7   0 1.000000e+00 1.000000e+00
GO:0045055   211   7 4.537562e-02 1.000000e+00
GO:0045056    21   2 4.288582e-02 9.978754e-01
GO:0045058    55   1 5.852231e-01 1.000000e+00
GO:0045059    15   1 2.120367e-01 1.000000e+00
GO:0045060    12   1 1.728547e-01 1.000000e+00
GO:0045061    24   1 3.204331e-01 1.000000e+00
GO:0045062     1   0 1.000000e+00 1.000000e+00
GO:0045063    23   1 3.001735e-01 1.000000e+00
GO:0045064    18   0 1.000000e+00 1.000000e+00
GO:0045065     4   1 6.467227e-02 1.000000e+00
GO:0045066    39   2 1.186878e-01 1.000000e+00
GO:0045069    83   6 1.820066e-03 1.642757e-01
GO:0045070    30   2 8.001051e-02 1.000000e+00
GO:0045071    54   4 9.640797e-03 4.838556e-01
GO:0045087   890  33 2.332593e-06 1.326574e-03
GO:0045088   409  16 6.396907e-04 7.657132e-02
GO:0045089   338  15 2.646643e-04 3.846913e-02
GO:0045091    19   1 2.472152e-01 1.000000e+00
GO:0045092     2   0 1.000000e+00 1.000000e+00
GO:0045095    80   1 6.829931e-01 1.000000e+00
GO:0045098     3   0 1.000000e+00 1.000000e+00
GO:0045103    94   0 1.000000e+00 1.000000e+00
GO:0045104    93   0 1.000000e+00 1.000000e+00
GO:0045105     3   0 1.000000e+00 1.000000e+00
GO:0045106     1   0 1.000000e+00 1.000000e+00
GO:0045107     1   0 1.000000e+00 1.000000e+00
GO:0045108     1   0 1.000000e+00 1.000000e+00
GO:0045109    72   0 1.000000e+00 1.000000e+00
GO:0045110     8   0 1.000000e+00 1.000000e+00
GO:0045111   228   3 6.433853e-01 1.000000e+00
GO:0045112     4   0 1.000000e+00 1.000000e+00
GO:0045113     3   0 1.000000e+00 1.000000e+00
GO:0045116    28   0 1.000000e+00 1.000000e+00
GO:0045117    13   0 1.000000e+00 1.000000e+00
GO:0045119     1   0 1.000000e+00 1.000000e+00
GO:0045120    14   1 1.964550e-01 1.000000e+00
GO:0045121   278  11 4.353849e-03 2.926623e-01
GO:0045123    72   5 5.037990e-03 3.167707e-01
GO:0045124    43   0 1.000000e+00 1.000000e+00
GO:0045125    14   1 1.930637e-01 1.000000e+00
GO:0045127     1   0 1.000000e+00 1.000000e+00
GO:0045130     2   0 1.000000e+00 1.000000e+00
GO:0045132    88   0 1.000000e+00 1.000000e+00
GO:0045134     9   0 1.000000e+00 1.000000e+00
GO:0045136     9   0 1.000000e+00 1.000000e+00
GO:0045137   216   1 9.663792e-01 1.000000e+00
GO:0045141    11   0 1.000000e+00 1.000000e+00
GO:0045142     2   0 1.000000e+00 1.000000e+00
GO:0045143    62   0 1.000000e+00 1.000000e+00
GO:0045145     5   1 7.426730e-02 1.000000e+00
GO:0045148     1   0 1.000000e+00 1.000000e+00
GO:0045159    12   1 1.704341e-01 1.000000e+00
GO:0045161    12   0 1.000000e+00 1.000000e+00
GO:0045162     6   0 1.000000e+00 1.000000e+00
GO:0045163     4   0 1.000000e+00 1.000000e+00
GO:0045165   282   3 8.181141e-01 1.000000e+00
GO:0045167     1   0 1.000000e+00 1.000000e+00
GO:0045168     3   0 1.000000e+00 1.000000e+00
GO:0045171    90   1 7.593560e-01 1.000000e+00
GO:0045174     2   0 1.000000e+00 1.000000e+00
GO:0045175     1   0 1.000000e+00 1.000000e+00
GO:0045176    14   0 1.000000e+00 1.000000e+00
GO:0045177   447   9 2.594441e-01 1.000000e+00
GO:0045178   291   9 3.808546e-02 9.351890e-01
GO:0045179     8   0 1.000000e+00 1.000000e+00
GO:0045180     5   0 1.000000e+00 1.000000e+00
GO:0045182   344   5 5.316769e-01 1.000000e+00
GO:0045183     1   0 1.000000e+00 1.000000e+00
GO:0045184  1610  23 6.896513e-01 1.000000e+00
GO:0045185    79   2 3.554635e-01 1.000000e+00
GO:0045186     1   0 1.000000e+00 1.000000e+00
GO:0045187    15   1 2.121911e-01 1.000000e+00
GO:0045188     5   0 1.000000e+00 1.000000e+00
GO:0045190    50   1 5.369822e-01 1.000000e+00
GO:0045191    35   0 1.000000e+00 1.000000e+00
GO:0045196     2   0 1.000000e+00 1.000000e+00
GO:0045197    49   0 1.000000e+00 1.000000e+00
GO:0045198    15   0 1.000000e+00 1.000000e+00
GO:0045199    10   0 1.000000e+00 1.000000e+00
GO:0045200     2   0 1.000000e+00 1.000000e+00
GO:0045202  1388  16 9.218041e-01 1.000000e+00
GO:0045204     3   0 1.000000e+00 1.000000e+00
GO:0045210     2   0 1.000000e+00 1.000000e+00
GO:0045211   257   6 2.178598e-01 1.000000e+00
GO:0045214    51   1 5.578174e-01 1.000000e+00
GO:0045216   203   5 2.105389e-01 1.000000e+00
GO:0045217    17   0 1.000000e+00 1.000000e+00
GO:0045218     3   0 1.000000e+00 1.000000e+00
GO:0045219     1   0 1.000000e+00 1.000000e+00
GO:0045221     1   0 1.000000e+00 1.000000e+00
GO:0045222     1   0 1.000000e+00 1.000000e+00
GO:0045223     1   0 1.000000e+00 1.000000e+00
GO:0045225     1   0 1.000000e+00 1.000000e+00
GO:0045226     3   0 1.000000e+00 1.000000e+00
GO:0045229   320   5 5.529189e-01 1.000000e+00
GO:0045236    18   0 1.000000e+00 1.000000e+00
GO:0045237     1   0 1.000000e+00 1.000000e+00
GO:0045239    17   0 1.000000e+00 1.000000e+00
GO:0045240    11   0 1.000000e+00 1.000000e+00
GO:0045242     2   0 1.000000e+00 1.000000e+00
GO:0045244     2   0 1.000000e+00 1.000000e+00
GO:0045251     2   0 1.000000e+00 1.000000e+00
GO:0045252     7   0 1.000000e+00 1.000000e+00
GO:0045253     2   0 1.000000e+00 1.000000e+00
GO:0045254     7   0 1.000000e+00 1.000000e+00
GO:0045257     4   0 1.000000e+00 1.000000e+00
GO:0045259    21   0 1.000000e+00 1.000000e+00
GO:0045261     7   0 1.000000e+00 1.000000e+00
GO:0045263    12   0 1.000000e+00 1.000000e+00
GO:0045265     2   0 1.000000e+00 1.000000e+00
GO:0045267     2   0 1.000000e+00 1.000000e+00
GO:0045271    41   0 1.000000e+00 1.000000e+00
GO:0045273     4   0 1.000000e+00 1.000000e+00
GO:0045275    12   0 1.000000e+00 1.000000e+00
GO:0045277    22   0 1.000000e+00 1.000000e+00
GO:0045281     4   0 1.000000e+00 1.000000e+00
GO:0045283     4   0 1.000000e+00 1.000000e+00
GO:0045291     2   0 1.000000e+00 1.000000e+00
GO:0045292    30   0 1.000000e+00 1.000000e+00
GO:0045293    15   0 1.000000e+00 1.000000e+00
GO:0045294    10   0 1.000000e+00 1.000000e+00
GO:0045295    12   0 1.000000e+00 1.000000e+00
GO:0045296   326   4 7.530284e-01 1.000000e+00
GO:0045298     1   0 1.000000e+00 1.000000e+00
GO:0045299     3   0 1.000000e+00 1.000000e+00
GO:0045309    59   3 6.284099e-02 1.000000e+00
GO:0045321   909  50 3.284646e-15 7.352352e-11
GO:0045322     8   1 1.200181e-01 1.000000e+00
GO:0045324    35   0 1.000000e+00 1.000000e+00
GO:0045329     3   0 1.000000e+00 1.000000e+00
GO:0045332    50   0 1.000000e+00 1.000000e+00
GO:0045333   218   2 8.622512e-01 1.000000e+00
GO:0045334    88   2 3.944351e-01 1.000000e+00
GO:0045335   131   9 2.081650e-04 3.258437e-02
GO:0045337     4   0 1.000000e+00 1.000000e+00
GO:0045338     6   0 1.000000e+00 1.000000e+00
GO:0045339     1   0 1.000000e+00 1.000000e+00
GO:0045340     3   0 1.000000e+00 1.000000e+00
GO:0045341     7   0 1.000000e+00 1.000000e+00
GO:0045342    19   1 2.530005e-01 1.000000e+00
GO:0045343     7   0 1.000000e+00 1.000000e+00
GO:0045344     1   0 1.000000e+00 1.000000e+00
GO:0045345     6   0 1.000000e+00 1.000000e+00
GO:0045346    18   1 2.415163e-01 1.000000e+00
GO:0045347     5   0 1.000000e+00 1.000000e+00
GO:0045348    14   1 1.941085e-01 1.000000e+00
GO:0045352     1   0 1.000000e+00 1.000000e+00
GO:0045353     1   0 1.000000e+00 1.000000e+00
GO:0045428    59   4 1.261128e-02 5.820431e-01
GO:0045429    38   4 2.740759e-03 2.115488e-01
GO:0045444   241   2 8.886346e-01 1.000000e+00
GO:0045445   110   3 2.462917e-01 1.000000e+00
GO:0045446   117   2 5.354512e-01 1.000000e+00
GO:0045448     4   0 1.000000e+00 1.000000e+00
GO:0045453    66   0 1.000000e+00 1.000000e+00
GO:0045454    38   0 1.000000e+00 1.000000e+00
GO:0045471   116   2 5.463821e-01 1.000000e+00
GO:0045472    14   1 1.950924e-01 1.000000e+00
GO:0045475    15   0 1.000000e+00 1.000000e+00
GO:0045485     1   0 1.000000e+00 1.000000e+00
GO:0045494    43   0 1.000000e+00 1.000000e+00
GO:0045495    24   0 1.000000e+00 1.000000e+00
GO:0045499    28   1 3.565875e-01 1.000000e+00
GO:0045503     9   0 1.000000e+00 1.000000e+00
GO:0045504    16   0 1.000000e+00 1.000000e+00
GO:0045505    35   1 4.242194e-01 1.000000e+00
GO:0045509     2   0 1.000000e+00 1.000000e+00
GO:0045513     1   0 1.000000e+00 1.000000e+00
GO:0045515     1   0 1.000000e+00 1.000000e+00
GO:0045517     1   0 1.000000e+00 1.000000e+00
GO:0045518     2   0 1.000000e+00 1.000000e+00
GO:0045519     2   0 1.000000e+00 1.000000e+00
GO:0045523     2   0 1.000000e+00 1.000000e+00
GO:0045540    21   0 1.000000e+00 1.000000e+00
GO:0045541     7   0 1.000000e+00 1.000000e+00
GO:0045542    10   0 1.000000e+00 1.000000e+00
GO:0045545     5   0 1.000000e+00 1.000000e+00
GO:0045547     2   0 1.000000e+00 1.000000e+00
GO:0045550     2   0 1.000000e+00 1.000000e+00
GO:0045569     5   0 1.000000e+00 1.000000e+00
GO:0045575     3   0 1.000000e+00 1.000000e+00
GO:0045576    62   5 2.673656e-03 2.098584e-01
GO:0045577    32   4 1.500578e-03 1.466766e-01
GO:0045578     6   0 1.000000e+00 1.000000e+00
GO:0045579    14   1 1.940365e-01 1.000000e+00
GO:0045580   177   9 1.963977e-03 1.744510e-01
GO:0045581    46   3 3.441858e-02 8.805207e-01
GO:0045582   115   7 2.277362e-03 1.932541e-01
GO:0045583     3   1 4.907480e-02 1.000000e+00
GO:0045584     1   1 1.787785e-02 6.517419e-01
GO:0045585     2   0 1.000000e+00 1.000000e+00
GO:0045586     9   0 1.000000e+00 1.000000e+00
GO:0045588     7   0 1.000000e+00 1.000000e+00
GO:0045589    34   2 9.474384e-02 1.000000e+00
GO:0045590     7   0 1.000000e+00 1.000000e+00
GO:0045591    21   2 4.142356e-02 9.853614e-01
GO:0045595  1556  31 8.492116e-02 1.000000e+00
GO:0045596   687  12 3.617413e-01 1.000000e+00
GO:0045597   861  20 4.663562e-02 1.000000e+00
GO:0045598   140   1 8.849934e-01 1.000000e+00
GO:0045599    60   1 5.967034e-01 1.000000e+00
GO:0045600    67   0 1.000000e+00 1.000000e+00
GO:0045601    46   1 5.011338e-01 1.000000e+00
GO:0045602    11   0 1.000000e+00 1.000000e+00
GO:0045603    19   0 1.000000e+00 1.000000e+00
GO:0045604    59   1 5.938666e-01 1.000000e+00
GO:0045605    13   0 1.000000e+00 1.000000e+00
GO:0045606    28   1 3.509502e-01 1.000000e+00
GO:0045607     9   0 1.000000e+00 1.000000e+00
GO:0045608     4   0 1.000000e+00 1.000000e+00
GO:0045609     2   0 1.000000e+00 1.000000e+00
GO:0045610     1   0 1.000000e+00 1.000000e+00
GO:0045611     1   0 1.000000e+00 1.000000e+00
GO:0045616    39   1 4.474364e-01 1.000000e+00
GO:0045617     8   0 1.000000e+00 1.000000e+00
GO:0045618    19   1 2.567749e-01 1.000000e+00
GO:0045619   206  13 2.325247e-05 7.228936e-03
GO:0045620    55   3 5.322329e-02 1.000000e+00
GO:0045621   127   8 8.963690e-04 1.008258e-01
GO:0045622    42   0 1.000000e+00 1.000000e+00
GO:0045623    16   0 1.000000e+00 1.000000e+00
GO:0045624    24   0 1.000000e+00 1.000000e+00
GO:0045625    11   0 1.000000e+00 1.000000e+00
GO:0045626     4   0 1.000000e+00 1.000000e+00
GO:0045627     6   0 1.000000e+00 1.000000e+00
GO:0045628    12   0 1.000000e+00 1.000000e+00
GO:0045629     5   0 1.000000e+00 1.000000e+00
GO:0045630     7   0 1.000000e+00 1.000000e+00
GO:0045631     9   0 1.000000e+00 1.000000e+00
GO:0045632     4   0 1.000000e+00 1.000000e+00
GO:0045633     2   0 1.000000e+00 1.000000e+00
GO:0045634     6   0 1.000000e+00 1.000000e+00
GO:0045636     5   0 1.000000e+00 1.000000e+00
GO:0045637   207   9 5.329530e-03 3.298028e-01
GO:0045638    92   3 1.713437e-01 1.000000e+00
GO:0045639   101   5 2.156479e-02 7.380830e-01
GO:0045643     2   0 1.000000e+00 1.000000e+00
GO:0045645     2   0 1.000000e+00 1.000000e+00
GO:0045646    43   2 1.428636e-01 1.000000e+00
GO:0045647     8   0 1.000000e+00 1.000000e+00
GO:0045648    30   0 1.000000e+00 1.000000e+00
GO:0045649    25   1 3.280799e-01 1.000000e+00
GO:0045650     8   0 1.000000e+00 1.000000e+00
GO:0045651    16   1 2.277938e-01 1.000000e+00
GO:0045652    34   1 4.200481e-01 1.000000e+00
GO:0045653    17   1 2.424579e-01 1.000000e+00
GO:0045654    10   0 1.000000e+00 1.000000e+00
GO:0045655    20   1 2.697896e-01 1.000000e+00
GO:0045656     8   1 1.179249e-01 1.000000e+00
GO:0045657    10   0 1.000000e+00 1.000000e+00
GO:0045658     3   0 1.000000e+00 1.000000e+00
GO:0045659     2   0 1.000000e+00 1.000000e+00
GO:0045660     1   0 1.000000e+00 1.000000e+00
GO:0045661    72   2 3.135506e-01 1.000000e+00
GO:0045662    24   1 3.152828e-01 1.000000e+00
GO:0045663    43   1 4.961718e-01 1.000000e+00
GO:0045664   187   1 9.481427e-01 1.000000e+00
GO:0045665    71   1 6.736207e-01 1.000000e+00
GO:0045666    88   0 1.000000e+00 1.000000e+00
GO:0045667   149   3 3.959191e-01 1.000000e+00
GO:0045668    64   2 2.530500e-01 1.000000e+00
GO:0045669    74   1 6.796306e-01 1.000000e+00
GO:0045670    69   5 4.265712e-03 2.902240e-01
GO:0045671    32   1 3.842057e-01 1.000000e+00
GO:0045672    29   4 1.074295e-03 1.134294e-01
GO:0045682    65   1 6.290884e-01 1.000000e+00
GO:0045683    13   0 1.000000e+00 1.000000e+00
GO:0045684    32   1 3.893379e-01 1.000000e+00
GO:0045685    78   0 1.000000e+00 1.000000e+00
GO:0045686    27   0 1.000000e+00 1.000000e+00
GO:0045687    46   0 1.000000e+00 1.000000e+00
GO:0045703     1   0 1.000000e+00 1.000000e+00
GO:0045717    23   1 2.849264e-01 1.000000e+00
GO:0045719     8   0 1.000000e+00 1.000000e+00
GO:0045720     1   0 1.000000e+00 1.000000e+00
GO:0045721    18   0 1.000000e+00 1.000000e+00
GO:0045722    20   0 1.000000e+00 1.000000e+00
GO:0045723    20   0 1.000000e+00 1.000000e+00
GO:0045724    29   0 1.000000e+00 1.000000e+00
GO:0045725    15   0 1.000000e+00 1.000000e+00
GO:0045726     1   0 1.000000e+00 1.000000e+00
GO:0045727   119   3 2.782646e-01 1.000000e+00
GO:0045728     4   0 1.000000e+00 1.000000e+00
GO:0045730    33   1 4.093317e-01 1.000000e+00
GO:0045732   193   2 8.041034e-01 1.000000e+00
GO:0045736    23   0 1.000000e+00 1.000000e+00
GO:0045737    12   0 1.000000e+00 1.000000e+00
GO:0045738    33   0 1.000000e+00 1.000000e+00
GO:0045739   122   2 5.685232e-01 1.000000e+00
GO:0045740    42   0 1.000000e+00 1.000000e+00
GO:0045741     3   0 1.000000e+00 1.000000e+00
GO:0045742    29   1 3.607983e-01 1.000000e+00
GO:0045743     9   0 1.000000e+00 1.000000e+00
GO:0045744    53   1 5.702236e-01 1.000000e+00
GO:0045745    31   0 1.000000e+00 1.000000e+00
GO:0045746    38   0 1.000000e+00 1.000000e+00
GO:0045747    47   1 5.226929e-01 1.000000e+00
GO:0045751     1   0 1.000000e+00 1.000000e+00
GO:0045759     6   0 1.000000e+00 1.000000e+00
GO:0045760     8   1 1.190048e-01 1.000000e+00
GO:0045761    42   1 4.813786e-01 1.000000e+00
GO:0045762    28   0 1.000000e+00 1.000000e+00
GO:0045763     4   0 1.000000e+00 1.000000e+00
GO:0045764     2   0 1.000000e+00 1.000000e+00
GO:0045765   332   5 5.708368e-01 1.000000e+00
GO:0045766   180   3 5.204460e-01 1.000000e+00
GO:0045769     1   0 1.000000e+00 1.000000e+00
GO:0045773    33   0 1.000000e+00 1.000000e+00
GO:0045776    46   2 1.597922e-01 1.000000e+00
GO:0045777    31   0 1.000000e+00 1.000000e+00
GO:0045778    52   0 1.000000e+00 1.000000e+00
GO:0045779    16   0 1.000000e+00 1.000000e+00
GO:0045780    19   0 1.000000e+00 1.000000e+00
GO:0045785   469  21 1.509577e-05 5.166907e-03
GO:0045786   385   5 7.111444e-01 1.000000e+00
GO:0045787   317   3 8.703578e-01 1.000000e+00
GO:0045792     9   0 1.000000e+00 1.000000e+00
GO:0045793    10   0 1.000000e+00 1.000000e+00
GO:0045794     5   0 1.000000e+00 1.000000e+00
GO:0045795     1   0 1.000000e+00 1.000000e+00
GO:0045796     2   0 1.000000e+00 1.000000e+00
GO:0045797     3   0 1.000000e+00 1.000000e+00
GO:0045806    74   3 1.024796e-01 1.000000e+00
GO:0045807   147   6 2.606724e-02 8.323668e-01
GO:0045813     1   0 1.000000e+00 1.000000e+00
GO:0045814   122   1 8.499350e-01 1.000000e+00
GO:0045815    36   3 1.824449e-02 6.574059e-01
GO:0045818     1   0 1.000000e+00 1.000000e+00
GO:0045819     2   0 1.000000e+00 1.000000e+00
GO:0045820    17   0 1.000000e+00 1.000000e+00
GO:0045821    20   1 2.752982e-01 1.000000e+00
GO:0045822    23   1 2.916532e-01 1.000000e+00
GO:0045823    35   0 1.000000e+00 1.000000e+00
GO:0045824    84   2 3.720375e-01 1.000000e+00
GO:0045827     2   0 1.000000e+00 1.000000e+00
GO:0045828     1   0 1.000000e+00 1.000000e+00
GO:0045829     3   0 1.000000e+00 1.000000e+00
GO:0045830    27   0 1.000000e+00 1.000000e+00
GO:0045833   105   5 2.268352e-02 7.533351e-01
GO:0045834   117   2 5.456312e-01 1.000000e+00
GO:0045835    11   0 1.000000e+00 1.000000e+00
GO:0045836    17   0 1.000000e+00 1.000000e+00
GO:0045837    13   0 1.000000e+00 1.000000e+00
GO:0045838    12   1 1.754742e-01 1.000000e+00
GO:0045839    56   0 1.000000e+00 1.000000e+00
GO:0045840    44   2 1.530696e-01 1.000000e+00
GO:0045841    48   0 1.000000e+00 1.000000e+00
GO:0045842    14   0 1.000000e+00 1.000000e+00
GO:0045843     8   0 1.000000e+00 1.000000e+00
GO:0045844     4   0 1.000000e+00 1.000000e+00
GO:0045848     1   0 1.000000e+00 1.000000e+00
GO:0045851     6   0 1.000000e+00 1.000000e+00
GO:0045852     1   0 1.000000e+00 1.000000e+00
GO:0045859   454   6 7.060617e-01 1.000000e+00
GO:0045860   249   5 3.408364e-01 1.000000e+00
GO:0045861   204   6 9.554885e-02 1.000000e+00
GO:0045862   323   8 1.328479e-01 1.000000e+00
GO:0045869    16   1 2.153864e-01 1.000000e+00
GO:0045870     2   0 1.000000e+00 1.000000e+00
GO:0045875     3   0 1.000000e+00 1.000000e+00
GO:0045876     9   0 1.000000e+00 1.000000e+00
GO:0045879    31   1 3.886502e-01 1.000000e+00
GO:0045880    35   0 1.000000e+00 1.000000e+00
GO:0045887     1   0 1.000000e+00 1.000000e+00
GO:0045892  1140  17 6.045328e-01 1.000000e+00
GO:0045893  1599  25 5.178902e-01 1.000000e+00
GO:0045898     7   1 1.019449e-01 1.000000e+00
GO:0045899     4   0 1.000000e+00 1.000000e+00
GO:0045900     5   0 1.000000e+00 1.000000e+00
GO:0045901     3   0 1.000000e+00 1.000000e+00
GO:0045903     1   0 1.000000e+00 1.000000e+00
GO:0045905     3   0 1.000000e+00 1.000000e+00
GO:0045906    12   0 1.000000e+00 1.000000e+00
GO:0045907    31   0 1.000000e+00 1.000000e+00
GO:0045910    44   0 1.000000e+00 1.000000e+00
GO:0045911    64   0 1.000000e+00 1.000000e+00
GO:0045912    53   0 1.000000e+00 1.000000e+00
GO:0045913    76   2 3.253436e-01 1.000000e+00
GO:0045914     2   0 1.000000e+00 1.000000e+00
GO:0045915     4   0 1.000000e+00 1.000000e+00
GO:0045916    12   0 1.000000e+00 1.000000e+00
GO:0045917     7   0 1.000000e+00 1.000000e+00
GO:0045920    32   3 1.313023e-02 5.952326e-01
GO:0045921    72   5 5.018528e-03 3.167707e-01
GO:0045922    39   3 2.057354e-02 7.173180e-01
GO:0045923    37   0 1.000000e+00 1.000000e+00
GO:0045924     7   0 1.000000e+00 1.000000e+00
GO:0045925     2   0 1.000000e+00 1.000000e+00
GO:0045926   233   1 9.748069e-01 1.000000e+00
GO:0045927   238   1 9.754138e-01 1.000000e+00
GO:0045930   241   4 5.089113e-01 1.000000e+00
GO:0045931   125   1 8.577626e-01 1.000000e+00
GO:0045932    23   0 1.000000e+00 1.000000e+00
GO:0045933    46   1 5.130419e-01 1.000000e+00
GO:0045934  1374  19 7.324682e-01 1.000000e+00
GO:0045935  2022  31 5.450304e-01 1.000000e+00
GO:0045936   371   5 6.846409e-01 1.000000e+00
GO:0045937   661  15 8.768945e-02 1.000000e+00
GO:0045938     4   1 6.167873e-02 1.000000e+00
GO:0045939    29   0 1.000000e+00 1.000000e+00
GO:0045940    27   2 6.661211e-02 1.000000e+00
GO:0045943    32   0 1.000000e+00 1.000000e+00
GO:0045944  1187  17 6.706389e-01 1.000000e+00
GO:0045945    17   0 1.000000e+00 1.000000e+00
GO:0045947    20   0 1.000000e+00 1.000000e+00
GO:0045948    22   1 2.905469e-01 1.000000e+00
GO:0045950     4   0 1.000000e+00 1.000000e+00
GO:0045951     1   0 1.000000e+00 1.000000e+00
GO:0045953    20   1 2.608682e-01 1.000000e+00
GO:0045954    26   1 3.228376e-01 1.000000e+00
GO:0045955     8   0 1.000000e+00 1.000000e+00
GO:0045956    13   0 1.000000e+00 1.000000e+00
GO:0045957     2   0 1.000000e+00 1.000000e+00
GO:0045958     2   0 1.000000e+00 1.000000e+00
GO:0045959     8   0 1.000000e+00 1.000000e+00
GO:0045960     1   0 1.000000e+00 1.000000e+00
GO:0045963     2   0 1.000000e+00 1.000000e+00
GO:0045964     4   0 1.000000e+00 1.000000e+00
GO:0045967     1   0 1.000000e+00 1.000000e+00
GO:0045976     2   0 1.000000e+00 1.000000e+00
GO:0045977     1   0 1.000000e+00 1.000000e+00
GO:0045980    26   0 1.000000e+00 1.000000e+00
GO:0045981    35   1 4.263180e-01 1.000000e+00
GO:0045986    13   0 1.000000e+00 1.000000e+00
GO:0045987    30   1 3.764186e-01 1.000000e+00
GO:0045988     9   0 1.000000e+00 1.000000e+00
GO:0045989    13   0 1.000000e+00 1.000000e+00
GO:0045990     7   0 1.000000e+00 1.000000e+00
GO:0045991     7   0 1.000000e+00 1.000000e+00
GO:0045992     1   0 1.000000e+00 1.000000e+00
GO:0045993     1   0 1.000000e+00 1.000000e+00
GO:0045994     1   1 1.542917e-02 6.256642e-01
GO:0045995    89   0 1.000000e+00 1.000000e+00
GO:0046005     1   0 1.000000e+00 1.000000e+00
GO:0046006    42   3 2.753747e-02 8.669462e-01
GO:0046007    14   1 1.939860e-01 1.000000e+00
GO:0046010     2   0 1.000000e+00 1.000000e+00
GO:0046013     3   0 1.000000e+00 1.000000e+00
GO:0046015     8   0 1.000000e+00 1.000000e+00
GO:0046016     6   0 1.000000e+00 1.000000e+00
GO:0046027     1   0 1.000000e+00 1.000000e+00
GO:0046030    12   0 1.000000e+00 1.000000e+00
GO:0046031    93   1 7.739838e-01 1.000000e+00
GO:0046032    87   1 7.505720e-01 1.000000e+00
GO:0046033    22   0 1.000000e+00 1.000000e+00
GO:0046034   202   1 9.601275e-01 1.000000e+00
GO:0046035     8   0 1.000000e+00 1.000000e+00
GO:0046036    15   0 1.000000e+00 1.000000e+00
GO:0046037    24   0 1.000000e+00 1.000000e+00
GO:0046038     2   0 1.000000e+00 1.000000e+00
GO:0046039    23   0 1.000000e+00 1.000000e+00
GO:0046040    17   0 1.000000e+00 1.000000e+00
GO:0046041     2   0 1.000000e+00 1.000000e+00
GO:0046048     7   0 1.000000e+00 1.000000e+00
GO:0046049    14   0 1.000000e+00 1.000000e+00
GO:0046050     5   0 1.000000e+00 1.000000e+00
GO:0046051    12   0 1.000000e+00 1.000000e+00
GO:0046052     1   0 1.000000e+00 1.000000e+00
GO:0046053     7   0 1.000000e+00 1.000000e+00
GO:0046054     5   0 1.000000e+00 1.000000e+00
GO:0046055     4   0 1.000000e+00 1.000000e+00
GO:0046056     2   0 1.000000e+00 1.000000e+00
GO:0046057     1   0 1.000000e+00 1.000000e+00
GO:0046058    23   0 1.000000e+00 1.000000e+00
GO:0046059     4   0 1.000000e+00 1.000000e+00
GO:0046060     3   0 1.000000e+00 1.000000e+00
GO:0046061     2   0 1.000000e+00 1.000000e+00
GO:0046063     6   0 1.000000e+00 1.000000e+00
GO:0046065     1   0 1.000000e+00 1.000000e+00
GO:0046066     2   0 1.000000e+00 1.000000e+00
GO:0046067     1   0 1.000000e+00 1.000000e+00
GO:0046068    16   0 1.000000e+00 1.000000e+00
GO:0046069     5   0 1.000000e+00 1.000000e+00
GO:0046070     3   0 1.000000e+00 1.000000e+00
GO:0046072     2   0 1.000000e+00 1.000000e+00
GO:0046073     6   0 1.000000e+00 1.000000e+00
GO:0046074     3   0 1.000000e+00 1.000000e+00
GO:0046075     4   0 1.000000e+00 1.000000e+00
GO:0046077     2   0 1.000000e+00 1.000000e+00
GO:0046078     7   0 1.000000e+00 1.000000e+00
GO:0046079     6   0 1.000000e+00 1.000000e+00
GO:0046080     1   0 1.000000e+00 1.000000e+00
GO:0046081     1   0 1.000000e+00 1.000000e+00
GO:0046083     2   0 1.000000e+00 1.000000e+00
GO:0046084     2   0 1.000000e+00 1.000000e+00
GO:0046085    10   0 1.000000e+00 1.000000e+00
GO:0046086     1   0 1.000000e+00 1.000000e+00
GO:0046087    12   1 1.682879e-01 1.000000e+00
GO:0046090     3   0 1.000000e+00 1.000000e+00
GO:0046092     1   0 1.000000e+00 1.000000e+00
GO:0046094     2   0 1.000000e+00 1.000000e+00
GO:0046098     3   0 1.000000e+00 1.000000e+00
GO:0046100     2   0 1.000000e+00 1.000000e+00
GO:0046101     1   0 1.000000e+00 1.000000e+00
GO:0046102     5   0 1.000000e+00 1.000000e+00
GO:0046103     3   0 1.000000e+00 1.000000e+00
GO:0046104     5   0 1.000000e+00 1.000000e+00
GO:0046105     3   0 1.000000e+00 1.000000e+00
GO:0046108     2   0 1.000000e+00 1.000000e+00
GO:0046110     2   0 1.000000e+00 1.000000e+00
GO:0046111     1   0 1.000000e+00 1.000000e+00
GO:0046112    14   0 1.000000e+00 1.000000e+00
GO:0046113     5   0 1.000000e+00 1.000000e+00
GO:0046120     3   0 1.000000e+00 1.000000e+00
GO:0046121     6   0 1.000000e+00 1.000000e+00
GO:0046122     5   0 1.000000e+00 1.000000e+00
GO:0046124     4   0 1.000000e+00 1.000000e+00
GO:0046125     5   0 1.000000e+00 1.000000e+00
GO:0046126     3   0 1.000000e+00 1.000000e+00
GO:0046127     1   0 1.000000e+00 1.000000e+00
GO:0046128    20   0 1.000000e+00 1.000000e+00
GO:0046129    10   0 1.000000e+00 1.000000e+00
GO:0046130     6   0 1.000000e+00 1.000000e+00
GO:0046131    14   1 1.938780e-01 1.000000e+00
GO:0046133    14   1 1.938780e-01 1.000000e+00
GO:0046134     5   0 1.000000e+00 1.000000e+00
GO:0046135    16   1 2.177655e-01 1.000000e+00
GO:0046136     4   2 1.593885e-03 1.511334e-01
GO:0046137     7   0 1.000000e+00 1.000000e+00
GO:0046146     8   0 1.000000e+00 1.000000e+00
GO:0046148    50   0 1.000000e+00 1.000000e+00
GO:0046149    11   0 1.000000e+00 1.000000e+00
GO:0046160    10   0 1.000000e+00 1.000000e+00
GO:0046164    32   0 1.000000e+00 1.000000e+00
GO:0046165   134   1 8.729764e-01 1.000000e+00
GO:0046166     4   0 1.000000e+00 1.000000e+00
GO:0046167     2   0 1.000000e+00 1.000000e+00
GO:0046168     2   0 1.000000e+00 1.000000e+00
GO:0046173    59   1 5.962231e-01 1.000000e+00
GO:0046174     9   0 1.000000e+00 1.000000e+00
GO:0046176     2   0 1.000000e+00 1.000000e+00
GO:0046177     2   0 1.000000e+00 1.000000e+00
GO:0046184    18   0 1.000000e+00 1.000000e+00
GO:0046185    14   0 1.000000e+00 1.000000e+00
GO:0046189    46   0 1.000000e+00 1.000000e+00
GO:0046203     2   0 1.000000e+00 1.000000e+00
GO:0046204     1   0 1.000000e+00 1.000000e+00
GO:0046208     2   0 1.000000e+00 1.000000e+00
GO:0046209    80   4 3.441993e-02 8.805207e-01
GO:0046219     1   0 1.000000e+00 1.000000e+00
GO:0046222     7   0 1.000000e+00 1.000000e+00
GO:0046223     1   0 1.000000e+00 1.000000e+00
GO:0046247     2   0 1.000000e+00 1.000000e+00
GO:0046272     1   0 1.000000e+00 1.000000e+00
GO:0046275     1   0 1.000000e+00 1.000000e+00
GO:0046292     4   0 1.000000e+00 1.000000e+00
GO:0046293     1   0 1.000000e+00 1.000000e+00
GO:0046294     3   0 1.000000e+00 1.000000e+00
GO:0046295     1   0 1.000000e+00 1.000000e+00
GO:0046296     1   0 1.000000e+00 1.000000e+00
GO:0046305     4   0 1.000000e+00 1.000000e+00
GO:0046314     5   0 1.000000e+00 1.000000e+00
GO:0046316     1   0 1.000000e+00 1.000000e+00
GO:0046317     1   0 1.000000e+00 1.000000e+00
GO:0046318     1   0 1.000000e+00 1.000000e+00
GO:0046320    33   2 9.184983e-02 1.000000e+00
GO:0046321    14   0 1.000000e+00 1.000000e+00
GO:0046322    14   2 1.877772e-02 6.703677e-01
GO:0046323    75   3 1.104268e-01 1.000000e+00
GO:0046324    57   3 5.792908e-02 1.000000e+00
GO:0046325    16   2 2.246413e-02 7.526064e-01
GO:0046326    34   1 4.122196e-01 1.000000e+00
GO:0046327     2   0 1.000000e+00 1.000000e+00
GO:0046328   132   5 5.312141e-02 1.000000e+00
GO:0046329    36   0 1.000000e+00 1.000000e+00
GO:0046330    89   5 1.220978e-02 5.741673e-01
GO:0046331     3   0 1.000000e+00 1.000000e+00
GO:0046332    73   1 6.856042e-01 1.000000e+00
GO:0046333     3   0 1.000000e+00 1.000000e+00
GO:0046337    28   1 3.578054e-01 1.000000e+00
GO:0046338     4   0 1.000000e+00 1.000000e+00
GO:0046339    26   0 1.000000e+00 1.000000e+00
GO:0046340     5   0 1.000000e+00 1.000000e+00
GO:0046341    12   0 1.000000e+00 1.000000e+00
GO:0046348    13   1 1.896126e-01 1.000000e+00
GO:0046349    11   0 1.000000e+00 1.000000e+00
GO:0046351     4   0 1.000000e+00 1.000000e+00
GO:0046352     3   0 1.000000e+00 1.000000e+00
GO:0046356     3   0 1.000000e+00 1.000000e+00
GO:0046359     1   0 1.000000e+00 1.000000e+00
GO:0046360     1   0 1.000000e+00 1.000000e+00
GO:0046361     2   0 1.000000e+00 1.000000e+00
GO:0046364    90   0 1.000000e+00 1.000000e+00
GO:0046365    46   0 1.000000e+00 1.000000e+00
GO:0046368     4   0 1.000000e+00 1.000000e+00
GO:0046370     2   0 1.000000e+00 1.000000e+00
GO:0046379     3   0 1.000000e+00 1.000000e+00
GO:0046380     2   0 1.000000e+00 1.000000e+00
GO:0046381     2   0 1.000000e+00 1.000000e+00
GO:0046385    14   0 1.000000e+00 1.000000e+00
GO:0046386    28   0 1.000000e+00 1.000000e+00
GO:0046390   209   1 9.646582e-01 1.000000e+00
GO:0046391     4   0 1.000000e+00 1.000000e+00
GO:0046394   310   4 7.101524e-01 1.000000e+00
GO:0046395   243   2 8.978244e-01 1.000000e+00
GO:0046398     2   1 3.096281e-02 8.696241e-01
GO:0046403     1   0 1.000000e+00 1.000000e+00
GO:0046404     4   0 1.000000e+00 1.000000e+00
GO:0046415    11   0 1.000000e+00 1.000000e+00
GO:0046416     4   0 1.000000e+00 1.000000e+00
GO:0046425    91   2 3.982908e-01 1.000000e+00
GO:0046426    24   0 1.000000e+00 1.000000e+00
GO:0046427    46   1 5.088105e-01 1.000000e+00
GO:0046434   224   1 9.713200e-01 1.000000e+00
GO:0046436     1   0 1.000000e+00 1.000000e+00
GO:0046437     1   0 1.000000e+00 1.000000e+00
GO:0046439     4   0 1.000000e+00 1.000000e+00
GO:0046440     4   0 1.000000e+00 1.000000e+00
GO:0046443     1   0 1.000000e+00 1.000000e+00
GO:0046444     1   0 1.000000e+00 1.000000e+00
GO:0046448     1   0 1.000000e+00 1.000000e+00
GO:0046449     2   0 1.000000e+00 1.000000e+00
GO:0046452     3   0 1.000000e+00 1.000000e+00
GO:0046456    53   1 5.646295e-01 1.000000e+00
GO:0046457    30   0 1.000000e+00 1.000000e+00
GO:0046458     1   0 1.000000e+00 1.000000e+00
GO:0046459    16   0 1.000000e+00 1.000000e+00
GO:0046460    49   0 1.000000e+00 1.000000e+00
GO:0046461    37   0 1.000000e+00 1.000000e+00
GO:0046462    14   0 1.000000e+00 1.000000e+00
GO:0046463    49   0 1.000000e+00 1.000000e+00
GO:0046464    37   0 1.000000e+00 1.000000e+00
GO:0046465     5   0 1.000000e+00 1.000000e+00
GO:0046466    44   0 1.000000e+00 1.000000e+00
GO:0046467   142   3 3.795036e-01 1.000000e+00
GO:0046469     8   0 1.000000e+00 1.000000e+00
GO:0046470    74   2 3.256231e-01 1.000000e+00
GO:0046471    33   0 1.000000e+00 1.000000e+00
GO:0046473    35   0 1.000000e+00 1.000000e+00
GO:0046474   200   5 2.014056e-01 1.000000e+00
GO:0046475    33   0 1.000000e+00 1.000000e+00
GO:0046476     8   0 1.000000e+00 1.000000e+00
GO:0046477    10   0 1.000000e+00 1.000000e+00
GO:0046478     2   0 1.000000e+00 1.000000e+00
GO:0046479    22   0 1.000000e+00 1.000000e+00
GO:0046483  5760  69 9.948760e-01 1.000000e+00
GO:0046485    21   0 1.000000e+00 1.000000e+00
GO:0046486   380   7 3.850427e-01 1.000000e+00
GO:0046487     8   1 1.245845e-01 1.000000e+00
GO:0046488   156   4 2.271732e-01 1.000000e+00
GO:0046490     5   0 1.000000e+00 1.000000e+00
GO:0046491     1   0 1.000000e+00 1.000000e+00
GO:0046492     8   0 1.000000e+00 1.000000e+00
GO:0046495     1   0 1.000000e+00 1.000000e+00
GO:0046496   155   3 4.402325e-01 1.000000e+00
GO:0046498     2   0 1.000000e+00 1.000000e+00
GO:0046499     1   0 1.000000e+00 1.000000e+00
GO:0046500    14   0 1.000000e+00 1.000000e+00
GO:0046501    10   0 1.000000e+00 1.000000e+00
GO:0046502     2   0 1.000000e+00 1.000000e+00
GO:0046503    63   0 1.000000e+00 1.000000e+00
GO:0046504    11   0 1.000000e+00 1.000000e+00
GO:0046508     1   0 1.000000e+00 1.000000e+00
GO:0046511     2   0 1.000000e+00 1.000000e+00
GO:0046512    14   0 1.000000e+00 1.000000e+00
GO:0046513    67   1 6.485832e-01 1.000000e+00
GO:0046514    24   0 1.000000e+00 1.000000e+00
GO:0046519    22   0 1.000000e+00 1.000000e+00
GO:0046520    14   0 1.000000e+00 1.000000e+00
GO:0046521     1   0 1.000000e+00 1.000000e+00
GO:0046523     1   0 1.000000e+00 1.000000e+00
GO:0046525     1   0 1.000000e+00 1.000000e+00
GO:0046526     1   0 1.000000e+00 1.000000e+00
GO:0046527    17   0 1.000000e+00 1.000000e+00
GO:0046530    65   0 1.000000e+00 1.000000e+00
GO:0046532     6   0 1.000000e+00 1.000000e+00
GO:0046533     6   0 1.000000e+00 1.000000e+00
GO:0046538     3   0 1.000000e+00 1.000000e+00
GO:0046539     1   0 1.000000e+00 1.000000e+00
GO:0046540    36   0 1.000000e+00 1.000000e+00
GO:0046541    13   1 1.844346e-01 1.000000e+00
GO:0046543     6   0 1.000000e+00 1.000000e+00
GO:0046544     2   0 1.000000e+00 1.000000e+00
GO:0046545   102   0 1.000000e+00 1.000000e+00
GO:0046546   139   1 8.876525e-01 1.000000e+00
GO:0046548    10   0 1.000000e+00 1.000000e+00
GO:0046549    11   0 1.000000e+00 1.000000e+00
GO:0046552     1   0 1.000000e+00 1.000000e+00
GO:0046554     1   0 1.000000e+00 1.000000e+00
GO:0046570     1   0 1.000000e+00 1.000000e+00
GO:0046573     3   0 1.000000e+00 1.000000e+00
GO:0046577     1   0 1.000000e+00 1.000000e+00
GO:0046578    45   0 1.000000e+00 1.000000e+00
GO:0046579    18   0 1.000000e+00 1.000000e+00
GO:0046580    20   0 1.000000e+00 1.000000e+00
GO:0046581     6   0 1.000000e+00 1.000000e+00
GO:0046583     1   0 1.000000e+00 1.000000e+00
GO:0046586     2   0 1.000000e+00 1.000000e+00
GO:0046587     1   0 1.000000e+00 1.000000e+00
GO:0046588     1   0 1.000000e+00 1.000000e+00
GO:0046592     3   0 1.000000e+00 1.000000e+00
GO:0046596    46   2 1.543185e-01 1.000000e+00
GO:0046597    21   1 2.750554e-01 1.000000e+00
GO:0046598    14   1 1.930480e-01 1.000000e+00
GO:0046599    22   0 1.000000e+00 1.000000e+00
GO:0046600     7   0 1.000000e+00 1.000000e+00
GO:0046601     9   0 1.000000e+00 1.000000e+00
GO:0046602     9   0 1.000000e+00 1.000000e+00
GO:0046603     1   0 1.000000e+00 1.000000e+00
GO:0046604     3   0 1.000000e+00 1.000000e+00
GO:0046605    53   1 5.556004e-01 1.000000e+00
GO:0046606    12   0 1.000000e+00 1.000000e+00
GO:0046618    24   2 4.806332e-02 1.000000e+00
GO:0046619     2   0 1.000000e+00 1.000000e+00
GO:0046620    95   2 4.247010e-01 1.000000e+00
GO:0046621    34   0 1.000000e+00 1.000000e+00
GO:0046622    49   1 5.239602e-01 1.000000e+00
GO:0046623     3   0 1.000000e+00 1.000000e+00
GO:0046624    17   0 1.000000e+00 1.000000e+00
GO:0046625    28   1 3.511301e-01 1.000000e+00
GO:0046626    66   0 1.000000e+00 1.000000e+00
GO:0046627    41   0 1.000000e+00 1.000000e+00
GO:0046628    23   0 1.000000e+00 1.000000e+00
GO:0046629    24   1 3.114637e-01 1.000000e+00
GO:0046630     1   0 1.000000e+00 1.000000e+00
GO:0046631   169  11 7.264982e-05 1.659381e-02
GO:0046632   120   6 1.159709e-02 5.540765e-01
GO:0046633    42   2 1.322987e-01 1.000000e+00
GO:0046634   108   8 2.867048e-04 4.087644e-02
GO:0046635    68   5 4.218075e-03 2.878579e-01
GO:0046636    42   4 3.540728e-03 2.524065e-01
GO:0046637    70   5 4.959278e-03 3.167707e-01
GO:0046638    50   4 7.940855e-03 4.232097e-01
GO:0046639    25   2 5.616638e-02 1.000000e+00
GO:0046640    40   2 1.219474e-01 1.000000e+00
GO:0046641    24   2 5.203616e-02 1.000000e+00
GO:0046642    13   0 1.000000e+00 1.000000e+00
GO:0046643    11   1 1.527914e-01 1.000000e+00
GO:0046645     9   1 1.264687e-01 1.000000e+00
GO:0046649   748  41 1.423240e-12 6.371561e-09
GO:0046651   283  12 1.490109e-03 1.462921e-01
GO:0046653    18   0 1.000000e+00 1.000000e+00
GO:0046654     7   0 1.000000e+00 1.000000e+00
GO:0046655    13   0 1.000000e+00 1.000000e+00
GO:0046657     1   0 1.000000e+00 1.000000e+00
GO:0046659     1   0 1.000000e+00 1.000000e+00
GO:0046660   117   0 1.000000e+00 1.000000e+00
GO:0046661   162   2 7.177295e-01 1.000000e+00
GO:0046666     6   0 1.000000e+00 1.000000e+00
GO:0046668     4   0 1.000000e+00 1.000000e+00
GO:0046671     2   0 1.000000e+00 1.000000e+00
GO:0046676    39   1 4.581821e-01 1.000000e+00
GO:0046677    36   0 1.000000e+00 1.000000e+00
GO:0046683   121   2 5.549965e-01 1.000000e+00
GO:0046684     2   0 1.000000e+00 1.000000e+00
GO:0046685    31   1 3.867769e-01 1.000000e+00
GO:0046686    55   1 5.796623e-01 1.000000e+00
GO:0046688    34   0 1.000000e+00 1.000000e+00
GO:0046689    10   0 1.000000e+00 1.000000e+00
GO:0046691     3   0 1.000000e+00 1.000000e+00
GO:0046692     1   0 1.000000e+00 1.000000e+00
GO:0046695     3   0 1.000000e+00 1.000000e+00
GO:0046696     5   0 1.000000e+00 1.000000e+00
GO:0046697    24   0 1.000000e+00 1.000000e+00
GO:0046700   620   4 9.862390e-01 1.000000e+00
GO:0046703     8   0 1.000000e+00 1.000000e+00
GO:0046704     1   0 1.000000e+00 1.000000e+00
GO:0046705     1   0 1.000000e+00 1.000000e+00
GO:0046710     9   0 1.000000e+00 1.000000e+00
GO:0046712     2   0 1.000000e+00 1.000000e+00
GO:0046713     1   0 1.000000e+00 1.000000e+00
GO:0046715     1   0 1.000000e+00 1.000000e+00
GO:0046716    22   0 1.000000e+00 1.000000e+00
GO:0046717    44   2 1.537052e-01 1.000000e+00
GO:0046718   147   3 3.910379e-01 1.000000e+00
GO:0046719     7   0 1.000000e+00 1.000000e+00
GO:0046720     1   0 1.000000e+00 1.000000e+00
GO:0046722     1   0 1.000000e+00 1.000000e+00
GO:0046724     2   0 1.000000e+00 1.000000e+00
GO:0046725     1   0 1.000000e+00 1.000000e+00
GO:0046726     4   0 1.000000e+00 1.000000e+00
GO:0046753    14   0 1.000000e+00 1.000000e+00
GO:0046754     1   0 1.000000e+00 1.000000e+00
GO:0046755    24   0 1.000000e+00 1.000000e+00
GO:0046761    13   0 1.000000e+00 1.000000e+00
GO:0046777   181   5 1.494221e-01 1.000000e+00
GO:0046782    18   1 2.417755e-01 1.000000e+00
GO:0046785    90   0 1.000000e+00 1.000000e+00
GO:0046789     1   0 1.000000e+00 1.000000e+00
GO:0046790     9   0 1.000000e+00 1.000000e+00
GO:0046794    20   0 1.000000e+00 1.000000e+00
GO:0046811     2   0 1.000000e+00 1.000000e+00
GO:0046812     1   0 1.000000e+00 1.000000e+00
GO:0046813     4   0 1.000000e+00 1.000000e+00
GO:0046814     1   0 1.000000e+00 1.000000e+00
GO:0046817     1   0 1.000000e+00 1.000000e+00
GO:0046822   108   3 2.315548e-01 1.000000e+00
GO:0046823    23   1 3.017298e-01 1.000000e+00
GO:0046824    59   1 5.994661e-01 1.000000e+00
GO:0046825    33   1 4.012620e-01 1.000000e+00
GO:0046826     6   0 1.000000e+00 1.000000e+00
GO:0046827    17   0 1.000000e+00 1.000000e+00
GO:0046831    14   0 1.000000e+00 1.000000e+00
GO:0046832     2   0 1.000000e+00 1.000000e+00
GO:0046833     5   0 1.000000e+00 1.000000e+00
GO:0046834    10   0 1.000000e+00 1.000000e+00
GO:0046835    22   0 1.000000e+00 1.000000e+00
GO:0046836     7   0 1.000000e+00 1.000000e+00
GO:0046839    39   0 1.000000e+00 1.000000e+00
GO:0046847    64   1 6.353053e-01 1.000000e+00
GO:0046848     3   0 1.000000e+00 1.000000e+00
GO:0046849    90   0 1.000000e+00 1.000000e+00
GO:0046850    51   0 1.000000e+00 1.000000e+00
GO:0046851    18   0 1.000000e+00 1.000000e+00
GO:0046854    64   2 2.592648e-01 1.000000e+00
GO:0046856    26   0 1.000000e+00 1.000000e+00
GO:0046857     2   0 1.000000e+00 1.000000e+00
GO:0046864     5   0 1.000000e+00 1.000000e+00
GO:0046865     5   0 1.000000e+00 1.000000e+00
GO:0046866     1   0 1.000000e+00 1.000000e+00
GO:0046867     1   0 1.000000e+00 1.000000e+00
GO:0046870     5   0 1.000000e+00 1.000000e+00
GO:0046872  3998  60 6.439571e-01 1.000000e+00
GO:0046873   419   5 7.857371e-01 1.000000e+00
GO:0046874     5   0 1.000000e+00 1.000000e+00
GO:0046875    26   0 1.000000e+00 1.000000e+00
GO:0046877     7   1 1.045847e-01 1.000000e+00
GO:0046878     2   0 1.000000e+00 1.000000e+00
GO:0046879   299   8 9.496210e-02 1.000000e+00
GO:0046880     6   0 1.000000e+00 1.000000e+00
GO:0046881     6   0 1.000000e+00 1.000000e+00
GO:0046882     3   0 1.000000e+00 1.000000e+00
GO:0046883   247   8 3.956023e-02 9.593892e-01
GO:0046884     8   0 1.000000e+00 1.000000e+00
GO:0046885    24   0 1.000000e+00 1.000000e+00
GO:0046886     9   0 1.000000e+00 1.000000e+00
GO:0046887   141   4 1.764120e-01 1.000000e+00
GO:0046888    66   2 2.716117e-01 1.000000e+00
GO:0046889    83   2 3.719660e-01 1.000000e+00
GO:0046890   175   3 5.085548e-01 1.000000e+00
GO:0046898     5   0 1.000000e+00 1.000000e+00
GO:0046899     3   0 1.000000e+00 1.000000e+00
GO:0046900     2   0 1.000000e+00 1.000000e+00
GO:0046901     1   0 1.000000e+00 1.000000e+00
GO:0046902    54   1 5.683942e-01 1.000000e+00
GO:0046903   922  25 4.803512e-03 3.122232e-01
GO:0046904     2   0 1.000000e+00 1.000000e+00
GO:0046906   145   0 1.000000e+00 1.000000e+00
GO:0046907  1280  13 9.637486e-01 1.000000e+00
GO:0046911     1   0 1.000000e+00 1.000000e+00
GO:0046912     5   0 1.000000e+00 1.000000e+00
GO:0046914  1041  15 6.507613e-01 1.000000e+00
GO:0046915    40   0 1.000000e+00 1.000000e+00
GO:0046920     8   0 1.000000e+00 1.000000e+00
GO:0046921     1   0 1.000000e+00 1.000000e+00
GO:0046922     2   0 1.000000e+00 1.000000e+00
GO:0046923     5   0 1.000000e+00 1.000000e+00
GO:0046928    76   1 7.003475e-01 1.000000e+00
GO:0046929     6   0 1.000000e+00 1.000000e+00
GO:0046930    24   1 3.099188e-01 1.000000e+00
GO:0046931    18   1 2.394920e-01 1.000000e+00
GO:0046933    16   0 1.000000e+00 1.000000e+00
GO:0046934     7   1 1.016414e-01 1.000000e+00
GO:0046935    15   0 1.000000e+00 1.000000e+00
GO:0046936     3   0 1.000000e+00 1.000000e+00
GO:0046940    10   0 1.000000e+00 1.000000e+00
GO:0046942   342   7 2.791016e-01 1.000000e+00
GO:0046943   172   2 7.490288e-01 1.000000e+00
GO:0046946     2   0 1.000000e+00 1.000000e+00
GO:0046947     2   0 1.000000e+00 1.000000e+00
GO:0046949    25   1 3.254457e-01 1.000000e+00
GO:0046950     8   0 1.000000e+00 1.000000e+00
GO:0046951     5   0 1.000000e+00 1.000000e+00
GO:0046952     3   0 1.000000e+00 1.000000e+00
GO:0046958     5   0 1.000000e+00 1.000000e+00
GO:0046959     3   0 1.000000e+00 1.000000e+00
GO:0046960     2   0 1.000000e+00 1.000000e+00
GO:0046961    24   0 1.000000e+00 1.000000e+00
GO:0046963     2   0 1.000000e+00 1.000000e+00
GO:0046964     2   0 1.000000e+00 1.000000e+00
GO:0046965    17   0 1.000000e+00 1.000000e+00
GO:0046966    27   0 1.000000e+00 1.000000e+00
GO:0046967     4   0 1.000000e+00 1.000000e+00
GO:0046968     3   0 1.000000e+00 1.000000e+00
GO:0046969     2   0 1.000000e+00 1.000000e+00
GO:0046970     2   0 1.000000e+00 1.000000e+00
GO:0046972     4   0 1.000000e+00 1.000000e+00
GO:0046974    12   0 1.000000e+00 1.000000e+00
GO:0046975    13   0 1.000000e+00 1.000000e+00
GO:0046976     6   0 1.000000e+00 1.000000e+00
GO:0046977     7   0 1.000000e+00 1.000000e+00
GO:0046978     4   0 1.000000e+00 1.000000e+00
GO:0046979     3   0 1.000000e+00 1.000000e+00
GO:0046980     1   0 1.000000e+00 1.000000e+00
GO:0046982   307   4 7.011346e-01 1.000000e+00
GO:0046983  1008  14 7.031666e-01 1.000000e+00
GO:0046984     8   0 1.000000e+00 1.000000e+00
GO:0046985     6   0 1.000000e+00 1.000000e+00
GO:0046986     1   0 1.000000e+00 1.000000e+00
GO:0046992     1   0 1.000000e+00 1.000000e+00
GO:0046997     2   0 1.000000e+00 1.000000e+00
GO:0047006     2   0 1.000000e+00 1.000000e+00
GO:0047016     1   0 1.000000e+00 1.000000e+00
GO:0047017     2   0 1.000000e+00 1.000000e+00
GO:0047020     2   0 1.000000e+00 1.000000e+00
GO:0047021     1   0 1.000000e+00 1.000000e+00
GO:0047022     1   0 1.000000e+00 1.000000e+00
GO:0047023     8   1 1.062685e-01 1.000000e+00
GO:0047024     6   0 1.000000e+00 1.000000e+00
GO:0047035     7   1 9.972623e-02 1.000000e+00
GO:0047042     1   0 1.000000e+00 1.000000e+00
GO:0047044     8   1 1.062685e-01 1.000000e+00
GO:0047045     9   0 1.000000e+00 1.000000e+00
GO:0047057     2   0 1.000000e+00 1.000000e+00
GO:0047058     1   0 1.000000e+00 1.000000e+00
GO:0047066     4   0 1.000000e+00 1.000000e+00
GO:0047086     5   0 1.000000e+00 1.000000e+00
GO:0047092     1   0 1.000000e+00 1.000000e+00
GO:0047102     1   0 1.000000e+00 1.000000e+00
GO:0047103     1   0 1.000000e+00 1.000000e+00
GO:0047105     1   0 1.000000e+00 1.000000e+00
GO:0047115     3   0 1.000000e+00 1.000000e+00
GO:0047117     1   0 1.000000e+00 1.000000e+00
GO:0047127     1   0 1.000000e+00 1.000000e+00
GO:0047130     1   0 1.000000e+00 1.000000e+00
GO:0047131     1   0 1.000000e+00 1.000000e+00
GO:0047134     8   0 1.000000e+00 1.000000e+00
GO:0047144     9   0 1.000000e+00 1.000000e+00
GO:0047150     1   0 1.000000e+00 1.000000e+00
GO:0047159     2   0 1.000000e+00 1.000000e+00
GO:0047166     1   0 1.000000e+00 1.000000e+00
GO:0047173     1   0 1.000000e+00 1.000000e+00
GO:0047179     4   0 1.000000e+00 1.000000e+00
GO:0047184     7   0 1.000000e+00 1.000000e+00
GO:0047186     1   0 1.000000e+00 1.000000e+00
GO:0047190     1   0 1.000000e+00 1.000000e+00
GO:0047191     1   0 1.000000e+00 1.000000e+00
GO:0047192     3   0 1.000000e+00 1.000000e+00
GO:0047198     1   0 1.000000e+00 1.000000e+00
GO:0047220     1   0 1.000000e+00 1.000000e+00
GO:0047223     3   0 1.000000e+00 1.000000e+00
GO:0047224     1   0 1.000000e+00 1.000000e+00
GO:0047225     1   0 1.000000e+00 1.000000e+00
GO:0047237     3   1 4.791083e-02 1.000000e+00
GO:0047238     6   1 9.186222e-02 1.000000e+00
GO:0047256     1   0 1.000000e+00 1.000000e+00
GO:0047263     1   0 1.000000e+00 1.000000e+00
GO:0047273     1   0 1.000000e+00 1.000000e+00
GO:0047275     2   0 1.000000e+00 1.000000e+00
GO:0047277     1   0 1.000000e+00 1.000000e+00
GO:0047280     1   0 1.000000e+00 1.000000e+00
GO:0047288     3   0 1.000000e+00 1.000000e+00
GO:0047290     2   1 3.129976e-02 8.696241e-01
GO:0047291     1   0 1.000000e+00 1.000000e+00
GO:0047293     1   0 1.000000e+00 1.000000e+00
GO:0047298     1   0 1.000000e+00 1.000000e+00
GO:0047305     1   0 1.000000e+00 1.000000e+00
GO:0047315     2   0 1.000000e+00 1.000000e+00
GO:0047316     1   0 1.000000e+00 1.000000e+00
GO:0047322     2   0 1.000000e+00 1.000000e+00
GO:0047323     1   0 1.000000e+00 1.000000e+00
GO:0047325     1   0 1.000000e+00 1.000000e+00
GO:0047326     1   0 1.000000e+00 1.000000e+00
GO:0047341     1   0 1.000000e+00 1.000000e+00
GO:0047349     1   0 1.000000e+00 1.000000e+00
GO:0047352     1   0 1.000000e+00 1.000000e+00
GO:0047359     1   0 1.000000e+00 1.000000e+00
GO:0047369     1   0 1.000000e+00 1.000000e+00
GO:0047372    15   0 1.000000e+00 1.000000e+00
GO:0047374     3   0 1.000000e+00 1.000000e+00
GO:0047376     2   0 1.000000e+00 1.000000e+00
GO:0047378     1   0 1.000000e+00 1.000000e+00
GO:0047389     1   0 1.000000e+00 1.000000e+00
GO:0047390     1   0 1.000000e+00 1.000000e+00
GO:0047391     1   0 1.000000e+00 1.000000e+00
GO:0047395     1   0 1.000000e+00 1.000000e+00
GO:0047402     1   0 1.000000e+00 1.000000e+00
GO:0047408     2   0 1.000000e+00 1.000000e+00
GO:0047412     1   0 1.000000e+00 1.000000e+00
GO:0047419     1   0 1.000000e+00 1.000000e+00
GO:0047429     9   0 1.000000e+00 1.000000e+00
GO:0047442     1   0 1.000000e+00 1.000000e+00
GO:0047444     1   0 1.000000e+00 1.000000e+00
GO:0047450     1   0 1.000000e+00 1.000000e+00
GO:0047451     1   0 1.000000e+00 1.000000e+00
GO:0047453     1   0 1.000000e+00 1.000000e+00
GO:0047464     1   0 1.000000e+00 1.000000e+00
GO:0047484    16   0 1.000000e+00 1.000000e+00
GO:0047493     3   0 1.000000e+00 1.000000e+00
GO:0047496    45   1 5.053653e-01 1.000000e+00
GO:0047497    23   0 1.000000e+00 1.000000e+00
GO:0047498    17   0 1.000000e+00 1.000000e+00
GO:0047499     9   0 1.000000e+00 1.000000e+00
GO:0047522     3   0 1.000000e+00 1.000000e+00
GO:0047536     1   0 1.000000e+00 1.000000e+00
GO:0047545     1   0 1.000000e+00 1.000000e+00
GO:0047555    23   0 1.000000e+00 1.000000e+00
GO:0047560     1   0 1.000000e+00 1.000000e+00
GO:0047598     1   0 1.000000e+00 1.000000e+00
GO:0047603     1   0 1.000000e+00 1.000000e+00
GO:0047609     1   0 1.000000e+00 1.000000e+00
GO:0047611     1   0 1.000000e+00 1.000000e+00
GO:0047617    23   1 3.035987e-01 1.000000e+00
GO:0047620     1   0 1.000000e+00 1.000000e+00
GO:0047621     1   0 1.000000e+00 1.000000e+00
GO:0047623     3   0 1.000000e+00 1.000000e+00
GO:0047627     1   0 1.000000e+00 1.000000e+00
GO:0047631     5   0 1.000000e+00 1.000000e+00
GO:0047635     2   0 1.000000e+00 1.000000e+00
GO:0047638     1   0 1.000000e+00 1.000000e+00
GO:0047649     3   0 1.000000e+00 1.000000e+00
GO:0047655     4   0 1.000000e+00 1.000000e+00
GO:0047658     1   0 1.000000e+00 1.000000e+00
GO:0047661     1   0 1.000000e+00 1.000000e+00
GO:0047676    10   1 1.436602e-01 1.000000e+00
GO:0047677     1   0 1.000000e+00 1.000000e+00
GO:0047693     2   0 1.000000e+00 1.000000e+00
GO:0047696     4   0 1.000000e+00 1.000000e+00
GO:0047704     1   0 1.000000e+00 1.000000e+00
GO:0047708     1   0 1.000000e+00 1.000000e+00
GO:0047710     2   0 1.000000e+00 1.000000e+00
GO:0047714     1   0 1.000000e+00 1.000000e+00
GO:0047718     3   0 1.000000e+00 1.000000e+00
GO:0047730     1   0 1.000000e+00 1.000000e+00
GO:0047734     1   0 1.000000e+00 1.000000e+00
GO:0047743     1   0 1.000000e+00 1.000000e+00
GO:0047747     2   0 1.000000e+00 1.000000e+00
GO:0047748     1   0 1.000000e+00 1.000000e+00
GO:0047749     1   0 1.000000e+00 1.000000e+00
GO:0047750     1   0 1.000000e+00 1.000000e+00
GO:0047751     3   0 1.000000e+00 1.000000e+00
GO:0047756     4   0 1.000000e+00 1.000000e+00
GO:0047757     2   1 3.278258e-02 8.696241e-01
GO:0047760     8   0 1.000000e+00 1.000000e+00
GO:0047777     1   0 1.000000e+00 1.000000e+00
GO:0047783     2   0 1.000000e+00 1.000000e+00
GO:0047787     2   0 1.000000e+00 1.000000e+00
GO:0047800     1   0 1.000000e+00 1.000000e+00
GO:0047801     2   0 1.000000e+00 1.000000e+00
GO:0047804     2   0 1.000000e+00 1.000000e+00
GO:0047805     1   0 1.000000e+00 1.000000e+00
GO:0047820     1   0 1.000000e+00 1.000000e+00
GO:0047822     5   1 7.579116e-02 1.000000e+00
GO:0047826     1   0 1.000000e+00 1.000000e+00
GO:0047833     1   0 1.000000e+00 1.000000e+00
GO:0047837     1   0 1.000000e+00 1.000000e+00
GO:0047840     1   0 1.000000e+00 1.000000e+00
GO:0047844     9   1 1.265246e-01 1.000000e+00
GO:0047847     2   0 1.000000e+00 1.000000e+00
GO:0047860     1   0 1.000000e+00 1.000000e+00
GO:0047865     1   0 1.000000e+00 1.000000e+00
GO:0047874     1   0 1.000000e+00 1.000000e+00
GO:0047886     1   0 1.000000e+00 1.000000e+00
GO:0047888     1   0 1.000000e+00 1.000000e+00
GO:0047894     3   0 1.000000e+00 1.000000e+00
GO:0047915     1   0 1.000000e+00 1.000000e+00
GO:0047918     1   0 1.000000e+00 1.000000e+00
GO:0047931     1   0 1.000000e+00 1.000000e+00
GO:0047933     1   0 1.000000e+00 1.000000e+00
GO:0047934     1   0 1.000000e+00 1.000000e+00
GO:0047935     1   0 1.000000e+00 1.000000e+00
GO:0047936     1   0 1.000000e+00 1.000000e+00
GO:0047939     2   0 1.000000e+00 1.000000e+00
GO:0047941     1   0 1.000000e+00 1.000000e+00
GO:0047946     1   0 1.000000e+00 1.000000e+00
GO:0047952     2   0 1.000000e+00 1.000000e+00
GO:0047956     2   0 1.000000e+00 1.000000e+00
GO:0047958     1   0 1.000000e+00 1.000000e+00
GO:0047961     4   0 1.000000e+00 1.000000e+00
GO:0047962     1   0 1.000000e+00 1.000000e+00
GO:0047963     1   0 1.000000e+00 1.000000e+00
GO:0047969     1   0 1.000000e+00 1.000000e+00
GO:0047971     1   0 1.000000e+00 1.000000e+00
GO:0047972     1   0 1.000000e+00 1.000000e+00
GO:0047975     2   0 1.000000e+00 1.000000e+00
GO:0047977     1   0 1.000000e+00 1.000000e+00
GO:0047982     1   0 1.000000e+00 1.000000e+00
GO:0047988     1   0 1.000000e+00 1.000000e+00
GO:0047992     1   0 1.000000e+00 1.000000e+00
GO:0047994     1   0 1.000000e+00 1.000000e+00
GO:0047995     1   0 1.000000e+00 1.000000e+00
GO:0048002    70   4 2.305942e-02 7.624256e-01
GO:0048003     7   0 1.000000e+00 1.000000e+00
GO:0048006     5   0 1.000000e+00 1.000000e+00
GO:0048007     7   0 1.000000e+00 1.000000e+00
GO:0048008    57   1 5.907012e-01 1.000000e+00
GO:0048009    52   0 1.000000e+00 1.000000e+00
GO:0048010    60   0 1.000000e+00 1.000000e+00
GO:0048011    24   0 1.000000e+00 1.000000e+00
GO:0048012    12   1 1.758984e-01 1.000000e+00
GO:0048013    49   1 5.386434e-01 1.000000e+00
GO:0048014     4   0 1.000000e+00 1.000000e+00
GO:0048015    23   1 3.040428e-01 1.000000e+00
GO:0048018   463   7 5.703046e-01 1.000000e+00
GO:0048019    16   0 1.000000e+00 1.000000e+00
GO:0048020    41   1 4.507711e-01 1.000000e+00
GO:0048021    15   0 1.000000e+00 1.000000e+00
GO:0048022     5   0 1.000000e+00 1.000000e+00
GO:0048023     9   0 1.000000e+00 1.000000e+00
GO:0048024   100   0 1.000000e+00 1.000000e+00
GO:0048025    20   0 1.000000e+00 1.000000e+00
GO:0048026    26   0 1.000000e+00 1.000000e+00
GO:0048027    22   0 1.000000e+00 1.000000e+00
GO:0048029    71   1 6.713032e-01 1.000000e+00
GO:0048030     4   0 1.000000e+00 1.000000e+00
GO:0048033     9   0 1.000000e+00 1.000000e+00
GO:0048034     9   0 1.000000e+00 1.000000e+00
GO:0048038    15   0 1.000000e+00 1.000000e+00
GO:0048039     5   0 1.000000e+00 1.000000e+00
GO:0048040     1   0 1.000000e+00 1.000000e+00
GO:0048041    83   1 7.314949e-01 1.000000e+00
GO:0048048    35   0 1.000000e+00 1.000000e+00
GO:0048050     6   0 1.000000e+00 1.000000e+00
GO:0048066    46   0 1.000000e+00 1.000000e+00
GO:0048069     4   0 1.000000e+00 1.000000e+00
GO:0048070    15   0 1.000000e+00 1.000000e+00
GO:0048073     3   0 1.000000e+00 1.000000e+00
GO:0048074     1   0 1.000000e+00 1.000000e+00
GO:0048075     1   0 1.000000e+00 1.000000e+00
GO:0048086     2   0 1.000000e+00 1.000000e+00
GO:0048087     9   0 1.000000e+00 1.000000e+00
GO:0048101     3   0 1.000000e+00 1.000000e+00
GO:0048102     9   0 1.000000e+00 1.000000e+00
GO:0048103    12   0 1.000000e+00 1.000000e+00
GO:0048104     3   0 1.000000e+00 1.000000e+00
GO:0048105     3   0 1.000000e+00 1.000000e+00
GO:0048133     3   0 1.000000e+00 1.000000e+00
GO:0048137     2   0 1.000000e+00 1.000000e+00
GO:0048143    26   3 8.008164e-03 4.257832e-01
GO:0048144   107   2 4.954962e-01 1.000000e+00
GO:0048145    88   2 3.973373e-01 1.000000e+00
GO:0048146    53   1 5.622949e-01 1.000000e+00
GO:0048147    34   1 4.165070e-01 1.000000e+00
GO:0048148    14   0 1.000000e+00 1.000000e+00
GO:0048149     9   0 1.000000e+00 1.000000e+00
GO:0048156    42   1 4.766659e-01 1.000000e+00
GO:0048160     2   0 1.000000e+00 1.000000e+00
GO:0048162     3   0 1.000000e+00 1.000000e+00
GO:0048165     6   0 1.000000e+00 1.000000e+00
GO:0048167   203   1 9.581039e-01 1.000000e+00
GO:0048168    54   0 1.000000e+00 1.000000e+00
GO:0048169    23   0 1.000000e+00 1.000000e+00
GO:0048170     8   0 1.000000e+00 1.000000e+00
GO:0048172    13   0 1.000000e+00 1.000000e+00
GO:0048174     1   0 1.000000e+00 1.000000e+00
GO:0048179     6   0 1.000000e+00 1.000000e+00
GO:0048180     1   0 1.000000e+00 1.000000e+00
GO:0048185    11   0 1.000000e+00 1.000000e+00
GO:0048188    14   0 1.000000e+00 1.000000e+00
GO:0048193   277   3 8.102740e-01 1.000000e+00
GO:0048194    10   0 1.000000e+00 1.000000e+00
GO:0048199    32   0 1.000000e+00 1.000000e+00
GO:0048200     6   0 1.000000e+00 1.000000e+00
GO:0048203     2   0 1.000000e+00 1.000000e+00
GO:0048205     6   0 1.000000e+00 1.000000e+00
GO:0048207    25   0 1.000000e+00 1.000000e+00
GO:0048208    25   0 1.000000e+00 1.000000e+00
GO:0048210     5   0 1.000000e+00 1.000000e+00
GO:0048211     1   0 1.000000e+00 1.000000e+00
GO:0048213     1   0 1.000000e+00 1.000000e+00
GO:0048219     2   0 1.000000e+00 1.000000e+00
GO:0048227     8   0 1.000000e+00 1.000000e+00
GO:0048232   582   5 9.488940e-01 1.000000e+00
GO:0048237     3   0 1.000000e+00 1.000000e+00
GO:0048239     2   0 1.000000e+00 1.000000e+00
GO:0048240    32   1 3.844918e-01 1.000000e+00
GO:0048241    11   1 1.582749e-01 1.000000e+00
GO:0048242     7   1 1.063180e-01 1.000000e+00
GO:0048243    14   1 1.895066e-01 1.000000e+00
GO:0048244     1   0 1.000000e+00 1.000000e+00
GO:0048245    27   0 1.000000e+00 1.000000e+00
GO:0048246    40   1 4.640020e-01 1.000000e+00
GO:0048247    61   3 5.909164e-02 1.000000e+00
GO:0048248     5   0 1.000000e+00 1.000000e+00
GO:0048250     2   0 1.000000e+00 1.000000e+00
GO:0048251     9   0 1.000000e+00 1.000000e+00
GO:0048252     3   0 1.000000e+00 1.000000e+00
GO:0048254     5   0 1.000000e+00 1.000000e+00
GO:0048255    59   0 1.000000e+00 1.000000e+00
GO:0048256     6   0 1.000000e+00 1.000000e+00
GO:0048257     1   0 1.000000e+00 1.000000e+00
GO:0048259   110   3 2.400641e-01 1.000000e+00
GO:0048260    50   2 1.797848e-01 1.000000e+00
GO:0048261    36   1 4.258131e-01 1.000000e+00
GO:0048262    10   0 1.000000e+00 1.000000e+00
GO:0048263     9   0 1.000000e+00 1.000000e+00
GO:0048264     1   0 1.000000e+00 1.000000e+00
GO:0048265    36   1 4.335473e-01 1.000000e+00
GO:0048266    19   0 1.000000e+00 1.000000e+00
GO:0048268    19   2 3.427508e-02 8.805207e-01
GO:0048269     3   0 1.000000e+00 1.000000e+00
GO:0048270     1   0 1.000000e+00 1.000000e+00
GO:0048273     7   0 1.000000e+00 1.000000e+00
GO:0048278    64   1 6.343341e-01 1.000000e+00
GO:0048280     9   0 1.000000e+00 1.000000e+00
GO:0048284   155   1 9.110529e-01 1.000000e+00
GO:0048285   479   4 9.441592e-01 1.000000e+00
GO:0048286    49   0 1.000000e+00 1.000000e+00
GO:0048289     6   0 1.000000e+00 1.000000e+00
GO:0048290     7   1 1.015123e-01 1.000000e+00
GO:0048291    14   0 1.000000e+00 1.000000e+00
GO:0048293     6   0 1.000000e+00 1.000000e+00
GO:0048294     2   0 1.000000e+00 1.000000e+00
GO:0048295     4   0 1.000000e+00 1.000000e+00
GO:0048296     6   0 1.000000e+00 1.000000e+00
GO:0048298     6   0 1.000000e+00 1.000000e+00
GO:0048302    13   0 1.000000e+00 1.000000e+00
GO:0048304    10   0 1.000000e+00 1.000000e+00
GO:0048306    76   1 6.954065e-01 1.000000e+00
GO:0048308    15   0 1.000000e+00 1.000000e+00
GO:0048311    18   1 2.452336e-01 1.000000e+00
GO:0048312     6   0 1.000000e+00 1.000000e+00
GO:0048313    15   0 1.000000e+00 1.000000e+00
GO:0048318     8   0 1.000000e+00 1.000000e+00
GO:0048319     4   0 1.000000e+00 1.000000e+00
GO:0048320     3   0 1.000000e+00 1.000000e+00
GO:0048321     1   0 1.000000e+00 1.000000e+00
GO:0048322     1   0 1.000000e+00 1.000000e+00
GO:0048327     1   0 1.000000e+00 1.000000e+00
GO:0048332    76   0 1.000000e+00 1.000000e+00
GO:0048333    35   0 1.000000e+00 1.000000e+00
GO:0048337     1   0 1.000000e+00 1.000000e+00
GO:0048338     1   0 1.000000e+00 1.000000e+00
GO:0048339    18   0 1.000000e+00 1.000000e+00
GO:0048340    10   0 1.000000e+00 1.000000e+00
GO:0048341     7   0 1.000000e+00 1.000000e+00
GO:0048342     2   0 1.000000e+00 1.000000e+00
GO:0048343     2   0 1.000000e+00 1.000000e+00
GO:0048352     1   0 1.000000e+00 1.000000e+00
GO:0048368    17   0 1.000000e+00 1.000000e+00
GO:0048369     5   0 1.000000e+00 1.000000e+00
GO:0048370     5   0 1.000000e+00 1.000000e+00
GO:0048371     4   0 1.000000e+00 1.000000e+00
GO:0048372     2   0 1.000000e+00 1.000000e+00
GO:0048377     2   0 1.000000e+00 1.000000e+00
GO:0048378     2   0 1.000000e+00 1.000000e+00
GO:0048382     8   0 1.000000e+00 1.000000e+00
GO:0048384    32   0 1.000000e+00 1.000000e+00
GO:0048385    16   0 1.000000e+00 1.000000e+00
GO:0048386     5   0 1.000000e+00 1.000000e+00
GO:0048387     9   0 1.000000e+00 1.000000e+00
GO:0048388    12   0 1.000000e+00 1.000000e+00
GO:0048389     2   0 1.000000e+00 1.000000e+00
GO:0048390     1   0 1.000000e+00 1.000000e+00
GO:0048391     1   0 1.000000e+00 1.000000e+00
GO:0048392     1   0 1.000000e+00 1.000000e+00
GO:0048403     4   0 1.000000e+00 1.000000e+00
GO:0048406     6   0 1.000000e+00 1.000000e+00
GO:0048407    11   0 1.000000e+00 1.000000e+00
GO:0048408     4   0 1.000000e+00 1.000000e+00
GO:0048468  2698  56 1.405858e-02 6.135596e-01
GO:0048469   197   2 8.126993e-01 1.000000e+00
GO:0048471   705  13 3.002474e-01 1.000000e+00
GO:0048475    95   2 4.368129e-01 1.000000e+00
GO:0048476     5   0 1.000000e+00 1.000000e+00
GO:0048477   106   0 1.000000e+00 1.000000e+00
GO:0048483    45   1 5.069107e-01 1.000000e+00
GO:0048484    12   0 1.000000e+00 1.000000e+00
GO:0048485    22   0 1.000000e+00 1.000000e+00
GO:0048486    18   1 2.480040e-01 1.000000e+00
GO:0048487    37   1 4.378172e-01 1.000000e+00
GO:0048488    66   3 8.240047e-02 1.000000e+00
GO:0048489    41   2 1.320659e-01 1.000000e+00
GO:0048490    18   1 2.467094e-01 1.000000e+00
GO:0048495     8   0 1.000000e+00 1.000000e+00
GO:0048496     5   0 1.000000e+00 1.000000e+00
GO:0048499    27   0 1.000000e+00 1.000000e+00
GO:0048500     6   0 1.000000e+00 1.000000e+00
GO:0048505    12   0 1.000000e+00 1.000000e+00
GO:0048511   287   2 9.383173e-01 1.000000e+00
GO:0048512    42   1 4.842566e-01 1.000000e+00
GO:0048513  2896  39 8.558239e-01 1.000000e+00
GO:0048514   679  10 5.952408e-01 1.000000e+00
GO:0048515   209   3 6.266445e-01 1.000000e+00
GO:0048518  5983 113 6.253538e-03 3.688501e-01
GO:0048519  5292  87 2.369278e-01 1.000000e+00
GO:0048520    24   1 3.123236e-01 1.000000e+00
GO:0048521    12   0 1.000000e+00 1.000000e+00
GO:0048522  5482 103 1.158013e-02 5.540765e-01
GO:0048523  4968  84 1.595540e-01 1.000000e+00
GO:0048524    62   3 7.111883e-02 1.000000e+00
GO:0048525    90   5 1.281791e-02 5.852064e-01
GO:0048531    13   0 1.000000e+00 1.000000e+00
GO:0048532    16   0 1.000000e+00 1.000000e+00
GO:0048534    98   3 1.972228e-01 1.000000e+00
GO:0048535    18   1 2.397045e-01 1.000000e+00
GO:0048536    38   1 4.491979e-01 1.000000e+00
GO:0048537     8   0 1.000000e+00 1.000000e+00
GO:0048538    49   1 5.403629e-01 1.000000e+00
GO:0048539     9   0 1.000000e+00 1.000000e+00
GO:0048541     8   0 1.000000e+00 1.000000e+00
GO:0048545   325   5 5.643068e-01 1.000000e+00
GO:0048546    48   1 5.284682e-01 1.000000e+00
GO:0048548    12   0 1.000000e+00 1.000000e+00
GO:0048549     7   0 1.000000e+00 1.000000e+00
GO:0048550     5   0 1.000000e+00 1.000000e+00
GO:0048557    17   0 1.000000e+00 1.000000e+00
GO:0048560     2   0 1.000000e+00 1.000000e+00
GO:0048561     1   0 1.000000e+00 1.000000e+00
GO:0048562   293   1 9.904609e-01 1.000000e+00
GO:0048565   129   3 3.239252e-01 1.000000e+00
GO:0048566    33   1 4.065960e-01 1.000000e+00
GO:0048567     1   0 1.000000e+00 1.000000e+00
GO:0048568   445   3 9.714661e-01 1.000000e+00
GO:0048570     8   0 1.000000e+00 1.000000e+00
GO:0048571     1   0 1.000000e+00 1.000000e+00
GO:0048583  3851  80 2.261049e-03 1.931729e-01
GO:0048584  2227  57 7.970235e-05 1.749076e-02
GO:0048585  1662  35 3.592581e-02 8.974833e-01
GO:0048588   223   4 4.522079e-01 1.000000e+00
GO:0048589   634   6 9.318168e-01 1.000000e+00
GO:0048592   158   0 1.000000e+00 1.000000e+00
GO:0048593   129   0 1.000000e+00 1.000000e+00
GO:0048596    26   0 1.000000e+00 1.000000e+00
GO:0048597     3   0 1.000000e+00 1.000000e+00
GO:0048598   604   7 8.351738e-01 1.000000e+00
GO:0048599    60   0 1.000000e+00 1.000000e+00
GO:0048608   286   3 8.232311e-01 1.000000e+00
GO:0048609   839   7 9.774466e-01 1.000000e+00
GO:0048611     2   0 1.000000e+00 1.000000e+00
GO:0048613     1   0 1.000000e+00 1.000000e+00
GO:0048617     9   0 1.000000e+00 1.000000e+00
GO:0048619     3   1 4.329120e-02 1.000000e+00
GO:0048621     1   0 1.000000e+00 1.000000e+00
GO:0048625     6   0 1.000000e+00 1.000000e+00
GO:0048626     1   0 1.000000e+00 1.000000e+00
GO:0048627     4   0 1.000000e+00 1.000000e+00
GO:0048630    10   0 1.000000e+00 1.000000e+00
GO:0048631     6   0 1.000000e+00 1.000000e+00
GO:0048632     2   0 1.000000e+00 1.000000e+00
GO:0048633     4   0 1.000000e+00 1.000000e+00
GO:0048634    24   1 3.163659e-01 1.000000e+00
GO:0048635     9   0 1.000000e+00 1.000000e+00
GO:0048636     4   0 1.000000e+00 1.000000e+00
GO:0048638   309   3 8.572839e-01 1.000000e+00
GO:0048639   157   1 9.131159e-01 1.000000e+00
GO:0048640   106   1 8.103610e-01 1.000000e+00
GO:0048641    25   0 1.000000e+00 1.000000e+00
GO:0048642     4   0 1.000000e+00 1.000000e+00
GO:0048643    19   0 1.000000e+00 1.000000e+00
GO:0048644    81   2 3.657335e-01 1.000000e+00
GO:0048645    68   0 1.000000e+00 1.000000e+00
GO:0048646  1217  20 4.214229e-01 1.000000e+00
GO:0048659   164   7 1.333302e-02 6.029217e-01
GO:0048660   160   7 1.160927e-02 5.540765e-01
GO:0048661    95   4 5.653974e-02 1.000000e+00
GO:0048662    62   4 1.505511e-02 6.172042e-01
GO:0048663    74   0 1.000000e+00 1.000000e+00
GO:0048664    10   0 1.000000e+00 1.000000e+00
GO:0048665    36   0 1.000000e+00 1.000000e+00
GO:0048666  1091  12 9.258629e-01 1.000000e+00
GO:0048667   545   5 9.316599e-01 1.000000e+00
GO:0048668    25   0 1.000000e+00 1.000000e+00
GO:0048669     5   0 1.000000e+00 1.000000e+00
GO:0048670    19   0 1.000000e+00 1.000000e+00
GO:0048671    10   0 1.000000e+00 1.000000e+00
GO:0048672     9   0 1.000000e+00 1.000000e+00
GO:0048673     1   0 1.000000e+00 1.000000e+00
GO:0048675   109   1 8.186138e-01 1.000000e+00
GO:0048677     3   0 1.000000e+00 1.000000e+00
GO:0048678    81   0 1.000000e+00 1.000000e+00
GO:0048679    29   0 1.000000e+00 1.000000e+00
GO:0048680    10   0 1.000000e+00 1.000000e+00
GO:0048681    15   0 1.000000e+00 1.000000e+00
GO:0048682     4   0 1.000000e+00 1.000000e+00
GO:0048683     1   0 1.000000e+00 1.000000e+00
GO:0048685     1   0 1.000000e+00 1.000000e+00
GO:0048686     3   0 1.000000e+00 1.000000e+00
GO:0048687     1   0 1.000000e+00 1.000000e+00
GO:0048688     2   0 1.000000e+00 1.000000e+00
GO:0048690     2   0 1.000000e+00 1.000000e+00
GO:0048692     2   0 1.000000e+00 1.000000e+00
GO:0048696     3   0 1.000000e+00 1.000000e+00
GO:0048697     2   0 1.000000e+00 1.000000e+00
GO:0048698     1   0 1.000000e+00 1.000000e+00
GO:0048699  1428  14 9.805503e-01 1.000000e+00
GO:0048701    44   0 1.000000e+00 1.000000e+00
GO:0048702     8   0 1.000000e+00 1.000000e+00
GO:0048703    10   0 1.000000e+00 1.000000e+00
GO:0048704    93   0 1.000000e+00 1.000000e+00
GO:0048705   225   3 6.839755e-01 1.000000e+00
GO:0048706   126   0 1.000000e+00 1.000000e+00
GO:0048708    85   3 1.504495e-01 1.000000e+00
GO:0048709   102   0 1.000000e+00 1.000000e+00
GO:0048710    31   0 1.000000e+00 1.000000e+00
GO:0048711    13   0 1.000000e+00 1.000000e+00
GO:0048712    15   0 1.000000e+00 1.000000e+00
GO:0048713    46   0 1.000000e+00 1.000000e+00
GO:0048714    28   0 1.000000e+00 1.000000e+00
GO:0048715    14   0 1.000000e+00 1.000000e+00
GO:0048729   600   9 5.973077e-01 1.000000e+00
GO:0048730    36   0 1.000000e+00 1.000000e+00
GO:0048731  3848  60 5.050923e-01 1.000000e+00
GO:0048732   435   5 8.117258e-01 1.000000e+00
GO:0048733    10   0 1.000000e+00 1.000000e+00
GO:0048736   182   3 5.467780e-01 1.000000e+00
GO:0048738   242   4 5.151655e-01 1.000000e+00
GO:0048741    37   0 1.000000e+00 1.000000e+00
GO:0048742    11   0 1.000000e+00 1.000000e+00
GO:0048743     9   0 1.000000e+00 1.000000e+00
GO:0048745    27   1 3.418246e-01 1.000000e+00
GO:0048752     7   0 1.000000e+00 1.000000e+00
GO:0048753    37   0 1.000000e+00 1.000000e+00
GO:0048754   152   4 2.110108e-01 1.000000e+00
GO:0048755    10   0 1.000000e+00 1.000000e+00
GO:0048757    10   0 1.000000e+00 1.000000e+00
GO:0048762   260   1 9.828195e-01 1.000000e+00
GO:0048763     6   0 1.000000e+00 1.000000e+00
GO:0048769     3   0 1.000000e+00 1.000000e+00
GO:0048770   109   1 8.171119e-01 1.000000e+00
GO:0048771   182   2 7.662689e-01 1.000000e+00
GO:0048773     1   0 1.000000e+00 1.000000e+00
GO:0048786    74   1 6.890284e-01 1.000000e+00
GO:0048787    29   0 1.000000e+00 1.000000e+00
GO:0048788     8   0 1.000000e+00 1.000000e+00
GO:0048789     1   0 1.000000e+00 1.000000e+00
GO:0048790     6   0 1.000000e+00 1.000000e+00
GO:0048791    21   0 1.000000e+00 1.000000e+00
GO:0048792     1   0 1.000000e+00 1.000000e+00
GO:0048793     8   0 1.000000e+00 1.000000e+00
GO:0048799    30   0 1.000000e+00 1.000000e+00
GO:0048806    46   2 1.580678e-01 1.000000e+00
GO:0048807     3   0 1.000000e+00 1.000000e+00
GO:0048808     3   0 1.000000e+00 1.000000e+00
GO:0048812   603   7 8.357828e-01 1.000000e+00
GO:0048813   128   3 3.251332e-01 1.000000e+00
GO:0048814    56   0 1.000000e+00 1.000000e+00
GO:0048817     2   0 1.000000e+00 1.000000e+00
GO:0048818     5   0 1.000000e+00 1.000000e+00
GO:0048819     9   0 1.000000e+00 1.000000e+00
GO:0048820    15   0 1.000000e+00 1.000000e+00
GO:0048821    39   0 1.000000e+00 1.000000e+00
GO:0048822     6   0 1.000000e+00 1.000000e+00
GO:0048839   194   2 8.124588e-01 1.000000e+00
GO:0048840    10   0 1.000000e+00 1.000000e+00
GO:0048841    32   1 3.971404e-01 1.000000e+00
GO:0048842     7   0 1.000000e+00 1.000000e+00
GO:0048843    26   1 3.375404e-01 1.000000e+00
GO:0048844    81   2 3.550882e-01 1.000000e+00
GO:0048845     9   0 1.000000e+00 1.000000e+00
GO:0048846    36   1 4.356635e-01 1.000000e+00
GO:0048850     2   0 1.000000e+00 1.000000e+00
GO:0048852     3   0 1.000000e+00 1.000000e+00
GO:0048853    13   0 1.000000e+00 1.000000e+00
GO:0048854    38   0 1.000000e+00 1.000000e+00
GO:0048856  5667 102 4.190516e-02 9.875508e-01
GO:0048857    61   1 6.140353e-01 1.000000e+00
GO:0048858   624   7 8.602029e-01 1.000000e+00
GO:0048859     7   0 1.000000e+00 1.000000e+00
GO:0048861     4   0 1.000000e+00 1.000000e+00
GO:0048863   242   2 8.904191e-01 1.000000e+00
GO:0048864    85   1 7.384065e-01 1.000000e+00
GO:0048865    10   0 1.000000e+00 1.000000e+00
GO:0048866     6   0 1.000000e+00 1.000000e+00
GO:0048869  4181  74 1.108181e-01 1.000000e+00
GO:0048870  1715  31 1.997400e-01 1.000000e+00
GO:0048871   772  19 3.283328e-02 8.696241e-01
GO:0048872   303  11 8.117184e-03 4.265142e-01
GO:0048873    32   1 3.941020e-01 1.000000e+00
GO:0048874     8   1 1.160983e-01 1.000000e+00
GO:0048877     1   0 1.000000e+00 1.000000e+00
GO:0048878   990  18 2.685687e-01 1.000000e+00
GO:0048880   394   1 9.981672e-01 1.000000e+00
GO:0048881     1   0 1.000000e+00 1.000000e+00
GO:0048882     2   0 1.000000e+00 1.000000e+00
GO:0048884     2   0 1.000000e+00 1.000000e+00
GO:0048886     2   0 1.000000e+00 1.000000e+00
GO:0048892     1   0 1.000000e+00 1.000000e+00
GO:0048894     1   0 1.000000e+00 1.000000e+00
GO:0048915     1   0 1.000000e+00 1.000000e+00
GO:0048916     1   0 1.000000e+00 1.000000e+00
GO:0048919     1   0 1.000000e+00 1.000000e+00
GO:0048923     1   0 1.000000e+00 1.000000e+00
GO:0048925     3   0 1.000000e+00 1.000000e+00
GO:0048934    15   1 2.093508e-01 1.000000e+00
GO:0048935    15   1 2.093508e-01 1.000000e+00
GO:0048936     4   0 1.000000e+00 1.000000e+00
GO:0050000   119   0 1.000000e+00 1.000000e+00
GO:0050011     1   0 1.000000e+00 1.000000e+00
GO:0050023     1   0 1.000000e+00 1.000000e+00
GO:0050031     1   0 1.000000e+00 1.000000e+00
GO:0050038     1   0 1.000000e+00 1.000000e+00
GO:0050046     1   0 1.000000e+00 1.000000e+00
GO:0050048     2   0 1.000000e+00 1.000000e+00
GO:0050051     4   0 1.000000e+00 1.000000e+00
GO:0050061     1   0 1.000000e+00 1.000000e+00
GO:0050080     1   0 1.000000e+00 1.000000e+00
GO:0050094     1   0 1.000000e+00 1.000000e+00
GO:0050104     1   0 1.000000e+00 1.000000e+00
GO:0050113     1   0 1.000000e+00 1.000000e+00
GO:0050115     1   0 1.000000e+00 1.000000e+00
GO:0050119     3   0 1.000000e+00 1.000000e+00
GO:0050124     1   0 1.000000e+00 1.000000e+00
GO:0050135    14   1 1.994305e-01 1.000000e+00
GO:0050136    34   0 1.000000e+00 1.000000e+00
GO:0050137     1   0 1.000000e+00 1.000000e+00
GO:0050145    17   0 1.000000e+00 1.000000e+00
GO:0050146     1   0 1.000000e+00 1.000000e+00
GO:0050152     1   0 1.000000e+00 1.000000e+00
GO:0050153     1   0 1.000000e+00 1.000000e+00
GO:0050178     3   0 1.000000e+00 1.000000e+00
GO:0050185     1   0 1.000000e+00 1.000000e+00
GO:0050187     1   0 1.000000e+00 1.000000e+00
GO:0050196     2   0 1.000000e+00 1.000000e+00
GO:0050197     2   0 1.000000e+00 1.000000e+00
GO:0050200     2   0 1.000000e+00 1.000000e+00
GO:0050201     1   0 1.000000e+00 1.000000e+00
GO:0050207     1   0 1.000000e+00 1.000000e+00
GO:0050211     3   0 1.000000e+00 1.000000e+00
GO:0050218     4   0 1.000000e+00 1.000000e+00
GO:0050220     3   0 1.000000e+00 1.000000e+00
GO:0050221     1   0 1.000000e+00 1.000000e+00
GO:0050251     2   0 1.000000e+00 1.000000e+00
GO:0050252     2   0 1.000000e+00 1.000000e+00
GO:0050253     6   0 1.000000e+00 1.000000e+00
GO:0050254     3   0 1.000000e+00 1.000000e+00
GO:0050255     1   0 1.000000e+00 1.000000e+00
GO:0050262     2   0 1.000000e+00 1.000000e+00
GO:0050265     3   0 1.000000e+00 1.000000e+00
GO:0050277     1   0 1.000000e+00 1.000000e+00
GO:0050290     1   0 1.000000e+00 1.000000e+00
GO:0050291     6   0 1.000000e+00 1.000000e+00
GO:0050294     4   0 1.000000e+00 1.000000e+00
GO:0050295     2   0 1.000000e+00 1.000000e+00
GO:0050308     9   0 1.000000e+00 1.000000e+00
GO:0050309     3   0 1.000000e+00 1.000000e+00
GO:0050313     1   0 1.000000e+00 1.000000e+00
GO:0050321    22   0 1.000000e+00 1.000000e+00
GO:0050333     1   0 1.000000e+00 1.000000e+00
GO:0050337     1   0 1.000000e+00 1.000000e+00
GO:0050340     1   0 1.000000e+00 1.000000e+00
GO:0050346     1   0 1.000000e+00 1.000000e+00
GO:0050354     1   0 1.000000e+00 1.000000e+00
GO:0050355     1   0 1.000000e+00 1.000000e+00
GO:0050405     2   0 1.000000e+00 1.000000e+00
GO:0050421     4   0 1.000000e+00 1.000000e+00
GO:0050427    15   0 1.000000e+00 1.000000e+00
GO:0050428     2   0 1.000000e+00 1.000000e+00
GO:0050429     2   0 1.000000e+00 1.000000e+00
GO:0050431    22   1 2.938031e-01 1.000000e+00
GO:0050432    58   2 2.256463e-01 1.000000e+00
GO:0050433    53   2 1.975494e-01 1.000000e+00
GO:0050434     3   0 1.000000e+00 1.000000e+00
GO:0050435    63   4 1.422847e-02 6.135596e-01
GO:0050436     6   0 1.000000e+00 1.000000e+00
GO:0050459     1   0 1.000000e+00 1.000000e+00
GO:0050462     1   0 1.000000e+00 1.000000e+00
GO:0050473     3   0 1.000000e+00 1.000000e+00
GO:0050479     1   0 1.000000e+00 1.000000e+00
GO:0050480     1   0 1.000000e+00 1.000000e+00
GO:0050482    30   0 1.000000e+00 1.000000e+00
GO:0050483     4   0 1.000000e+00 1.000000e+00
GO:0050484     2   0 1.000000e+00 1.000000e+00
GO:0050486     2   0 1.000000e+00 1.000000e+00
GO:0050497     2   1 3.255255e-02 8.696241e-01
GO:0050501     4   0 1.000000e+00 1.000000e+00
GO:0050508     3   0 1.000000e+00 1.000000e+00
GO:0050509     2   0 1.000000e+00 1.000000e+00
GO:0050510     4   0 1.000000e+00 1.000000e+00
GO:0050512     1   0 1.000000e+00 1.000000e+00
GO:0050528     1   1 1.488833e-02 6.135596e-01
GO:0050542     8   0 1.000000e+00 1.000000e+00
GO:0050543     7   0 1.000000e+00 1.000000e+00
GO:0050544     7   0 1.000000e+00 1.000000e+00
GO:0050560     1   0 1.000000e+00 1.000000e+00
GO:0050561     1   0 1.000000e+00 1.000000e+00
GO:0050567     3   0 1.000000e+00 1.000000e+00
GO:0050568     1   0 1.000000e+00 1.000000e+00
GO:0050571     1   0 1.000000e+00 1.000000e+00
GO:0050577     1   0 1.000000e+00 1.000000e+00
GO:0050591     1   0 1.000000e+00 1.000000e+00
GO:0050610     2   0 1.000000e+00 1.000000e+00
GO:0050613     2   0 1.000000e+00 1.000000e+00
GO:0050614     1   0 1.000000e+00 1.000000e+00
GO:0050632     1   0 1.000000e+00 1.000000e+00
GO:0050633     3   0 1.000000e+00 1.000000e+00
GO:0050646     1   0 1.000000e+00 1.000000e+00
GO:0050647     1   0 1.000000e+00 1.000000e+00
GO:0050648     1   0 1.000000e+00 1.000000e+00
GO:0050649     4   0 1.000000e+00 1.000000e+00
GO:0050650    23   2 4.993962e-02 1.000000e+00
GO:0050651     8   2 6.606860e-03 3.791999e-01
GO:0050652     1   0 1.000000e+00 1.000000e+00
GO:0050653     2   1 3.107606e-02 8.696241e-01
GO:0050654    30   2 8.023326e-02 1.000000e+00
GO:0050655    11   2 1.250468e-02 5.820431e-01
GO:0050656     9   0 1.000000e+00 1.000000e+00
GO:0050657   147   1 8.991114e-01 1.000000e+00
GO:0050658   147   1 8.991114e-01 1.000000e+00
GO:0050659     2   0 1.000000e+00 1.000000e+00
GO:0050660    84   1 7.359769e-01 1.000000e+00
GO:0050661    50   1 5.444841e-01 1.000000e+00
GO:0050664    12   0 1.000000e+00 1.000000e+00
GO:0050665    14   0 1.000000e+00 1.000000e+00
GO:0050666     1   0 1.000000e+00 1.000000e+00
GO:0050667    13   0 1.000000e+00 1.000000e+00
GO:0050670   227  10 2.846135e-03 2.174330e-01
GO:0050671   137   7 5.348393e-03 3.298028e-01
GO:0050672    84   2 3.677258e-01 1.000000e+00
GO:0050673   458   6 7.143920e-01 1.000000e+00
GO:0050674     1   0 1.000000e+00 1.000000e+00
GO:0050675     1   0 1.000000e+00 1.000000e+00
GO:0050677     1   0 1.000000e+00 1.000000e+00
GO:0050678   384   6 5.436730e-01 1.000000e+00
GO:0050679   210   4 4.064034e-01 1.000000e+00
GO:0050680   158   3 4.404181e-01 1.000000e+00
GO:0050681    25   0 1.000000e+00 1.000000e+00
GO:0050682     3   0 1.000000e+00 1.000000e+00
GO:0050683     1   0 1.000000e+00 1.000000e+00
GO:0050684   121   1 8.475005e-01 1.000000e+00
GO:0050685    29   0 1.000000e+00 1.000000e+00
GO:0050686    22   0 1.000000e+00 1.000000e+00
GO:0050687    17   0 1.000000e+00 1.000000e+00
GO:0050688    60   0 1.000000e+00 1.000000e+00
GO:0050689     4   0 1.000000e+00 1.000000e+00
GO:0050691    40   0 1.000000e+00 1.000000e+00
GO:0050692     3   0 1.000000e+00 1.000000e+00
GO:0050693     6   0 1.000000e+00 1.000000e+00
GO:0050694     4   0 1.000000e+00 1.000000e+00
GO:0050698     3   0 1.000000e+00 1.000000e+00
GO:0050699    22   0 1.000000e+00 1.000000e+00
GO:0050700    16   1 2.184138e-01 1.000000e+00
GO:0050708   263   8 5.264937e-02 1.000000e+00
GO:0050709    72   2 3.022389e-01 1.000000e+00
GO:0050714   144   4 1.863098e-01 1.000000e+00
GO:0050727   398  13 8.303908e-03 4.353037e-01
GO:0050728   186   5 1.496526e-01 1.000000e+00
GO:0050729   148   7 7.812681e-03 4.173724e-01
GO:0050730   216   7 4.993575e-02 1.000000e+00
GO:0050731   156   6 3.357014e-02 8.776473e-01
GO:0050732    47   1 5.196874e-01 1.000000e+00
GO:0050733     5   0 1.000000e+00 1.000000e+00
GO:0050746    16   0 1.000000e+00 1.000000e+00
GO:0050747     4   0 1.000000e+00 1.000000e+00
GO:0050748     5   0 1.000000e+00 1.000000e+00
GO:0050750    24   1 3.160846e-01 1.000000e+00
GO:0050764    96   5 1.560648e-02 6.301379e-01
GO:0050765    21   2 3.921480e-02 9.521517e-01
GO:0050766    68   4 1.945186e-02 6.867673e-01
GO:0050767   374   6 5.249783e-01 1.000000e+00
GO:0050768   141   3 3.778426e-01 1.000000e+00
GO:0050769   230   3 6.966827e-01 1.000000e+00
GO:0050770   143   1 8.958315e-01 1.000000e+00
GO:0050771    60   1 6.120144e-01 1.000000e+00
GO:0050772    71   0 1.000000e+00 1.000000e+00
GO:0050773    90   0 1.000000e+00 1.000000e+00
GO:0050774     7   0 1.000000e+00 1.000000e+00
GO:0050775    29   0 1.000000e+00 1.000000e+00
GO:0050776   850  35 1.195739e-07 1.184326e-04
GO:0050777   183   7 2.257457e-02 7.530687e-01
GO:0050778   699  33 1.131346e-08 1.808860e-05
GO:0050779   189   2 7.632429e-01 1.000000e+00
GO:0050780    13   0 1.000000e+00 1.000000e+00
GO:0050783     1   0 1.000000e+00 1.000000e+00
GO:0050785     1   0 1.000000e+00 1.000000e+00
GO:0050786     9   1 1.302953e-01 1.000000e+00
GO:0050787     2   0 1.000000e+00 1.000000e+00
GO:0050789 11057 181 9.482770e-02 1.000000e+00
GO:0050790  1337  24 2.511522e-01 1.000000e+00
GO:0050792   162   8 3.678175e-03 2.589065e-01
GO:0050793  2415  43 1.785935e-01 1.000000e+00
GO:0050794 10526 171 1.390282e-01 1.000000e+00
GO:0050795    72   2 3.071800e-01 1.000000e+00
GO:0050796   162   5 1.092428e-01 1.000000e+00
GO:0050798    45   3 3.319443e-02 8.751755e-01
GO:0050801   575  15 3.611072e-02 8.991128e-01
GO:0050802    16   1 2.251664e-01 1.000000e+00
GO:0050803   231   5 2.925014e-01 1.000000e+00
GO:0050804   468   5 8.578721e-01 1.000000e+00
GO:0050805    52   1 5.618037e-01 1.000000e+00
GO:0050806   166   3 4.717548e-01 1.000000e+00
GO:0050807   225   5 2.738633e-01 1.000000e+00
GO:0050808   452   5 8.402386e-01 1.000000e+00
GO:0050810    75   2 3.176833e-01 1.000000e+00
GO:0050811    18   1 2.449720e-01 1.000000e+00
GO:0050812     4   0 1.000000e+00 1.000000e+00
GO:0050815    10   0 1.000000e+00 1.000000e+00
GO:0050816     3   0 1.000000e+00 1.000000e+00
GO:0050817   219   3 6.610994e-01 1.000000e+00
GO:0050818    74   1 6.840664e-01 1.000000e+00
GO:0050819    53   0 1.000000e+00 1.000000e+00
GO:0050820    30   1 3.704155e-01 1.000000e+00
GO:0050821   201   1 9.581680e-01 1.000000e+00
GO:0050822     1   0 1.000000e+00 1.000000e+00
GO:0050823     1   0 1.000000e+00 1.000000e+00
GO:0050829    78   2 3.293568e-01 1.000000e+00
GO:0050830   100   4 6.757643e-02 1.000000e+00
GO:0050832    50   2 1.722962e-01 1.000000e+00
GO:0050833     5   0 1.000000e+00 1.000000e+00
GO:0050839   541  10 3.388596e-01 1.000000e+00
GO:0050840    63   1 6.255627e-01 1.000000e+00
GO:0050847    12   0 1.000000e+00 1.000000e+00
GO:0050848    90   4 4.959467e-02 1.000000e+00
GO:0050849    21   1 2.783126e-01 1.000000e+00
GO:0050850    52   3 4.527929e-02 1.000000e+00
GO:0050851   181  11 1.260307e-04 2.379954e-02
GO:0050852   134   4 1.555304e-01 1.000000e+00
GO:0050853    62   7 4.766265e-05 1.212364e-02
GO:0050854    66   5 3.272035e-03 2.409251e-01
GO:0050855    24   3 5.601336e-03 3.412750e-01
GO:0050856    44   2 1.456435e-01 1.000000e+00
GO:0050857    27   0 1.000000e+00 1.000000e+00
GO:0050858    32   4 1.326115e-03 1.331110e-01
GO:0050859     8   2 5.944551e-03 3.557830e-01
GO:0050860    24   2 5.088687e-02 1.000000e+00
GO:0050861    10   0 1.000000e+00 1.000000e+00
GO:0050862    17   0 1.000000e+00 1.000000e+00
GO:0050863   367  17 6.600365e-05 1.573953e-02
GO:0050864   122   8 6.095182e-04 7.374840e-02
GO:0050865   605  33 2.649928e-10 8.473713e-07
GO:0050866   207   9 4.835912e-03 3.128527e-01
GO:0050867   363  21 2.573906e-07 2.057654e-04
GO:0050868   123   5 4.232322e-02 9.904855e-01
GO:0050869    30   1 3.667869e-01 1.000000e+00
GO:0050870   242  14 2.749391e-05 8.229142e-03
GO:0050871    78   4 3.256298e-02 8.696241e-01
GO:0050872    17   0 1.000000e+00 1.000000e+00
GO:0050873    53   0 1.000000e+00 1.000000e+00
GO:0050877  1374  19 6.491275e-01 1.000000e+00
GO:0050878   351   5 6.367090e-01 1.000000e+00
GO:0050879    57   2 2.290265e-01 1.000000e+00
GO:0050881    55   2 2.177098e-01 1.000000e+00
GO:0050882     7   0 1.000000e+00 1.000000e+00
GO:0050883     2   0 1.000000e+00 1.000000e+00
GO:0050884    18   0 1.000000e+00 1.000000e+00
GO:0050885    51   1 5.573979e-01 1.000000e+00
GO:0050886    88   2 3.934420e-01 1.000000e+00
GO:0050890   307   6 3.472586e-01 1.000000e+00
GO:0050891    33   0 1.000000e+00 1.000000e+00
GO:0050892    39   1 4.565628e-01 1.000000e+00
GO:0050893     4   0 1.000000e+00 1.000000e+00
GO:0050894     1   0 1.000000e+00 1.000000e+00
GO:0050896  8273 150 3.580559e-03 2.536305e-01
GO:0050897     1   0 1.000000e+00 1.000000e+00
GO:0050900   380  15 8.334449e-04 9.666233e-02
GO:0050901    34   4 1.780603e-03 1.613645e-01
GO:0050902     2   0 1.000000e+00 1.000000e+00
GO:0050904     6   1 8.868479e-02 1.000000e+00
GO:0050905   160   4 2.464057e-01 1.000000e+00
GO:0050906   432   3 9.223404e-01 1.000000e+00
GO:0050907   368   2 9.466231e-01 1.000000e+00
GO:0050908    20   0 1.000000e+00 1.000000e+00
GO:0050909    62   3 5.623835e-02 1.000000e+00
GO:0050910    14   0 1.000000e+00 1.000000e+00
GO:0050911   324   1 9.827650e-01 1.000000e+00
GO:0050912    41   1 4.307142e-01 1.000000e+00
GO:0050913    40   2 1.007422e-01 1.000000e+00
GO:0050914     4   0 1.000000e+00 1.000000e+00
GO:0050915     9   0 1.000000e+00 1.000000e+00
GO:0050916     7   1 9.586968e-02 1.000000e+00
GO:0050917     7   1 9.928104e-02 1.000000e+00
GO:0050918    61   1 6.109582e-01 1.000000e+00
GO:0050919    46   1 5.182835e-01 1.000000e+00
GO:0050920   215  11 5.018068e-04 6.306547e-02
GO:0050921   135   6 1.829140e-02 6.574059e-01
GO:0050922    64   5 2.916724e-03 2.211776e-01
GO:0050923     4   0 1.000000e+00 1.000000e+00
GO:0050924     1   0 1.000000e+00 1.000000e+00
GO:0050925     2   0 1.000000e+00 1.000000e+00
GO:0050926    25   0 1.000000e+00 1.000000e+00
GO:0050927    24   0 1.000000e+00 1.000000e+00
GO:0050928     1   0 1.000000e+00 1.000000e+00
GO:0050929     1   0 1.000000e+00 1.000000e+00
GO:0050930    13   0 1.000000e+00 1.000000e+00
GO:0050931    35   0 1.000000e+00 1.000000e+00
GO:0050932     8   0 1.000000e+00 1.000000e+00
GO:0050942     7   0 1.000000e+00 1.000000e+00
GO:0050951    29   0 1.000000e+00 1.000000e+00
GO:0050953   208   1 9.638310e-01 1.000000e+00
GO:0050954   180   2 7.711947e-01 1.000000e+00
GO:0050955     8   0 1.000000e+00 1.000000e+00
GO:0050957     7   0 1.000000e+00 1.000000e+00
GO:0050960     5   0 1.000000e+00 1.000000e+00
GO:0050961    23   0 1.000000e+00 1.000000e+00
GO:0050962    20   0 1.000000e+00 1.000000e+00
GO:0050965    19   0 1.000000e+00 1.000000e+00
GO:0050966    14   1 1.927062e-01 1.000000e+00
GO:0050968     3   0 1.000000e+00 1.000000e+00
GO:0050974    33   1 4.037960e-01 1.000000e+00
GO:0050975     4   0 1.000000e+00 1.000000e+00
GO:0050976     2   0 1.000000e+00 1.000000e+00
GO:0050982    51   1 5.541108e-01 1.000000e+00
GO:0050992     2   0 1.000000e+00 1.000000e+00
GO:0050993     2   0 1.000000e+00 1.000000e+00
GO:0050994    64   2 2.601816e-01 1.000000e+00
GO:0050995    27   2 6.539448e-02 1.000000e+00
GO:0050996    26   0 1.000000e+00 1.000000e+00
GO:0050997    36   1 4.209692e-01 1.000000e+00
GO:0050998    10   0 1.000000e+00 1.000000e+00
GO:0050999    25   1 3.226832e-01 1.000000e+00
GO:0051000    15   1 2.113335e-01 1.000000e+00
GO:0051001     6   0 1.000000e+00 1.000000e+00
GO:0051004    14   0 1.000000e+00 1.000000e+00
GO:0051005     7   0 1.000000e+00 1.000000e+00
GO:0051006     7   0 1.000000e+00 1.000000e+00
GO:0051008     1   0 1.000000e+00 1.000000e+00
GO:0051010    21   0 1.000000e+00 1.000000e+00
GO:0051011    12   0 1.000000e+00 1.000000e+00
GO:0051012     2   0 1.000000e+00 1.000000e+00
GO:0051013     9   0 1.000000e+00 1.000000e+00
GO:0051014    16   0 1.000000e+00 1.000000e+00
GO:0051015   201   5 2.140185e-01 1.000000e+00
GO:0051016    25   0 1.000000e+00 1.000000e+00
GO:0051017   157   4 2.314558e-01 1.000000e+00
GO:0051018    49   1 5.345589e-01 1.000000e+00
GO:0051019    28   1 3.557227e-01 1.000000e+00
GO:0051020   294   7 1.781787e-01 1.000000e+00
GO:0051021     2   0 1.000000e+00 1.000000e+00
GO:0051022     2   0 1.000000e+00 1.000000e+00
GO:0051026     6   0 1.000000e+00 1.000000e+00
GO:0051028   117   1 8.385387e-01 1.000000e+00
GO:0051029     3   0 1.000000e+00 1.000000e+00
GO:0051030     6   0 1.000000e+00 1.000000e+00
GO:0051031     6   0 1.000000e+00 1.000000e+00
GO:0051032     2   0 1.000000e+00 1.000000e+00
GO:0051033     2   0 1.000000e+00 1.000000e+00
GO:0051036    12   0 1.000000e+00 1.000000e+00
GO:0051040     2   0 1.000000e+00 1.000000e+00
GO:0051041     1   0 1.000000e+00 1.000000e+00
GO:0051042     1   0 1.000000e+00 1.000000e+00
GO:0051043    26   2 6.132292e-02 1.000000e+00
GO:0051044    16   2 2.541325e-02 8.207988e-01
GO:0051045     7   0 1.000000e+00 1.000000e+00
GO:0051046   600  19 2.696616e-03 2.098584e-01
GO:0051047   305  11 8.093032e-03 4.265142e-01
GO:0051048   165   9 1.064069e-03 1.128821e-01
GO:0051049  1572  42 3.314090e-04 4.549412e-02
GO:0051050   809  24 1.731574e-03 1.588506e-01
GO:0051051   440  16 1.264039e-03 1.280283e-01
GO:0051052   497   4 9.516456e-01 1.000000e+00
GO:0051053   127   0 1.000000e+00 1.000000e+00
GO:0051054   288   4 6.554808e-01 1.000000e+00
GO:0051055    62   1 6.119684e-01 1.000000e+00
GO:0051056   282   3 8.189552e-01 1.000000e+00
GO:0051057    70   0 1.000000e+00 1.000000e+00
GO:0051058    53   0 1.000000e+00 1.000000e+00
GO:0051059    28   0 1.000000e+00 1.000000e+00
GO:0051066     1   0 1.000000e+00 1.000000e+00
GO:0051081    11   1 1.578956e-01 1.000000e+00
GO:0051082   113   1 8.271003e-01 1.000000e+00
GO:0051083     2   0 1.000000e+00 1.000000e+00
GO:0051084    37   0 1.000000e+00 1.000000e+00
GO:0051085    32   0 1.000000e+00 1.000000e+00
GO:0051086     1   0 1.000000e+00 1.000000e+00
GO:0051087   128   3 3.171514e-01 1.000000e+00
GO:0051089     1   0 1.000000e+00 1.000000e+00
GO:0051090   353  14 1.149110e-03 1.190819e-01
GO:0051091   215   8 1.910038e-02 6.775641e-01
GO:0051092   131   8 9.953180e-04 1.060914e-01
GO:0051093   945  16 3.752311e-01 1.000000e+00
GO:0051094  1314  27 8.094808e-02 1.000000e+00
GO:0051095    10   0 1.000000e+00 1.000000e+00
GO:0051096     6   0 1.000000e+00 1.000000e+00
GO:0051097     4   0 1.000000e+00 1.000000e+00
GO:0051098   229   8 2.669264e-02 8.475008e-01
GO:0051099   110   8 3.333200e-04 4.549412e-02
GO:0051100   107   2 4.866750e-01 1.000000e+00
GO:0051101    76   4 3.053362e-02 8.696241e-01
GO:0051102     1   0 1.000000e+00 1.000000e+00
GO:0051103     5   0 1.000000e+00 1.000000e+00
GO:0051105     6   1 9.088802e-02 1.000000e+00
GO:0051106     5   1 7.699021e-02 1.000000e+00
GO:0051107     1   0 1.000000e+00 1.000000e+00
GO:0051117    81   0 1.000000e+00 1.000000e+00
GO:0051119    28   2 7.281288e-02 1.000000e+00
GO:0051120     1   0 1.000000e+00 1.000000e+00
GO:0051121     9   0 1.000000e+00 1.000000e+00
GO:0051122     9   0 1.000000e+00 1.000000e+00
GO:0051123    53   1 5.609478e-01 1.000000e+00
GO:0051124    10   0 1.000000e+00 1.000000e+00
GO:0051125    38   0 1.000000e+00 1.000000e+00
GO:0051126     9   0 1.000000e+00 1.000000e+00
GO:0051127    14   0 1.000000e+00 1.000000e+00
GO:0051128  2325  35 6.083869e-01 1.000000e+00
GO:0051129   697  12 3.930355e-01 1.000000e+00
GO:0051130  1069  19 3.087468e-01 1.000000e+00
GO:0051131    21   0 1.000000e+00 1.000000e+00
GO:0051132    12   0 1.000000e+00 1.000000e+00
GO:0051133    11   0 1.000000e+00 1.000000e+00
GO:0051134     2   0 1.000000e+00 1.000000e+00
GO:0051135     9   0 1.000000e+00 1.000000e+00
GO:0051136     6   0 1.000000e+00 1.000000e+00
GO:0051138     4   0 1.000000e+00 1.000000e+00
GO:0051139    22   0 1.000000e+00 1.000000e+00
GO:0051140     7   0 1.000000e+00 1.000000e+00
GO:0051141     1   0 1.000000e+00 1.000000e+00
GO:0051142     6   0 1.000000e+00 1.000000e+00
GO:0051145    74   1 6.776835e-01 1.000000e+00
GO:0051146   307   7 1.982804e-01 1.000000e+00
GO:0051147   158   2 6.973733e-01 1.000000e+00
GO:0051148    66   0 1.000000e+00 1.000000e+00
GO:0051149    84   1 7.243060e-01 1.000000e+00
GO:0051150    45   1 4.951951e-01 1.000000e+00
GO:0051151    20   0 1.000000e+00 1.000000e+00
GO:0051152    23   0 1.000000e+00 1.000000e+00
GO:0051153    95   1 7.688461e-01 1.000000e+00
GO:0051154    40   0 1.000000e+00 1.000000e+00
GO:0051155    52   1 5.477283e-01 1.000000e+00
GO:0051156    27   0 1.000000e+00 1.000000e+00
GO:0051160     1   0 1.000000e+00 1.000000e+00
GO:0051164     1   0 1.000000e+00 1.000000e+00
GO:0051167     6   0 1.000000e+00 1.000000e+00
GO:0051168   160   1 9.171007e-01 1.000000e+00
GO:0051169   318   3 8.692474e-01 1.000000e+00
GO:0051170   163   2 7.181363e-01 1.000000e+00
GO:0051171  5129  72 8.456929e-01 1.000000e+00
GO:0051172  2070  28 7.960075e-01 1.000000e+00
GO:0051173  2893  43 6.309438e-01 1.000000e+00
GO:0051174  1103  21 1.895982e-01 1.000000e+00
GO:0051175     1   0 1.000000e+00 1.000000e+00
GO:0051176     5   0 1.000000e+00 1.000000e+00
GO:0051177    12   0 1.000000e+00 1.000000e+00
GO:0051179  5035  92 3.810277e-02 9.351890e-01
GO:0051180    51   1 5.507636e-01 1.000000e+00
GO:0051189     6   0 1.000000e+00 1.000000e+00
GO:0051192     1   0 1.000000e+00 1.000000e+00
GO:0051204     5   0 1.000000e+00 1.000000e+00
GO:0051205    41   2 1.363530e-01 1.000000e+00
GO:0051208   131   3 3.223080e-01 1.000000e+00
GO:0051209   124   3 2.927921e-01 1.000000e+00
GO:0051213    86   1 7.449467e-01 1.000000e+00
GO:0051216   202   3 6.140533e-01 1.000000e+00
GO:0051219    89   3 1.606322e-01 1.000000e+00
GO:0051220    12   2 1.432408e-02 6.135596e-01
GO:0051222   241   6 1.719385e-01 1.000000e+00
GO:0051223   425  10 1.243883e-01 1.000000e+00
GO:0051224   115   3 2.618959e-01 1.000000e+00
GO:0051225   123   3 3.051251e-01 1.000000e+00
GO:0051228     2   0 1.000000e+00 1.000000e+00
GO:0051230     2   0 1.000000e+00 1.000000e+00
GO:0051231    13   0 1.000000e+00 1.000000e+00
GO:0051232     1   0 1.000000e+00 1.000000e+00
GO:0051233    36   0 1.000000e+00 1.000000e+00
GO:0051234  4439  85 1.587913e-02 6.324527e-01
GO:0051235   319   7 2.236350e-01 1.000000e+00
GO:0051236   150   1 9.037475e-01 1.000000e+00
GO:0051238     8   0 1.000000e+00 1.000000e+00
GO:0051239  2963  65 1.729532e-03 1.588506e-01
GO:0051240  1615  40 2.086388e-03 1.831439e-01
GO:0051241  1183  26 3.852725e-02 9.404514e-01
GO:0051246  2087  34 3.891243e-01 1.000000e+00
GO:0051247  1172  22 1.982208e-01 1.000000e+00
GO:0051248   837  13 5.152298e-01 1.000000e+00
GO:0051249   484  26 4.006957e-08 4.982873e-05
GO:0051250   157   6 3.440733e-02 8.805207e-01
GO:0051251   313  17 8.602079e-06 3.378052e-03
GO:0051252  3481  53 5.702751e-01 1.000000e+00
GO:0051253  1260  19 5.864047e-01 1.000000e+00
GO:0051254  1826  29 4.638611e-01 1.000000e+00
GO:0051255    13   0 1.000000e+00 1.000000e+00
GO:0051256    10   0 1.000000e+00 1.000000e+00
GO:0051257     2   0 1.000000e+00 1.000000e+00
GO:0051258   272   2 9.279311e-01 1.000000e+00
GO:0051259   252   3 7.503710e-01 1.000000e+00
GO:0051260   189   3 5.626275e-01 1.000000e+00
GO:0051261   112   2 5.223980e-01 1.000000e+00
GO:0051262    90   1 7.535687e-01 1.000000e+00
GO:0051264     2   0 1.000000e+00 1.000000e+00
GO:0051265     2   0 1.000000e+00 1.000000e+00
GO:0051267     1   0 1.000000e+00 1.000000e+00
GO:0051276   607   7 8.390660e-01 1.000000e+00
GO:0051279    80   2 3.425172e-01 1.000000e+00
GO:0051280    12   0 1.000000e+00 1.000000e+00
GO:0051281    41   2 1.247568e-01 1.000000e+00
GO:0051282   127   3 3.057424e-01 1.000000e+00
GO:0051283   125   3 2.967873e-01 1.000000e+00
GO:0051284    14   0 1.000000e+00 1.000000e+00
GO:0051286     5   0 1.000000e+00 1.000000e+00
GO:0051287    51   1 5.468761e-01 1.000000e+00
GO:0051289    58   1 5.935900e-01 1.000000e+00
GO:0051290    15   0 1.000000e+00 1.000000e+00
GO:0051291    29   1 3.618872e-01 1.000000e+00
GO:0051292    10   1 1.398160e-01 1.000000e+00
GO:0051293    57   0 1.000000e+00 1.000000e+00
GO:0051294    42   0 1.000000e+00 1.000000e+00
GO:0051295     6   0 1.000000e+00 1.000000e+00
GO:0051296     1   0 1.000000e+00 1.000000e+00
GO:0051298    73   1 6.764444e-01 1.000000e+00
GO:0051299    15   0 1.000000e+00 1.000000e+00
GO:0051301   617   8 7.463721e-01 1.000000e+00
GO:0051302   178   1 9.369720e-01 1.000000e+00
GO:0051303   111   0 1.000000e+00 1.000000e+00
GO:0051304    81   0 1.000000e+00 1.000000e+00
GO:0051305     7   0 1.000000e+00 1.000000e+00
GO:0051306    62   0 1.000000e+00 1.000000e+00
GO:0051307    10   0 1.000000e+00 1.000000e+00
GO:0051308     1   0 1.000000e+00 1.000000e+00
GO:0051309     2   0 1.000000e+00 1.000000e+00
GO:0051310    99   0 1.000000e+00 1.000000e+00
GO:0051311     5   0 1.000000e+00 1.000000e+00
GO:0051315    24   0 1.000000e+00 1.000000e+00
GO:0051316     1   0 1.000000e+00 1.000000e+00
GO:0051318     2   0 1.000000e+00 1.000000e+00
GO:0051321   276   2 9.327074e-01 1.000000e+00
GO:0051325     2   0 1.000000e+00 1.000000e+00
GO:0051329     2   0 1.000000e+00 1.000000e+00
GO:0051336   706  15 1.309731e-01 1.000000e+00
GO:0051338   616   9 6.155830e-01 1.000000e+00
GO:0051339    55   1 5.799369e-01 1.000000e+00
GO:0051340     7   0 1.000000e+00 1.000000e+00
GO:0051341    66   4 2.019054e-02 7.072693e-01
GO:0051342     8   0 1.000000e+00 1.000000e+00
GO:0051343     4   0 1.000000e+00 1.000000e+00
GO:0051344     4   0 1.000000e+00 1.000000e+00
GO:0051345   461  11 1.012531e-01 1.000000e+00
GO:0051346   186   5 1.566911e-01 1.000000e+00
GO:0051347   364   7 3.326576e-01 1.000000e+00
GO:0051348   209   2 8.379964e-01 1.000000e+00
GO:0051349    36   0 1.000000e+00 1.000000e+00
GO:0051350    18   1 2.525692e-01 1.000000e+00
GO:0051351     6   0 1.000000e+00 1.000000e+00
GO:0051352     1   0 1.000000e+00 1.000000e+00
GO:0051353    40   3 2.546179e-02 8.207988e-01
GO:0051354    20   0 1.000000e+00 1.000000e+00
GO:0051355     1   0 1.000000e+00 1.000000e+00
GO:0051365     2   0 1.000000e+00 1.000000e+00
GO:0051371    15   0 1.000000e+00 1.000000e+00
GO:0051373     5   0 1.000000e+00 1.000000e+00
GO:0051377     4   0 1.000000e+00 1.000000e+00
GO:0051378    10   1 1.391537e-01 1.000000e+00
GO:0051379     6   0 1.000000e+00 1.000000e+00
GO:0051380     4   0 1.000000e+00 1.000000e+00
GO:0051382    16   0 1.000000e+00 1.000000e+00
GO:0051383    20   0 1.000000e+00 1.000000e+00
GO:0051384   130   3 3.280619e-01 1.000000e+00
GO:0051385    36   0 1.000000e+00 1.000000e+00
GO:0051386    10   0 1.000000e+00 1.000000e+00
GO:0051387     3   0 1.000000e+00 1.000000e+00
GO:0051388     5   0 1.000000e+00 1.000000e+00
GO:0051391     1   0 1.000000e+00 1.000000e+00
GO:0051393    28   1 3.625140e-01 1.000000e+00
GO:0051394     1   0 1.000000e+00 1.000000e+00
GO:0051400     9   0 1.000000e+00 1.000000e+00
GO:0051401     1   0 1.000000e+00 1.000000e+00
GO:0051402   278   7 1.374520e-01 1.000000e+00
GO:0051403    46   1 5.104028e-01 1.000000e+00
GO:0051409    10   0 1.000000e+00 1.000000e+00
GO:0051410     5   0 1.000000e+00 1.000000e+00
GO:0051412    15   0 1.000000e+00 1.000000e+00
GO:0051413     1   0 1.000000e+00 1.000000e+00
GO:0051414     6   0 1.000000e+00 1.000000e+00
GO:0051415     1   0 1.000000e+00 1.000000e+00
GO:0051418     5   0 1.000000e+00 1.000000e+00
GO:0051424     2   0 1.000000e+00 1.000000e+00
GO:0051425     3   0 1.000000e+00 1.000000e+00
GO:0051427    31   0 1.000000e+00 1.000000e+00
GO:0051428    20   0 1.000000e+00 1.000000e+00
GO:0051429     6   0 1.000000e+00 1.000000e+00
GO:0051430     4   0 1.000000e+00 1.000000e+00
GO:0051431     4   0 1.000000e+00 1.000000e+00
GO:0051434     6   0 1.000000e+00 1.000000e+00
GO:0051438    35   0 1.000000e+00 1.000000e+00
GO:0051443    18   0 1.000000e+00 1.000000e+00
GO:0051444    15   0 1.000000e+00 1.000000e+00
GO:0051445    68   0 1.000000e+00 1.000000e+00
GO:0051446    27   0 1.000000e+00 1.000000e+00
GO:0051447    19   0 1.000000e+00 1.000000e+00
GO:0051450    34   0 1.000000e+00 1.000000e+00
GO:0051451    12   0 1.000000e+00 1.000000e+00
GO:0051452    52   2 1.924677e-01 1.000000e+00
GO:0051453    83   2 3.767109e-01 1.000000e+00
GO:0051454     8   0 1.000000e+00 1.000000e+00
GO:0051455     1   0 1.000000e+00 1.000000e+00
GO:0051457    23   0 1.000000e+00 1.000000e+00
GO:0051458     7   0 1.000000e+00 1.000000e+00
GO:0051459     5   0 1.000000e+00 1.000000e+00
GO:0051460     1   0 1.000000e+00 1.000000e+00
GO:0051461     4   0 1.000000e+00 1.000000e+00
GO:0051462     5   0 1.000000e+00 1.000000e+00
GO:0051463     1   0 1.000000e+00 1.000000e+00
GO:0051464     4   0 1.000000e+00 1.000000e+00
GO:0051466     1   0 1.000000e+00 1.000000e+00
GO:0051469    11   0 1.000000e+00 1.000000e+00
GO:0051480    55   1 5.804585e-01 1.000000e+00
GO:0051481    13   0 1.000000e+00 1.000000e+00
GO:0051489    46   0 1.000000e+00 1.000000e+00
GO:0051490     4   0 1.000000e+00 1.000000e+00
GO:0051491    29   0 1.000000e+00 1.000000e+00
GO:0051492    90   1 7.553299e-01 1.000000e+00
GO:0051493   494   4 9.503983e-01 1.000000e+00
GO:0051494   150   1 9.037889e-01 1.000000e+00
GO:0051495   181   1 9.425143e-01 1.000000e+00
GO:0051496    51   1 5.503175e-01 1.000000e+00
GO:0051497    29   0 1.000000e+00 1.000000e+00
GO:0051499     2   0 1.000000e+00 1.000000e+00
GO:0051500     2   0 1.000000e+00 1.000000e+00
GO:0051503    34   1 4.111769e-01 1.000000e+00
GO:0051525     5   1 7.482928e-02 1.000000e+00
GO:0051536    68   2 2.862794e-01 1.000000e+00
GO:0051537    23   0 1.000000e+00 1.000000e+00
GO:0051538     3   0 1.000000e+00 1.000000e+00
GO:0051539    44   2 1.521510e-01 1.000000e+00
GO:0051540    69   2 2.917086e-01 1.000000e+00
GO:0051541     8   0 1.000000e+00 1.000000e+00
GO:0051542     1   0 1.000000e+00 1.000000e+00
GO:0051543     1   0 1.000000e+00 1.000000e+00
GO:0051545     1   0 1.000000e+00 1.000000e+00
GO:0051546    20   1 2.723788e-01 1.000000e+00
GO:0051547    14   1 1.992451e-01 1.000000e+00
GO:0051548     2   0 1.000000e+00 1.000000e+00
GO:0051549    12   1 1.735828e-01 1.000000e+00
GO:0051552     6   0 1.000000e+00 1.000000e+00
GO:0051560    23   0 1.000000e+00 1.000000e+00
GO:0051561    10   0 1.000000e+00 1.000000e+00
GO:0051562     3   0 1.000000e+00 1.000000e+00
GO:0051563     1   0 1.000000e+00 1.000000e+00
GO:0051575     7   0 1.000000e+00 1.000000e+00
GO:0051580    18   0 1.000000e+00 1.000000e+00
GO:0051581     2   0 1.000000e+00 1.000000e+00
GO:0051582     6   0 1.000000e+00 1.000000e+00
GO:0051583    12   0 1.000000e+00 1.000000e+00
GO:0051584     8   0 1.000000e+00 1.000000e+00
GO:0051585     1   0 1.000000e+00 1.000000e+00
GO:0051586     3   0 1.000000e+00 1.000000e+00
GO:0051588    92   1 7.673663e-01 1.000000e+00
GO:0051589     8   0 1.000000e+00 1.000000e+00
GO:0051590    23   1 3.043477e-01 1.000000e+00
GO:0051591    81   2 3.534001e-01 1.000000e+00
GO:0051592   140   1 8.852341e-01 1.000000e+00
GO:0051593    10   0 1.000000e+00 1.000000e+00
GO:0051594     2   0 1.000000e+00 1.000000e+00
GO:0051595     2   0 1.000000e+00 1.000000e+00
GO:0051596     4   0 1.000000e+00 1.000000e+00
GO:0051597     4   0 1.000000e+00 1.000000e+00
GO:0051598     3   0 1.000000e+00 1.000000e+00
GO:0051599     7   0 1.000000e+00 1.000000e+00
GO:0051601     5   0 1.000000e+00 1.000000e+00
GO:0051602    43   0 1.000000e+00 1.000000e+00
GO:0051603   718   7 9.329043e-01 1.000000e+00
GO:0051604   510   9 3.978886e-01 1.000000e+00
GO:0051606   550   6 7.570818e-01 1.000000e+00
GO:0051607   285  10 1.255014e-02 5.820431e-01
GO:0051608    11   0 1.000000e+00 1.000000e+00
GO:0051610    12   0 1.000000e+00 1.000000e+00
GO:0051611     3   0 1.000000e+00 1.000000e+00
GO:0051612     2   0 1.000000e+00 1.000000e+00
GO:0051615     4   0 1.000000e+00 1.000000e+00
GO:0051620     8   0 1.000000e+00 1.000000e+00
GO:0051621     2   0 1.000000e+00 1.000000e+00
GO:0051622     1   0 1.000000e+00 1.000000e+00
GO:0051623     1   0 1.000000e+00 1.000000e+00
GO:0051625     2   0 1.000000e+00 1.000000e+00
GO:0051630     2   0 1.000000e+00 1.000000e+00
GO:0051631     1   0 1.000000e+00 1.000000e+00
GO:0051638     1   0 1.000000e+00 1.000000e+00
GO:0051639     8   0 1.000000e+00 1.000000e+00
GO:0051640   581  10 4.191556e-01 1.000000e+00
GO:0051641  3189  50 4.920940e-01 1.000000e+00
GO:0051642    32   0 1.000000e+00 1.000000e+00
GO:0051643     9   0 1.000000e+00 1.000000e+00
GO:0051645    14   0 1.000000e+00 1.000000e+00
GO:0051646    47   1 5.202361e-01 1.000000e+00
GO:0051647    33   0 1.000000e+00 1.000000e+00
GO:0051648   205   5 2.179741e-01 1.000000e+00
GO:0051649  1840  27 6.477114e-01 1.000000e+00
GO:0051650   187   5 1.695190e-01 1.000000e+00
GO:0051651   215   3 6.479398e-01 1.000000e+00
GO:0051653    62   0 1.000000e+00 1.000000e+00
GO:0051654    30   0 1.000000e+00 1.000000e+00
GO:0051656   452   9 2.744115e-01 1.000000e+00
GO:0051657    11   0 1.000000e+00 1.000000e+00
GO:0051658     1   0 1.000000e+00 1.000000e+00
GO:0051659     1   0 1.000000e+00 1.000000e+00
GO:0051660    10   0 1.000000e+00 1.000000e+00
GO:0051661     6   0 1.000000e+00 1.000000e+00
GO:0051664     5   0 1.000000e+00 1.000000e+00
GO:0051665     8   0 1.000000e+00 1.000000e+00
GO:0051666     1   0 1.000000e+00 1.000000e+00
GO:0051668   650  12 3.179102e-01 1.000000e+00
GO:0051673     6   0 1.000000e+00 1.000000e+00
GO:0051674     3   0 1.000000e+00 1.000000e+00
GO:0051683     8   0 1.000000e+00 1.000000e+00
GO:0051684     3   0 1.000000e+00 1.000000e+00
GO:0051685     1   0 1.000000e+00 1.000000e+00
GO:0051693    40   1 4.677635e-01 1.000000e+00
GO:0051694     7   0 1.000000e+00 1.000000e+00
GO:0051695     2   0 1.000000e+00 1.000000e+00
GO:0051697     4   0 1.000000e+00 1.000000e+00
GO:0051701   191   3 5.620692e-01 1.000000e+00
GO:0051702   109   2 5.004194e-01 1.000000e+00
GO:0051703    48   0 1.000000e+00 1.000000e+00
GO:0051707  1417  41 5.850688e-05 1.439141e-02
GO:0051709     9   3 2.950237e-04 4.101745e-02
GO:0051712     8   3 1.894529e-04 3.050874e-02
GO:0051715     6   0 1.000000e+00 1.000000e+00
GO:0051716  6989 117 1.228576e-01 1.000000e+00
GO:0051717     2   0 1.000000e+00 1.000000e+00
GO:0051718     2   0 1.000000e+00 1.000000e+00
GO:0051721    27   0 1.000000e+00 1.000000e+00
GO:0051722     1   0 1.000000e+00 1.000000e+00
GO:0051723     1   0 1.000000e+00 1.000000e+00
GO:0051724     4   0 1.000000e+00 1.000000e+00
GO:0051725     5   0 1.000000e+00 1.000000e+00
GO:0051726  1057  13 8.386869e-01 1.000000e+00
GO:0051728     4   0 1.000000e+00 1.000000e+00
GO:0051729     3   0 1.000000e+00 1.000000e+00
GO:0051731     4   0 1.000000e+00 1.000000e+00
GO:0051734     4   0 1.000000e+00 1.000000e+00
GO:0051736     2   0 1.000000e+00 1.000000e+00
GO:0051747     1   0 1.000000e+00 1.000000e+00
GO:0051748     1   0 1.000000e+00 1.000000e+00
GO:0051750     1   0 1.000000e+00 1.000000e+00
GO:0051751     1   0 1.000000e+00 1.000000e+00
GO:0051754     3   0 1.000000e+00 1.000000e+00
GO:0051755     2   0 1.000000e+00 1.000000e+00
GO:0051757     2   0 1.000000e+00 1.000000e+00
GO:0051758     1   0 1.000000e+00 1.000000e+00
GO:0051764    13   1 1.874477e-01 1.000000e+00
GO:0051765     5   0 1.000000e+00 1.000000e+00
GO:0051766     5   0 1.000000e+00 1.000000e+00
GO:0051767    20   3 3.505202e-03 2.514758e-01
GO:0051769    20   3 3.505202e-03 2.514758e-01
GO:0051770    16   3 1.755247e-03 1.597132e-01
GO:0051771     4   0 1.000000e+00 1.000000e+00
GO:0051775    14   0 1.000000e+00 1.000000e+00
GO:0051780     1   0 1.000000e+00 1.000000e+00
GO:0051781    89   1 7.465481e-01 1.000000e+00
GO:0051782    17   0 1.000000e+00 1.000000e+00
GO:0051783   146   2 6.737798e-01 1.000000e+00
GO:0051784    63   0 1.000000e+00 1.000000e+00
GO:0051785    60   2 2.465945e-01 1.000000e+00
GO:0051786     1   0 1.000000e+00 1.000000e+00
GO:0051787    19   0 1.000000e+00 1.000000e+00
GO:0051788    15   0 1.000000e+00 1.000000e+00
GO:0051790     4   0 1.000000e+00 1.000000e+00
GO:0051791    15   0 1.000000e+00 1.000000e+00
GO:0051792     6   0 1.000000e+00 1.000000e+00
GO:0051793     5   0 1.000000e+00 1.000000e+00
GO:0051794     4   0 1.000000e+00 1.000000e+00
GO:0051795     3   0 1.000000e+00 1.000000e+00
GO:0051796     1   0 1.000000e+00 1.000000e+00
GO:0051797    19   1 2.553746e-01 1.000000e+00
GO:0051798    12   1 1.690737e-01 1.000000e+00
GO:0051799     5   0 1.000000e+00 1.000000e+00
GO:0051800     2   0 1.000000e+00 1.000000e+00
GO:0051823     7   0 1.000000e+00 1.000000e+00
GO:0051835     3   0 1.000000e+00 1.000000e+00
GO:0051838     6   0 1.000000e+00 1.000000e+00
GO:0051851    79   2 3.459691e-01 1.000000e+00
GO:0051861    29   0 1.000000e+00 1.000000e+00
GO:0051864     9   0 1.000000e+00 1.000000e+00
GO:0051865    72   3 1.015787e-01 1.000000e+00
GO:0051866     6   0 1.000000e+00 1.000000e+00
GO:0051867     5   0 1.000000e+00 1.000000e+00
GO:0051873    25   0 1.000000e+00 1.000000e+00
GO:0051875    23   0 1.000000e+00 1.000000e+00
GO:0051877     2   0 1.000000e+00 1.000000e+00
GO:0051878     1   0 1.000000e+00 1.000000e+00
GO:0051879    39   1 4.562361e-01 1.000000e+00
GO:0051880    10   0 1.000000e+00 1.000000e+00
GO:0051881    73   1 6.844775e-01 1.000000e+00
GO:0051882    24   0 1.000000e+00 1.000000e+00
GO:0051884     5   0 1.000000e+00 1.000000e+00
GO:0051885     2   0 1.000000e+00 1.000000e+00
GO:0051886     1   0 1.000000e+00 1.000000e+00
GO:0051890     5   0 1.000000e+00 1.000000e+00
GO:0051891     4   0 1.000000e+00 1.000000e+00
GO:0051892     1   0 1.000000e+00 1.000000e+00
GO:0051893    61   1 6.187187e-01 1.000000e+00
GO:0051894    26   1 3.347995e-01 1.000000e+00
GO:0051895    15   0 1.000000e+00 1.000000e+00
GO:0051896   248   4 5.294045e-01 1.000000e+00
GO:0051897   168   3 4.822546e-01 1.000000e+00
GO:0051898    64   1 6.225815e-01 1.000000e+00
GO:0051899    91   1 7.639647e-01 1.000000e+00
GO:0051900    19   0 1.000000e+00 1.000000e+00
GO:0051901     9   0 1.000000e+00 1.000000e+00
GO:0051902     6   0 1.000000e+00 1.000000e+00
GO:0051903     2   0 1.000000e+00 1.000000e+00
GO:0051904    21   0 1.000000e+00 1.000000e+00
GO:0051905    21   0 1.000000e+00 1.000000e+00
GO:0051908     1   0 1.000000e+00 1.000000e+00
GO:0051913     1   0 1.000000e+00 1.000000e+00
GO:0051914     1   0 1.000000e+00 1.000000e+00
GO:0051915     1   0 1.000000e+00 1.000000e+00
GO:0051916     1   0 1.000000e+00 1.000000e+00
GO:0051917    18   0 1.000000e+00 1.000000e+00
GO:0051918    13   0 1.000000e+00 1.000000e+00
GO:0051919     4   0 1.000000e+00 1.000000e+00
GO:0051920     7   0 1.000000e+00 1.000000e+00
GO:0051922     1   0 1.000000e+00 1.000000e+00
GO:0051923    20   0 1.000000e+00 1.000000e+00
GO:0051924   236   8 2.953016e-02 8.696241e-01
GO:0051926    64   1 6.210976e-01 1.000000e+00
GO:0051928   112   4 9.247335e-02 1.000000e+00
GO:0051930    17   0 1.000000e+00 1.000000e+00
GO:0051931    17   0 1.000000e+00 1.000000e+00
GO:0051932    56   2 2.180819e-01 1.000000e+00
GO:0051933    10   0 1.000000e+00 1.000000e+00
GO:0051934    12   0 1.000000e+00 1.000000e+00
GO:0051935     6   0 1.000000e+00 1.000000e+00
GO:0051936     4   0 1.000000e+00 1.000000e+00
GO:0051937    73   2 3.092613e-01 1.000000e+00
GO:0051938    38   1 4.493171e-01 1.000000e+00
GO:0051939     6   0 1.000000e+00 1.000000e+00
GO:0051940     8   0 1.000000e+00 1.000000e+00
GO:0051941     4   0 1.000000e+00 1.000000e+00
GO:0051943     2   0 1.000000e+00 1.000000e+00
GO:0051944     3   0 1.000000e+00 1.000000e+00
GO:0051945     1   0 1.000000e+00 1.000000e+00
GO:0051946     4   0 1.000000e+00 1.000000e+00
GO:0051951     2   0 1.000000e+00 1.000000e+00
GO:0051952    92   3 1.718340e-01 1.000000e+00
GO:0051953    28   2 6.971989e-02 1.000000e+00
GO:0051954    37   2 1.113595e-01 1.000000e+00
GO:0051955    41   3 2.618334e-02 8.336955e-01
GO:0051956    16   2 2.563372e-02 8.232212e-01
GO:0051957    22   2 4.565031e-02 1.000000e+00
GO:0051958     2   0 1.000000e+00 1.000000e+00
GO:0051959    28   0 1.000000e+00 1.000000e+00
GO:0051960   445   8 3.886560e-01 1.000000e+00
GO:0051961   147   3 4.018348e-01 1.000000e+00
GO:0051962   274   4 6.219643e-01 1.000000e+00
GO:0051963   105   2 4.936934e-01 1.000000e+00
GO:0051964     8   0 1.000000e+00 1.000000e+00
GO:0051965    56   1 5.931166e-01 1.000000e+00
GO:0051966    76   3 1.178445e-01 1.000000e+00
GO:0051967     8   0 1.000000e+00 1.000000e+00
GO:0051968    33   2 9.554744e-02 1.000000e+00
GO:0051969    15   0 1.000000e+00 1.000000e+00
GO:0051970     6   0 1.000000e+00 1.000000e+00
GO:0051971     7   0 1.000000e+00 1.000000e+00
GO:0051972    42   0 1.000000e+00 1.000000e+00
GO:0051973    32   0 1.000000e+00 1.000000e+00
GO:0051974     7   0 1.000000e+00 1.000000e+00
GO:0051977     3   0 1.000000e+00 1.000000e+00
GO:0051978     1   0 1.000000e+00 1.000000e+00
GO:0051983   129   2 6.038884e-01 1.000000e+00
GO:0051984    27   0 1.000000e+00 1.000000e+00
GO:0051985    50   0 1.000000e+00 1.000000e+00
GO:0051987    11   0 1.000000e+00 1.000000e+00
GO:0051988    21   0 1.000000e+00 1.000000e+00
GO:0051990     1   0 1.000000e+00 1.000000e+00
GO:0051996     1   0 1.000000e+00 1.000000e+00
GO:0051998     6   0 1.000000e+00 1.000000e+00
GO:0052008     3   0 1.000000e+00 1.000000e+00
GO:0052031     1   0 1.000000e+00 1.000000e+00
GO:0052111     3   0 1.000000e+00 1.000000e+00
GO:0052173     1   0 1.000000e+00 1.000000e+00
GO:0052200     1   0 1.000000e+00 1.000000e+00
GO:0052314     1   0 1.000000e+00 1.000000e+00
GO:0052372    53   2 1.924579e-01 1.000000e+00
GO:0052373     1   0 1.000000e+00 1.000000e+00
GO:0052381     1   0 1.000000e+00 1.000000e+00
GO:0052403     2   0 1.000000e+00 1.000000e+00
GO:0052422     3   0 1.000000e+00 1.000000e+00
GO:0052472     2   0 1.000000e+00 1.000000e+00
GO:0052547   288   7 1.586935e-01 1.000000e+00
GO:0052548   264   7 1.148426e-01 1.000000e+00
GO:0052597     1   0 1.000000e+00 1.000000e+00
GO:0052598     1   0 1.000000e+00 1.000000e+00
GO:0052599     1   0 1.000000e+00 1.000000e+00
GO:0052600     1   0 1.000000e+00 1.000000e+00
GO:0052629     8   0 1.000000e+00 1.000000e+00
GO:0052630     1   0 1.000000e+00 1.000000e+00
GO:0052642     4   0 1.000000e+00 1.000000e+00
GO:0052646     9   0 1.000000e+00 1.000000e+00
GO:0052650    13   0 1.000000e+00 1.000000e+00
GO:0052651     7   0 1.000000e+00 1.000000e+00
GO:0052652    39   0 1.000000e+00 1.000000e+00
GO:0052654     2   0 1.000000e+00 1.000000e+00
GO:0052655     2   0 1.000000e+00 1.000000e+00
GO:0052656     2   0 1.000000e+00 1.000000e+00
GO:0052658     6   0 1.000000e+00 1.000000e+00
GO:0052659     5   0 1.000000e+00 1.000000e+00
GO:0052689   150   2 6.789272e-01 1.000000e+00
GO:0052695    19   0 1.000000e+00 1.000000e+00
GO:0052696     5   0 1.000000e+00 1.000000e+00
GO:0052697     6   0 1.000000e+00 1.000000e+00
GO:0052717     2   0 1.000000e+00 1.000000e+00
GO:0052720     1   0 1.000000e+00 1.000000e+00
GO:0052722     1   0 1.000000e+00 1.000000e+00
GO:0052723     4   0 1.000000e+00 1.000000e+00
GO:0052724     4   0 1.000000e+00 1.000000e+00
GO:0052725     1   0 1.000000e+00 1.000000e+00
GO:0052726     1   0 1.000000e+00 1.000000e+00
GO:0052731     1   0 1.000000e+00 1.000000e+00
GO:0052732     2   0 1.000000e+00 1.000000e+00
GO:0052735     4   0 1.000000e+00 1.000000e+00
GO:0052739    11   1 1.558731e-01 1.000000e+00
GO:0052740    10   1 1.417227e-01 1.000000e+00
GO:0052741     2   0 1.000000e+00 1.000000e+00
GO:0052742    26   2 5.874406e-02 1.000000e+00
GO:0052743     7   0 1.000000e+00 1.000000e+00
GO:0052744    11   0 1.000000e+00 1.000000e+00
GO:0052745    17   0 1.000000e+00 1.000000e+00
GO:0052751     1   0 1.000000e+00 1.000000e+00
GO:0052757     1   0 1.000000e+00 1.000000e+00
GO:0052794     4   0 1.000000e+00 1.000000e+00
GO:0052795     4   0 1.000000e+00 1.000000e+00
GO:0052796     4   0 1.000000e+00 1.000000e+00
GO:0052803     6   0 1.000000e+00 1.000000e+00
GO:0052805     1   0 1.000000e+00 1.000000e+00
GO:0052810     3   0 1.000000e+00 1.000000e+00
GO:0052814     1   0 1.000000e+00 1.000000e+00
GO:0052815     2   0 1.000000e+00 1.000000e+00
GO:0052816    19   1 2.570787e-01 1.000000e+00
GO:0052817     1   0 1.000000e+00 1.000000e+00
GO:0052821     1   0 1.000000e+00 1.000000e+00
GO:0052822     1   0 1.000000e+00 1.000000e+00
GO:0052826     1   0 1.000000e+00 1.000000e+00
GO:0052827     2   0 1.000000e+00 1.000000e+00
GO:0052828     2   0 1.000000e+00 1.000000e+00
GO:0052829     1   0 1.000000e+00 1.000000e+00
GO:0052832     3   0 1.000000e+00 1.000000e+00
GO:0052833     3   0 1.000000e+00 1.000000e+00
GO:0052834     3   0 1.000000e+00 1.000000e+00
GO:0052835     1   0 1.000000e+00 1.000000e+00
GO:0052836     3   0 1.000000e+00 1.000000e+00
GO:0052839     3   0 1.000000e+00 1.000000e+00
GO:0052840     1   0 1.000000e+00 1.000000e+00
GO:0052841     2   0 1.000000e+00 1.000000e+00
GO:0052842     2   0 1.000000e+00 1.000000e+00
GO:0052845     2   0 1.000000e+00 1.000000e+00
GO:0052848     2   0 1.000000e+00 1.000000e+00
GO:0052851     3   0 1.000000e+00 1.000000e+00
GO:0052856     2   0 1.000000e+00 1.000000e+00
GO:0052857     1   0 1.000000e+00 1.000000e+00
GO:0052858     1   0 1.000000e+00 1.000000e+00
GO:0052866    26   0 1.000000e+00 1.000000e+00
GO:0052869     2   0 1.000000e+00 1.000000e+00
GO:0052870     1   0 1.000000e+00 1.000000e+00
GO:0052871     1   0 1.000000e+00 1.000000e+00
GO:0052872     1   0 1.000000e+00 1.000000e+00
GO:0052884     1   0 1.000000e+00 1.000000e+00
GO:0052885     1   0 1.000000e+00 1.000000e+00
GO:0052890    13   0 1.000000e+00 1.000000e+00
GO:0052894     1   0 1.000000e+00 1.000000e+00
GO:0052895     1   0 1.000000e+00 1.000000e+00
GO:0052899     1   0 1.000000e+00 1.000000e+00
GO:0052901     2   0 1.000000e+00 1.000000e+00
GO:0052902     1   0 1.000000e+00 1.000000e+00
GO:0052903     1   0 1.000000e+00 1.000000e+00
GO:0052904     1   0 1.000000e+00 1.000000e+00
GO:0052905     3   0 1.000000e+00 1.000000e+00
GO:0052906     1   0 1.000000e+00 1.000000e+00
GO:0052907     1   0 1.000000e+00 1.000000e+00
GO:0052909     1   0 1.000000e+00 1.000000e+00
GO:0052917     1   0 1.000000e+00 1.000000e+00
GO:0052918     1   0 1.000000e+00 1.000000e+00
GO:0052923     2   0 1.000000e+00 1.000000e+00
GO:0052925     1   0 1.000000e+00 1.000000e+00
GO:0052926     1   0 1.000000e+00 1.000000e+00
GO:0055001   200   5 1.989854e-01 1.000000e+00
GO:0055002    79   3 1.266904e-01 1.000000e+00
GO:0055003    19   1 2.608671e-01 1.000000e+00
GO:0055005     3   1 4.410854e-02 1.000000e+00
GO:0055006    93   3 1.712265e-01 1.000000e+00
GO:0055007   128   3 3.098398e-01 1.000000e+00
GO:0055008    61   1 6.198792e-01 1.000000e+00
GO:0055009     6   0 1.000000e+00 1.000000e+00
GO:0055010    47   1 5.273244e-01 1.000000e+00
GO:0055011     3   0 1.000000e+00 1.000000e+00
GO:0055012    14   1 1.945019e-01 1.000000e+00
GO:0055013    86   3 1.448344e-01 1.000000e+00
GO:0055014     3   0 1.000000e+00 1.000000e+00
GO:0055015    10   1 1.410627e-01 1.000000e+00
GO:0055017    87   2 3.807726e-01 1.000000e+00
GO:0055018     1   0 1.000000e+00 1.000000e+00
GO:0055020     1   0 1.000000e+00 1.000000e+00
GO:0055021    63   2 2.454300e-01 1.000000e+00
GO:0055022    26   0 1.000000e+00 1.000000e+00
GO:0055023    35   1 4.049256e-01 1.000000e+00
GO:0055024     5   0 1.000000e+00 1.000000e+00
GO:0055025     2   0 1.000000e+00 1.000000e+00
GO:0055026     2   0 1.000000e+00 1.000000e+00
GO:0055028     1   0 1.000000e+00 1.000000e+00
GO:0055029    92   0 1.000000e+00 1.000000e+00
GO:0055037   195   7 3.310170e-02 8.737600e-01
GO:0055038   100   1 7.883540e-01 1.000000e+00
GO:0055048     1   0 1.000000e+00 1.000000e+00
GO:0055056    12   0 1.000000e+00 1.000000e+00
GO:0055057    14   0 1.000000e+00 1.000000e+00
GO:0055059     5   0 1.000000e+00 1.000000e+00
GO:0055062    20   0 1.000000e+00 1.000000e+00
GO:0055064    19   2 3.570925e-02 8.967503e-01
GO:0055070    17   0 1.000000e+00 1.000000e+00
GO:0055071     3   0 1.000000e+00 1.000000e+00
GO:0055074   312   5 5.303055e-01 1.000000e+00
GO:0055075    34   2 1.028579e-01 1.000000e+00
GO:0055077     3   0 1.000000e+00 1.000000e+00
GO:0055078    47   0 1.000000e+00 1.000000e+00
GO:0055080   567  15 3.257334e-02 8.696241e-01
GO:0055081    20   2 3.896561e-02 9.485818e-01
GO:0055082   681  18 1.973462e-02 6.934691e-01
GO:0055085  1461  34 1.097935e-02 5.370626e-01
GO:0055086   629   7 8.635665e-01 1.000000e+00
GO:0055087     3   0 1.000000e+00 1.000000e+00
GO:0055088   168   0 1.000000e+00 1.000000e+00
GO:0055089    16   0 1.000000e+00 1.000000e+00
GO:0055090    41   0 1.000000e+00 1.000000e+00
GO:0055091    16   0 1.000000e+00 1.000000e+00
GO:0055092    98   0 1.000000e+00 1.000000e+00
GO:0055093    17   0 1.000000e+00 1.000000e+00
GO:0055094    37   2 1.047681e-01 1.000000e+00
GO:0055095     3   1 4.531173e-02 1.000000e+00
GO:0055096     3   1 4.531173e-02 1.000000e+00
GO:0055100     3   0 1.000000e+00 1.000000e+00
GO:0055102    14   0 1.000000e+00 1.000000e+00
GO:0055103     1   0 1.000000e+00 1.000000e+00
GO:0055105    11   0 1.000000e+00 1.000000e+00
GO:0055106    29   0 1.000000e+00 1.000000e+00
GO:0055107     3   0 1.000000e+00 1.000000e+00
GO:0055111     1   0 1.000000e+00 1.000000e+00
GO:0055113     1   0 1.000000e+00 1.000000e+00
GO:0055117    72   0 1.000000e+00 1.000000e+00
GO:0055118     7   0 1.000000e+00 1.000000e+00
GO:0055119    17   0 1.000000e+00 1.000000e+00
GO:0055120     1   0 1.000000e+00 1.000000e+00
GO:0055123   141   3 3.736437e-01 1.000000e+00
GO:0055129     6   0 1.000000e+00 1.000000e+00
GO:0055130     1   0 1.000000e+00 1.000000e+00
GO:0055131     6   0 1.000000e+00 1.000000e+00
GO:0060001     1   0 1.000000e+00 1.000000e+00
GO:0060002     3   0 1.000000e+00 1.000000e+00
GO:0060003     1   0 1.000000e+00 1.000000e+00
GO:0060004    22   0 1.000000e+00 1.000000e+00
GO:0060005     4   0 1.000000e+00 1.000000e+00
GO:0060007     1   0 1.000000e+00 1.000000e+00
GO:0060008    17   0 1.000000e+00 1.000000e+00
GO:0060009    12   0 1.000000e+00 1.000000e+00
GO:0060010     1   0 1.000000e+00 1.000000e+00
GO:0060011     5   0 1.000000e+00 1.000000e+00
GO:0060012     5   0 1.000000e+00 1.000000e+00
GO:0060013     8   0 1.000000e+00 1.000000e+00
GO:0060014     1   0 1.000000e+00 1.000000e+00
GO:0060017     7   0 1.000000e+00 1.000000e+00
GO:0060018     4   0 1.000000e+00 1.000000e+00
GO:0060019    14   0 1.000000e+00 1.000000e+00
GO:0060020    11   0 1.000000e+00 1.000000e+00
GO:0060021    90   0 1.000000e+00 1.000000e+00
GO:0060022     8   0 1.000000e+00 1.000000e+00
GO:0060023     5   0 1.000000e+00 1.000000e+00
GO:0060024     3   0 1.000000e+00 1.000000e+00
GO:0060025     3   0 1.000000e+00 1.000000e+00
GO:0060026    15   1 2.118383e-01 1.000000e+00
GO:0060027     9   1 1.340895e-01 1.000000e+00
GO:0060028     5   0 1.000000e+00 1.000000e+00
GO:0060029     5   0 1.000000e+00 1.000000e+00
GO:0060031     2   0 1.000000e+00 1.000000e+00
GO:0060032     1   0 1.000000e+00 1.000000e+00
GO:0060033    15   1 2.101390e-01 1.000000e+00
GO:0060034     1   0 1.000000e+00 1.000000e+00
GO:0060035     1   0 1.000000e+00 1.000000e+00
GO:0060037    30   1 3.789641e-01 1.000000e+00
GO:0060038    57   1 5.839343e-01 1.000000e+00
GO:0060039    19   0 1.000000e+00 1.000000e+00
GO:0060040     7   0 1.000000e+00 1.000000e+00
GO:0060041   157   0 1.000000e+00 1.000000e+00
GO:0060042    64   0 1.000000e+00 1.000000e+00
GO:0060043    45   1 4.963195e-01 1.000000e+00
GO:0060044    15   0 1.000000e+00 1.000000e+00
GO:0060045    29   0 1.000000e+00 1.000000e+00
GO:0060046    16   0 1.000000e+00 1.000000e+00
GO:0060047   236   4 5.050671e-01 1.000000e+00
GO:0060048   137   2 6.324795e-01 1.000000e+00
GO:0060049    11   0 1.000000e+00 1.000000e+00
GO:0060050     8   0 1.000000e+00 1.000000e+00
GO:0060052    10   0 1.000000e+00 1.000000e+00
GO:0060053     2   0 1.000000e+00 1.000000e+00
GO:0060054    10   0 1.000000e+00 1.000000e+00
GO:0060055    32   1 3.807585e-01 1.000000e+00
GO:0060056     8   0 1.000000e+00 1.000000e+00
GO:0060057     2   0 1.000000e+00 1.000000e+00
GO:0060058     2   0 1.000000e+00 1.000000e+00
GO:0060059     6   0 1.000000e+00 1.000000e+00
GO:0060060     2   0 1.000000e+00 1.000000e+00
GO:0060061     4   0 1.000000e+00 1.000000e+00
GO:0060064     1   0 1.000000e+00 1.000000e+00
GO:0060065    26   0 1.000000e+00 1.000000e+00
GO:0060066     6   0 1.000000e+00 1.000000e+00
GO:0060067     2   0 1.000000e+00 1.000000e+00
GO:0060068    10   0 1.000000e+00 1.000000e+00
GO:0060070   305   1 9.918770e-01 1.000000e+00
GO:0060071    48   0 1.000000e+00 1.000000e+00
GO:0060072     1   0 1.000000e+00 1.000000e+00
GO:0060073     8   0 1.000000e+00 1.000000e+00
GO:0060074    33   0 1.000000e+00 1.000000e+00
GO:0060075    10   0 1.000000e+00 1.000000e+00
GO:0060076    57   0 1.000000e+00 1.000000e+00
GO:0060077    14   0 1.000000e+00 1.000000e+00
GO:0060078   141   3 3.870688e-01 1.000000e+00
GO:0060079   103   2 4.880947e-01 1.000000e+00
GO:0060080    16   1 2.215036e-01 1.000000e+00
GO:0060081    10   0 1.000000e+00 1.000000e+00
GO:0060082     1   0 1.000000e+00 1.000000e+00
GO:0060083     3   0 1.000000e+00 1.000000e+00
GO:0060084     3   0 1.000000e+00 1.000000e+00
GO:0060086     3   0 1.000000e+00 1.000000e+00
GO:0060087     6   0 1.000000e+00 1.000000e+00
GO:0060088    17   0 1.000000e+00 1.000000e+00
GO:0060089  1341  32 4.343491e-03 2.926623e-01
GO:0060090  1033  16 5.493745e-01 1.000000e+00
GO:0060091     9   0 1.000000e+00 1.000000e+00
GO:0060092     2   0 1.000000e+00 1.000000e+00
GO:0060094     1   0 1.000000e+00 1.000000e+00
GO:0060097     1   0 1.000000e+00 1.000000e+00
GO:0060099    15   1 2.111327e-01 1.000000e+00
GO:0060100    13   1 1.827674e-01 1.000000e+00
GO:0060101     1   0 1.000000e+00 1.000000e+00
GO:0060112     2   0 1.000000e+00 1.000000e+00
GO:0060113    64   0 1.000000e+00 1.000000e+00
GO:0060114     2   0 1.000000e+00 1.000000e+00
GO:0060116     1   0 1.000000e+00 1.000000e+00
GO:0060117    24   0 1.000000e+00 1.000000e+00
GO:0060118     2   0 1.000000e+00 1.000000e+00
GO:0060119    46   0 1.000000e+00 1.000000e+00
GO:0060120     5   0 1.000000e+00 1.000000e+00
GO:0060121     1   0 1.000000e+00 1.000000e+00
GO:0060122    34   0 1.000000e+00 1.000000e+00
GO:0060123    12   1 1.762370e-01 1.000000e+00
GO:0060124     9   1 1.373676e-01 1.000000e+00
GO:0060125     1   0 1.000000e+00 1.000000e+00
GO:0060126     5   0 1.000000e+00 1.000000e+00
GO:0060127     2   0 1.000000e+00 1.000000e+00
GO:0060128     3   0 1.000000e+00 1.000000e+00
GO:0060129     6   0 1.000000e+00 1.000000e+00
GO:0060133     1   0 1.000000e+00 1.000000e+00
GO:0060134    13   1 1.890092e-01 1.000000e+00
GO:0060135    54   0 1.000000e+00 1.000000e+00
GO:0060136     6   0 1.000000e+00 1.000000e+00
GO:0060137     5   1 7.479353e-02 1.000000e+00
GO:0060142    29   2 7.645828e-02 1.000000e+00
GO:0060143    23   1 3.095218e-01 1.000000e+00
GO:0060147    24   2 5.267497e-02 1.000000e+00
GO:0060148    11   1 1.594685e-01 1.000000e+00
GO:0060149    11   1 1.585890e-01 1.000000e+00
GO:0060151     2   0 1.000000e+00 1.000000e+00
GO:0060152     2   0 1.000000e+00 1.000000e+00
GO:0060155    24   0 1.000000e+00 1.000000e+00
GO:0060156     1   0 1.000000e+00 1.000000e+00
GO:0060157     4   0 1.000000e+00 1.000000e+00
GO:0060158     9   0 1.000000e+00 1.000000e+00
GO:0060159    11   0 1.000000e+00 1.000000e+00
GO:0060160     3   0 1.000000e+00 1.000000e+00
GO:0060161     5   0 1.000000e+00 1.000000e+00
GO:0060163     2   0 1.000000e+00 1.000000e+00
GO:0060164     3   0 1.000000e+00 1.000000e+00
GO:0060165     1   0 1.000000e+00 1.000000e+00
GO:0060166     3   0 1.000000e+00 1.000000e+00
GO:0060167     3   0 1.000000e+00 1.000000e+00
GO:0060168     2   0 1.000000e+00 1.000000e+00
GO:0060169     1   0 1.000000e+00 1.000000e+00
GO:0060170    74   2 3.270669e-01 1.000000e+00
GO:0060171     6   0 1.000000e+00 1.000000e+00
GO:0060173   182   3 5.467780e-01 1.000000e+00
GO:0060174     9   0 1.000000e+00 1.000000e+00
GO:0060175     1   0 1.000000e+00 1.000000e+00
GO:0060177     2   0 1.000000e+00 1.000000e+00
GO:0060178     1   0 1.000000e+00 1.000000e+00
GO:0060179     6   0 1.000000e+00 1.000000e+00
GO:0060180     7   0 1.000000e+00 1.000000e+00
GO:0060182     1   0 1.000000e+00 1.000000e+00
GO:0060184     4   0 1.000000e+00 1.000000e+00
GO:0060187     7   0 1.000000e+00 1.000000e+00
GO:0060191    66   1 6.424108e-01 1.000000e+00
GO:0060192    13   0 1.000000e+00 1.000000e+00
GO:0060193    52   1 5.594672e-01 1.000000e+00
GO:0060197     2   0 1.000000e+00 1.000000e+00
GO:0060198    12   0 1.000000e+00 1.000000e+00
GO:0060199     4   0 1.000000e+00 1.000000e+00
GO:0060200     3   0 1.000000e+00 1.000000e+00
GO:0060201     3   0 1.000000e+00 1.000000e+00
GO:0060203     4   0 1.000000e+00 1.000000e+00
GO:0060205   307   7 1.975377e-01 1.000000e+00
GO:0060211    15   0 1.000000e+00 1.000000e+00
GO:0060212     3   0 1.000000e+00 1.000000e+00
GO:0060213    13   0 1.000000e+00 1.000000e+00
GO:0060214     4   0 1.000000e+00 1.000000e+00
GO:0060215     8   0 1.000000e+00 1.000000e+00
GO:0060216    19   1 2.596266e-01 1.000000e+00
GO:0060217     1   0 1.000000e+00 1.000000e+00
GO:0060218    36   1 4.286502e-01 1.000000e+00
GO:0060219    31   0 1.000000e+00 1.000000e+00
GO:0060220     1   0 1.000000e+00 1.000000e+00
GO:0060221    16   0 1.000000e+00 1.000000e+00
GO:0060228     6   0 1.000000e+00 1.000000e+00
GO:0060229    19   0 1.000000e+00 1.000000e+00
GO:0060230     4   0 1.000000e+00 1.000000e+00
GO:0060231    18   0 1.000000e+00 1.000000e+00
GO:0060232     7   1 1.012656e-01 1.000000e+00
GO:0060234     1   0 1.000000e+00 1.000000e+00
GO:0060235     3   0 1.000000e+00 1.000000e+00
GO:0060236    41   0 1.000000e+00 1.000000e+00
GO:0060242     8   0 1.000000e+00 1.000000e+00
GO:0060243     1   0 1.000000e+00 1.000000e+00
GO:0060244     3   0 1.000000e+00 1.000000e+00
GO:0060245     9   0 1.000000e+00 1.000000e+00
GO:0060249   250   5 3.479384e-01 1.000000e+00
GO:0060251    38   1 4.537284e-01 1.000000e+00
GO:0060252    20   1 2.774170e-01 1.000000e+00
GO:0060253    17   0 1.000000e+00 1.000000e+00
GO:0060254     1   0 1.000000e+00 1.000000e+00
GO:0060255  5922  89 6.099442e-01 1.000000e+00
GO:0060259    26   0 1.000000e+00 1.000000e+00
GO:0060260    71   1 6.685707e-01 1.000000e+00
GO:0060261    59   0 1.000000e+00 1.000000e+00
GO:0060262     1   0 1.000000e+00 1.000000e+00
GO:0060263    16   1 2.256458e-01 1.000000e+00
GO:0060264     7   1 1.074629e-01 1.000000e+00
GO:0060265     2   0 1.000000e+00 1.000000e+00
GO:0060266     5   1 7.761391e-02 1.000000e+00
GO:0060267     7   0 1.000000e+00 1.000000e+00
GO:0060268     6   1 9.121905e-02 1.000000e+00
GO:0060271   361   2 9.779117e-01 1.000000e+00
GO:0060272    11   0 1.000000e+00 1.000000e+00
GO:0060278     3   0 1.000000e+00 1.000000e+00
GO:0060279     2   0 1.000000e+00 1.000000e+00
GO:0060280     1   0 1.000000e+00 1.000000e+00
GO:0060281     2   0 1.000000e+00 1.000000e+00
GO:0060282     1   0 1.000000e+00 1.000000e+00
GO:0060283     1   0 1.000000e+00 1.000000e+00
GO:0060284   814  23 4.430908e-03 2.951829e-01
GO:0060285   161   1 9.215335e-01 1.000000e+00
GO:0060287    12   0 1.000000e+00 1.000000e+00
GO:0060290     7   0 1.000000e+00 1.000000e+00
GO:0060291   101   1 7.864522e-01 1.000000e+00
GO:0060292    30   0 1.000000e+00 1.000000e+00
GO:0060293    24   0 1.000000e+00 1.000000e+00
GO:0060294   156   1 9.148704e-01 1.000000e+00
GO:0060295    28   1 3.512596e-01 1.000000e+00
GO:0060296     9   0 1.000000e+00 1.000000e+00
GO:0060297     9   1 1.347168e-01 1.000000e+00
GO:0060298     6   0 1.000000e+00 1.000000e+00
GO:0060299     1   0 1.000000e+00 1.000000e+00
GO:0060300     4   0 1.000000e+00 1.000000e+00
GO:0060301     1   0 1.000000e+00 1.000000e+00
GO:0060302     2   0 1.000000e+00 1.000000e+00
GO:0060304     5   0 1.000000e+00 1.000000e+00
GO:0060305     1   0 1.000000e+00 1.000000e+00
GO:0060306    37   1 4.369028e-01 1.000000e+00
GO:0060307    23   0 1.000000e+00 1.000000e+00
GO:0060309     5   0 1.000000e+00 1.000000e+00
GO:0060310     2   0 1.000000e+00 1.000000e+00
GO:0060311     1   0 1.000000e+00 1.000000e+00
GO:0060312    12   1 1.559830e-01 1.000000e+00
GO:0060313     2   0 1.000000e+00 1.000000e+00
GO:0060314    22   1 2.894199e-01 1.000000e+00
GO:0060315    10   0 1.000000e+00 1.000000e+00
GO:0060316     8   1 1.115473e-01 1.000000e+00
GO:0060317    36   0 1.000000e+00 1.000000e+00
GO:0060318     3   0 1.000000e+00 1.000000e+00
GO:0060319     4   0 1.000000e+00 1.000000e+00
GO:0060322   732   6 9.737640e-01 1.000000e+00
GO:0060323    35   0 1.000000e+00 1.000000e+00
GO:0060324    49   0 1.000000e+00 1.000000e+00
GO:0060325    30   0 1.000000e+00 1.000000e+00
GO:0060326   299  10 1.708478e-02 6.500468e-01
GO:0060327     3   0 1.000000e+00 1.000000e+00
GO:0060330    14   0 1.000000e+00 1.000000e+00
GO:0060331     7   0 1.000000e+00 1.000000e+00
GO:0060332     6   0 1.000000e+00 1.000000e+00
GO:0060333    26   1 3.283534e-01 1.000000e+00
GO:0060334    14   0 1.000000e+00 1.000000e+00
GO:0060335     6   0 1.000000e+00 1.000000e+00
GO:0060336     7   0 1.000000e+00 1.000000e+00
GO:0060337    68   1 6.497512e-01 1.000000e+00
GO:0060338    43   0 1.000000e+00 1.000000e+00
GO:0060339    23   0 1.000000e+00 1.000000e+00
GO:0060340    19   0 1.000000e+00 1.000000e+00
GO:0060341   949  19 1.539305e-01 1.000000e+00
GO:0060342     4   0 1.000000e+00 1.000000e+00
GO:0060343    26   0 1.000000e+00 1.000000e+00
GO:0060345     1   0 1.000000e+00 1.000000e+00
GO:0060346    10   0 1.000000e+00 1.000000e+00
GO:0060347    15   0 1.000000e+00 1.000000e+00
GO:0060348   204   4 3.900993e-01 1.000000e+00
GO:0060349    97   2 4.511987e-01 1.000000e+00
GO:0060350    58   1 6.003612e-01 1.000000e+00
GO:0060351    32   0 1.000000e+00 1.000000e+00
GO:0060352    18   0 1.000000e+00 1.000000e+00
GO:0060353    15   0 1.000000e+00 1.000000e+00
GO:0060354    10   0 1.000000e+00 1.000000e+00
GO:0060355     4   0 1.000000e+00 1.000000e+00
GO:0060357     2   0 1.000000e+00 1.000000e+00
GO:0060358     2   0 1.000000e+00 1.000000e+00
GO:0060359     6   0 1.000000e+00 1.000000e+00
GO:0060363     8   0 1.000000e+00 1.000000e+00
GO:0060364     3   0 1.000000e+00 1.000000e+00
GO:0060366     1   0 1.000000e+00 1.000000e+00
GO:0060367     1   0 1.000000e+00 1.000000e+00
GO:0060368    10   0 1.000000e+00 1.000000e+00
GO:0060369     5   0 1.000000e+00 1.000000e+00
GO:0060370     2   0 1.000000e+00 1.000000e+00
GO:0060371    10   0 1.000000e+00 1.000000e+00
GO:0060372     6   0 1.000000e+00 1.000000e+00
GO:0060373     8   0 1.000000e+00 1.000000e+00
GO:0060374     6   0 1.000000e+00 1.000000e+00
GO:0060375     3   0 1.000000e+00 1.000000e+00
GO:0060376     1   0 1.000000e+00 1.000000e+00
GO:0060377     1   0 1.000000e+00 1.000000e+00
GO:0060378     1   0 1.000000e+00 1.000000e+00
GO:0060379    12   0 1.000000e+00 1.000000e+00
GO:0060380     1   0 1.000000e+00 1.000000e+00
GO:0060381     1   0 1.000000e+00 1.000000e+00
GO:0060382    17   0 1.000000e+00 1.000000e+00
GO:0060383     1   0 1.000000e+00 1.000000e+00
GO:0060384    27   1 3.472057e-01 1.000000e+00
GO:0060385     9   1 1.307487e-01 1.000000e+00
GO:0060386     1   0 1.000000e+00 1.000000e+00
GO:0060390    75   2 3.109834e-01 1.000000e+00
GO:0060391    37   1 4.358170e-01 1.000000e+00
GO:0060392    37   0 1.000000e+00 1.000000e+00
GO:0060395    94   2 4.211901e-01 1.000000e+00
GO:0060396    23   0 1.000000e+00 1.000000e+00
GO:0060397    10   0 1.000000e+00 1.000000e+00
GO:0060398     6   0 1.000000e+00 1.000000e+00
GO:0060399     3   0 1.000000e+00 1.000000e+00
GO:0060400     3   0 1.000000e+00 1.000000e+00
GO:0060402    28   0 1.000000e+00 1.000000e+00
GO:0060404     1   0 1.000000e+00 1.000000e+00
GO:0060405     6   0 1.000000e+00 1.000000e+00
GO:0060406     4   0 1.000000e+00 1.000000e+00
GO:0060407     1   0 1.000000e+00 1.000000e+00
GO:0060411    72   0 1.000000e+00 1.000000e+00
GO:0060412    43   0 1.000000e+00 1.000000e+00
GO:0060413    15   0 1.000000e+00 1.000000e+00
GO:0060414     6   1 9.091684e-02 1.000000e+00
GO:0060415    74   2 3.261234e-01 1.000000e+00
GO:0060416    36   0 1.000000e+00 1.000000e+00
GO:0060419    95   2 4.248651e-01 1.000000e+00
GO:0060420    69   2 2.804527e-01 1.000000e+00
GO:0060421    39   1 4.420904e-01 1.000000e+00
GO:0060423     3   0 1.000000e+00 1.000000e+00
GO:0060424     3   0 1.000000e+00 1.000000e+00
GO:0060425    55   3 5.390679e-02 1.000000e+00
GO:0060426     8   0 1.000000e+00 1.000000e+00
GO:0060427     2   0 1.000000e+00 1.000000e+00
GO:0060428    45   0 1.000000e+00 1.000000e+00
GO:0060429  1181  17 6.559127e-01 1.000000e+00
GO:0060430    10   0 1.000000e+00 1.000000e+00
GO:0060431     4   0 1.000000e+00 1.000000e+00
GO:0060432     1   0 1.000000e+00 1.000000e+00
GO:0060433    11   0 1.000000e+00 1.000000e+00
GO:0060434     2   0 1.000000e+00 1.000000e+00
GO:0060435     5   0 1.000000e+00 1.000000e+00
GO:0060436     1   0 1.000000e+00 1.000000e+00
GO:0060437     6   0 1.000000e+00 1.000000e+00
GO:0060438    18   0 1.000000e+00 1.000000e+00
GO:0060439    11   0 1.000000e+00 1.000000e+00
GO:0060440     7   0 1.000000e+00 1.000000e+00
GO:0060441    30   3 1.133367e-02 5.503099e-01
GO:0060442    12   1 1.750367e-01 1.000000e+00
GO:0060443    43   1 4.994617e-01 1.000000e+00
GO:0060444    21   1 2.851638e-01 1.000000e+00
GO:0060445    22   1 2.937572e-01 1.000000e+00
GO:0060447     3   0 1.000000e+00 1.000000e+00
GO:0060448     2   0 1.000000e+00 1.000000e+00
GO:0060449     7   0 1.000000e+00 1.000000e+00
GO:0060452     8   0 1.000000e+00 1.000000e+00
GO:0060453     6   0 1.000000e+00 1.000000e+00
GO:0060455     3   0 1.000000e+00 1.000000e+00
GO:0060456    13   0 1.000000e+00 1.000000e+00
GO:0060457    14   1 2.025047e-01 1.000000e+00
GO:0060458     2   0 1.000000e+00 1.000000e+00
GO:0060459     2   0 1.000000e+00 1.000000e+00
GO:0060460     1   0 1.000000e+00 1.000000e+00
GO:0060461     1   0 1.000000e+00 1.000000e+00
GO:0060462     7   0 1.000000e+00 1.000000e+00
GO:0060463     7   0 1.000000e+00 1.000000e+00
GO:0060465     3   0 1.000000e+00 1.000000e+00
GO:0060466     2   0 1.000000e+00 1.000000e+00
GO:0060467     7   0 1.000000e+00 1.000000e+00
GO:0060468     7   0 1.000000e+00 1.000000e+00
GO:0060470     1   0 1.000000e+00 1.000000e+00
GO:0060471     2   0 1.000000e+00 1.000000e+00
GO:0060473     6   0 1.000000e+00 1.000000e+00
GO:0060474     3   1 4.018539e-02 9.665989e-01
GO:0060478     9   0 1.000000e+00 1.000000e+00
GO:0060479    29   0 1.000000e+00 1.000000e+00
GO:0060480     4   0 1.000000e+00 1.000000e+00
GO:0060481     5   0 1.000000e+00 1.000000e+00
GO:0060482     6   0 1.000000e+00 1.000000e+00
GO:0060484     9   0 1.000000e+00 1.000000e+00
GO:0060485   317   1 9.930428e-01 1.000000e+00
GO:0060486     4   0 1.000000e+00 1.000000e+00
GO:0060487    29   0 1.000000e+00 1.000000e+00
GO:0060488     1   0 1.000000e+00 1.000000e+00
GO:0060489     1   0 1.000000e+00 1.000000e+00
GO:0060490     1   0 1.000000e+00 1.000000e+00
GO:0060491   192   2 8.005407e-01 1.000000e+00
GO:0060492     3   0 1.000000e+00 1.000000e+00
GO:0060495     2   0 1.000000e+00 1.000000e+00
GO:0060496     1   0 1.000000e+00 1.000000e+00
GO:0060501     5   0 1.000000e+00 1.000000e+00
GO:0060502    10   0 1.000000e+00 1.000000e+00
GO:0060503     1   0 1.000000e+00 1.000000e+00
GO:0060506     1   0 1.000000e+00 1.000000e+00
GO:0060509     8   0 1.000000e+00 1.000000e+00
GO:0060510     6   0 1.000000e+00 1.000000e+00
GO:0060512    27   1 3.484144e-01 1.000000e+00
GO:0060513     8   0 1.000000e+00 1.000000e+00
GO:0060516     2   0 1.000000e+00 1.000000e+00
GO:0060517     1   0 1.000000e+00 1.000000e+00
GO:0060523     3   0 1.000000e+00 1.000000e+00
GO:0060525    10   0 1.000000e+00 1.000000e+00
GO:0060526     6   0 1.000000e+00 1.000000e+00
GO:0060527     6   0 1.000000e+00 1.000000e+00
GO:0060528     3   0 1.000000e+00 1.000000e+00
GO:0060529     2   0 1.000000e+00 1.000000e+00
GO:0060532     2   0 1.000000e+00 1.000000e+00
GO:0060534     7   0 1.000000e+00 1.000000e+00
GO:0060535     3   0 1.000000e+00 1.000000e+00
GO:0060536    10   0 1.000000e+00 1.000000e+00
GO:0060537   424   7 4.869890e-01 1.000000e+00
GO:0060538   172   2 7.548956e-01 1.000000e+00
GO:0060539     9   0 1.000000e+00 1.000000e+00
GO:0060541   213   4 4.269562e-01 1.000000e+00
GO:0060542     1   0 1.000000e+00 1.000000e+00
GO:0060544    31   2 7.629120e-02 1.000000e+00
GO:0060545     7   1 9.260288e-02 1.000000e+00
GO:0060546    20   1 2.598728e-01 1.000000e+00
GO:0060549     1   1 1.746485e-02 6.517419e-01
GO:0060550     1   1 1.746485e-02 6.517419e-01
GO:0060551     1   1 1.746485e-02 6.517419e-01
GO:0060552     1   1 1.746485e-02 6.517419e-01
GO:0060556     7   2 5.008179e-03 3.167707e-01
GO:0060557     2   2 2.696145e-04 3.893581e-02
GO:0060558     7   2 5.034172e-03 3.167707e-01
GO:0060559     3   2 8.414900e-04 9.709233e-02
GO:0060560   228   2 8.733339e-01 1.000000e+00
GO:0060561    25   0 1.000000e+00 1.000000e+00
GO:0060562   327   5 5.787212e-01 1.000000e+00
GO:0060563    42   1 4.832108e-01 1.000000e+00
GO:0060566     2   0 1.000000e+00 1.000000e+00
GO:0060567     2   0 1.000000e+00 1.000000e+00
GO:0060571    23   0 1.000000e+00 1.000000e+00
GO:0060572    14   0 1.000000e+00 1.000000e+00
GO:0060573     7   0 1.000000e+00 1.000000e+00
GO:0060574     6   0 1.000000e+00 1.000000e+00
GO:0060575    27   1 3.373766e-01 1.000000e+00
GO:0060576    17   1 2.265368e-01 1.000000e+00
GO:0060577     1   0 1.000000e+00 1.000000e+00
GO:0060579    11   0 1.000000e+00 1.000000e+00
GO:0060580     1   0 1.000000e+00 1.000000e+00
GO:0060581    11   0 1.000000e+00 1.000000e+00
GO:0060582     1   0 1.000000e+00 1.000000e+00
GO:0060584     3   0 1.000000e+00 1.000000e+00
GO:0060585     3   0 1.000000e+00 1.000000e+00
GO:0060586    25   3 6.816136e-03 3.847720e-01
GO:0060587     2   0 1.000000e+00 1.000000e+00
GO:0060588     1   0 1.000000e+00 1.000000e+00
GO:0060589   446   5 8.242667e-01 1.000000e+00
GO:0060590    47   0 1.000000e+00 1.000000e+00
GO:0060591     5   0 1.000000e+00 1.000000e+00
GO:0060592     7   0 1.000000e+00 1.000000e+00
GO:0060594     3   0 1.000000e+00 1.000000e+00
GO:0060595     2   0 1.000000e+00 1.000000e+00
GO:0060596     3   0 1.000000e+00 1.000000e+00
GO:0060598     1   0 1.000000e+00 1.000000e+00
GO:0060599     1   0 1.000000e+00 1.000000e+00
GO:0060600     8   0 1.000000e+00 1.000000e+00
GO:0060601    10   0 1.000000e+00 1.000000e+00
GO:0060602    19   0 1.000000e+00 1.000000e+00
GO:0060603    29   1 3.731788e-01 1.000000e+00
GO:0060605     4   0 1.000000e+00 1.000000e+00
GO:0060606    89   0 1.000000e+00 1.000000e+00
GO:0060611     1   0 1.000000e+00 1.000000e+00
GO:0060612    58   1 6.039594e-01 1.000000e+00
GO:0060613     9   0 1.000000e+00 1.000000e+00
GO:0060615     2   0 1.000000e+00 1.000000e+00
GO:0060618     1   0 1.000000e+00 1.000000e+00
GO:0060620     3   0 1.000000e+00 1.000000e+00
GO:0060621     2   0 1.000000e+00 1.000000e+00
GO:0060623    11   0 1.000000e+00 1.000000e+00
GO:0060627   502  16 5.260543e-03 3.289162e-01
GO:0060628    10   0 1.000000e+00 1.000000e+00
GO:0060629     3   0 1.000000e+00 1.000000e+00
GO:0060631     6   0 1.000000e+00 1.000000e+00
GO:0060632    52   1 5.546316e-01 1.000000e+00
GO:0060633     7   1 1.020501e-01 1.000000e+00
GO:0060638     9   0 1.000000e+00 1.000000e+00
GO:0060644    17   0 1.000000e+00 1.000000e+00
GO:0060648     3   0 1.000000e+00 1.000000e+00
GO:0060658     1   0 1.000000e+00 1.000000e+00
GO:0060661     2   0 1.000000e+00 1.000000e+00
GO:0060662     4   0 1.000000e+00 1.000000e+00
GO:0060664     5   1 7.726962e-02 1.000000e+00
GO:0060665     4   0 1.000000e+00 1.000000e+00
GO:0060666     4   0 1.000000e+00 1.000000e+00
GO:0060667     2   0 1.000000e+00 1.000000e+00
GO:0060668     1   0 1.000000e+00 1.000000e+00
GO:0060669    27   0 1.000000e+00 1.000000e+00
GO:0060670    13   0 1.000000e+00 1.000000e+00
GO:0060671     3   0 1.000000e+00 1.000000e+00
GO:0060672     3   0 1.000000e+00 1.000000e+00
GO:0060674    30   0 1.000000e+00 1.000000e+00
GO:0060675    63   0 1.000000e+00 1.000000e+00
GO:0060676     7   0 1.000000e+00 1.000000e+00
GO:0060677     8   0 1.000000e+00 1.000000e+00
GO:0060678     1   0 1.000000e+00 1.000000e+00
GO:0060681     4   0 1.000000e+00 1.000000e+00
GO:0060682     1   0 1.000000e+00 1.000000e+00
GO:0060683     1   0 1.000000e+00 1.000000e+00
GO:0060684     5   0 1.000000e+00 1.000000e+00
GO:0060685     5   0 1.000000e+00 1.000000e+00
GO:0060686     4   0 1.000000e+00 1.000000e+00
GO:0060687     5   0 1.000000e+00 1.000000e+00
GO:0060688    49   1 5.426230e-01 1.000000e+00
GO:0060689     2   0 1.000000e+00 1.000000e+00
GO:0060693     9   1 1.338519e-01 1.000000e+00
GO:0060694     2   0 1.000000e+00 1.000000e+00
GO:0060695     1   0 1.000000e+00 1.000000e+00
GO:0060696     7   0 1.000000e+00 1.000000e+00
GO:0060697     3   0 1.000000e+00 1.000000e+00
GO:0060698     2   0 1.000000e+00 1.000000e+00
GO:0060699     4   0 1.000000e+00 1.000000e+00
GO:0060700     9   0 1.000000e+00 1.000000e+00
GO:0060701     2   0 1.000000e+00 1.000000e+00
GO:0060702     2   0 1.000000e+00 1.000000e+00
GO:0060703     1   0 1.000000e+00 1.000000e+00
GO:0060706    24   0 1.000000e+00 1.000000e+00
GO:0060707    12   0 1.000000e+00 1.000000e+00
GO:0060710     7   0 1.000000e+00 1.000000e+00
GO:0060711    44   0 1.000000e+00 1.000000e+00
GO:0060712     2   0 1.000000e+00 1.000000e+00
GO:0060713    22   0 1.000000e+00 1.000000e+00
GO:0060715     3   0 1.000000e+00 1.000000e+00
GO:0060716    19   0 1.000000e+00 1.000000e+00
GO:0060717    10   0 1.000000e+00 1.000000e+00
GO:0060718     7   0 1.000000e+00 1.000000e+00
GO:0060719     1   0 1.000000e+00 1.000000e+00
GO:0060720     1   0 1.000000e+00 1.000000e+00
GO:0060721     1   0 1.000000e+00 1.000000e+00
GO:0060722     1   0 1.000000e+00 1.000000e+00
GO:0060723     1   0 1.000000e+00 1.000000e+00
GO:0060729     8   0 1.000000e+00 1.000000e+00
GO:0060730     2   0 1.000000e+00 1.000000e+00
GO:0060731     1   0 1.000000e+00 1.000000e+00
GO:0060732    13   1 1.738743e-01 1.000000e+00
GO:0060734     1   0 1.000000e+00 1.000000e+00
GO:0060735     1   0 1.000000e+00 1.000000e+00
GO:0060736    10   0 1.000000e+00 1.000000e+00
GO:0060737     4   0 1.000000e+00 1.000000e+00
GO:0060738     1   0 1.000000e+00 1.000000e+00
GO:0060739     2   0 1.000000e+00 1.000000e+00
GO:0060740    25   1 3.270627e-01 1.000000e+00
GO:0060741     3   0 1.000000e+00 1.000000e+00
GO:0060742    10   0 1.000000e+00 1.000000e+00
GO:0060743     3   0 1.000000e+00 1.000000e+00
GO:0060744     4   0 1.000000e+00 1.000000e+00
GO:0060745     6   0 1.000000e+00 1.000000e+00
GO:0060746    10   0 1.000000e+00 1.000000e+00
GO:0060748     2   0 1.000000e+00 1.000000e+00
GO:0060749    19   1 2.553050e-01 1.000000e+00
GO:0060750     4   0 1.000000e+00 1.000000e+00
GO:0060751     4   0 1.000000e+00 1.000000e+00
GO:0060752     2   0 1.000000e+00 1.000000e+00
GO:0060753     7   0 1.000000e+00 1.000000e+00
GO:0060754     5   0 1.000000e+00 1.000000e+00
GO:0060755     1   0 1.000000e+00 1.000000e+00
GO:0060759   179   4 2.840660e-01 1.000000e+00
GO:0060760    65   2 2.630886e-01 1.000000e+00
GO:0060761    94   2 4.062159e-01 1.000000e+00
GO:0060762     3   0 1.000000e+00 1.000000e+00
GO:0060763     3   0 1.000000e+00 1.000000e+00
GO:0060764     2   0 1.000000e+00 1.000000e+00
GO:0060765    26   0 1.000000e+00 1.000000e+00
GO:0060766    15   0 1.000000e+00 1.000000e+00
GO:0060767    10   0 1.000000e+00 1.000000e+00
GO:0060768     9   0 1.000000e+00 1.000000e+00
GO:0060769     2   0 1.000000e+00 1.000000e+00
GO:0060770     6   0 1.000000e+00 1.000000e+00
GO:0060775     2   0 1.000000e+00 1.000000e+00
GO:0060781     1   0 1.000000e+00 1.000000e+00
GO:0060782     1   0 1.000000e+00 1.000000e+00
GO:0060783     1   0 1.000000e+00 1.000000e+00
GO:0060784     1   0 1.000000e+00 1.000000e+00
GO:0060788    11   0 1.000000e+00 1.000000e+00
GO:0060789     4   0 1.000000e+00 1.000000e+00
GO:0060792     1   0 1.000000e+00 1.000000e+00
GO:0060795    33   0 1.000000e+00 1.000000e+00
GO:0060800     4   0 1.000000e+00 1.000000e+00
GO:0060802     1   0 1.000000e+00 1.000000e+00
GO:0060806     1   0 1.000000e+00 1.000000e+00
GO:0060809     3   0 1.000000e+00 1.000000e+00
GO:0060816     6   0 1.000000e+00 1.000000e+00
GO:0060825     1   0 1.000000e+00 1.000000e+00
GO:0060828   251   0 1.000000e+00 1.000000e+00
GO:0060831     5   0 1.000000e+00 1.000000e+00
GO:0060836     8   0 1.000000e+00 1.000000e+00
GO:0060837    14   0 1.000000e+00 1.000000e+00
GO:0060838     3   0 1.000000e+00 1.000000e+00
GO:0060839     8   1 1.172920e-01 1.000000e+00
GO:0060840   113   2 5.263143e-01 1.000000e+00
GO:0060841    16   0 1.000000e+00 1.000000e+00
GO:0060842     6   0 1.000000e+00 1.000000e+00
GO:0060843     1   0 1.000000e+00 1.000000e+00
GO:0060844     2   0 1.000000e+00 1.000000e+00
GO:0060846     3   0 1.000000e+00 1.000000e+00
GO:0060847     4   1 6.159349e-02 1.000000e+00
GO:0060853     1   0 1.000000e+00 1.000000e+00
GO:0060854     1   0 1.000000e+00 1.000000e+00
GO:0060856    14   0 1.000000e+00 1.000000e+00
GO:0060857     1   0 1.000000e+00 1.000000e+00
GO:0060872     9   0 1.000000e+00 1.000000e+00
GO:0060873     1   0 1.000000e+00 1.000000e+00
GO:0060875     1   0 1.000000e+00 1.000000e+00
GO:0060876     2   0 1.000000e+00 1.000000e+00
GO:0060879     1   0 1.000000e+00 1.000000e+00
GO:0060887     2   0 1.000000e+00 1.000000e+00
GO:0060896     8   0 1.000000e+00 1.000000e+00
GO:0060897     6   0 1.000000e+00 1.000000e+00
GO:0060900    11   0 1.000000e+00 1.000000e+00
GO:0060903     2   0 1.000000e+00 1.000000e+00
GO:0060904     1   0 1.000000e+00 1.000000e+00
GO:0060907    23   2 4.778428e-02 1.000000e+00
GO:0060911    13   0 1.000000e+00 1.000000e+00
GO:0060912     3   0 1.000000e+00 1.000000e+00
GO:0060913     3   0 1.000000e+00 1.000000e+00
GO:0060914    34   0 1.000000e+00 1.000000e+00
GO:0060915     2   0 1.000000e+00 1.000000e+00
GO:0060916     6   0 1.000000e+00 1.000000e+00
GO:0060920    11   0 1.000000e+00 1.000000e+00
GO:0060921     6   0 1.000000e+00 1.000000e+00
GO:0060922     5   0 1.000000e+00 1.000000e+00
GO:0060923     8   0 1.000000e+00 1.000000e+00
GO:0060926     9   0 1.000000e+00 1.000000e+00
GO:0060927     3   0 1.000000e+00 1.000000e+00
GO:0060928     4   0 1.000000e+00 1.000000e+00
GO:0060929     2   0 1.000000e+00 1.000000e+00
GO:0060930     1   0 1.000000e+00 1.000000e+00
GO:0060931     5   0 1.000000e+00 1.000000e+00
GO:0060932     4   0 1.000000e+00 1.000000e+00
GO:0060935     5   0 1.000000e+00 1.000000e+00
GO:0060936     5   0 1.000000e+00 1.000000e+00
GO:0060938     4   0 1.000000e+00 1.000000e+00
GO:0060939     4   0 1.000000e+00 1.000000e+00
GO:0060940     3   0 1.000000e+00 1.000000e+00
GO:0060945     1   0 1.000000e+00 1.000000e+00
GO:0060947    10   0 1.000000e+00 1.000000e+00
GO:0060948     3   0 1.000000e+00 1.000000e+00
GO:0060956     6   0 1.000000e+00 1.000000e+00
GO:0060957     1   0 1.000000e+00 1.000000e+00
GO:0060964    22   2 4.553079e-02 1.000000e+00
GO:0060965    10   1 1.451574e-01 1.000000e+00
GO:0060966    25   2 5.779449e-02 1.000000e+00
GO:0060967    11   1 1.585890e-01 1.000000e+00
GO:0060971     6   0 1.000000e+00 1.000000e+00
GO:0060972   134   0 1.000000e+00 1.000000e+00
GO:0060973    21   0 1.000000e+00 1.000000e+00
GO:0060974     2   0 1.000000e+00 1.000000e+00
GO:0060975     1   0 1.000000e+00 1.000000e+00
GO:0060976    47   0 1.000000e+00 1.000000e+00
GO:0060977    19   0 1.000000e+00 1.000000e+00
GO:0060978     5   0 1.000000e+00 1.000000e+00
GO:0060979     5   0 1.000000e+00 1.000000e+00
GO:0060980     2   0 1.000000e+00 1.000000e+00
GO:0060981     1   0 1.000000e+00 1.000000e+00
GO:0060982     9   0 1.000000e+00 1.000000e+00
GO:0060986    57   0 1.000000e+00 1.000000e+00
GO:0060987     1   0 1.000000e+00 1.000000e+00
GO:0060988     3   0 1.000000e+00 1.000000e+00
GO:0060989     1   0 1.000000e+00 1.000000e+00
GO:0060992     7   0 1.000000e+00 1.000000e+00
GO:0060993    93   0 1.000000e+00 1.000000e+00
GO:0060996    84   1 7.351218e-01 1.000000e+00
GO:0060997    51   1 5.531120e-01 1.000000e+00
GO:0060998    51   0 1.000000e+00 1.000000e+00
GO:0060999    33   0 1.000000e+00 1.000000e+00
GO:0061000    12   0 1.000000e+00 1.000000e+00
GO:0061001    39   1 4.588825e-01 1.000000e+00
GO:0061002     7   0 1.000000e+00 1.000000e+00
GO:0061003    15   0 1.000000e+00 1.000000e+00
GO:0061004     8   0 1.000000e+00 1.000000e+00
GO:0061005    55   1 5.793816e-01 1.000000e+00
GO:0061006     1   0 1.000000e+00 1.000000e+00
GO:0061008   141   2 6.453659e-01 1.000000e+00
GO:0061009     5   0 1.000000e+00 1.000000e+00
GO:0061010     2   0 1.000000e+00 1.000000e+00
GO:0061013   268   2 9.086694e-01 1.000000e+00
GO:0061014   190   2 7.656032e-01 1.000000e+00
GO:0061015     2   0 1.000000e+00 1.000000e+00
GO:0061017     2   0 1.000000e+00 1.000000e+00
GO:0061024   776  17 9.920650e-02 1.000000e+00
GO:0061025   174   1 9.334382e-01 1.000000e+00
GO:0061026     8   0 1.000000e+00 1.000000e+00
GO:0061027     2   0 1.000000e+00 1.000000e+00
GO:0061028    46   1 5.124880e-01 1.000000e+00
GO:0061029    13   0 1.000000e+00 1.000000e+00
GO:0061030     4   0 1.000000e+00 1.000000e+00
GO:0061031     2   0 1.000000e+00 1.000000e+00
GO:0061032     2   0 1.000000e+00 1.000000e+00
GO:0061033     3   0 1.000000e+00 1.000000e+00
GO:0061034     3   0 1.000000e+00 1.000000e+00
GO:0061035    70   0 1.000000e+00 1.000000e+00
GO:0061036    31   0 1.000000e+00 1.000000e+00
GO:0061037    31   0 1.000000e+00 1.000000e+00
GO:0061038     6   0 1.000000e+00 1.000000e+00
GO:0061040     1   0 1.000000e+00 1.000000e+00
GO:0061041   134   2 6.128270e-01 1.000000e+00
GO:0061042    23   1 2.902845e-01 1.000000e+00
GO:0061043    14   1 1.885029e-01 1.000000e+00
GO:0061044     7   1 1.004726e-01 1.000000e+00
GO:0061045    74   1 6.836462e-01 1.000000e+00
GO:0061046     6   1 8.815772e-02 1.000000e+00
GO:0061047     2   0 1.000000e+00 1.000000e+00
GO:0061048     1   1 1.542917e-02 6.256642e-01
GO:0061049    30   2 7.062056e-02 1.000000e+00
GO:0061050    20   1 2.522959e-01 1.000000e+00
GO:0061051     8   1 9.932418e-02 1.000000e+00
GO:0061052    12   0 1.000000e+00 1.000000e+00
GO:0061053    82   0 1.000000e+00 1.000000e+00
GO:0061054     4   0 1.000000e+00 1.000000e+00
GO:0061055     4   0 1.000000e+00 1.000000e+00
GO:0061056     3   0 1.000000e+00 1.000000e+00
GO:0061061   686  16 7.058464e-02 1.000000e+00
GO:0061072     9   0 1.000000e+00 1.000000e+00
GO:0061073     4   0 1.000000e+00 1.000000e+00
GO:0061074     3   0 1.000000e+00 1.000000e+00
GO:0061077    74   0 1.000000e+00 1.000000e+00
GO:0061078     1   0 1.000000e+00 1.000000e+00
GO:0061081    34   2 9.570441e-02 1.000000e+00
GO:0061082    49   2 1.746894e-01 1.000000e+00
GO:0061083     2   0 1.000000e+00 1.000000e+00
GO:0061084     2   0 1.000000e+00 1.000000e+00
GO:0061091     6   0 1.000000e+00 1.000000e+00
GO:0061092     5   0 1.000000e+00 1.000000e+00
GO:0061097    48   2 1.687806e-01 1.000000e+00
GO:0061098    25   1 3.185135e-01 1.000000e+00
GO:0061099    22   1 2.950655e-01 1.000000e+00
GO:0061100     1   0 1.000000e+00 1.000000e+00
GO:0061101    16   0 1.000000e+00 1.000000e+00
GO:0061102     2   0 1.000000e+00 1.000000e+00
GO:0061103     1   0 1.000000e+00 1.000000e+00
GO:0061104     2   0 1.000000e+00 1.000000e+00
GO:0061105     1   0 1.000000e+00 1.000000e+00
GO:0061106     1   0 1.000000e+00 1.000000e+00
GO:0061107     3   0 1.000000e+00 1.000000e+00
GO:0061108     1   0 1.000000e+00 1.000000e+00
GO:0061110     3   0 1.000000e+00 1.000000e+00
GO:0061113     4   0 1.000000e+00 1.000000e+00
GO:0061114     1   0 1.000000e+00 1.000000e+00
GO:0061115     1   0 1.000000e+00 1.000000e+00
GO:0061117    26   0 1.000000e+00 1.000000e+00
GO:0061133    16   0 1.000000e+00 1.000000e+00
GO:0061134   215   0 1.000000e+00 1.000000e+00
GO:0061135   171   0 1.000000e+00 1.000000e+00
GO:0061136   174   2 7.586746e-01 1.000000e+00
GO:0061138   184   5 1.590853e-01 1.000000e+00
GO:0061140    11   0 1.000000e+00 1.000000e+00
GO:0061141     4   0 1.000000e+00 1.000000e+00
GO:0061143     1   0 1.000000e+00 1.000000e+00
GO:0061144     2   0 1.000000e+00 1.000000e+00
GO:0061145     2   0 1.000000e+00 1.000000e+00
GO:0061146     3   0 1.000000e+00 1.000000e+00
GO:0061152     1   0 1.000000e+00 1.000000e+00
GO:0061153     1   0 1.000000e+00 1.000000e+00
GO:0061154    17   0 1.000000e+00 1.000000e+00
GO:0061156     6   0 1.000000e+00 1.000000e+00
GO:0061157   185   2 7.515648e-01 1.000000e+00
GO:0061158    19   0 1.000000e+00 1.000000e+00
GO:0061159     2   0 1.000000e+00 1.000000e+00
GO:0061162    22   0 1.000000e+00 1.000000e+00
GO:0061163     1   0 1.000000e+00 1.000000e+00
GO:0061168     1   0 1.000000e+00 1.000000e+00
GO:0061170     1   0 1.000000e+00 1.000000e+00
GO:0061171     3   0 1.000000e+00 1.000000e+00
GO:0061172     1   0 1.000000e+00 1.000000e+00
GO:0061178    53   2 1.980341e-01 1.000000e+00
GO:0061179     9   1 1.308233e-01 1.000000e+00
GO:0061180    66   1 6.500972e-01 1.000000e+00
GO:0061181     6   0 1.000000e+00 1.000000e+00
GO:0061182     3   0 1.000000e+00 1.000000e+00
GO:0061183     4   0 1.000000e+00 1.000000e+00
GO:0061184     3   0 1.000000e+00 1.000000e+00
GO:0061185     1   0 1.000000e+00 1.000000e+00
GO:0061187     1   0 1.000000e+00 1.000000e+00
GO:0061188     1   0 1.000000e+00 1.000000e+00
GO:0061189     1   0 1.000000e+00 1.000000e+00
GO:0061190     1   0 1.000000e+00 1.000000e+00
GO:0061193     1   0 1.000000e+00 1.000000e+00
GO:0061196     6   0 1.000000e+00 1.000000e+00
GO:0061197     5   0 1.000000e+00 1.000000e+00
GO:0061198     3   0 1.000000e+00 1.000000e+00
GO:0061200     8   0 1.000000e+00 1.000000e+00
GO:0061202     8   0 1.000000e+00 1.000000e+00
GO:0061205     4   0 1.000000e+00 1.000000e+00
GO:0061206     1   0 1.000000e+00 1.000000e+00
GO:0061209     2   0 1.000000e+00 1.000000e+00
GO:0061215     1   0 1.000000e+00 1.000000e+00
GO:0061217     5   0 1.000000e+00 1.000000e+00
GO:0061218     1   0 1.000000e+00 1.000000e+00
GO:0061227     1   0 1.000000e+00 1.000000e+00
GO:0061228     1   0 1.000000e+00 1.000000e+00
GO:0061235     1   0 1.000000e+00 1.000000e+00
GO:0061245    53   0 1.000000e+00 1.000000e+00
GO:0061295     1   0 1.000000e+00 1.000000e+00
GO:0061296     1   0 1.000000e+00 1.000000e+00
GO:0061298    18   0 1.000000e+00 1.000000e+00
GO:0061299     9   0 1.000000e+00 1.000000e+00
GO:0061300     2   0 1.000000e+00 1.000000e+00
GO:0061301     1   0 1.000000e+00 1.000000e+00
GO:0061302     6   1 9.597684e-02 1.000000e+00
GO:0061303    12   0 1.000000e+00 1.000000e+00
GO:0061304     5   0 1.000000e+00 1.000000e+00
GO:0061307    15   0 1.000000e+00 1.000000e+00
GO:0061308    15   0 1.000000e+00 1.000000e+00
GO:0061309    12   0 1.000000e+00 1.000000e+00
GO:0061311     7   0 1.000000e+00 1.000000e+00
GO:0061314     2   0 1.000000e+00 1.000000e+00
GO:0061318    21   0 1.000000e+00 1.000000e+00
GO:0061323    18   0 1.000000e+00 1.000000e+00
GO:0061325     1   0 1.000000e+00 1.000000e+00
GO:0061326    99   0 1.000000e+00 1.000000e+00
GO:0061333    77   0 1.000000e+00 1.000000e+00
GO:0061337    95   1 7.763100e-01 1.000000e+00
GO:0061339    23   0 1.000000e+00 1.000000e+00
GO:0061341     1   0 1.000000e+00 1.000000e+00
GO:0061343     8   0 1.000000e+00 1.000000e+00
GO:0061344     2   0 1.000000e+00 1.000000e+00
GO:0061346     1   0 1.000000e+00 1.000000e+00
GO:0061347     1   0 1.000000e+00 1.000000e+00
GO:0061348     1   0 1.000000e+00 1.000000e+00
GO:0061349     1   0 1.000000e+00 1.000000e+00
GO:0061350     1   0 1.000000e+00 1.000000e+00
GO:0061351   162   1 9.214323e-01 1.000000e+00
GO:0061354     1   0 1.000000e+00 1.000000e+00
GO:0061355     5   0 1.000000e+00 1.000000e+00
GO:0061356     5   0 1.000000e+00 1.000000e+00
GO:0061357     4   0 1.000000e+00 1.000000e+00
GO:0061358     1   0 1.000000e+00 1.000000e+00
GO:0061360     1   0 1.000000e+00 1.000000e+00
GO:0061364     3   0 1.000000e+00 1.000000e+00
GO:0061365     8   0 1.000000e+00 1.000000e+00
GO:0061366     3   0 1.000000e+00 1.000000e+00
GO:0061367     2   0 1.000000e+00 1.000000e+00
GO:0061368     3   0 1.000000e+00 1.000000e+00
GO:0061369     1   0 1.000000e+00 1.000000e+00
GO:0061370    11   0 1.000000e+00 1.000000e+00
GO:0061371    70   0 1.000000e+00 1.000000e+00
GO:0061373     1   0 1.000000e+00 1.000000e+00
GO:0061374     1   0 1.000000e+00 1.000000e+00
GO:0061377    19   1 2.553050e-01 1.000000e+00
GO:0061378     2   0 1.000000e+00 1.000000e+00
GO:0061379     2   0 1.000000e+00 1.000000e+00
GO:0061381     1   0 1.000000e+00 1.000000e+00
GO:0061383    46   0 1.000000e+00 1.000000e+00
GO:0061384    32   0 1.000000e+00 1.000000e+00
GO:0061386     2   0 1.000000e+00 1.000000e+00
GO:0061387   100   1 7.922095e-01 1.000000e+00
GO:0061430    13   0 1.000000e+00 1.000000e+00
GO:0061431     1   0 1.000000e+00 1.000000e+00
GO:0061433     1   0 1.000000e+00 1.000000e+00
GO:0061436    33   0 1.000000e+00 1.000000e+00
GO:0061437    32   1 3.910529e-01 1.000000e+00
GO:0061438     8   0 1.000000e+00 1.000000e+00
GO:0061439     8   0 1.000000e+00 1.000000e+00
GO:0061440    32   1 3.910529e-01 1.000000e+00
GO:0061441     2   0 1.000000e+00 1.000000e+00
GO:0061443     2   0 1.000000e+00 1.000000e+00
GO:0061444     1   0 1.000000e+00 1.000000e+00
GO:0061445     1   0 1.000000e+00 1.000000e+00
GO:0061448   280   5 4.447831e-01 1.000000e+00
GO:0061450    16   0 1.000000e+00 1.000000e+00
GO:0061451     1   0 1.000000e+00 1.000000e+00
GO:0061452     1   0 1.000000e+00 1.000000e+00
GO:0061458   290   3 8.303258e-01 1.000000e+00
GO:0061459    12   0 1.000000e+00 1.000000e+00
GO:0061462    57   0 1.000000e+00 1.000000e+00
GO:0061463     2   0 1.000000e+00 1.000000e+00
GO:0061469    13   0 1.000000e+00 1.000000e+00
GO:0061470     7   0 1.000000e+00 1.000000e+00
GO:0061474     2   1 3.016721e-02 8.696241e-01
GO:0061481     1   0 1.000000e+00 1.000000e+00
GO:0061484    21   0 1.000000e+00 1.000000e+00
GO:0061485     1   0 1.000000e+00 1.000000e+00
GO:0061501     1   0 1.000000e+00 1.000000e+00
GO:0061502     6   0 1.000000e+00 1.000000e+00
GO:0061507     2   0 1.000000e+00 1.000000e+00
GO:0061511     8   0 1.000000e+00 1.000000e+00
GO:0061512    69   0 1.000000e+00 1.000000e+00
GO:0061513     3   0 1.000000e+00 1.000000e+00
GO:0061514     1   0 1.000000e+00 1.000000e+00
GO:0061515    82   2 3.684763e-01 1.000000e+00
GO:0061517    12   0 1.000000e+00 1.000000e+00
GO:0061518     8   0 1.000000e+00 1.000000e+00
GO:0061519     3   0 1.000000e+00 1.000000e+00
GO:0061520     3   0 1.000000e+00 1.000000e+00
GO:0061523     5   1 7.723861e-02 1.000000e+00
GO:0061525     8   1 1.188906e-01 1.000000e+00
GO:0061526     5   1 7.673187e-02 1.000000e+00
GO:0061528     2   0 1.000000e+00 1.000000e+00
GO:0061534     1   0 1.000000e+00 1.000000e+00
GO:0061535     8   0 1.000000e+00 1.000000e+00
GO:0061542     1   0 1.000000e+00 1.000000e+00
GO:0061547     2   0 1.000000e+00 1.000000e+00
GO:0061548    17   0 1.000000e+00 1.000000e+00
GO:0061549     9   0 1.000000e+00 1.000000e+00
GO:0061550     5   0 1.000000e+00 1.000000e+00
GO:0061551     4   0 1.000000e+00 1.000000e+00
GO:0061552     2   0 1.000000e+00 1.000000e+00
GO:0061564   486   4 9.475868e-01 1.000000e+00
GO:0061572   160   4 2.413195e-01 1.000000e+00
GO:0061573     1   0 1.000000e+00 1.000000e+00
GO:0061574     4   0 1.000000e+00 1.000000e+00
GO:0061575    14   0 1.000000e+00 1.000000e+00
GO:0061577    20   0 1.000000e+00 1.000000e+00
GO:0061578    11   0 1.000000e+00 1.000000e+00
GO:0061580     1   0 1.000000e+00 1.000000e+00
GO:0061582     2   0 1.000000e+00 1.000000e+00
GO:0061586     1   0 1.000000e+00 1.000000e+00
GO:0061588     5   0 1.000000e+00 1.000000e+00
GO:0061589     3   0 1.000000e+00 1.000000e+00
GO:0061590     4   0 1.000000e+00 1.000000e+00
GO:0061591     3   0 1.000000e+00 1.000000e+00
GO:0061598     1   0 1.000000e+00 1.000000e+00
GO:0061599     1   0 1.000000e+00 1.000000e+00
GO:0061604     1   0 1.000000e+00 1.000000e+00
GO:0061605     1   0 1.000000e+00 1.000000e+00
GO:0061608    20   0 1.000000e+00 1.000000e+00
GO:0061609     1   0 1.000000e+00 1.000000e+00
GO:0061611     1   0 1.000000e+00 1.000000e+00
GO:0061614    74   3 1.101504e-01 1.000000e+00
GO:0061615    22   0 1.000000e+00 1.000000e+00
GO:0061617     7   0 1.000000e+00 1.000000e+00
GO:0061620    19   0 1.000000e+00 1.000000e+00
GO:0061621    17   0 1.000000e+00 1.000000e+00
GO:0061622     2   0 1.000000e+00 1.000000e+00
GO:0061623     1   0 1.000000e+00 1.000000e+00
GO:0061624     3   0 1.000000e+00 1.000000e+00
GO:0061626     9   0 1.000000e+00 1.000000e+00
GO:0061627     1   0 1.000000e+00 1.000000e+00
GO:0061628     2   0 1.000000e+00 1.000000e+00
GO:0061629   329   6 4.045939e-01 1.000000e+00
GO:0061630   320   7 2.293068e-01 1.000000e+00
GO:0061631    30   0 1.000000e+00 1.000000e+00
GO:0061632     1   0 1.000000e+00 1.000000e+00
GO:0061635    14   0 1.000000e+00 1.000000e+00
GO:0061638    15   1 2.171525e-01 1.000000e+00
GO:0061640   113   2 5.333359e-01 1.000000e+00
GO:0061642     3   0 1.000000e+00 1.000000e+00
GO:0061643     6   0 1.000000e+00 1.000000e+00
GO:0061644    15   1 2.171525e-01 1.000000e+00
GO:0061646     2   0 1.000000e+00 1.000000e+00
GO:0061649     6   0 1.000000e+00 1.000000e+00
GO:0061650    36   0 1.000000e+00 1.000000e+00
GO:0061651     1   0 1.000000e+00 1.000000e+00
GO:0061654     2   0 1.000000e+00 1.000000e+00
GO:0061656     1   0 1.000000e+00 1.000000e+00
GO:0061657     1   0 1.000000e+00 1.000000e+00
GO:0061659   338   7 2.724879e-01 1.000000e+00
GO:0061663     4   0 1.000000e+00 1.000000e+00
GO:0061665    13   0 1.000000e+00 1.000000e+00
GO:0061666     1   0 1.000000e+00 1.000000e+00
GO:0061668    10   0 1.000000e+00 1.000000e+00
GO:0061669     8   0 1.000000e+00 1.000000e+00
GO:0061670     1   0 1.000000e+00 1.000000e+00
GO:0061673     7   0 1.000000e+00 1.000000e+00
GO:0061676     9   0 1.000000e+00 1.000000e+00
GO:0061682     1   0 1.000000e+00 1.000000e+00
GO:0061684    14   0 1.000000e+00 1.000000e+00
GO:0061685     1   0 1.000000e+00 1.000000e+00
GO:0061687    20   0 1.000000e+00 1.000000e+00
GO:0061689     4   0 1.000000e+00 1.000000e+00
GO:0061690     1   0 1.000000e+00 1.000000e+00
GO:0061691     3   0 1.000000e+00 1.000000e+00
GO:0061692     2   0 1.000000e+00 1.000000e+00
GO:0061695   274   1 9.873393e-01 1.000000e+00
GO:0061696     3   0 1.000000e+00 1.000000e+00
GO:0061697     2   0 1.000000e+00 1.000000e+00
GO:0061698     2   0 1.000000e+00 1.000000e+00
GO:0061700    10   0 1.000000e+00 1.000000e+00
GO:0061702    16   0 1.000000e+00 1.000000e+00
GO:0061708     1   0 1.000000e+00 1.000000e+00
GO:0061709    20   0 1.000000e+00 1.000000e+00
GO:0061710     1   0 1.000000e+00 1.000000e+00
GO:0061711     2   0 1.000000e+00 1.000000e+00
GO:0061712     1   1 1.683729e-02 6.498032e-01
GO:0061713     3   0 1.000000e+00 1.000000e+00
GO:0061714     2   0 1.000000e+00 1.000000e+00
GO:0061718    17   0 1.000000e+00 1.000000e+00
GO:0061723    11   0 1.000000e+00 1.000000e+00
GO:0061724     7   0 1.000000e+00 1.000000e+00
GO:0061727     4   0 1.000000e+00 1.000000e+00
GO:0061731     3   0 1.000000e+00 1.000000e+00
GO:0061733    41   0 1.000000e+00 1.000000e+00
GO:0061734     5   0 1.000000e+00 1.000000e+00
GO:0061736     1   0 1.000000e+00 1.000000e+00
GO:0061737     4   0 1.000000e+00 1.000000e+00
GO:0061738     2   0 1.000000e+00 1.000000e+00
GO:0061739     3   0 1.000000e+00 1.000000e+00
GO:0061740     2   0 1.000000e+00 1.000000e+00
GO:0061743     8   0 1.000000e+00 1.000000e+00
GO:0061744    22   0 1.000000e+00 1.000000e+00
GO:0061749     2   0 1.000000e+00 1.000000e+00
GO:0061750     1   0 1.000000e+00 1.000000e+00
GO:0061751     1   0 1.000000e+00 1.000000e+00
GO:0061752     2   0 1.000000e+00 1.000000e+00
GO:0061753     3   1 4.534028e-02 1.000000e+00
GO:0061754     4   0 1.000000e+00 1.000000e+00
GO:0061755     1   0 1.000000e+00 1.000000e+00
GO:0061756    54   4 8.945482e-03 4.609388e-01
GO:0061757     6   1 8.937585e-02 1.000000e+00
GO:0061760    17   1 2.317061e-01 1.000000e+00
GO:0061762     9   0 1.000000e+00 1.000000e+00
GO:0061763    11   0 1.000000e+00 1.000000e+00
GO:0061764     2   0 1.000000e+00 1.000000e+00
GO:0061766     2   0 1.000000e+00 1.000000e+00
GO:0061767     1   0 1.000000e+00 1.000000e+00
GO:0061768     2   0 1.000000e+00 1.000000e+00
GO:0061769     2   0 1.000000e+00 1.000000e+00
GO:0061770     3   0 1.000000e+00 1.000000e+00
GO:0061771     3   0 1.000000e+00 1.000000e+00
GO:0061772     1   0 1.000000e+00 1.000000e+00
GO:0061773     2   0 1.000000e+00 1.000000e+00
GO:0061775     2   0 1.000000e+00 1.000000e+00
GO:0061778    19   0 1.000000e+00 1.000000e+00
GO:0061779     2   0 1.000000e+00 1.000000e+00
GO:0061780     1   0 1.000000e+00 1.000000e+00
GO:0061783    11   0 1.000000e+00 1.000000e+00
GO:0061789     3   0 1.000000e+00 1.000000e+00
GO:0061792     3   0 1.000000e+00 1.000000e+00
GO:0061793     3   0 1.000000e+00 1.000000e+00
GO:0061795    10   0 1.000000e+00 1.000000e+00
GO:0061797     2   0 1.000000e+00 1.000000e+00
GO:0061798     1   0 1.000000e+00 1.000000e+00
GO:0061799     1   0 1.000000e+00 1.000000e+00
GO:0061809    14   1 1.994305e-01 1.000000e+00
GO:0061815     1   0 1.000000e+00 1.000000e+00
GO:0061817     6   0 1.000000e+00 1.000000e+00
GO:0061819     3   0 1.000000e+00 1.000000e+00
GO:0061820     7   0 1.000000e+00 1.000000e+00
GO:0061821     4   0 1.000000e+00 1.000000e+00
GO:0061824     2   0 1.000000e+00 1.000000e+00
GO:0061826     1   0 1.000000e+00 1.000000e+00
GO:0061827    17   0 1.000000e+00 1.000000e+00
GO:0061828     1   0 1.000000e+00 1.000000e+00
GO:0061829     1   0 1.000000e+00 1.000000e+00
GO:0061833     3   0 1.000000e+00 1.000000e+00
GO:0061837     1   0 1.000000e+00 1.000000e+00
GO:0061842    32   0 1.000000e+00 1.000000e+00
GO:0061844    72   2 2.902536e-01 1.000000e+00
GO:0061845     1   0 1.000000e+00 1.000000e+00
GO:0061846     1   0 1.000000e+00 1.000000e+00
GO:0061847     2   0 1.000000e+00 1.000000e+00
GO:0061849     2   0 1.000000e+00 1.000000e+00
GO:0061850     1   0 1.000000e+00 1.000000e+00
GO:0061851     3   0 1.000000e+00 1.000000e+00
GO:0061852     2   0 1.000000e+00 1.000000e+00
GO:0061853     1   0 1.000000e+00 1.000000e+00
GO:0061855     1   0 1.000000e+00 1.000000e+00
GO:0061857     2   0 1.000000e+00 1.000000e+00
GO:0061860     2   0 1.000000e+00 1.000000e+00
GO:0061863     1   0 1.000000e+00 1.000000e+00
GO:0061864     1   0 1.000000e+00 1.000000e+00
GO:0061865     1   0 1.000000e+00 1.000000e+00
GO:0061868     2   0 1.000000e+00 1.000000e+00
GO:0061869     2   0 1.000000e+00 1.000000e+00
GO:0061870     2   0 1.000000e+00 1.000000e+00
GO:0061872     1   0 1.000000e+00 1.000000e+00
GO:0061873     1   0 1.000000e+00 1.000000e+00
GO:0061874     1   0 1.000000e+00 1.000000e+00
GO:0061880     1   0 1.000000e+00 1.000000e+00
GO:0061881     1   0 1.000000e+00 1.000000e+00
GO:0061884     4   0 1.000000e+00 1.000000e+00
GO:0061885     2   0 1.000000e+00 1.000000e+00
GO:0061886     2   0 1.000000e+00 1.000000e+00
GO:0061888     8   0 1.000000e+00 1.000000e+00
GO:0061889     5   0 1.000000e+00 1.000000e+00
GO:0061890     2   0 1.000000e+00 1.000000e+00
GO:0061891     4   0 1.000000e+00 1.000000e+00
GO:0061896     1   0 1.000000e+00 1.000000e+00
GO:0061897     1   0 1.000000e+00 1.000000e+00
GO:0061898     1   0 1.000000e+00 1.000000e+00
GO:0061899     1   0 1.000000e+00 1.000000e+00
GO:0061900    57   6 2.468630e-04 3.708579e-02
GO:0061908     3   0 1.000000e+00 1.000000e+00
GO:0061909    10   1 1.380654e-01 1.000000e+00
GO:0061910     1   0 1.000000e+00 1.000000e+00
GO:0061919   544  14 4.551579e-02 1.000000e+00
GO:0061920     1   0 1.000000e+00 1.000000e+00
GO:0061921     1   0 1.000000e+00 1.000000e+00
GO:0061928     2   0 1.000000e+00 1.000000e+00
GO:0061929     1   0 1.000000e+00 1.000000e+00
GO:0061930     1   0 1.000000e+00 1.000000e+00
GO:0061931     1   0 1.000000e+00 1.000000e+00
GO:0061938     1   0 1.000000e+00 1.000000e+00
GO:0061939     2   0 1.000000e+00 1.000000e+00
GO:0061944     2   0 1.000000e+00 1.000000e+00
GO:0061945     6   0 1.000000e+00 1.000000e+00
GO:0061951    61   1 6.151038e-01 1.000000e+00
GO:0061952    17   0 1.000000e+00 1.000000e+00
GO:0061953     2   0 1.000000e+00 1.000000e+00
GO:0061956     1   0 1.000000e+00 1.000000e+00
GO:0061966     6   0 1.000000e+00 1.000000e+00
GO:0061973     1   0 1.000000e+00 1.000000e+00
GO:0061974     1   0 1.000000e+00 1.000000e+00
GO:0061975     5   0 1.000000e+00 1.000000e+00
GO:0061980    43   1 4.890253e-01 1.000000e+00
GO:0061981     1   0 1.000000e+00 1.000000e+00
GO:0061982   132   1 8.777106e-01 1.000000e+00
GO:0061983     2   0 1.000000e+00 1.000000e+00
GO:0061986     1   0 1.000000e+00 1.000000e+00
GO:0061987     1   0 1.000000e+00 1.000000e+00
GO:0061999     1   0 1.000000e+00 1.000000e+00
GO:0062000     1   0 1.000000e+00 1.000000e+00
GO:0062009    26   0 1.000000e+00 1.000000e+00
GO:0062012   315   8 1.187415e-01 1.000000e+00
GO:0062013   136   3 3.535453e-01 1.000000e+00
GO:0062014   106   3 2.228228e-01 1.000000e+00
GO:0062023   404   5 7.476583e-01 1.000000e+00
GO:0062025     1   0 1.000000e+00 1.000000e+00
GO:0062026     1   0 1.000000e+00 1.000000e+00
GO:0062028     8   0 1.000000e+00 1.000000e+00
GO:0062029     4   0 1.000000e+00 1.000000e+00
GO:0062030     2   0 1.000000e+00 1.000000e+00
GO:0062033     6   0 1.000000e+00 1.000000e+00
GO:0062035     1   0 1.000000e+00 1.000000e+00
GO:0062036     1   0 1.000000e+00 1.000000e+00
GO:0062037     5   0 1.000000e+00 1.000000e+00
GO:0062042    12   0 1.000000e+00 1.000000e+00
GO:0062043     9   0 1.000000e+00 1.000000e+00
GO:0062044     4   0 1.000000e+00 1.000000e+00
GO:0062050     1   0 1.000000e+00 1.000000e+00
GO:0062054     1   0 1.000000e+00 1.000000e+00
GO:0062060     1   0 1.000000e+00 1.000000e+00
GO:0062061     3   0 1.000000e+00 1.000000e+00
GO:0062062     1   0 1.000000e+00 1.000000e+00
GO:0062063     2   0 1.000000e+00 1.000000e+00
GO:0062064     1   0 1.000000e+00 1.000000e+00
GO:0062069     1   0 1.000000e+00 1.000000e+00
GO:0062072     3   0 1.000000e+00 1.000000e+00
GO:0062073     2   0 1.000000e+00 1.000000e+00
GO:0062076     1   0 1.000000e+00 1.000000e+00
GO:0062078     1   0 1.000000e+00 1.000000e+00
GO:0062080     2   1 3.022083e-02 8.696241e-01
GO:0062082     2   1 3.022083e-02 8.696241e-01
GO:0062094     5   0 1.000000e+00 1.000000e+00
GO:0062098    36   2 9.799988e-02 1.000000e+00
GO:0062099    21   1 2.727456e-01 1.000000e+00
GO:0062100    10   1 1.279089e-01 1.000000e+00
GO:0062101     2   0 1.000000e+00 1.000000e+00
GO:0062104     1   0 1.000000e+00 1.000000e+00
GO:0062105     7   1 1.075017e-01 1.000000e+00
GO:0062111    11   0 1.000000e+00 1.000000e+00
GO:0062112     1   0 1.000000e+00 1.000000e+00
GO:0062124     1   0 1.000000e+00 1.000000e+00
GO:0062125    30   0 1.000000e+00 1.000000e+00
GO:0062126     1   0 1.000000e+00 1.000000e+00
GO:0062149    27   1 3.415611e-01 1.000000e+00
GO:0062151     1   0 1.000000e+00 1.000000e+00
GO:0062152     1   0 1.000000e+00 1.000000e+00
GO:0062153     3   0 1.000000e+00 1.000000e+00
GO:0062154     1   0 1.000000e+00 1.000000e+00
GO:0062156     1   0 1.000000e+00 1.000000e+00
GO:0062157     2   0 1.000000e+00 1.000000e+00
GO:0062167     3   0 1.000000e+00 1.000000e+00
GO:0062170     1   0 1.000000e+00 1.000000e+00
GO:0062172     1   0 1.000000e+00 1.000000e+00
GO:0062173     1   0 1.000000e+00 1.000000e+00
GO:0062175     1   0 1.000000e+00 1.000000e+00
GO:0062176     6   0 1.000000e+00 1.000000e+00
GO:0062177     2   0 1.000000e+00 1.000000e+00
GO:0062179     2   0 1.000000e+00 1.000000e+00
GO:0062180     1   0 1.000000e+00 1.000000e+00
GO:0062181     2   0 1.000000e+00 1.000000e+00
GO:0062182     1   0 1.000000e+00 1.000000e+00
GO:0062183     3   0 1.000000e+00 1.000000e+00
GO:0062184     2   0 1.000000e+00 1.000000e+00
GO:0062185     1   0 1.000000e+00 1.000000e+00
GO:0062186     4   0 1.000000e+00 1.000000e+00
GO:0062187     3   0 1.000000e+00 1.000000e+00
GO:0062188     3   0 1.000000e+00 1.000000e+00
GO:0062189     4   0 1.000000e+00 1.000000e+00
GO:0062196     7   0 1.000000e+00 1.000000e+00
GO:0062197   299   5 4.938417e-01 1.000000e+00
GO:0062207   155  10 1.487310e-04 2.706662e-02
GO:0062208    59   5 2.366649e-03 1.976682e-01
GO:0062213     1   0 1.000000e+00 1.000000e+00
GO:0062232     3   0 1.000000e+00 1.000000e+00
GO:0062234     2   0 1.000000e+00 1.000000e+00
GO:0062237    40   0 1.000000e+00 1.000000e+00
GO:0065001     3   0 1.000000e+00 1.000000e+00
GO:0065002    30   0 1.000000e+00 1.000000e+00
GO:0065003  1506  23 5.756422e-01 1.000000e+00
GO:0065004   195   4 3.662012e-01 1.000000e+00
GO:0065005    30   0 1.000000e+00 1.000000e+00
GO:0065007 11445 189 5.782756e-02 1.000000e+00
GO:0065008  2764  50 1.294137e-01 1.000000e+00
GO:0065009  1911  47 9.075502e-04 1.010677e-01
GO:0065010  2120  39 1.372870e-01 1.000000e+00
GO:0070001    26   0 1.000000e+00 1.000000e+00
GO:0070002     1   0 1.000000e+00 1.000000e+00
GO:0070003    15   0 1.000000e+00 1.000000e+00
GO:0070004     7   0 1.000000e+00 1.000000e+00
GO:0070005     2   0 1.000000e+00 1.000000e+00
GO:0070006    24   0 1.000000e+00 1.000000e+00
GO:0070008    12   0 1.000000e+00 1.000000e+00
GO:0070009     1   0 1.000000e+00 1.000000e+00
GO:0070012     2   0 1.000000e+00 1.000000e+00
GO:0070013  5669  78 8.928680e-01 1.000000e+00
GO:0070016     8   0 1.000000e+00 1.000000e+00
GO:0070021     3   0 1.000000e+00 1.000000e+00
GO:0070025     2   0 1.000000e+00 1.000000e+00
GO:0070026     3   0 1.000000e+00 1.000000e+00
GO:0070032     3   0 1.000000e+00 1.000000e+00
GO:0070033     3   0 1.000000e+00 1.000000e+00
GO:0070034    21   0 1.000000e+00 1.000000e+00
GO:0070037     1   0 1.000000e+00 1.000000e+00
GO:0070039     2   0 1.000000e+00 1.000000e+00
GO:0070042     1   0 1.000000e+00 1.000000e+00
GO:0070044     5   0 1.000000e+00 1.000000e+00
GO:0070050    59   0 1.000000e+00 1.000000e+00
GO:0070051     6   0 1.000000e+00 1.000000e+00
GO:0070052     3   0 1.000000e+00 1.000000e+00
GO:0070053     4   1 5.692258e-02 1.000000e+00
GO:0070054     1   0 1.000000e+00 1.000000e+00
GO:0070059    62   0 1.000000e+00 1.000000e+00
GO:0070060     1   0 1.000000e+00 1.000000e+00
GO:0070061     6   0 1.000000e+00 1.000000e+00
GO:0070062  2052  38 1.370483e-01 1.000000e+00
GO:0070063    58   0 1.000000e+00 1.000000e+00
GO:0070064    17   0 1.000000e+00 1.000000e+00
GO:0070069    35   0 1.000000e+00 1.000000e+00
GO:0070070     7   0 1.000000e+00 1.000000e+00
GO:0070071    15   0 1.000000e+00 1.000000e+00
GO:0070072     5   0 1.000000e+00 1.000000e+00
GO:0070075     3   0 1.000000e+00 1.000000e+00
GO:0070080     2   0 1.000000e+00 1.000000e+00
GO:0070081     5   0 1.000000e+00 1.000000e+00
GO:0070083     5   0 1.000000e+00 1.000000e+00
GO:0070085   231   5 2.848229e-01 1.000000e+00
GO:0070086     7   0 1.000000e+00 1.000000e+00
GO:0070087     5   0 1.000000e+00 1.000000e+00
GO:0070089     1   0 1.000000e+00 1.000000e+00
GO:0070091     8   0 1.000000e+00 1.000000e+00
GO:0070092     8   0 1.000000e+00 1.000000e+00
GO:0070093     3   0 1.000000e+00 1.000000e+00
GO:0070094     2   0 1.000000e+00 1.000000e+00
GO:0070095     4   0 1.000000e+00 1.000000e+00
GO:0070097     9   0 1.000000e+00 1.000000e+00
GO:0070098    90   4 4.971807e-02 1.000000e+00
GO:0070099    11   1 1.563993e-01 1.000000e+00
GO:0070100     8   1 1.141366e-01 1.000000e+00
GO:0070101     3   0 1.000000e+00 1.000000e+00
GO:0070102    25   2 4.984977e-02 1.000000e+00
GO:0070103    11   1 1.365674e-01 1.000000e+00
GO:0070104     8   0 1.000000e+00 1.000000e+00
GO:0070105     3   1 4.907534e-02 1.000000e+00
GO:0070106     7   0 1.000000e+00 1.000000e+00
GO:0070110     3   0 1.000000e+00 1.000000e+00
GO:0070119     1   0 1.000000e+00 1.000000e+00
GO:0070120     5   0 1.000000e+00 1.000000e+00
GO:0070123     1   0 1.000000e+00 1.000000e+00
GO:0070124     2   0 1.000000e+00 1.000000e+00
GO:0070125     4   0 1.000000e+00 1.000000e+00
GO:0070126     4   0 1.000000e+00 1.000000e+00
GO:0070127     8   0 1.000000e+00 1.000000e+00
GO:0070129    25   0 1.000000e+00 1.000000e+00
GO:0070130     1   0 1.000000e+00 1.000000e+00
GO:0070131    16   0 1.000000e+00 1.000000e+00
GO:0070137     5   0 1.000000e+00 1.000000e+00
GO:0070139     5   0 1.000000e+00 1.000000e+00
GO:0070141    12   1 1.717523e-01 1.000000e+00
GO:0070142    12   2 1.376630e-02 6.135596e-01
GO:0070143     1   0 1.000000e+00 1.000000e+00
GO:0070145     1   0 1.000000e+00 1.000000e+00
GO:0070150     1   0 1.000000e+00 1.000000e+00
GO:0070158     1   0 1.000000e+00 1.000000e+00
GO:0070159     1   0 1.000000e+00 1.000000e+00
GO:0070160   121   2 5.608396e-01 1.000000e+00
GO:0070161   858  16 2.614975e-01 1.000000e+00
GO:0070162     7   0 1.000000e+00 1.000000e+00
GO:0070163     7   0 1.000000e+00 1.000000e+00
GO:0070164     4   0 1.000000e+00 1.000000e+00
GO:0070165     3   0 1.000000e+00 1.000000e+00
GO:0070166    19   0 1.000000e+00 1.000000e+00
GO:0070167    96   0 1.000000e+00 1.000000e+00
GO:0070168    26   0 1.000000e+00 1.000000e+00
GO:0070169    52   0 1.000000e+00 1.000000e+00
GO:0070170    10   0 1.000000e+00 1.000000e+00
GO:0070171     1   0 1.000000e+00 1.000000e+00
GO:0070172     7   0 1.000000e+00 1.000000e+00
GO:0070173     7   0 1.000000e+00 1.000000e+00
GO:0070175     5   0 1.000000e+00 1.000000e+00
GO:0070176     1   0 1.000000e+00 1.000000e+00
GO:0070178     2   0 1.000000e+00 1.000000e+00
GO:0070179     1   0 1.000000e+00 1.000000e+00
GO:0070180     5   0 1.000000e+00 1.000000e+00
GO:0070181     8   0 1.000000e+00 1.000000e+00
GO:0070182    21   1 2.748523e-01 1.000000e+00
GO:0070183     1   0 1.000000e+00 1.000000e+00
GO:0070184     1   0 1.000000e+00 1.000000e+00
GO:0070187     7   0 1.000000e+00 1.000000e+00
GO:0070189    11   0 1.000000e+00 1.000000e+00
GO:0070192    61   0 1.000000e+00 1.000000e+00
GO:0070193    26   0 1.000000e+00 1.000000e+00
GO:0070194     2   0 1.000000e+00 1.000000e+00
GO:0070195     2   0 1.000000e+00 1.000000e+00
GO:0070197     5   0 1.000000e+00 1.000000e+00
GO:0070198    28   0 1.000000e+00 1.000000e+00
GO:0070199    27   0 1.000000e+00 1.000000e+00
GO:0070200    17   0 1.000000e+00 1.000000e+00
GO:0070201   516  11 1.813621e-01 1.000000e+00
GO:0070202    11   0 1.000000e+00 1.000000e+00
GO:0070203    10   0 1.000000e+00 1.000000e+00
GO:0070206    17   0 1.000000e+00 1.000000e+00
GO:0070207    15   0 1.000000e+00 1.000000e+00
GO:0070208     1   0 1.000000e+00 1.000000e+00
GO:0070210     2   0 1.000000e+00 1.000000e+00
GO:0070212     7   1 9.883593e-02 1.000000e+00
GO:0070213    11   1 1.587973e-01 1.000000e+00
GO:0070221     3   0 1.000000e+00 1.000000e+00
GO:0070224     1   0 1.000000e+00 1.000000e+00
GO:0070227    76   3 1.151585e-01 1.000000e+00
GO:0070228    55   2 2.098173e-01 1.000000e+00
GO:0070229    36   1 4.337180e-01 1.000000e+00
GO:0070230    15   0 1.000000e+00 1.000000e+00
GO:0070231    54   3 5.254216e-02 1.000000e+00
GO:0070232    37   2 1.122282e-01 1.000000e+00
GO:0070233    23   1 3.082947e-01 1.000000e+00
GO:0070234    12   0 1.000000e+00 1.000000e+00
GO:0070235     3   0 1.000000e+00 1.000000e+00
GO:0070236     2   0 1.000000e+00 1.000000e+00
GO:0070238     1   0 1.000000e+00 1.000000e+00
GO:0070239     1   0 1.000000e+00 1.000000e+00
GO:0070241     1   0 1.000000e+00 1.000000e+00
GO:0070242    19   1 2.700389e-01 1.000000e+00
GO:0070243    13   1 1.932314e-01 1.000000e+00
GO:0070244     9   1 1.378384e-01 1.000000e+00
GO:0070245     4   0 1.000000e+00 1.000000e+00
GO:0070246     1   0 1.000000e+00 1.000000e+00
GO:0070247     1   0 1.000000e+00 1.000000e+00
GO:0070251     2   0 1.000000e+00 1.000000e+00
GO:0070252   109   0 1.000000e+00 1.000000e+00
GO:0070253     3   0 1.000000e+00 1.000000e+00
GO:0070254    17   0 1.000000e+00 1.000000e+00
GO:0070255     9   0 1.000000e+00 1.000000e+00
GO:0070256     2   0 1.000000e+00 1.000000e+00
GO:0070257     6   0 1.000000e+00 1.000000e+00
GO:0070259     2   0 1.000000e+00 1.000000e+00
GO:0070260     1   0 1.000000e+00 1.000000e+00
GO:0070262    14   0 1.000000e+00 1.000000e+00
GO:0070266    45   3 2.975561e-02 8.696241e-01
GO:0070268     9   0 1.000000e+00 1.000000e+00
GO:0070269    35   0 1.000000e+00 1.000000e+00
GO:0070273    28   0 1.000000e+00 1.000000e+00
GO:0070274     1   0 1.000000e+00 1.000000e+00
GO:0070278    13   0 1.000000e+00 1.000000e+00
GO:0070279    54   0 1.000000e+00 1.000000e+00
GO:0070280     1   0 1.000000e+00 1.000000e+00
GO:0070285     1   0 1.000000e+00 1.000000e+00
GO:0070286    39   0 1.000000e+00 1.000000e+00
GO:0070287     1   0 1.000000e+00 1.000000e+00
GO:0070288     2   0 1.000000e+00 1.000000e+00
GO:0070290     3   0 1.000000e+00 1.000000e+00
GO:0070291     5   0 1.000000e+00 1.000000e+00
GO:0070292     9   1 1.327224e-01 1.000000e+00
GO:0070293    33   0 1.000000e+00 1.000000e+00
GO:0070294    12   0 1.000000e+00 1.000000e+00
GO:0070295     6   0 1.000000e+00 1.000000e+00
GO:0070296    39   1 4.505137e-01 1.000000e+00
GO:0070300    23   0 1.000000e+00 1.000000e+00
GO:0070301    65   1 6.366498e-01 1.000000e+00
GO:0070302    34   1 4.101190e-01 1.000000e+00
GO:0070303     6   0 1.000000e+00 1.000000e+00
GO:0070304    19   1 2.572663e-01 1.000000e+00
GO:0070305     8   0 1.000000e+00 1.000000e+00
GO:0070306    37   1 4.355986e-01 1.000000e+00
GO:0070307    14   1 1.970465e-01 1.000000e+00
GO:0070309     6   0 1.000000e+00 1.000000e+00
GO:0070310     2   0 1.000000e+00 1.000000e+00
GO:0070314    19   0 1.000000e+00 1.000000e+00
GO:0070315     6   0 1.000000e+00 1.000000e+00
GO:0070316    34   1 4.159372e-01 1.000000e+00
GO:0070317     4   0 1.000000e+00 1.000000e+00
GO:0070318     5   0 1.000000e+00 1.000000e+00
GO:0070319     2   0 1.000000e+00 1.000000e+00
GO:0070320     1   0 1.000000e+00 1.000000e+00
GO:0070324     6   0 1.000000e+00 1.000000e+00
GO:0070325    29   1 3.692764e-01 1.000000e+00
GO:0070326     4   0 1.000000e+00 1.000000e+00
GO:0070327    10   0 1.000000e+00 1.000000e+00
GO:0070328    40   0 1.000000e+00 1.000000e+00
GO:0070330    26   0 1.000000e+00 1.000000e+00
GO:0070335     1   0 1.000000e+00 1.000000e+00
GO:0070336     2   0 1.000000e+00 1.000000e+00
GO:0070337     1   0 1.000000e+00 1.000000e+00
GO:0070339     9   2 7.042235e-03 3.863563e-01
GO:0070340     3   1 4.746665e-02 1.000000e+00
GO:0070341    15   0 1.000000e+00 1.000000e+00
GO:0070342     2   0 1.000000e+00 1.000000e+00
GO:0070343     4   0 1.000000e+00 1.000000e+00
GO:0070344    10   0 1.000000e+00 1.000000e+00
GO:0070345     5   0 1.000000e+00 1.000000e+00
GO:0070346     4   0 1.000000e+00 1.000000e+00
GO:0070350     3   0 1.000000e+00 1.000000e+00
GO:0070352     2   0 1.000000e+00 1.000000e+00
GO:0070358     7   0 1.000000e+00 1.000000e+00
GO:0070365    14   0 1.000000e+00 1.000000e+00
GO:0070366     2   0 1.000000e+00 1.000000e+00
GO:0070367     1   0 1.000000e+00 1.000000e+00
GO:0070368     1   0 1.000000e+00 1.000000e+00
GO:0070369     3   0 1.000000e+00 1.000000e+00
GO:0070370     4   0 1.000000e+00 1.000000e+00
GO:0070371   320   6 3.655743e-01 1.000000e+00
GO:0070372   297   6 3.027314e-01 1.000000e+00
GO:0070373    68   1 6.508606e-01 1.000000e+00
GO:0070374   210   5 2.183417e-01 1.000000e+00
GO:0070375     5   1 7.249175e-02 1.000000e+00
GO:0070376     3   0 1.000000e+00 1.000000e+00
GO:0070378     2   0 1.000000e+00 1.000000e+00
GO:0070381     2   1 2.884991e-02 8.696241e-01
GO:0070382   223   5 2.656135e-01 1.000000e+00
GO:0070383     9   1 1.234583e-01 1.000000e+00
GO:0070384     4   0 1.000000e+00 1.000000e+00
GO:0070390     4   0 1.000000e+00 1.000000e+00
GO:0070391    10   1 1.460963e-01 1.000000e+00
GO:0070392     1   0 1.000000e+00 1.000000e+00
GO:0070401     3   0 1.000000e+00 1.000000e+00
GO:0070402    15   0 1.000000e+00 1.000000e+00
GO:0070403    16   0 1.000000e+00 1.000000e+00
GO:0070404     3   0 1.000000e+00 1.000000e+00
GO:0070407     1   0 1.000000e+00 1.000000e+00
GO:0070408     1   0 1.000000e+00 1.000000e+00
GO:0070409     1   0 1.000000e+00 1.000000e+00
GO:0070410     9   0 1.000000e+00 1.000000e+00
GO:0070411    16   0 1.000000e+00 1.000000e+00
GO:0070412    25   0 1.000000e+00 1.000000e+00
GO:0070413     1   0 1.000000e+00 1.000000e+00
GO:0070417    13   0 1.000000e+00 1.000000e+00
GO:0070418     5   0 1.000000e+00 1.000000e+00
GO:0070419     9   0 1.000000e+00 1.000000e+00
GO:0070421     1   0 1.000000e+00 1.000000e+00
GO:0070424    14   0 1.000000e+00 1.000000e+00
GO:0070425     4   0 1.000000e+00 1.000000e+00
GO:0070426     7   0 1.000000e+00 1.000000e+00
GO:0070427     7   0 1.000000e+00 1.000000e+00
GO:0070428     4   0 1.000000e+00 1.000000e+00
GO:0070429     1   0 1.000000e+00 1.000000e+00
GO:0070430     3   0 1.000000e+00 1.000000e+00
GO:0070431    18   1 2.443217e-01 1.000000e+00
GO:0070432    10   0 1.000000e+00 1.000000e+00
GO:0070433     4   0 1.000000e+00 1.000000e+00
GO:0070434     6   0 1.000000e+00 1.000000e+00
GO:0070435     2   0 1.000000e+00 1.000000e+00
GO:0070436     2   0 1.000000e+00 1.000000e+00
GO:0070442     1   0 1.000000e+00 1.000000e+00
GO:0070443     2   0 1.000000e+00 1.000000e+00
GO:0070444     8   0 1.000000e+00 1.000000e+00
GO:0070445     7   0 1.000000e+00 1.000000e+00
GO:0070446     1   0 1.000000e+00 1.000000e+00
GO:0070447     3   0 1.000000e+00 1.000000e+00
GO:0070449     5   0 1.000000e+00 1.000000e+00
GO:0070453     7   0 1.000000e+00 1.000000e+00
GO:0070455     2   0 1.000000e+00 1.000000e+00
GO:0070458     5   0 1.000000e+00 1.000000e+00
GO:0070459     5   0 1.000000e+00 1.000000e+00
GO:0070460     2   0 1.000000e+00 1.000000e+00
GO:0070461    36   0 1.000000e+00 1.000000e+00
GO:0070462     1   0 1.000000e+00 1.000000e+00
GO:0070463     1   0 1.000000e+00 1.000000e+00
GO:0070469    87   0 1.000000e+00 1.000000e+00
GO:0070471     9   0 1.000000e+00 1.000000e+00
GO:0070472     9   0 1.000000e+00 1.000000e+00
GO:0070473     1   0 1.000000e+00 1.000000e+00
GO:0070474     7   0 1.000000e+00 1.000000e+00
GO:0070475     8   0 1.000000e+00 1.000000e+00
GO:0070476     2   0 1.000000e+00 1.000000e+00
GO:0070478     3   0 1.000000e+00 1.000000e+00
GO:0070481     1   0 1.000000e+00 1.000000e+00
GO:0070482   325   2 9.631301e-01 1.000000e+00
GO:0070483     1   0 1.000000e+00 1.000000e+00
GO:0070486    12   2 1.514615e-02 6.198016e-01
GO:0070487     5   0 1.000000e+00 1.000000e+00
GO:0070488     2   0 1.000000e+00 1.000000e+00
GO:0070489     1   1 1.664016e-02 6.471147e-01
GO:0070492    16   0 1.000000e+00 1.000000e+00
GO:0070493    13   0 1.000000e+00 1.000000e+00
GO:0070494     3   0 1.000000e+00 1.000000e+00
GO:0070495     3   0 1.000000e+00 1.000000e+00
GO:0070498    31   0 1.000000e+00 1.000000e+00
GO:0070506     2   0 1.000000e+00 1.000000e+00
GO:0070507   151   0 1.000000e+00 1.000000e+00
GO:0070508     9   1 1.317476e-01 1.000000e+00
GO:0070509    79   1 7.079174e-01 1.000000e+00
GO:0070513    11   1 1.576675e-01 1.000000e+00
GO:0070516     4   0 1.000000e+00 1.000000e+00
GO:0070522     4   0 1.000000e+00 1.000000e+00
GO:0070523     1   0 1.000000e+00 1.000000e+00
GO:0070524     1   0 1.000000e+00 1.000000e+00
GO:0070525    15   0 1.000000e+00 1.000000e+00
GO:0070527    72   0 1.000000e+00 1.000000e+00
GO:0070528    34   0 1.000000e+00 1.000000e+00
GO:0070530    23   1 3.001242e-01 1.000000e+00
GO:0070531     7   0 1.000000e+00 1.000000e+00
GO:0070532     4   0 1.000000e+00 1.000000e+00
GO:0070533     6   0 1.000000e+00 1.000000e+00
GO:0070534    62   3 7.179882e-02 1.000000e+00
GO:0070536    26   0 1.000000e+00 1.000000e+00
GO:0070538     3   0 1.000000e+00 1.000000e+00
GO:0070539     1   0 1.000000e+00 1.000000e+00
GO:0070541     3   0 1.000000e+00 1.000000e+00
GO:0070542    56   2 2.140452e-01 1.000000e+00
GO:0070543     3   1 4.848265e-02 1.000000e+00
GO:0070545     3   0 1.000000e+00 1.000000e+00
GO:0070547     1   0 1.000000e+00 1.000000e+00
GO:0070548     3   0 1.000000e+00 1.000000e+00
GO:0070551     1   0 1.000000e+00 1.000000e+00
GO:0070552     5   0 1.000000e+00 1.000000e+00
GO:0070553     2   0 1.000000e+00 1.000000e+00
GO:0070554     2   0 1.000000e+00 1.000000e+00
GO:0070555   132   0 1.000000e+00 1.000000e+00
GO:0070557     2   0 1.000000e+00 1.000000e+00
GO:0070560     1   0 1.000000e+00 1.000000e+00
GO:0070561    12   0 1.000000e+00 1.000000e+00
GO:0070562    10   0 1.000000e+00 1.000000e+00
GO:0070563     2   0 1.000000e+00 1.000000e+00
GO:0070564     6   0 1.000000e+00 1.000000e+00
GO:0070566    28   0 1.000000e+00 1.000000e+00
GO:0070567     9   0 1.000000e+00 1.000000e+00
GO:0070568     7   0 1.000000e+00 1.000000e+00
GO:0070569     7   0 1.000000e+00 1.000000e+00
GO:0070570    31   0 1.000000e+00 1.000000e+00
GO:0070571    16   0 1.000000e+00 1.000000e+00
GO:0070572    10   0 1.000000e+00 1.000000e+00
GO:0070573     8   1 1.152197e-01 1.000000e+00
GO:0070574     6   0 1.000000e+00 1.000000e+00
GO:0070576     3   0 1.000000e+00 1.000000e+00
GO:0070577    24   1 3.062536e-01 1.000000e+00
GO:0070578     8   0 1.000000e+00 1.000000e+00
GO:0070579     4   0 1.000000e+00 1.000000e+00
GO:0070585   119   0 1.000000e+00 1.000000e+00
GO:0070586    11   0 1.000000e+00 1.000000e+00
GO:0070587    10   0 1.000000e+00 1.000000e+00
GO:0070588   319   6 3.704290e-01 1.000000e+00
GO:0070593    14   0 1.000000e+00 1.000000e+00
GO:0070601     9   0 1.000000e+00 1.000000e+00
GO:0070602     4   0 1.000000e+00 1.000000e+00
GO:0070603    91   1 7.627735e-01 1.000000e+00
GO:0070611     2   0 1.000000e+00 1.000000e+00
GO:0070612     1   0 1.000000e+00 1.000000e+00
GO:0070613    61   2 2.453061e-01 1.000000e+00
GO:0070618     1   0 1.000000e+00 1.000000e+00
GO:0070622     1   0 1.000000e+00 1.000000e+00
GO:0070625     1   0 1.000000e+00 1.000000e+00
GO:0070626     1   0 1.000000e+00 1.000000e+00
GO:0070628    17   0 1.000000e+00 1.000000e+00
GO:0070633    35   0 1.000000e+00 1.000000e+00
GO:0070634     4   0 1.000000e+00 1.000000e+00
GO:0070637     1   0 1.000000e+00 1.000000e+00
GO:0070638     1   0 1.000000e+00 1.000000e+00
GO:0070640     7   0 1.000000e+00 1.000000e+00
GO:0070643     4   0 1.000000e+00 1.000000e+00
GO:0070644     3   0 1.000000e+00 1.000000e+00
GO:0070646   101   0 1.000000e+00 1.000000e+00
GO:0070647   852  12 6.758625e-01 1.000000e+00
GO:0070649     3   0 1.000000e+00 1.000000e+00
GO:0070650     1   0 1.000000e+00 1.000000e+00
GO:0070651     1   0 1.000000e+00 1.000000e+00
GO:0070652     7   0 1.000000e+00 1.000000e+00
GO:0070653     3   0 1.000000e+00 1.000000e+00
GO:0070654     1   0 1.000000e+00 1.000000e+00
GO:0070661   325  12 4.681548e-03 3.072932e-01
GO:0070662     7   0 1.000000e+00 1.000000e+00
GO:0070663   256  10 6.585650e-03 3.789542e-01
GO:0070664    93   2 4.155830e-01 1.000000e+00
GO:0070665   157   7 1.107114e-02 5.387313e-01
GO:0070666     7   0 1.000000e+00 1.000000e+00
GO:0070667     3   0 1.000000e+00 1.000000e+00
GO:0070668     4   0 1.000000e+00 1.000000e+00
GO:0070669     9   0 1.000000e+00 1.000000e+00
GO:0070670    34   1 4.111696e-01 1.000000e+00
GO:0070671    12   0 1.000000e+00 1.000000e+00
GO:0070672    11   0 1.000000e+00 1.000000e+00
GO:0070673    12   0 1.000000e+00 1.000000e+00
GO:0070674     1   0 1.000000e+00 1.000000e+00
GO:0070675     1   0 1.000000e+00 1.000000e+00
GO:0070676     4   0 1.000000e+00 1.000000e+00
GO:0070678     1   0 1.000000e+00 1.000000e+00
GO:0070679    11   0 1.000000e+00 1.000000e+00
GO:0070681     3   0 1.000000e+00 1.000000e+00
GO:0070682     2   0 1.000000e+00 1.000000e+00
GO:0070684     1   0 1.000000e+00 1.000000e+00
GO:0070685     1   0 1.000000e+00 1.000000e+00
GO:0070691     2   0 1.000000e+00 1.000000e+00
GO:0070694     2   0 1.000000e+00 1.000000e+00
GO:0070695     5   0 1.000000e+00 1.000000e+00
GO:0070696    21   0 1.000000e+00 1.000000e+00
GO:0070697     9   0 1.000000e+00 1.000000e+00
GO:0070698     2   0 1.000000e+00 1.000000e+00
GO:0070699     2   0 1.000000e+00 1.000000e+00
GO:0070700    12   0 1.000000e+00 1.000000e+00
GO:0070701     2   0 1.000000e+00 1.000000e+00
GO:0070702     1   0 1.000000e+00 1.000000e+00
GO:0070703     1   0 1.000000e+00 1.000000e+00
GO:0070704     2   0 1.000000e+00 1.000000e+00
GO:0070715     1   0 1.000000e+00 1.000000e+00
GO:0070716     2   0 1.000000e+00 1.000000e+00
GO:0070717    27   1 3.455673e-01 1.000000e+00
GO:0070721     3   0 1.000000e+00 1.000000e+00
GO:0070723    30   0 1.000000e+00 1.000000e+00
GO:0070724     4   0 1.000000e+00 1.000000e+00
GO:0070727  2377  35 6.587462e-01 1.000000e+00
GO:0070728     6   0 1.000000e+00 1.000000e+00
GO:0070729    10   0 1.000000e+00 1.000000e+00
GO:0070730     2   0 1.000000e+00 1.000000e+00
GO:0070731     1   0 1.000000e+00 1.000000e+00
GO:0070733     2   0 1.000000e+00 1.000000e+00
GO:0070735     3   0 1.000000e+00 1.000000e+00
GO:0070736     2   0 1.000000e+00 1.000000e+00
GO:0070739    10   0 1.000000e+00 1.000000e+00
GO:0070740    10   0 1.000000e+00 1.000000e+00
GO:0070741    42   2 1.269345e-01 1.000000e+00
GO:0070742    12   0 1.000000e+00 1.000000e+00
GO:0070743     2   0 1.000000e+00 1.000000e+00
GO:0070757     1   0 1.000000e+00 1.000000e+00
GO:0070761     7   0 1.000000e+00 1.000000e+00
GO:0070762     1   0 1.000000e+00 1.000000e+00
GO:0070765     7   0 1.000000e+00 1.000000e+00
GO:0070772     1   0 1.000000e+00 1.000000e+00
GO:0070773     1   0 1.000000e+00 1.000000e+00
GO:0070774     1   0 1.000000e+00 1.000000e+00
GO:0070775     8   0 1.000000e+00 1.000000e+00
GO:0070776     7   0 1.000000e+00 1.000000e+00
GO:0070777     5   0 1.000000e+00 1.000000e+00
GO:0070778    11   0 1.000000e+00 1.000000e+00
GO:0070779     5   0 1.000000e+00 1.000000e+00
GO:0070780     2   0 1.000000e+00 1.000000e+00
GO:0070781     1   0 1.000000e+00 1.000000e+00
GO:0070782     8   0 1.000000e+00 1.000000e+00
GO:0070813     6   0 1.000000e+00 1.000000e+00
GO:0070814     5   0 1.000000e+00 1.000000e+00
GO:0070815     4   0 1.000000e+00 1.000000e+00
GO:0070818     1   0 1.000000e+00 1.000000e+00
GO:0070820   156   5 9.406850e-02 1.000000e+00
GO:0070821    68   2 2.837413e-01 1.000000e+00
GO:0070822    13   0 1.000000e+00 1.000000e+00
GO:0070826     1   0 1.000000e+00 1.000000e+00
GO:0070828   124   1 8.549427e-01 1.000000e+00
GO:0070830    66   2 2.719644e-01 1.000000e+00
GO:0070831     9   0 1.000000e+00 1.000000e+00
GO:0070836     5   0 1.000000e+00 1.000000e+00
GO:0070837     9   1 1.363887e-01 1.000000e+00
GO:0070840    23   0 1.000000e+00 1.000000e+00
GO:0070841    22   0 1.000000e+00 1.000000e+00
GO:0070842     5   0 1.000000e+00 1.000000e+00
GO:0070847    25   0 1.000000e+00 1.000000e+00
GO:0070848   740   9 8.056423e-01 1.000000e+00
GO:0070849    45   1 5.088815e-01 1.000000e+00
GO:0070851   136   3 3.532304e-01 1.000000e+00
GO:0070852     8   0 1.000000e+00 1.000000e+00
GO:0070853     3   1 4.798869e-02 1.000000e+00
GO:0070856     1   0 1.000000e+00 1.000000e+00
GO:0070857    11   0 1.000000e+00 1.000000e+00
GO:0070858     3   0 1.000000e+00 1.000000e+00
GO:0070859     3   0 1.000000e+00 1.000000e+00
GO:0070860     1   0 1.000000e+00 1.000000e+00
GO:0070861    24   0 1.000000e+00 1.000000e+00
GO:0070862    10   0 1.000000e+00 1.000000e+00
GO:0070863    12   0 1.000000e+00 1.000000e+00
GO:0070873    34   0 1.000000e+00 1.000000e+00
GO:0070874     9   0 1.000000e+00 1.000000e+00
GO:0070875    17   0 1.000000e+00 1.000000e+00
GO:0070876     4   0 1.000000e+00 1.000000e+00
GO:0070877     3   0 1.000000e+00 1.000000e+00
GO:0070878     9   0 1.000000e+00 1.000000e+00
GO:0070883     9   1 1.314504e-01 1.000000e+00
GO:0070884    40   2 1.241328e-01 1.000000e+00
GO:0070885    15   0 1.000000e+00 1.000000e+00
GO:0070886    21   2 3.974160e-02 9.606653e-01
GO:0070887  2583  49 6.791401e-02 1.000000e+00
GO:0070888    58   0 1.000000e+00 1.000000e+00
GO:0070889     2   0 1.000000e+00 1.000000e+00
GO:0070891     5   0 1.000000e+00 1.000000e+00
GO:0070892     1   1 1.441606e-02 6.135596e-01
GO:0070897    65   1 6.384525e-01 1.000000e+00
GO:0070898     1   0 1.000000e+00 1.000000e+00
GO:0070899     1   0 1.000000e+00 1.000000e+00
GO:0070900     9   0 1.000000e+00 1.000000e+00
GO:0070901     3   0 1.000000e+00 1.000000e+00
GO:0070902     2   0 1.000000e+00 1.000000e+00
GO:0070905     3   0 1.000000e+00 1.000000e+00
GO:0070911     2   0 1.000000e+00 1.000000e+00
GO:0070914    12   0 1.000000e+00 1.000000e+00
GO:0070915     4   0 1.000000e+00 1.000000e+00
GO:0070918    66   2 2.734513e-01 1.000000e+00
GO:0070920    15   2 2.200225e-02 7.428331e-01
GO:0070921     1   0 1.000000e+00 1.000000e+00
GO:0070922    10   0 1.000000e+00 1.000000e+00
GO:0070925   945  15 5.139435e-01 1.000000e+00
GO:0070926     1   1 1.566195e-02 6.305345e-01
GO:0070931     1   0 1.000000e+00 1.000000e+00
GO:0070934    11   0 1.000000e+00 1.000000e+00
GO:0070935    21   0 1.000000e+00 1.000000e+00
GO:0070936    81   1 7.177518e-01 1.000000e+00
GO:0070937     6   0 1.000000e+00 1.000000e+00
GO:0070938    10   1 1.475746e-01 1.000000e+00
GO:0070939     3   0 1.000000e+00 1.000000e+00
GO:0070942    14   0 1.000000e+00 1.000000e+00
GO:0070943    12   0 1.000000e+00 1.000000e+00
GO:0070944    11   0 1.000000e+00 1.000000e+00
GO:0070945     6   0 1.000000e+00 1.000000e+00
GO:0070946     2   0 1.000000e+00 1.000000e+00
GO:0070947     2   0 1.000000e+00 1.000000e+00
GO:0070948     5   0 1.000000e+00 1.000000e+00
GO:0070949     3   0 1.000000e+00 1.000000e+00
GO:0070950     2   0 1.000000e+00 1.000000e+00
GO:0070951     2   0 1.000000e+00 1.000000e+00
GO:0070953     1   0 1.000000e+00 1.000000e+00
GO:0070960     2   0 1.000000e+00 1.000000e+00
GO:0070961     2   0 1.000000e+00 1.000000e+00
GO:0070962     1   0 1.000000e+00 1.000000e+00
GO:0070963     1   0 1.000000e+00 1.000000e+00
GO:0070965     1   0 1.000000e+00 1.000000e+00
GO:0070966     4   0 1.000000e+00 1.000000e+00
GO:0070971    26   0 1.000000e+00 1.000000e+00
GO:0070972    66   1 6.485648e-01 1.000000e+00
GO:0070973     6   0 1.000000e+00 1.000000e+00
GO:0070974     4   0 1.000000e+00 1.000000e+00
GO:0070975     1   0 1.000000e+00 1.000000e+00
GO:0070976     1   0 1.000000e+00 1.000000e+00
GO:0070977    26   0 1.000000e+00 1.000000e+00
GO:0070979    29   0 1.000000e+00 1.000000e+00
GO:0070980     1   0 1.000000e+00 1.000000e+00
GO:0070981     1   0 1.000000e+00 1.000000e+00
GO:0070982     2   0 1.000000e+00 1.000000e+00
GO:0070985     3   0 1.000000e+00 1.000000e+00
GO:0070986    13   0 1.000000e+00 1.000000e+00
GO:0070987     5   0 1.000000e+00 1.000000e+00
GO:0070988    50   2 1.810314e-01 1.000000e+00
GO:0070989    15   0 1.000000e+00 1.000000e+00
GO:0070990     8   0 1.000000e+00 1.000000e+00
GO:0070991     3   0 1.000000e+00 1.000000e+00
GO:0070992     1   0 1.000000e+00 1.000000e+00
GO:0070993    16   1 2.254106e-01 1.000000e+00
GO:0070994     2   0 1.000000e+00 1.000000e+00
GO:0070995     5   0 1.000000e+00 1.000000e+00
GO:0070996     4   0 1.000000e+00 1.000000e+00
GO:0071000     2   0 1.000000e+00 1.000000e+00
GO:0071001     3   0 1.000000e+00 1.000000e+00
GO:0071004    17   0 1.000000e+00 1.000000e+00
GO:0071005    47   0 1.000000e+00 1.000000e+00
GO:0071006    12   0 1.000000e+00 1.000000e+00
GO:0071007    30   1 3.823311e-01 1.000000e+00
GO:0071008     3   0 1.000000e+00 1.000000e+00
GO:0071010    17   0 1.000000e+00 1.000000e+00
GO:0071011    49   0 1.000000e+00 1.000000e+00
GO:0071012    12   0 1.000000e+00 1.000000e+00
GO:0071013    88   1 7.482635e-01 1.000000e+00
GO:0071014    11   0 1.000000e+00 1.000000e+00
GO:0071020     2   0 1.000000e+00 1.000000e+00
GO:0071021     1   0 1.000000e+00 1.000000e+00
GO:0071025    17   0 1.000000e+00 1.000000e+00
GO:0071026     1   0 1.000000e+00 1.000000e+00
GO:0071027    14   0 1.000000e+00 1.000000e+00
GO:0071028    10   0 1.000000e+00 1.000000e+00
GO:0071029     7   0 1.000000e+00 1.000000e+00
GO:0071031     1   0 1.000000e+00 1.000000e+00
GO:0071034     5   0 1.000000e+00 1.000000e+00
GO:0071035     7   0 1.000000e+00 1.000000e+00
GO:0071036     2   0 1.000000e+00 1.000000e+00
GO:0071037     2   0 1.000000e+00 1.000000e+00
GO:0071038     7   0 1.000000e+00 1.000000e+00
GO:0071039     2   0 1.000000e+00 1.000000e+00
GO:0071040     1   0 1.000000e+00 1.000000e+00
GO:0071041     1   0 1.000000e+00 1.000000e+00
GO:0071042     4   0 1.000000e+00 1.000000e+00
GO:0071043     5   0 1.000000e+00 1.000000e+00
GO:0071044    11   0 1.000000e+00 1.000000e+00
GO:0071045     1   0 1.000000e+00 1.000000e+00
GO:0071046     7   0 1.000000e+00 1.000000e+00
GO:0071047     4   0 1.000000e+00 1.000000e+00
GO:0071051     8   0 1.000000e+00 1.000000e+00
GO:0071062     3   0 1.000000e+00 1.000000e+00
GO:0071065     1   0 1.000000e+00 1.000000e+00
GO:0071071    15   0 1.000000e+00 1.000000e+00
GO:0071072     5   0 1.000000e+00 1.000000e+00
GO:0071073     9   0 1.000000e+00 1.000000e+00
GO:0071074     2   0 1.000000e+00 1.000000e+00
GO:0071076     5   0 1.000000e+00 1.000000e+00
GO:0071077     5   0 1.000000e+00 1.000000e+00
GO:0071103    88   2 3.911210e-01 1.000000e+00
GO:0071104     5   0 1.000000e+00 1.000000e+00
GO:0071105     1   0 1.000000e+00 1.000000e+00
GO:0071106     4   0 1.000000e+00 1.000000e+00
GO:0071107    10   0 1.000000e+00 1.000000e+00
GO:0071108    24   0 1.000000e+00 1.000000e+00
GO:0071109     2   0 1.000000e+00 1.000000e+00
GO:0071133     2   0 1.000000e+00 1.000000e+00
GO:0071139     6   0 1.000000e+00 1.000000e+00
GO:0071140     2   0 1.000000e+00 1.000000e+00
GO:0071141     9   0 1.000000e+00 1.000000e+00
GO:0071142     2   0 1.000000e+00 1.000000e+00
GO:0071144     8   0 1.000000e+00 1.000000e+00
GO:0071159     5   0 1.000000e+00 1.000000e+00
GO:0071162    11   0 1.000000e+00 1.000000e+00
GO:0071163     3   0 1.000000e+00 1.000000e+00
GO:0071164     1   0 1.000000e+00 1.000000e+00
GO:0071166     9   0 1.000000e+00 1.000000e+00
GO:0071168    57   2 2.295317e-01 1.000000e+00
GO:0071169     9   0 1.000000e+00 1.000000e+00
GO:0071173    46   0 1.000000e+00 1.000000e+00
GO:0071174    46   0 1.000000e+00 1.000000e+00
GO:0071193     2   0 1.000000e+00 1.000000e+00
GO:0071203    13   0 1.000000e+00 1.000000e+00
GO:0071204     6   0 1.000000e+00 1.000000e+00
GO:0071205     4   0 1.000000e+00 1.000000e+00
GO:0071206     1   0 1.000000e+00 1.000000e+00
GO:0071207     2   0 1.000000e+00 1.000000e+00
GO:0071208     4   0 1.000000e+00 1.000000e+00
GO:0071209     3   0 1.000000e+00 1.000000e+00
GO:0071211     5   0 1.000000e+00 1.000000e+00
GO:0071214   316   4 7.227096e-01 1.000000e+00
GO:0071215     1   0 1.000000e+00 1.000000e+00
GO:0071216   250  11 1.576588e-03 1.501717e-01
GO:0071217     1   0 1.000000e+00 1.000000e+00
GO:0071218    13   0 1.000000e+00 1.000000e+00
GO:0071219   225  11 6.625666e-04 7.838383e-02
GO:0071220     9   2 7.042235e-03 3.863563e-01
GO:0071221     9   2 7.042235e-03 3.863563e-01
GO:0071222   213  10 1.600523e-03 1.511334e-01
GO:0071223    10   1 1.460963e-01 1.000000e+00
GO:0071224     6   1 9.087311e-02 1.000000e+00
GO:0071225     8   1 1.155324e-01 1.000000e+00
GO:0071226     3   0 1.000000e+00 1.000000e+00
GO:0071228     4   0 1.000000e+00 1.000000e+00
GO:0071229    84   1 7.307002e-01 1.000000e+00
GO:0071230    75   1 6.920569e-01 1.000000e+00
GO:0071231     2   0 1.000000e+00 1.000000e+00
GO:0071233    12   0 1.000000e+00 1.000000e+00
GO:0071236    11   0 1.000000e+00 1.000000e+00
GO:0071241   217   6 1.224215e-01 1.000000e+00
GO:0071242     5   0 1.000000e+00 1.000000e+00
GO:0071243    17   1 2.359388e-01 1.000000e+00
GO:0071244     1   0 1.000000e+00 1.000000e+00
GO:0071248   191   5 1.777222e-01 1.000000e+00
GO:0071253     5   0 1.000000e+00 1.000000e+00
GO:0071254     1   0 1.000000e+00 1.000000e+00
GO:0071256     5   0 1.000000e+00 1.000000e+00
GO:0071257    12   0 1.000000e+00 1.000000e+00
GO:0071258     1   1 1.587745e-02 6.324527e-01
GO:0071259     1   0 1.000000e+00 1.000000e+00
GO:0071260    70   0 1.000000e+00 1.000000e+00
GO:0071261     1   0 1.000000e+00 1.000000e+00
GO:0071262     1   0 1.000000e+00 1.000000e+00
GO:0071264     1   0 1.000000e+00 1.000000e+00
GO:0071265     7   0 1.000000e+00 1.000000e+00
GO:0071266     1   0 1.000000e+00 1.000000e+00
GO:0071267     7   0 1.000000e+00 1.000000e+00
GO:0071275     1   0 1.000000e+00 1.000000e+00
GO:0071276    33   1 4.105761e-01 1.000000e+00
GO:0071277    84   1 7.312999e-01 1.000000e+00
GO:0071279     3   0 1.000000e+00 1.000000e+00
GO:0071280    24   0 1.000000e+00 1.000000e+00
GO:0071281     6   2 3.617369e-03 2.554296e-01
GO:0071283     1   1 1.463313e-02 6.135596e-01
GO:0071284     4   0 1.000000e+00 1.000000e+00
GO:0071285    14   0 1.000000e+00 1.000000e+00
GO:0071286     7   0 1.000000e+00 1.000000e+00
GO:0071287    10   0 1.000000e+00 1.000000e+00
GO:0071288     3   0 1.000000e+00 1.000000e+00
GO:0071294    22   0 1.000000e+00 1.000000e+00
GO:0071295    28   0 1.000000e+00 1.000000e+00
GO:0071298     1   0 1.000000e+00 1.000000e+00
GO:0071300    67   2 2.836400e-01 1.000000e+00
GO:0071301     1   0 1.000000e+00 1.000000e+00
GO:0071305    21   0 1.000000e+00 1.000000e+00
GO:0071306     1   0 1.000000e+00 1.000000e+00
GO:0071307     1   0 1.000000e+00 1.000000e+00
GO:0071310  1893  39 3.576941e-02 8.967503e-01
GO:0071312    37   0 1.000000e+00 1.000000e+00
GO:0071313    11   0 1.000000e+00 1.000000e+00
GO:0071314    10   0 1.000000e+00 1.000000e+00
GO:0071315     3   0 1.000000e+00 1.000000e+00
GO:0071316     9   2 7.487856e-03 4.048507e-01
GO:0071317     3   0 1.000000e+00 1.000000e+00
GO:0071318    16   0 1.000000e+00 1.000000e+00
GO:0071320    48   2 1.706727e-01 1.000000e+00
GO:0071321     7   0 1.000000e+00 1.000000e+00
GO:0071322   152   4 2.007036e-01 1.000000e+00
GO:0071324     1   0 1.000000e+00 1.000000e+00
GO:0071326   141   4 1.663654e-01 1.000000e+00
GO:0071329     1   0 1.000000e+00 1.000000e+00
GO:0071331   139   4 1.604543e-01 1.000000e+00
GO:0071332     5   0 1.000000e+00 1.000000e+00
GO:0071333   136   4 1.520431e-01 1.000000e+00
GO:0071335     2   0 1.000000e+00 1.000000e+00
GO:0071336     1   0 1.000000e+00 1.000000e+00
GO:0071338     1   0 1.000000e+00 1.000000e+00
GO:0071339    28   2 6.839422e-02 1.000000e+00
GO:0071340    13   0 1.000000e+00 1.000000e+00
GO:0071344     4   0 1.000000e+00 1.000000e+00
GO:0071345   809  18 7.312806e-02 1.000000e+00
GO:0071346   116   4 9.778253e-02 1.000000e+00
GO:0071347   106   0 1.000000e+00 1.000000e+00
GO:0071348     1   0 1.000000e+00 1.000000e+00
GO:0071349    11   0 1.000000e+00 1.000000e+00
GO:0071350    10   0 1.000000e+00 1.000000e+00
GO:0071351    10   0 1.000000e+00 1.000000e+00
GO:0071352     8   0 1.000000e+00 1.000000e+00
GO:0071353    32   1 3.917683e-01 1.000000e+00
GO:0071354    39   2 1.111716e-01 1.000000e+00
GO:0071355     5   0 1.000000e+00 1.000000e+00
GO:0071356   230   3 6.839733e-01 1.000000e+00
GO:0071357    69   1 6.546164e-01 1.000000e+00
GO:0071358     9   1 1.273953e-01 1.000000e+00
GO:0071359    21   0 1.000000e+00 1.000000e+00
GO:0071360    15   0 1.000000e+00 1.000000e+00
GO:0071361    12   0 1.000000e+00 1.000000e+00
GO:0071362     6   1 9.027651e-02 1.000000e+00
GO:0071363   712   8 8.592026e-01 1.000000e+00
GO:0071364    41   1 4.784955e-01 1.000000e+00
GO:0071371    17   0 1.000000e+00 1.000000e+00
GO:0071372     9   0 1.000000e+00 1.000000e+00
GO:0071373     5   0 1.000000e+00 1.000000e+00
GO:0071374     8   0 1.000000e+00 1.000000e+00
GO:0071375   298   5 4.835787e-01 1.000000e+00
GO:0071376     5   0 1.000000e+00 1.000000e+00
GO:0071377    11   0 1.000000e+00 1.000000e+00
GO:0071378    24   0 1.000000e+00 1.000000e+00
GO:0071379    20   0 1.000000e+00 1.000000e+00
GO:0071380    15   0 1.000000e+00 1.000000e+00
GO:0071383   204   3 6.104060e-01 1.000000e+00
GO:0071384    62   1 6.210800e-01 1.000000e+00
GO:0071385    53   1 5.663302e-01 1.000000e+00
GO:0071386     2   0 1.000000e+00 1.000000e+00
GO:0071387     2   0 1.000000e+00 1.000000e+00
GO:0071389    12   0 1.000000e+00 1.000000e+00
GO:0071391    19   0 1.000000e+00 1.000000e+00
GO:0071392    37   1 4.369313e-01 1.000000e+00
GO:0071393     6   0 1.000000e+00 1.000000e+00
GO:0071394     8   0 1.000000e+00 1.000000e+00
GO:0071395     4   0 1.000000e+00 1.000000e+00
GO:0071396   590  15 3.894461e-02 9.485818e-01
GO:0071397    20   0 1.000000e+00 1.000000e+00
GO:0071398    34   1 4.070025e-01 1.000000e+00
GO:0071400     3   0 1.000000e+00 1.000000e+00
GO:0071401     1   0 1.000000e+00 1.000000e+00
GO:0071402    40   2 1.192952e-01 1.000000e+00
GO:0071403     3   0 1.000000e+00 1.000000e+00
GO:0071404    36   2 9.995841e-02 1.000000e+00
GO:0071407   506   8 5.253746e-01 1.000000e+00
GO:0071409     3   0 1.000000e+00 1.000000e+00
GO:0071412     1   0 1.000000e+00 1.000000e+00
GO:0071413     1   0 1.000000e+00 1.000000e+00
GO:0071415    14   0 1.000000e+00 1.000000e+00
GO:0071417   586  13 1.239873e-01 1.000000e+00
GO:0071418     3   0 1.000000e+00 1.000000e+00
GO:0071420     7   0 1.000000e+00 1.000000e+00
GO:0071421    10   0 1.000000e+00 1.000000e+00
GO:0071422     6   0 1.000000e+00 1.000000e+00
GO:0071423     3   0 1.000000e+00 1.000000e+00
GO:0071424     1   0 1.000000e+00 1.000000e+00
GO:0071425    33   0 1.000000e+00 1.000000e+00
GO:0071439     8   0 1.000000e+00 1.000000e+00
GO:0071444     1   0 1.000000e+00 1.000000e+00
GO:0071447     8   1 1.130631e-01 1.000000e+00
GO:0071449     1   0 1.000000e+00 1.000000e+00
GO:0071450    22   1 2.934609e-01 1.000000e+00
GO:0071451    22   1 2.934609e-01 1.000000e+00
GO:0071453   163   1 9.226712e-01 1.000000e+00
GO:0071454     1   0 1.000000e+00 1.000000e+00
GO:0071455     4   0 1.000000e+00 1.000000e+00
GO:0071456   142   1 8.912061e-01 1.000000e+00
GO:0071459    37   1 4.479213e-01 1.000000e+00
GO:0071461     3   0 1.000000e+00 1.000000e+00
GO:0071462     6   0 1.000000e+00 1.000000e+00
GO:0071464     3   0 1.000000e+00 1.000000e+00
GO:0071466   187   1 9.450596e-01 1.000000e+00
GO:0071467    25   1 3.190081e-01 1.000000e+00
GO:0071468    14   0 1.000000e+00 1.000000e+00
GO:0071469     2   0 1.000000e+00 1.000000e+00
GO:0071470    50   1 5.402550e-01 1.000000e+00
GO:0071471     1   0 1.000000e+00 1.000000e+00
GO:0071472    14   1 1.967800e-01 1.000000e+00
GO:0071474    19   0 1.000000e+00 1.000000e+00
GO:0071475     9   0 1.000000e+00 1.000000e+00
GO:0071476    11   1 1.608603e-01 1.000000e+00
GO:0071477     4   1 6.230544e-02 1.000000e+00
GO:0071478   169   1 9.294386e-01 1.000000e+00
GO:0071479    68   0 1.000000e+00 1.000000e+00
GO:0071480    26   0 1.000000e+00 1.000000e+00
GO:0071481    11   0 1.000000e+00 1.000000e+00
GO:0071482   113   1 8.299307e-01 1.000000e+00
GO:0071483     2   0 1.000000e+00 1.000000e+00
GO:0071484     4   0 1.000000e+00 1.000000e+00
GO:0071485     2   0 1.000000e+00 1.000000e+00
GO:0071486     2   0 1.000000e+00 1.000000e+00
GO:0071492     9   1 1.285447e-01 1.000000e+00
GO:0071493    12   0 1.000000e+00 1.000000e+00
GO:0071494     5   0 1.000000e+00 1.000000e+00
GO:0071495  1428  21 6.192251e-01 1.000000e+00
GO:0071496   319   1 9.935764e-01 1.000000e+00
GO:0071498    21   0 1.000000e+00 1.000000e+00
GO:0071499     8   0 1.000000e+00 1.000000e+00
GO:0071500     6   0 1.000000e+00 1.000000e+00
GO:0071501    16   0 1.000000e+00 1.000000e+00
GO:0071502     5   0 1.000000e+00 1.000000e+00
GO:0071503     7   0 1.000000e+00 1.000000e+00
GO:0071504     5   0 1.000000e+00 1.000000e+00
GO:0071505     2   0 1.000000e+00 1.000000e+00
GO:0071506     2   0 1.000000e+00 1.000000e+00
GO:0071513     1   0 1.000000e+00 1.000000e+00
GO:0071514    19   0 1.000000e+00 1.000000e+00
GO:0071526    41   2 1.354646e-01 1.000000e+00
GO:0071528     1   0 1.000000e+00 1.000000e+00
GO:0071529     5   0 1.000000e+00 1.000000e+00
GO:0071532     6   0 1.000000e+00 1.000000e+00
GO:0071535     3   1 4.587745e-02 1.000000e+00
GO:0071539    36   1 4.311842e-01 1.000000e+00
GO:0071540     2   0 1.000000e+00 1.000000e+00
GO:0071541     7   0 1.000000e+00 1.000000e+00
GO:0071542    39   0 1.000000e+00 1.000000e+00
GO:0071543     3   0 1.000000e+00 1.000000e+00
GO:0071544     1   0 1.000000e+00 1.000000e+00
GO:0071545     2   0 1.000000e+00 1.000000e+00
GO:0071546    10   0 1.000000e+00 1.000000e+00
GO:0071547     5   0 1.000000e+00 1.000000e+00
GO:0071548    43   2 1.472249e-01 1.000000e+00
GO:0071549    27   1 3.509888e-01 1.000000e+00
GO:0071550     3   0 1.000000e+00 1.000000e+00
GO:0071553     3   0 1.000000e+00 1.000000e+00
GO:0071558     2   0 1.000000e+00 1.000000e+00
GO:0071559   292   3 8.250344e-01 1.000000e+00
GO:0071560   286   2 9.340268e-01 1.000000e+00
GO:0071561     1   0 1.000000e+00 1.000000e+00
GO:0071564    14   1 2.013052e-01 1.000000e+00
GO:0071565    16   1 2.273232e-01 1.000000e+00
GO:0071566     1   0 1.000000e+00 1.000000e+00
GO:0071567     2   0 1.000000e+00 1.000000e+00
GO:0071568     2   0 1.000000e+00 1.000000e+00
GO:0071569     6   0 1.000000e+00 1.000000e+00
GO:0071573     2   0 1.000000e+00 1.000000e+00
GO:0071577    28   0 1.000000e+00 1.000000e+00
GO:0071578    10   0 1.000000e+00 1.000000e+00
GO:0071579     2   0 1.000000e+00 1.000000e+00
GO:0071580     1   0 1.000000e+00 1.000000e+00
GO:0071581     1   0 1.000000e+00 1.000000e+00
GO:0071582     1   0 1.000000e+00 1.000000e+00
GO:0071583     1   0 1.000000e+00 1.000000e+00
GO:0071584     1   0 1.000000e+00 1.000000e+00
GO:0071585     4   0 1.000000e+00 1.000000e+00
GO:0071586     2   0 1.000000e+00 1.000000e+00
GO:0071593     4   2 1.558736e-03 1.497457e-01
GO:0071595     2   0 1.000000e+00 1.000000e+00
GO:0071596     3   0 1.000000e+00 1.000000e+00
GO:0071598     3   0 1.000000e+00 1.000000e+00
GO:0071599    15   0 1.000000e+00 1.000000e+00
GO:0071600    10   0 1.000000e+00 1.000000e+00
GO:0071602     1   0 1.000000e+00 1.000000e+00
GO:0071603     4   0 1.000000e+00 1.000000e+00
GO:0071604    41   0 1.000000e+00 1.000000e+00
GO:0071605    21   2 4.231469e-02 9.904855e-01
GO:0071606     1   0 1.000000e+00 1.000000e+00
GO:0071608     6   0 1.000000e+00 1.000000e+00
GO:0071609    10   0 1.000000e+00 1.000000e+00
GO:0071610     1   0 1.000000e+00 1.000000e+00
GO:0071611     5   1 7.187192e-02 1.000000e+00
GO:0071612     5   1 7.833621e-02 1.000000e+00
GO:0071613     2   0 1.000000e+00 1.000000e+00
GO:0071614     2   0 1.000000e+00 1.000000e+00
GO:0071616    43   1 4.961219e-01 1.000000e+00
GO:0071617    20   0 1.000000e+00 1.000000e+00
GO:0071618     1   0 1.000000e+00 1.000000e+00
GO:0071621   123   3 2.933493e-01 1.000000e+00
GO:0071622    47   3 3.604178e-02 8.983956e-01
GO:0071623     4   1 6.113295e-02 1.000000e+00
GO:0071624    25   1 3.184146e-01 1.000000e+00
GO:0071625    15   1 2.235436e-01 1.000000e+00
GO:0071626     4   1 6.443294e-02 1.000000e+00
GO:0071629     1   0 1.000000e+00 1.000000e+00
GO:0071630     2   0 1.000000e+00 1.000000e+00
GO:0071633     3   0 1.000000e+00 1.000000e+00
GO:0071634    38   0 1.000000e+00 1.000000e+00
GO:0071635    10   0 1.000000e+00 1.000000e+00
GO:0071636    21   0 1.000000e+00 1.000000e+00
GO:0071637    21   2 4.231469e-02 9.904855e-01
GO:0071638     6   0 1.000000e+00 1.000000e+00
GO:0071639    15   2 2.198221e-02 7.428331e-01
GO:0071640     6   0 1.000000e+00 1.000000e+00
GO:0071641     3   0 1.000000e+00 1.000000e+00
GO:0071642     2   0 1.000000e+00 1.000000e+00
GO:0071643     1   0 1.000000e+00 1.000000e+00
GO:0071644     1   0 1.000000e+00 1.000000e+00
GO:0071649    10   0 1.000000e+00 1.000000e+00
GO:0071650     5   0 1.000000e+00 1.000000e+00
GO:0071651     5   0 1.000000e+00 1.000000e+00
GO:0071652     1   0 1.000000e+00 1.000000e+00
GO:0071654     1   0 1.000000e+00 1.000000e+00
GO:0071655     5   1 7.187192e-02 1.000000e+00
GO:0071656     1   0 1.000000e+00 1.000000e+00
GO:0071657     4   1 5.727590e-02 1.000000e+00
GO:0071658     5   1 7.833621e-02 1.000000e+00
GO:0071659     4   1 6.465612e-02 1.000000e+00
GO:0071660     1   0 1.000000e+00 1.000000e+00
GO:0071661     2   0 1.000000e+00 1.000000e+00
GO:0071663     2   0 1.000000e+00 1.000000e+00
GO:0071664     4   0 1.000000e+00 1.000000e+00
GO:0071665     1   0 1.000000e+00 1.000000e+00
GO:0071667     5   0 1.000000e+00 1.000000e+00
GO:0071670     9   1 1.298235e-01 1.000000e+00
GO:0071671     7   1 1.026733e-01 1.000000e+00
GO:0071672     4   1 6.045419e-02 1.000000e+00
GO:0071673     4   1 6.208388e-02 1.000000e+00
GO:0071674   196  11 2.050762e-04 3.233711e-02
GO:0071675   115   9 6.850371e-05 1.613727e-02
GO:0071676    23   2 4.960823e-02 1.000000e+00
GO:0071677    66   7 5.798315e-05 1.439141e-02
GO:0071678     1   0 1.000000e+00 1.000000e+00
GO:0071679    13   0 1.000000e+00 1.000000e+00
GO:0071680     6   0 1.000000e+00 1.000000e+00
GO:0071681     5   0 1.000000e+00 1.000000e+00
GO:0071682    23   1 2.924577e-01 1.000000e+00
GO:0071684    22   0 1.000000e+00 1.000000e+00
GO:0071688     3   0 1.000000e+00 1.000000e+00
GO:0071691     3   0 1.000000e+00 1.000000e+00
GO:0071692   363   9 1.116470e-01 1.000000e+00
GO:0071693     1   0 1.000000e+00 1.000000e+00
GO:0071694     7   0 1.000000e+00 1.000000e+00
GO:0071695   259   3 7.657194e-01 1.000000e+00
GO:0071696    13   0 1.000000e+00 1.000000e+00
GO:0071697    11   0 1.000000e+00 1.000000e+00
GO:0071698     3   0 1.000000e+00 1.000000e+00
GO:0071699     3   0 1.000000e+00 1.000000e+00
GO:0071701     1   0 1.000000e+00 1.000000e+00
GO:0071702  2260  36 4.461405e-01 1.000000e+00
GO:0071704 10556 141 9.936539e-01 1.000000e+00
GO:0071705  1803  30 3.633018e-01 1.000000e+00
GO:0071706   181  13 4.003122e-06 1.947954e-03
GO:0071707     2   0 1.000000e+00 1.000000e+00
GO:0071709    56   2 2.200215e-01 1.000000e+00
GO:0071711    38   0 1.000000e+00 1.000000e+00
GO:0071714    13   0 1.000000e+00 1.000000e+00
GO:0071715    62   0 1.000000e+00 1.000000e+00
GO:0071716     7   0 1.000000e+00 1.000000e+00
GO:0071723    10   1 1.487957e-01 1.000000e+00
GO:0071724     4   2 1.530988e-03 1.483534e-01
GO:0071725     3   0 1.000000e+00 1.000000e+00
GO:0071726     4   2 1.530988e-03 1.483534e-01
GO:0071727     3   0 1.000000e+00 1.000000e+00
GO:0071731    19   1 2.531782e-01 1.000000e+00
GO:0071732    14   1 1.923839e-01 1.000000e+00
GO:0071735     1   1 1.386563e-02 6.135596e-01
GO:0071745     2   0 1.000000e+00 1.000000e+00
GO:0071746     2   0 1.000000e+00 1.000000e+00
GO:0071748     1   0 1.000000e+00 1.000000e+00
GO:0071749     2   0 1.000000e+00 1.000000e+00
GO:0071750     1   0 1.000000e+00 1.000000e+00
GO:0071751     2   0 1.000000e+00 1.000000e+00
GO:0071752     1   0 1.000000e+00 1.000000e+00
GO:0071753     3   1 4.533792e-02 1.000000e+00
GO:0071754     1   0 1.000000e+00 1.000000e+00
GO:0071755     2   1 3.422421e-02 8.805207e-01
GO:0071756     1   0 1.000000e+00 1.000000e+00
GO:0071763    44   1 4.981490e-01 1.000000e+00
GO:0071765     1   0 1.000000e+00 1.000000e+00
GO:0071772   170   3 4.817402e-01 1.000000e+00
GO:0071773   170   3 4.817402e-01 1.000000e+00
GO:0071774   118   2 5.425872e-01 1.000000e+00
GO:0071782    27   0 1.000000e+00 1.000000e+00
GO:0071786    20   1 2.660020e-01 1.000000e+00
GO:0071787     5   0 1.000000e+00 1.000000e+00
GO:0071788     1   0 1.000000e+00 1.000000e+00
GO:0071791     2   0 1.000000e+00 1.000000e+00
GO:0071795     1   0 1.000000e+00 1.000000e+00
GO:0071796     2   0 1.000000e+00 1.000000e+00
GO:0071797     4   0 1.000000e+00 1.000000e+00
GO:0071798     5   0 1.000000e+00 1.000000e+00
GO:0071799     5   0 1.000000e+00 1.000000e+00
GO:0071800    20   1 2.657683e-01 1.000000e+00
GO:0071801    12   1 1.661162e-01 1.000000e+00
GO:0071803     9   1 1.282872e-01 1.000000e+00
GO:0071805   209   3 6.345525e-01 1.000000e+00
GO:0071806    61   1 6.137739e-01 1.000000e+00
GO:0071812     2   0 1.000000e+00 1.000000e+00
GO:0071813    31   1 3.835514e-01 1.000000e+00
GO:0071814    31   1 3.835514e-01 1.000000e+00
GO:0071816    15   1 2.138591e-01 1.000000e+00
GO:0071817     4   0 1.000000e+00 1.000000e+00
GO:0071818     2   1 3.364179e-02 8.776665e-01
GO:0071819     2   0 1.000000e+00 1.000000e+00
GO:0071820     1   0 1.000000e+00 1.000000e+00
GO:0071821     3   0 1.000000e+00 1.000000e+00
GO:0071824   811  16 2.006993e-01 1.000000e+00
GO:0071825    53   0 1.000000e+00 1.000000e+00
GO:0071826   203   1 9.595419e-01 1.000000e+00
GO:0071827    50   0 1.000000e+00 1.000000e+00
GO:0071830     7   0 1.000000e+00 1.000000e+00
GO:0071831     1   0 1.000000e+00 1.000000e+00
GO:0071837    13   0 1.000000e+00 1.000000e+00
GO:0071838    10   0 1.000000e+00 1.000000e+00
GO:0071839     6   0 1.000000e+00 1.000000e+00
GO:0071840  6319  89 8.943607e-01 1.000000e+00
GO:0071846     2   0 1.000000e+00 1.000000e+00
GO:0071855    33   0 1.000000e+00 1.000000e+00
GO:0071863     8   0 1.000000e+00 1.000000e+00
GO:0071864     6   0 1.000000e+00 1.000000e+00
GO:0071865     5   0 1.000000e+00 1.000000e+00
GO:0071866     4   0 1.000000e+00 1.000000e+00
GO:0071867    57   1 5.979984e-01 1.000000e+00
GO:0071868    55   1 5.853437e-01 1.000000e+00
GO:0071869    57   1 5.979984e-01 1.000000e+00
GO:0071870    55   1 5.853437e-01 1.000000e+00
GO:0071871    14   0 1.000000e+00 1.000000e+00
GO:0071872    11   0 1.000000e+00 1.000000e+00
GO:0071873     2   0 1.000000e+00 1.000000e+00
GO:0071874     2   0 1.000000e+00 1.000000e+00
GO:0071875    33   0 1.000000e+00 1.000000e+00
GO:0071877     3   0 1.000000e+00 1.000000e+00
GO:0071878     5   0 1.000000e+00 1.000000e+00
GO:0071879     2   0 1.000000e+00 1.000000e+00
GO:0071880    23   0 1.000000e+00 1.000000e+00
GO:0071881     4   0 1.000000e+00 1.000000e+00
GO:0071882     1   0 1.000000e+00 1.000000e+00
GO:0071885     2   0 1.000000e+00 1.000000e+00
GO:0071886     1   0 1.000000e+00 1.000000e+00
GO:0071887   112   5 3.018553e-02 8.696241e-01
GO:0071888    14   1 1.987041e-01 1.000000e+00
GO:0071889    32   1 3.995359e-01 1.000000e+00
GO:0071890     1   0 1.000000e+00 1.000000e+00
GO:0071895    16   1 2.251773e-01 1.000000e+00
GO:0071896     6   0 1.000000e+00 1.000000e+00
GO:0071897   181   2 7.735571e-01 1.000000e+00
GO:0071900   259   3 7.637440e-01 1.000000e+00
GO:0071901    93   0 1.000000e+00 1.000000e+00
GO:0071902   122   3 2.901246e-01 1.000000e+00
GO:0071907     6   0 1.000000e+00 1.000000e+00
GO:0071908     1   0 1.000000e+00 1.000000e+00
GO:0071909     1   0 1.000000e+00 1.000000e+00
GO:0071910     5   0 1.000000e+00 1.000000e+00
GO:0071911     1   0 1.000000e+00 1.000000e+00
GO:0071913     1   0 1.000000e+00 1.000000e+00
GO:0071914     2   0 1.000000e+00 1.000000e+00
GO:0071916     4   0 1.000000e+00 1.000000e+00
GO:0071918     9   0 1.000000e+00 1.000000e+00
GO:0071919     1   0 1.000000e+00 1.000000e+00
GO:0071920     1   0 1.000000e+00 1.000000e+00
GO:0071921     1   0 1.000000e+00 1.000000e+00
GO:0071926     4   0 1.000000e+00 1.000000e+00
GO:0071929     1   0 1.000000e+00 1.000000e+00
GO:0071932     4   0 1.000000e+00 1.000000e+00
GO:0071933    14   0 1.000000e+00 1.000000e+00
GO:0071934     7   0 1.000000e+00 1.000000e+00
GO:0071938     1   0 1.000000e+00 1.000000e+00
GO:0071939     1   0 1.000000e+00 1.000000e+00
GO:0071941    12   0 1.000000e+00 1.000000e+00
GO:0071942     2   0 1.000000e+00 1.000000e+00
GO:0071943     2   0 1.000000e+00 1.000000e+00
GO:0071944  5601 115 1.310005e-04 2.443596e-02
GO:0071947     5   0 1.000000e+00 1.000000e+00
GO:0071949    39   0 1.000000e+00 1.000000e+00
GO:0071951     1   0 1.000000e+00 1.000000e+00
GO:0071953     5   0 1.000000e+00 1.000000e+00
GO:0071955     2   0 1.000000e+00 1.000000e+00
GO:0071960     1   0 1.000000e+00 1.000000e+00
GO:0071962     4   0 1.000000e+00 1.000000e+00
GO:0071963     2   0 1.000000e+00 1.000000e+00
GO:0071965     2   0 1.000000e+00 1.000000e+00
GO:0071971     7   0 1.000000e+00 1.000000e+00
GO:0071976     1   0 1.000000e+00 1.000000e+00
GO:0071985    46   1 5.088909e-01 1.000000e+00
GO:0071986     6   0 1.000000e+00 1.000000e+00
GO:0071987     5   0 1.000000e+00 1.000000e+00
GO:0071988     1   0 1.000000e+00 1.000000e+00
GO:0072001   320   3 8.772783e-01 1.000000e+00
GO:0072003     3   0 1.000000e+00 1.000000e+00
GO:0072004     2   0 1.000000e+00 1.000000e+00
GO:0072006   153   1 9.096547e-01 1.000000e+00
GO:0072007     7   0 1.000000e+00 1.000000e+00
GO:0072008     6   0 1.000000e+00 1.000000e+00
GO:0072009   116   0 1.000000e+00 1.000000e+00
GO:0072010    25   0 1.000000e+00 1.000000e+00
GO:0072011     5   0 1.000000e+00 1.000000e+00
GO:0072012    30   1 3.715742e-01 1.000000e+00
GO:0072014    10   0 1.000000e+00 1.000000e+00
GO:0072015    11   0 1.000000e+00 1.000000e+00
GO:0072016     1   0 1.000000e+00 1.000000e+00
GO:0072017    12   0 1.000000e+00 1.000000e+00
GO:0072019     2   0 1.000000e+00 1.000000e+00
GO:0072020     1   0 1.000000e+00 1.000000e+00
GO:0072021     4   0 1.000000e+00 1.000000e+00
GO:0072022     1   0 1.000000e+00 1.000000e+00
GO:0072023     2   0 1.000000e+00 1.000000e+00
GO:0072024     1   0 1.000000e+00 1.000000e+00
GO:0072025     5   0 1.000000e+00 1.000000e+00
GO:0072027     1   0 1.000000e+00 1.000000e+00
GO:0072028    77   0 1.000000e+00 1.000000e+00
GO:0072032     1   0 1.000000e+00 1.000000e+00
GO:0072033     8   0 1.000000e+00 1.000000e+00
GO:0072034     3   0 1.000000e+00 1.000000e+00
GO:0072036     1   0 1.000000e+00 1.000000e+00
GO:0072038     6   0 1.000000e+00 1.000000e+00
GO:0072039     4   0 1.000000e+00 1.000000e+00
GO:0072040     4   0 1.000000e+00 1.000000e+00
GO:0072044    15   0 1.000000e+00 1.000000e+00
GO:0072046     2   0 1.000000e+00 1.000000e+00
GO:0072047     5   0 1.000000e+00 1.000000e+00
GO:0072048     8   0 1.000000e+00 1.000000e+00
GO:0072049     5   0 1.000000e+00 1.000000e+00
GO:0072050     7   0 1.000000e+00 1.000000e+00
GO:0072051     4   0 1.000000e+00 1.000000e+00
GO:0072053     2   0 1.000000e+00 1.000000e+00
GO:0072054     2   0 1.000000e+00 1.000000e+00
GO:0072055     1   0 1.000000e+00 1.000000e+00
GO:0072059     1   0 1.000000e+00 1.000000e+00
GO:0072060     1   0 1.000000e+00 1.000000e+00
GO:0072061     2   0 1.000000e+00 1.000000e+00
GO:0072069     3   0 1.000000e+00 1.000000e+00
GO:0072070    12   0 1.000000e+00 1.000000e+00
GO:0072071     2   0 1.000000e+00 1.000000e+00
GO:0072073   147   1 9.013905e-01 1.000000e+00
GO:0072074    16   0 1.000000e+00 1.000000e+00
GO:0072075    14   0 1.000000e+00 1.000000e+00
GO:0072076     3   0 1.000000e+00 1.000000e+00
GO:0072077    17   0 1.000000e+00 1.000000e+00
GO:0072078    73   0 1.000000e+00 1.000000e+00
GO:0072079    20   0 1.000000e+00 1.000000e+00
GO:0072080    95   0 1.000000e+00 1.000000e+00
GO:0072081     5   0 1.000000e+00 1.000000e+00
GO:0072086     4   0 1.000000e+00 1.000000e+00
GO:0072087    18   0 1.000000e+00 1.000000e+00
GO:0072088    75   0 1.000000e+00 1.000000e+00
GO:0072089   120   0 1.000000e+00 1.000000e+00
GO:0072091    91   0 1.000000e+00 1.000000e+00
GO:0072092     3   0 1.000000e+00 1.000000e+00
GO:0072093     4   0 1.000000e+00 1.000000e+00
GO:0072095     3   0 1.000000e+00 1.000000e+00
GO:0072098     1   0 1.000000e+00 1.000000e+00
GO:0072102     9   0 1.000000e+00 1.000000e+00
GO:0072103     6   0 1.000000e+00 1.000000e+00
GO:0072104     6   0 1.000000e+00 1.000000e+00
GO:0072105     2   0 1.000000e+00 1.000000e+00
GO:0072106     4   0 1.000000e+00 1.000000e+00
GO:0072107     4   0 1.000000e+00 1.000000e+00
GO:0072108     4   0 1.000000e+00 1.000000e+00
GO:0072109    17   1 2.303303e-01 1.000000e+00
GO:0072110    12   1 1.692105e-01 1.000000e+00
GO:0072111    21   1 2.786243e-01 1.000000e+00
GO:0072112    21   0 1.000000e+00 1.000000e+00
GO:0072114     2   0 1.000000e+00 1.000000e+00
GO:0072124    11   1 1.570633e-01 1.000000e+00
GO:0072125     4   0 1.000000e+00 1.000000e+00
GO:0072126     7   1 1.050348e-01 1.000000e+00
GO:0072127     1   0 1.000000e+00 1.000000e+00
GO:0072128     1   0 1.000000e+00 1.000000e+00
GO:0072129     1   0 1.000000e+00 1.000000e+00
GO:0072130     1   0 1.000000e+00 1.000000e+00
GO:0072131     4   0 1.000000e+00 1.000000e+00
GO:0072132    58   0 1.000000e+00 1.000000e+00
GO:0072133     4   0 1.000000e+00 1.000000e+00
GO:0072134     2   0 1.000000e+00 1.000000e+00
GO:0072135     3   0 1.000000e+00 1.000000e+00
GO:0072136     3   0 1.000000e+00 1.000000e+00
GO:0072137     3   0 1.000000e+00 1.000000e+00
GO:0072138     1   0 1.000000e+00 1.000000e+00
GO:0072139     2   0 1.000000e+00 1.000000e+00
GO:0072141     2   0 1.000000e+00 1.000000e+00
GO:0072143     6   0 1.000000e+00 1.000000e+00
GO:0072144     5   0 1.000000e+00 1.000000e+00
GO:0072148    14   1 1.985682e-01 1.000000e+00
GO:0072156     3   0 1.000000e+00 1.000000e+00
GO:0072158     1   0 1.000000e+00 1.000000e+00
GO:0072160    13   0 1.000000e+00 1.000000e+00
GO:0072161     6   0 1.000000e+00 1.000000e+00
GO:0072162     5   0 1.000000e+00 1.000000e+00
GO:0072163    96   0 1.000000e+00 1.000000e+00
GO:0072164    96   0 1.000000e+00 1.000000e+00
GO:0072165     1   0 1.000000e+00 1.000000e+00
GO:0072166     2   0 1.000000e+00 1.000000e+00
GO:0072167     1   0 1.000000e+00 1.000000e+00
GO:0072168     1   0 1.000000e+00 1.000000e+00
GO:0072169     1   0 1.000000e+00 1.000000e+00
GO:0072170    25   1 3.230721e-01 1.000000e+00
GO:0072171    64   0 1.000000e+00 1.000000e+00
GO:0072172    10   0 1.000000e+00 1.000000e+00
GO:0072173    11   1 1.588722e-01 1.000000e+00
GO:0072174     6   0 1.000000e+00 1.000000e+00
GO:0072175   134   0 1.000000e+00 1.000000e+00
GO:0072176    14   0 1.000000e+00 1.000000e+00
GO:0072177     8   0 1.000000e+00 1.000000e+00
GO:0072178    10   0 1.000000e+00 1.000000e+00
GO:0072179     5   0 1.000000e+00 1.000000e+00
GO:0072180     3   0 1.000000e+00 1.000000e+00
GO:0072181     2   0 1.000000e+00 1.000000e+00
GO:0072182    11   0 1.000000e+00 1.000000e+00
GO:0072183     2   0 1.000000e+00 1.000000e+00
GO:0072184     1   0 1.000000e+00 1.000000e+00
GO:0072185     2   0 1.000000e+00 1.000000e+00
GO:0072186     2   0 1.000000e+00 1.000000e+00
GO:0072189    18   0 1.000000e+00 1.000000e+00
GO:0072190     2   0 1.000000e+00 1.000000e+00
GO:0072191     3   0 1.000000e+00 1.000000e+00
GO:0072193     3   0 1.000000e+00 1.000000e+00
GO:0072194     3   0 1.000000e+00 1.000000e+00
GO:0072195     1   0 1.000000e+00 1.000000e+00
GO:0072197     7   0 1.000000e+00 1.000000e+00
GO:0072198     3   0 1.000000e+00 1.000000e+00
GO:0072199     3   0 1.000000e+00 1.000000e+00
GO:0072200     1   0 1.000000e+00 1.000000e+00
GO:0072201     7   0 1.000000e+00 1.000000e+00
GO:0072202    23   0 1.000000e+00 1.000000e+00
GO:0072203     9   0 1.000000e+00 1.000000e+00
GO:0072205    10   0 1.000000e+00 1.000000e+00
GO:0072206     1   0 1.000000e+00 1.000000e+00
GO:0072207    29   1 3.672991e-01 1.000000e+00
GO:0072208     2   0 1.000000e+00 1.000000e+00
GO:0072209     2   0 1.000000e+00 1.000000e+00
GO:0072210    40   0 1.000000e+00 1.000000e+00
GO:0072213     1   0 1.000000e+00 1.000000e+00
GO:0072214     1   0 1.000000e+00 1.000000e+00
GO:0072215     5   0 1.000000e+00 1.000000e+00
GO:0072216     2   0 1.000000e+00 1.000000e+00
GO:0072217     1   0 1.000000e+00 1.000000e+00
GO:0072218     4   0 1.000000e+00 1.000000e+00
GO:0072219     1   0 1.000000e+00 1.000000e+00
GO:0072220     1   0 1.000000e+00 1.000000e+00
GO:0072221     5   0 1.000000e+00 1.000000e+00
GO:0072223     5   0 1.000000e+00 1.000000e+00
GO:0072224    16   0 1.000000e+00 1.000000e+00
GO:0072227     1   0 1.000000e+00 1.000000e+00
GO:0072229     2   0 1.000000e+00 1.000000e+00
GO:0072230     1   0 1.000000e+00 1.000000e+00
GO:0072232     1   0 1.000000e+00 1.000000e+00
GO:0072233     2   0 1.000000e+00 1.000000e+00
GO:0072234    22   0 1.000000e+00 1.000000e+00
GO:0072235     7   0 1.000000e+00 1.000000e+00
GO:0072236     6   0 1.000000e+00 1.000000e+00
GO:0072237     5   0 1.000000e+00 1.000000e+00
GO:0072239     9   0 1.000000e+00 1.000000e+00
GO:0072240     3   0 1.000000e+00 1.000000e+00
GO:0072243    25   0 1.000000e+00 1.000000e+00
GO:0072244     3   0 1.000000e+00 1.000000e+00
GO:0072248     3   0 1.000000e+00 1.000000e+00
GO:0072249     3   0 1.000000e+00 1.000000e+00
GO:0072254     2   0 1.000000e+00 1.000000e+00
GO:0072255     1   0 1.000000e+00 1.000000e+00
GO:0072257     6   0 1.000000e+00 1.000000e+00
GO:0072258     1   0 1.000000e+00 1.000000e+00
GO:0072259     1   0 1.000000e+00 1.000000e+00
GO:0072262     3   0 1.000000e+00 1.000000e+00
GO:0072265     1   0 1.000000e+00 1.000000e+00
GO:0072266     1   0 1.000000e+00 1.000000e+00
GO:0072267     1   0 1.000000e+00 1.000000e+00
GO:0072268     4   0 1.000000e+00 1.000000e+00
GO:0072272     2   0 1.000000e+00 1.000000e+00
GO:0072273    24   0 1.000000e+00 1.000000e+00
GO:0072274     1   0 1.000000e+00 1.000000e+00
GO:0072275     3   0 1.000000e+00 1.000000e+00
GO:0072276     3   0 1.000000e+00 1.000000e+00
GO:0072277     3   0 1.000000e+00 1.000000e+00
GO:0072278     3   0 1.000000e+00 1.000000e+00
GO:0072282     8   0 1.000000e+00 1.000000e+00
GO:0072283    14   0 1.000000e+00 1.000000e+00
GO:0072284     5   0 1.000000e+00 1.000000e+00
GO:0072285     1   0 1.000000e+00 1.000000e+00
GO:0072286     1   0 1.000000e+00 1.000000e+00
GO:0072287     1   0 1.000000e+00 1.000000e+00
GO:0072289     4   0 1.000000e+00 1.000000e+00
GO:0072298     2   0 1.000000e+00 1.000000e+00
GO:0072300     2   0 1.000000e+00 1.000000e+00
GO:0072301     2   0 1.000000e+00 1.000000e+00
GO:0072302     1   0 1.000000e+00 1.000000e+00
GO:0072303     1   0 1.000000e+00 1.000000e+00
GO:0072304     2   0 1.000000e+00 1.000000e+00
GO:0072305     2   0 1.000000e+00 1.000000e+00
GO:0072307     6   0 1.000000e+00 1.000000e+00
GO:0072308     1   0 1.000000e+00 1.000000e+00
GO:0072309     2   0 1.000000e+00 1.000000e+00
GO:0072310    12   0 1.000000e+00 1.000000e+00
GO:0072311    22   0 1.000000e+00 1.000000e+00
GO:0072312     3   0 1.000000e+00 1.000000e+00
GO:0072313     3   0 1.000000e+00 1.000000e+00
GO:0072318     8   0 1.000000e+00 1.000000e+00
GO:0072319     9   0 1.000000e+00 1.000000e+00
GO:0072320     4   0 1.000000e+00 1.000000e+00
GO:0072329   128   1 8.683225e-01 1.000000e+00
GO:0072330   212   4 4.166966e-01 1.000000e+00
GO:0072331   168   1 9.294872e-01 1.000000e+00
GO:0072332    80   0 1.000000e+00 1.000000e+00
GO:0072334     2   0 1.000000e+00 1.000000e+00
GO:0072337    40   2 1.238603e-01 1.000000e+00
GO:0072338     3   0 1.000000e+00 1.000000e+00
GO:0072340     1   0 1.000000e+00 1.000000e+00
GO:0072341    92   3 1.724270e-01 1.000000e+00
GO:0072343     1   0 1.000000e+00 1.000000e+00
GO:0072344    29   0 1.000000e+00 1.000000e+00
GO:0072345     5   0 1.000000e+00 1.000000e+00
GO:0072347     1   0 1.000000e+00 1.000000e+00
GO:0072348    61   0 1.000000e+00 1.000000e+00
GO:0072349    27   0 1.000000e+00 1.000000e+00
GO:0072350    15   0 1.000000e+00 1.000000e+00
GO:0072354     2   0 1.000000e+00 1.000000e+00
GO:0072356     1   0 1.000000e+00 1.000000e+00
GO:0072357     7   0 1.000000e+00 1.000000e+00
GO:0072359  1174  20 3.555748e-01 1.000000e+00
GO:0072376    17   1 2.240008e-01 1.000000e+00
GO:0072377     2   0 1.000000e+00 1.000000e+00
GO:0072378    14   1 1.874006e-01 1.000000e+00
GO:0072379    11   1 1.628597e-01 1.000000e+00
GO:0072380     2   0 1.000000e+00 1.000000e+00
GO:0072383     6   0 1.000000e+00 1.000000e+00
GO:0072384    83   1 7.281561e-01 1.000000e+00
GO:0072385     4   0 1.000000e+00 1.000000e+00
GO:0072386     7   0 1.000000e+00 1.000000e+00
GO:0072387     5   0 1.000000e+00 1.000000e+00
GO:0072388     4   0 1.000000e+00 1.000000e+00
GO:0072389     1   0 1.000000e+00 1.000000e+00
GO:0072393    13   0 1.000000e+00 1.000000e+00
GO:0072396     8   0 1.000000e+00 1.000000e+00
GO:0072402     8   0 1.000000e+00 1.000000e+00
GO:0072414     1   0 1.000000e+00 1.000000e+00
GO:0072423     7   0 1.000000e+00 1.000000e+00
GO:0072429     4   0 1.000000e+00 1.000000e+00
GO:0072432     1   0 1.000000e+00 1.000000e+00
GO:0072487     4   0 1.000000e+00 1.000000e+00
GO:0072488    12   2 1.313639e-02 5.952326e-01
GO:0072489     2   0 1.000000e+00 1.000000e+00
GO:0072497    12   0 1.000000e+00 1.000000e+00
GO:0072498    15   0 1.000000e+00 1.000000e+00
GO:0072513     4   0 1.000000e+00 1.000000e+00
GO:0072518     2   0 1.000000e+00 1.000000e+00
GO:0072520    14   0 1.000000e+00 1.000000e+00
GO:0072521   527   4 9.663646e-01 1.000000e+00
GO:0072522   242   2 8.956956e-01 1.000000e+00
GO:0072523   140   1 8.937859e-01 1.000000e+00
GO:0072524   161   3 4.649678e-01 1.000000e+00
GO:0072525    31   1 3.860673e-01 1.000000e+00
GO:0072526    92   1 7.708978e-01 1.000000e+00
GO:0072527    80   1 7.105073e-01 1.000000e+00
GO:0072528    39   0 1.000000e+00 1.000000e+00
GO:0072529    37   1 4.355534e-01 1.000000e+00
GO:0072530    36   0 1.000000e+00 1.000000e+00
GO:0072531    16   0 1.000000e+00 1.000000e+00
GO:0072534    10   0 1.000000e+00 1.000000e+00
GO:0072535     3   1 4.705018e-02 1.000000e+00
GO:0072536     4   0 1.000000e+00 1.000000e+00
GO:0072537    15   0 1.000000e+00 1.000000e+00
GO:0072538    45   0 1.000000e+00 1.000000e+00
GO:0072539    32   0 1.000000e+00 1.000000e+00
GO:0072540    17   0 1.000000e+00 1.000000e+00
GO:0072542    15   0 1.000000e+00 1.000000e+00
GO:0072545     1   0 1.000000e+00 1.000000e+00
GO:0072546     9   0 1.000000e+00 1.000000e+00
GO:0072553     6   0 1.000000e+00 1.000000e+00
GO:0072554     2   0 1.000000e+00 1.000000e+00
GO:0072555     1   0 1.000000e+00 1.000000e+00
GO:0072557     3   0 1.000000e+00 1.000000e+00
GO:0072558     6   0 1.000000e+00 1.000000e+00
GO:0072559     7   0 1.000000e+00 1.000000e+00
GO:0072560     4   0 1.000000e+00 1.000000e+00
GO:0072562   110   0 1.000000e+00 1.000000e+00
GO:0072563     2   0 1.000000e+00 1.000000e+00
GO:0072564     2   2 2.219394e-04 3.379518e-02
GO:0072566     6   0 1.000000e+00 1.000000e+00
GO:0072567    19   2 3.467623e-02 8.830406e-01
GO:0072570     2   0 1.000000e+00 1.000000e+00
GO:0072571     1   0 1.000000e+00 1.000000e+00
GO:0072572     5   0 1.000000e+00 1.000000e+00
GO:0072573     1   0 1.000000e+00 1.000000e+00
GO:0072574    23   2 4.698117e-02 1.000000e+00
GO:0072575    23   2 4.698117e-02 1.000000e+00
GO:0072576    25   2 5.446606e-02 1.000000e+00
GO:0072577    66   2 2.609971e-01 1.000000e+00
GO:0072578    16   0 1.000000e+00 1.000000e+00
GO:0072579     1   0 1.000000e+00 1.000000e+00
GO:0072582     3   0 1.000000e+00 1.000000e+00
GO:0072583    47   1 5.247829e-01 1.000000e+00
GO:0072584    11   0 1.000000e+00 1.000000e+00
GO:0072588     7   0 1.000000e+00 1.000000e+00
GO:0072589     3   0 1.000000e+00 1.000000e+00
GO:0072590     2   0 1.000000e+00 1.000000e+00
GO:0072591     1   0 1.000000e+00 1.000000e+00
GO:0072592     6   0 1.000000e+00 1.000000e+00
GO:0072593   219   5 2.507100e-01 1.000000e+00
GO:0072594   427   3 9.639245e-01 1.000000e+00
GO:0072595    42   0 1.000000e+00 1.000000e+00
GO:0072599    39   1 4.585428e-01 1.000000e+00
GO:0072637     1   0 1.000000e+00 1.000000e+00
GO:0072639     3   1 4.163317e-02 9.863812e-01
GO:0072655   112   0 1.000000e+00 1.000000e+00
GO:0072656     5   0 1.000000e+00 1.000000e+00
GO:0072657   562  11 2.651427e-01 1.000000e+00
GO:0072658     2   0 1.000000e+00 1.000000e+00
GO:0072659   280   8 7.348582e-02 1.000000e+00
GO:0072660     2   0 1.000000e+00 1.000000e+00
GO:0072662    19   0 1.000000e+00 1.000000e+00
GO:0072663    19   0 1.000000e+00 1.000000e+00
GO:0072665    85   0 1.000000e+00 1.000000e+00
GO:0072666    63   0 1.000000e+00 1.000000e+00
GO:0072669     8   0 1.000000e+00 1.000000e+00
GO:0072672    11   0 1.000000e+00 1.000000e+00
GO:0072673    18   0 1.000000e+00 1.000000e+00
GO:0072674     8   0 1.000000e+00 1.000000e+00
GO:0072675     6   0 1.000000e+00 1.000000e+00
GO:0072676   117   7 1.939592e-03 1.729714e-01
GO:0072677    31   0 1.000000e+00 1.000000e+00
GO:0072678    68   4 1.859135e-02 6.658379e-01
GO:0072679     7   2 4.211745e-03 2.878579e-01
GO:0072680     1   0 1.000000e+00 1.000000e+00
GO:0072681     1   0 1.000000e+00 1.000000e+00
GO:0072682     1   0 1.000000e+00 1.000000e+00
GO:0072683    11   1 1.579090e-01 1.000000e+00
GO:0072686   175   3 5.094662e-01 1.000000e+00
GO:0072687    15   0 1.000000e+00 1.000000e+00
GO:0072695     2   0 1.000000e+00 1.000000e+00
GO:0072697    11   0 1.000000e+00 1.000000e+00
GO:0072698    55   1 5.771091e-01 1.000000e+00
GO:0072702     1   0 1.000000e+00 1.000000e+00
GO:0072703     1   0 1.000000e+00 1.000000e+00
GO:0072706     1   0 1.000000e+00 1.000000e+00
GO:0072707     1   0 1.000000e+00 1.000000e+00
GO:0072708     6   0 1.000000e+00 1.000000e+00
GO:0072709     4   0 1.000000e+00 1.000000e+00
GO:0072710    11   0 1.000000e+00 1.000000e+00
GO:0072711    10   0 1.000000e+00 1.000000e+00
GO:0072714     1   0 1.000000e+00 1.000000e+00
GO:0072715     1   0 1.000000e+00 1.000000e+00
GO:0072716     5   0 1.000000e+00 1.000000e+00
GO:0072717     4   0 1.000000e+00 1.000000e+00
GO:0072718     4   0 1.000000e+00 1.000000e+00
GO:0072719     3   0 1.000000e+00 1.000000e+00
GO:0072720     1   0 1.000000e+00 1.000000e+00
GO:0072732     1   0 1.000000e+00 1.000000e+00
GO:0072733     4   0 1.000000e+00 1.000000e+00
GO:0072734     4   0 1.000000e+00 1.000000e+00
GO:0072737     2   0 1.000000e+00 1.000000e+00
GO:0072738     2   0 1.000000e+00 1.000000e+00
GO:0072739     3   0 1.000000e+00 1.000000e+00
GO:0072740     2   0 1.000000e+00 1.000000e+00
GO:0072749     1   0 1.000000e+00 1.000000e+00
GO:0072750     1   0 1.000000e+00 1.000000e+00
GO:0072752     2   0 1.000000e+00 1.000000e+00
GO:0072757     4   0 1.000000e+00 1.000000e+00
GO:0075136     1   0 1.000000e+00 1.000000e+00
GO:0075294    14   1 1.930480e-01 1.000000e+00
GO:0075342     3   0 1.000000e+00 1.000000e+00
GO:0075506     2   0 1.000000e+00 1.000000e+00
GO:0075509    11   0 1.000000e+00 1.000000e+00
GO:0075512     1   0 1.000000e+00 1.000000e+00
GO:0075519     1   0 1.000000e+00 1.000000e+00
GO:0075521     1   0 1.000000e+00 1.000000e+00
GO:0075522     9   0 1.000000e+00 1.000000e+00
GO:0075523     1   0 1.000000e+00 1.000000e+00
GO:0075525     5   1 7.583996e-02 1.000000e+00
GO:0075606     1   0 1.000000e+00 1.000000e+00
GO:0075713     1   0 1.000000e+00 1.000000e+00
GO:0075732     4   0 1.000000e+00 1.000000e+00
GO:0075733    10   0 1.000000e+00 1.000000e+00
GO:0080008    33   1 4.094249e-01 1.000000e+00
GO:0080009    18   0 1.000000e+00 1.000000e+00
GO:0080019     2   0 1.000000e+00 1.000000e+00
GO:0080025    26   0 1.000000e+00 1.000000e+00
GO:0080048     1   0 1.000000e+00 1.000000e+00
GO:0080079     1   0 1.000000e+00 1.000000e+00
GO:0080084     3   0 1.000000e+00 1.000000e+00
GO:0080090  5264  74 8.467138e-01 1.000000e+00
GO:0080101     1   0 1.000000e+00 1.000000e+00
GO:0080111    31   2 8.410304e-02 1.000000e+00
GO:0080120     3   0 1.000000e+00 1.000000e+00
GO:0080121     2   0 1.000000e+00 1.000000e+00
GO:0080122     2   0 1.000000e+00 1.000000e+00
GO:0080129     1   0 1.000000e+00 1.000000e+00
GO:0080132     1   0 1.000000e+00 1.000000e+00
GO:0080134  1331  28 5.683811e-02 1.000000e+00
GO:0080135   484   5 8.731619e-01 1.000000e+00
GO:0080144     9   0 1.000000e+00 1.000000e+00
GO:0080146     1   0 1.000000e+00 1.000000e+00
GO:0080154    17   0 1.000000e+00 1.000000e+00
GO:0080163     1   0 1.000000e+00 1.000000e+00
GO:0080164    61   4 1.413048e-02 6.135596e-01
GO:0080170     2   0 1.000000e+00 1.000000e+00
GO:0080171   104   1 8.099033e-01 1.000000e+00
GO:0080184     5   0 1.000000e+00 1.000000e+00
GO:0085017     1   0 1.000000e+00 1.000000e+00
GO:0085020    14   0 1.000000e+00 1.000000e+00
GO:0085029    51   0 1.000000e+00 1.000000e+00
GO:0086001    80   0 1.000000e+00 1.000000e+00
GO:0086002    59   0 1.000000e+00 1.000000e+00
GO:0086003    79   0 1.000000e+00 1.000000e+00
GO:0086004    32   0 1.000000e+00 1.000000e+00
GO:0086005    34   0 1.000000e+00 1.000000e+00
GO:0086006     5   0 1.000000e+00 1.000000e+00
GO:0086007     5   0 1.000000e+00 1.000000e+00
GO:0086008    14   0 1.000000e+00 1.000000e+00
GO:0086009    52   1 5.544788e-01 1.000000e+00
GO:0086010    28   0 1.000000e+00 1.000000e+00
GO:0086011    28   0 1.000000e+00 1.000000e+00
GO:0086012    22   0 1.000000e+00 1.000000e+00
GO:0086013    24   0 1.000000e+00 1.000000e+00
GO:0086014    17   0 1.000000e+00 1.000000e+00
GO:0086015     9   0 1.000000e+00 1.000000e+00
GO:0086016    11   0 1.000000e+00 1.000000e+00
GO:0086017     4   0 1.000000e+00 1.000000e+00
GO:0086018     9   0 1.000000e+00 1.000000e+00
GO:0086019    32   0 1.000000e+00 1.000000e+00
GO:0086020     2   0 1.000000e+00 1.000000e+00
GO:0086021     2   0 1.000000e+00 1.000000e+00
GO:0086023     4   0 1.000000e+00 1.000000e+00
GO:0086026    17   0 1.000000e+00 1.000000e+00
GO:0086027    11   0 1.000000e+00 1.000000e+00
GO:0086028     7   0 1.000000e+00 1.000000e+00
GO:0086029     6   0 1.000000e+00 1.000000e+00
GO:0086030     1   0 1.000000e+00 1.000000e+00
GO:0086036     7   0 1.000000e+00 1.000000e+00
GO:0086038     1   0 1.000000e+00 1.000000e+00
GO:0086039     1   0 1.000000e+00 1.000000e+00
GO:0086040     1   0 1.000000e+00 1.000000e+00
GO:0086041     1   0 1.000000e+00 1.000000e+00
GO:0086042     7   0 1.000000e+00 1.000000e+00
GO:0086043     7   0 1.000000e+00 1.000000e+00
GO:0086044     1   0 1.000000e+00 1.000000e+00
GO:0086045     6   0 1.000000e+00 1.000000e+00
GO:0086046     5   0 1.000000e+00 1.000000e+00
GO:0086047     3   0 1.000000e+00 1.000000e+00
GO:0086048     3   0 1.000000e+00 1.000000e+00
GO:0086050     1   0 1.000000e+00 1.000000e+00
GO:0086052     1   0 1.000000e+00 1.000000e+00
GO:0086053     2   0 1.000000e+00 1.000000e+00
GO:0086054     2   0 1.000000e+00 1.000000e+00
GO:0086055     1   0 1.000000e+00 1.000000e+00
GO:0086056     3   0 1.000000e+00 1.000000e+00
GO:0086057     1   0 1.000000e+00 1.000000e+00
GO:0086059     2   0 1.000000e+00 1.000000e+00
GO:0086060     1   0 1.000000e+00 1.000000e+00
GO:0086061     1   0 1.000000e+00 1.000000e+00
GO:0086062     2   0 1.000000e+00 1.000000e+00
GO:0086063     1   0 1.000000e+00 1.000000e+00
GO:0086064    25   0 1.000000e+00 1.000000e+00
GO:0086065    56   0 1.000000e+00 1.000000e+00
GO:0086066    17   0 1.000000e+00 1.000000e+00
GO:0086067    12   0 1.000000e+00 1.000000e+00
GO:0086068     6   0 1.000000e+00 1.000000e+00
GO:0086069    15   0 1.000000e+00 1.000000e+00
 [ reached 'max' / getOption("max.print") -- omitted 5718 rows ]
sig_terms_array_promoter <- gst_promoter %>% .[order(.$FDR),] %>% filter(FDR < 0.05)
nrow(sig_terms_array_promoter)
[1] 170
head(sig_terms_array_promoter)
           ONTOLOGY                                         TERM    N DE
GO:0045321       BP                         leukocyte activation  909 50
GO:0001775       BP                              cell activation 1054 51
GO:0002376       BP                        immune system process 2381 83
GO:0006955       BP                              immune response 1624 64
GO:0046649       BP                        lymphocyte activation  748 41
GO:0002684       BP positive regulation of immune system process 1016 45
                   P.DE          FDR
GO:0045321 3.284646e-15 7.352352e-11
GO:0001775 2.334706e-13 1.742002e-09
GO:0002376 1.644255e-13 1.742002e-09
GO:0006955 9.434531e-13 5.279563e-09
GO:0046649 1.423240e-12 6.371561e-09
GO:0002684 1.126092e-10 4.201075e-07
gst_promoter.biased <- gometh(sig.cpg=sigCpGs, all.cpg=rownames(DMPs), collection="GO",
              prior.prob = FALSE, genomic.features = "TSS1500")
sig_terms_array_promoter_biased <- gst_promoter.biased %>% .[order(.$FDR),] %>% filter(FDR < 0.05)
nrow(sig_terms_array_promoter_biased)
[1] 213
head(sig_terms_array_promoter_biased)
           ONTOLOGY                                         TERM    N DE
GO:0045321       BP                         leukocyte activation  909 51
GO:0002376       BP                        immune system process 2381 85
GO:0001775       BP                              cell activation 1054 52
GO:0006955       BP                              immune response 1624 66
GO:0046649       BP                        lymphocyte activation  748 42
GO:0002684       BP positive regulation of immune system process 1016 46
                   P.DE          FDR
GO:0045321 4.986439e-16 1.116165e-11
GO:0002376 1.709463e-14 1.913231e-10
GO:0001775 4.527013e-14 3.377755e-10
GO:0006955 1.019278e-13 5.703877e-10
GO:0046649 2.571725e-13 1.151310e-09
GO:0002684 3.098754e-11 1.156042e-07
list_venn <- list(correct = sig_terms_array_promoter$TERM, bias = sig_terms_array_promoter_biased$TERM)
ggVennDiagram(list_venn)

Compare gene and promoter

  • Bias corrected
list_venn <- list(gene = sig_terms_array$TERM, prom = sig_terms_array_promoter$TERM)
ggVennDiagram(list_venn)

  • Biased
list_venn <- list(gene = sig_terms_array_biased$TERM, prom = sig_terms_array_promoter_biased$TERM)
ggVennDiagram(list_venn)

with kegg

gst.kegg <- gometh(sig.cpg=sigCpGs, all.cpg=rownames(DMPs), collection="KEGG")
All input CpGs are used for testing.
## All input CpGs are used for testing.
topGSA(gst.kegg, n=10)
                                                           Description   N DE
hsa04662                             B cell receptor signaling pathway  78 26
hsa04060                        Cytokine-cytokine receptor interaction 269 43
hsa05340                                      Primary immunodeficiency  32 14
hsa04061 Viral protein interaction with cytokine and cytokine receptor  96 20
hsa04650                     Natural killer cell mediated cytotoxicity 110 27
hsa04660                             T cell receptor signaling pathway 115 29
hsa04658                              Th1 and Th2 cell differentiation  89 24
hsa04062                                   Chemokine signaling pathway 188 37
hsa05166                       Human T-cell leukemia virus 1 infection 215 42
hsa04380                                    Osteoclast differentiation 127 27
                 P.DE          FDR
hsa04662 1.337372e-08 4.881409e-06
hsa04060 1.414710e-07 2.581845e-05
hsa05340 2.186673e-07 2.660453e-05
hsa04061 7.730528e-07 7.054106e-05
hsa04650 2.704702e-06 1.974433e-04
hsa04660 5.101168e-06 3.103211e-04
hsa04658 1.514149e-05 7.592468e-04
hsa04062 1.664103e-05 7.592468e-04
hsa05166 7.039163e-05 2.574503e-03
hsa04380 7.053434e-05 2.574503e-03

sessionInfo()
R version 4.4.2 (2024-10-31)
Platform: aarch64-apple-darwin20
Running under: macOS Sequoia 15.2

Matrix products: default
BLAS:   /Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/lib/libRblas.0.dylib 
LAPACK: /Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/lib/libRlapack.dylib;  LAPACK version 3.12.0

locale:
[1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8

time zone: Australia/Melbourne
tzcode source: internal

attached base packages:
[1] parallel  stats4    stats     graphics  grDevices utils     datasets 
[8] methods   base     

other attached packages:
 [1] ggVennDiagram_1.5.2                                
 [2] ggplot2_3.5.1                                      
 [3] dplyr_1.1.4                                        
 [4] plyranges_1.24.0                                   
 [5] limma_3.60.6                                       
 [6] missMethyl_1.38.0                                  
 [7] IlluminaHumanMethylationEPICanno.ilm10b4.hg19_0.6.0
 [8] IlluminaHumanMethylation450kanno.ilmn12.hg19_0.6.1 
 [9] minfi_1.50.0                                       
[10] bumphunter_1.46.0                                  
[11] locfit_1.5-9.11                                    
[12] iterators_1.0.14                                   
[13] foreach_1.5.2                                      
[14] Biostrings_2.72.1                                  
[15] XVector_0.44.0                                     
[16] SummarizedExperiment_1.34.0                        
[17] Biobase_2.64.0                                     
[18] MatrixGenerics_1.16.0                              
[19] matrixStats_1.5.0                                  
[20] GenomicRanges_1.56.2                               
[21] GenomeInfoDb_1.40.1                                
[22] IRanges_2.38.1                                     
[23] S4Vectors_0.42.1                                   
[24] BiocGenerics_0.50.0                                

loaded via a namespace (and not attached):
  [1] RColorBrewer_1.1-3        rstudioapi_0.17.1        
  [3] jsonlite_1.8.9            magrittr_2.0.3           
  [5] GenomicFeatures_1.56.0    farver_2.1.2             
  [7] rmarkdown_2.29            fs_1.6.5                 
  [9] BiocIO_1.14.0             zlibbioc_1.50.0          
 [11] vctrs_0.6.5               multtest_2.60.0          
 [13] memoise_2.0.1             Rsamtools_2.20.0         
 [15] DelayedMatrixStats_1.26.0 RCurl_1.98-1.16          
 [17] askpass_1.2.1             htmltools_0.5.8.1        
 [19] S4Arrays_1.4.1            curl_6.2.0               
 [21] Rhdf5lib_1.26.0           SparseArray_1.4.8        
 [23] rhdf5_2.48.0              sass_0.4.9               
 [25] nor1mix_1.3-3             bslib_0.9.0              
 [27] plyr_1.8.9                cachem_1.1.0             
 [29] GenomicAlignments_1.40.0  whisker_0.4.1            
 [31] lifecycle_1.0.4           pkgconfig_2.0.3          
 [33] Matrix_1.7-1              R6_2.5.1                 
 [35] fastmap_1.2.0             GenomeInfoDbData_1.2.12  
 [37] digest_0.6.37             colorspace_2.1-1         
 [39] siggenes_1.78.0           reshape_0.8.9            
 [41] AnnotationDbi_1.66.0      rprojroot_2.0.4          
 [43] RSQLite_2.3.9             org.Hs.eg.db_3.19.1      
 [45] base64_2.0.2              labeling_0.4.3           
 [47] httr_1.4.7                abind_1.4-8              
 [49] compiler_4.4.2            beanplot_1.3.1           
 [51] rngtools_1.5.2            withr_3.0.2              
 [53] bit64_4.6.0-1             BiocParallel_1.38.0      
 [55] DBI_1.2.3                 BiasedUrn_2.0.12         
 [57] HDF5Array_1.32.1          MASS_7.3-61              
 [59] openssl_2.3.2             DelayedArray_0.30.1      
 [61] rjson_0.2.23              tools_4.4.2              
 [63] httpuv_1.6.15             glue_1.8.0               
 [65] quadprog_1.5-8            restfulr_0.0.15          
 [67] nlme_3.1-166              rhdf5filters_1.16.0      
 [69] promises_1.3.2            grid_4.4.2               
 [71] generics_0.1.3            gtable_0.3.6             
 [73] tzdb_0.4.0                preprocessCore_1.66.0    
 [75] tidyr_1.3.1               data.table_1.16.4        
 [77] hms_1.1.3                 xml2_1.3.6               
 [79] pillar_1.10.1             stringr_1.5.1            
 [81] genefilter_1.86.0         later_1.4.1              
 [83] splines_4.4.2             lattice_0.22-6           
 [85] survival_3.7-0            rtracklayer_1.64.0       
 [87] bit_4.5.0.1               GEOquery_2.72.0          
 [89] annotate_1.82.0           tidyselect_1.2.1         
 [91] GO.db_3.19.1              knitr_1.49               
 [93] git2r_0.35.0              xfun_0.50                
 [95] scrime_1.3.5              statmod_1.5.0            
 [97] stringi_1.8.4             UCSC.utils_1.0.0         
 [99] workflowr_1.7.1           yaml_2.3.10              
[101] evaluate_1.0.3            codetools_0.2-20         
[103] tibble_3.2.1              cli_3.6.3                
[105] xtable_1.8-4              munsell_0.5.1            
[107] jquerylib_0.1.4           Rcpp_1.0.14              
[109] png_0.1-8                 XML_3.99-0.18            
[111] readr_2.1.5               blob_1.2.4               
[113] mclust_6.1.1              doRNG_1.8.6.1            
[115] sparseMatrixStats_1.16.0  bitops_1.0-9             
[117] scales_1.3.0              illuminaio_0.46.0        
[119] purrr_1.0.4               crayon_1.5.3             
[121] rlang_1.1.5               KEGGREST_1.44.1